Skip to content

Commit

Permalink
Make BW rhodium/ruthenium generate metalwork materials
Browse files Browse the repository at this point in the history
  • Loading branch information
FourIsTheNumber committed Sep 24, 2024
1 parent 0100f87 commit 0675fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/bartworks/system/material/WerkstoffLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,7 @@ public static void setUp() {
new Werkstoff.GenerationFeatures().onlyDust()
.addMolten()
.addMetalItems()
.addCraftingMetalWorkingItems()
.enforceUnification(),
64,
TextureSet.SET_METALLIC
Expand Down Expand Up @@ -1236,6 +1237,7 @@ public static void setUp() {
.onlyDust()
.addMetalItems()
.addMolten()
.addCraftingMetalWorkingItems()
.enforceUnification(),
78,
TextureSet.SET_METALLIC);
Expand Down

0 comments on commit 0675fb8

Please sign in to comment.