modded7/overrides/scripts/CraftingCoreUpgrade.zs

13 lines
530 B
Plaintext
Raw Normal View History

2022-01-23 23:35:02 +08:00
import crafttweaker.item.IIngredient;
import crafttweaker.item.IItemStack;
print("--- CraftingCoreUpgrade.zs initialized ---");
#Crafting Core Recipes
recipes.remove(<extendedcrafting:crafting_core>);
recipes.addShaped(<extendedcrafting:crafting_core>, [
[<ore:plateBlackSteel>, <extendedcrafting:material:10>, <ore:plateBlackSteel>],
[<extendedcrafting:material:16>, <actuallyadditions:block_empowerer>, <extendedcrafting:material:16>],
[<ore:plateBlackSteel>, <enderio:item_endergy_conduit:10>, <ore:plateBlackSteel>]]);