Skip to content

Commit

Permalink
Removes the min and maxYLevel (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1t-5tyl3 authored Jul 3, 2024
1 parent 04b22f0 commit 2bcdfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/gregtechceu/gtceu/common/data/GTOres.java
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,10 @@ public class GTOres {
.withBlock(new DikeBlockDefinition(Grossular, 3, -50, -5))
.withBlock(new DikeBlockDefinition(Spessartine, 2, -40, -15))
.withBlock(new DikeBlockDefinition(Pyrolusite, 2, -40, -15))
.withBlock(new DikeBlockDefinition(Tantalite, 1, -30, -5))
.minYLevel(-50).maxYLevel(-5))
.withBlock(new DikeBlockDefinition(Tantalite, 1, -30, -5)))
.surfaceIndicatorGenerator(indicator -> indicator
.surfaceRock(Grossular)
.density(0.15f)
.radius(3)));

public static final GTOreDefinition MICA_VEIN = create("mica_vein", vein -> vein
Expand Down

0 comments on commit 2bcdfa1

Please sign in to comment.