Skip to content

Commit

Permalink
Fix warning with cinnabar (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALongStringOfNumbers committed Dec 2, 2023
1 parent 2406457 commit 64d199f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static void register() {
Cinnabar = new Material.Builder(268, gregtechId("cinnabar"))
.dust(1).ore()
.color(0x960000).iconSet(EMERALD)
.flags(CRYSTALLIZABLE, DECOMPOSITION_BY_CENTRIFUGING)
.flags(DECOMPOSITION_BY_CENTRIFUGING)
.components(Mercury, 1, Sulfur, 1)
.build();

Expand Down

0 comments on commit 64d199f

Please sign in to comment.