diff --git a/src/main/java/gregtech/api/unification/material/materials/FirstDegreeMaterials.java b/src/main/java/gregtech/api/unification/material/materials/FirstDegreeMaterials.java index 8fe4c42472c..c5136fc4a32 100644 --- a/src/main/java/gregtech/api/unification/material/materials/FirstDegreeMaterials.java +++ b/src/main/java/gregtech/api/unification/material/materials/FirstDegreeMaterials.java @@ -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();