Skip to content

Commit

Permalink
garnettin is now tin
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfts committed Sep 27, 2024
1 parent 8bf1530 commit c7bc431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/gregtech/api/enums/OreMixes.java
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ public enum OreMixes {
.primary(Materials.CassiteriteSand)
.secondary(Materials.GarnetSand)
.inBetween(Materials.Asbestos)
.sporadic(Materials.Diatomite)),
.sporadic(Materials.Diatomite)
.localize(Materials.Tin)),

KaoliniteZeolite(new OreMixBuilder().name("ore.mix.kaolinitezeolite")
.heightRange(50, 70)
Expand Down

0 comments on commit c7bc431

Please sign in to comment.