Skip to content

Commit 45cf9a8

Browse files
authored
Removed the no smelting flag from Galena (#2652)
1 parent c93aff7 commit 45cf9a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/gregtech/api/unification/material/materials/FirstDegreeMaterials.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ public static void register() {
241241
Galena = new Material.Builder(279, gregtechId("galena"))
242242
.dust(3).ore()
243243
.color(0x643C64)
244-
.flags(NO_SMELTING)
245244
.components(Lead, 1, Sulfur, 1)
246245
.build();
247246

0 commit comments

Comments
 (0)