diff --git a/overrides/scripts/mekanism.zs b/overrides/scripts/mekanism.zs index 2266cbc..12888a7 100644 --- a/overrides/scripts/mekanism.zs +++ b/overrides/scripts/mekanism.zs @@ -7,27 +7,16 @@ print("Initializing 'mekanism'..."); //recipes.addShaped(<>, [[<>, <>, <>], [<>, <>, <>], [<>, <>, <>]]); //Obsidian Armor -recipes.remove(); -recipes.addShaped(, [[, , ], [, null, ]]); print(.displayName); // prints the original name .displayName = "Refined Obsidian Helmet"; -recipes.remove(); -recipes.addShaped(, [[, null, ], [, , ], [, , ]]); - print(.displayName); // prints the original name .displayName = "Refined Obsidian Chestplate"; -recipes.remove(); -recipes.addShaped(, [[, , ], [, null, ], [, null, ]]); - print(.displayName); // prints the original name .displayName = "Refined Obsidian Leggings"; -recipes.remove(); -recipes.addShaped(, [[, null, ], [, null, ]]); - print(.displayName); // prints the original name .displayName = "Refined Obsidian Boots";