fix commit

This commit is contained in:
sainagh
2026-07-25 16:20:42 -05:00
parent 9396611ce0
commit c6df59caf7
3226 changed files with 209810 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
recipes.removeShaped(<betterbuilderswands:wandstone>);
recipes.removeShaped(<betterbuilderswands:wandiron>);
recipes.removeShaped(<betterbuilderswands:wanddiamond>);
recipes.removeShaped(<betterbuilderswands:wandunbreakable>);
recipes.removeShaped(<betterbuilderswands:wandunbreakable:12>);
recipes.addShaped(<betterbuilderswands:wandunbreakable>,
[[<minecraft:gold_ingot>, <minecraft:nether_star>, <minecraft:gold_ingot>],
[<minecraft:gold_ingot>, <buildinggadgets:buildingtool>, <minecraft:gold_ingot>],
[<minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>]]);
recipes.addShaped(<betterbuilderswands:wandunbreakable:12>,
[[<minecraft:gold_ingot>, <minecraft:nether_star>, <minecraft:gold_ingot>],
[<minecraft:gold_ingot>, <buildinggadgets:buildingtool>, <minecraft:gold_ingot>],
[<minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>]]);