Skip to content

Commit

Permalink
Remove Sand Blocks from veins bc stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostipedia committed Oct 2, 2024
1 parent afd65ab commit 20da99a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 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 @@ -457,7 +457,6 @@ public class GTOres {
.biomes(BiomeTags.IS_OVERWORLD)
.layeredVeinGenerator(generator -> generator
.withLayerPattern(() -> GTLayerPattern.builder(OVERWORLD_RULES)
.layer(l -> l.weight(2).state(Blocks.SAND::defaultBlockState))
.layer(l -> l.weight(3).mat(CassiteriteSand).size(2, 4))
.layer(l -> l.weight(2).mat(GarnetSand).size(1, 1))
.layer(l -> l.weight(2).mat(Asbestos).size(1, 1))
Expand Down Expand Up @@ -535,7 +534,6 @@ public class GTOres {
.biomes(BiomeTags.IS_OVERWORLD)
.layeredVeinGenerator(generator -> generator
.withLayerPattern(() -> GTLayerPattern.builder(OVERWORLD_RULES)
.layer(l -> l.weight(2).state(Blocks.SAND::defaultBlockState))
.layer(l -> l.weight(3).mat(BasalticMineralSand).size(2, 4))
.layer(l -> l.weight(2).mat(GraniticMineralSand).size(1, 1))
.layer(l -> l.weight(2).mat(FullersEarth).size(1, 1))
Expand Down

0 comments on commit 20da99a

Please sign in to comment.