Skip to content

Commit cb16a76

Browse files
authored
Fix dupes of Carbon dust and Coal dust (#4301)
1 parent 9011dcf commit cb16a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gregtechceu/gtceu/common/data/materials/UnknownCompositionMaterials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ public static void register() {
367367
.dust(0)
368368
.color(0xa4a4a4).secondaryColor(0x767676).iconSet(ROUGH)
369369
.flags(FLAMMABLE, EXPLOSIVE, NO_SMELTING, NO_SMASHING)
370-
.components(Saltpeter, 2, Sulfur, 1, Coal, 3)
370+
.components(Saltpeter, 2, Sulfur, 1, Carbon, 3)
371371
.buildAndRegister();
372372

373373
Oilsands = new Material.Builder(GTCEu.id("oilsands"))

0 commit comments

Comments
 (0)