Skip to content

Commit

Permalink
Removed the no smelting flag from Galena (#2652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rundas01 authored Nov 10, 2024
1 parent c93aff7 commit 45cf9a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ public static void register() {
Galena = new Material.Builder(279, gregtechId("galena"))
.dust(3).ore()
.color(0x643C64)
.flags(NO_SMELTING)
.components(Lead, 1, Sulfur, 1)
.build();

Expand Down

0 comments on commit 45cf9a8

Please sign in to comment.