Skip to content

Commit

Permalink
preciousMetalAlloy-addMetaSolidifierRecipes
Browse files Browse the repository at this point in the history
  • Loading branch information
lordIcocain committed Dec 20, 2023
1 parent d74691e commit 750a4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/goodgenerator/items/MyMaterial.java
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ public class MyMaterial implements Runnable {
.setSpeedOverride(100F),
Werkstoff.Types.MIXTURE,
new Werkstoff.GenerationFeatures().onlyDust().addMolten().addMetalItems().addCraftingMetalWorkingItems()
.addMultipleIngotMetalWorkingItems().addMixerRecipes((short) 6),
.addMultipleIngotMetalWorkingItems().addMixerRecipes((short) 6).addMetaSolidifierRecipes(),
OffsetID + 108,
TextureSet.SET_SHINY,
new Pair<>(WerkstoffLoader.Ruthenium, 1),
Expand Down

0 comments on commit 750a4aa

Please sign in to comment.