Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
trainvoi committed Nov 1, 2024
1 parent 2857596 commit 9e90e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groovy/material/FirstDegreeMaterials.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ public class FirstDegreeMaterials {

PigIron = new Material.Builder(8115, SuSyUtility.susyId('pig_iron'))
.ingot().dust()
.flags(DISABLE_DECOMPOSITION)
.components(Iron)
.color(0x99918A)
.build();
Expand Down

0 comments on commit 9e90e4f

Please sign in to comment.