Skip to content

Commit

Permalink
change garnet sand composition
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Dec 30, 2021
1 parent fac5dee commit 11ce60b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static void register() {
.dust(1).ore()
.color(0xC86400).iconSet(SAND)
.flags(DECOMPOSITION_BY_CENTRIFUGING)
.components(GarnetRed, 1, GarnetYellow, 1)
.components(Almandine, 1, Andradite, 1, Grossular, 1, Pyrope, 1, Spessartine, 1, Uvarovite, 1)
.build();

HSSG = new Material.Builder(2516, "hssg")
Expand Down

0 comments on commit 11ce60b

Please sign in to comment.