Skip to content

Commit

Permalink
steeleaf block chisel group (#943)
Browse files Browse the repository at this point in the history
* steeleaf block chisel group

* fix meta
  • Loading branch information
chochem authored Aug 24, 2024
1 parent 1f1eea2 commit 76e6deb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/dreammaster/scripts/ScriptChisel.java
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,9 @@ public void loadRecipes() {
ChiselHelper.addGroup("blazeblock");
ChiselHelper.addVariationFromStack("blazeblock", getModItem(Botania.ID, "blazeBlock", 1, 0, missing));
ChiselHelper.addVariationFromStack("blazeblock", getModItem(GregTech.ID, "gt.blockgem3", 1, 5, missing));
ChiselHelper.addGroup("steeleafblock");
ChiselHelper.addVariationFromStack("steeleafblock", getModItem(TwilightForest.ID, "tile.SteeleafBlock", 1));
ChiselHelper.addVariationFromStack("steeleafblock", getModItem(GregTech.ID, "gt.blockmetal8", 1, 12));
ChiselHelper.addGroup("knightmetalblock");
ChiselHelper.addVariationFromStack(
"knightmetalblock",
Expand Down

0 comments on commit 76e6deb

Please sign in to comment.