Skip to content

Commit

Permalink
Merge branch 'master' into fix-heat-exchanger-fluid-input
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf committed Sep 25, 2024
2 parents d7caef4 + dc1d954 commit de45f96
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 de45f96

Please sign in to comment.