We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b22f0 commit 2bcdfa1Copy full SHA for 2bcdfa1
src/main/java/com/gregtechceu/gtceu/common/data/GTOres.java
@@ -660,10 +660,10 @@ public class GTOres {
660
.withBlock(new DikeBlockDefinition(Grossular, 3, -50, -5))
661
.withBlock(new DikeBlockDefinition(Spessartine, 2, -40, -15))
662
.withBlock(new DikeBlockDefinition(Pyrolusite, 2, -40, -15))
663
- .withBlock(new DikeBlockDefinition(Tantalite, 1, -30, -5))
664
- .minYLevel(-50).maxYLevel(-5))
+ .withBlock(new DikeBlockDefinition(Tantalite, 1, -30, -5)))
665
.surfaceIndicatorGenerator(indicator -> indicator
666
.surfaceRock(Grossular)
+ .density(0.15f)
667
.radius(3)));
668
669
public static final GTOreDefinition MICA_VEIN = create("mica_vein", vein -> vein
0 commit comments