Files
meatballcraft/scripts/MythicProcessorEmpowerer.zs
2026-07-25 16:20:42 -05:00

171 lines
8.0 KiB
Plaintext

import mods.modularmachinery.RecipeBuilder;
val mythempo1 = RecipeBuilder.newBuilder("mythempo1","mythic_processor_empowerer",2);
mythempo1.addEnergyPerTickInput(40000);
mythempo1.addItemInput(<minecraft:netherbrick>);
mythempo1.addItemInput(<ore:dyeRed>);
mythempo1.addItemInput(<minecraft:brick>);
mythempo1.addItemInput(<minecraft:redstone>);
mythempo1.addItemInput(<actuallyadditions:item_crystal:0>);
mythempo1.addItemOutput(<actuallyadditions:item_crystal_empowered:0>);
mythempo1.build();
val mythempo2 = RecipeBuilder.newBuilder("mythempo2","mythic_processor_empowerer",2);
mythempo2.addEnergyPerTickInput(40000);
mythempo2.addItemInput(<minecraft:netherbrick>);
mythempo2.addItemInput(<ore:dyeRed>);
mythempo2.addItemInput(<minecraft:brick>);
mythempo2.addItemInput(<minecraft:redstone>);
mythempo2.addItemInput(<actuallyadditions:block_crystal:0>);
mythempo2.addItemOutput(<actuallyadditions:block_crystal_empowered:0>);
mythempo2.build();
val mythempo3 = RecipeBuilder.newBuilder("mythempo3","mythic_processor_empowerer",2);
mythempo3.addEnergyPerTickInput(40000);
mythempo3.addItemInput(<minecraft:prismarine_shard>);
mythempo3.addItemInput(<ore:dyeCyan>);
mythempo3.addItemInput(<minecraft:prismarine_shard>);
mythempo3.addItemInput(<minecraft:prismarine_shard>);
mythempo3.addItemInput(<actuallyadditions:item_crystal:1>);
mythempo3.addItemOutput(<actuallyadditions:item_crystal_empowered:1>);
mythempo3.build();
val mythempo4 = RecipeBuilder.newBuilder("mythempo4","mythic_processor_empowerer",2);
mythempo4.addEnergyPerTickInput(40000);
mythempo4.addItemInput(<minecraft:prismarine_shard>);
mythempo4.addItemInput(<ore:dyeCyan>);
mythempo4.addItemInput(<minecraft:prismarine_shard>);
mythempo4.addItemInput(<minecraft:prismarine_shard>);
mythempo4.addItemInput(<actuallyadditions:block_crystal:1>);
mythempo4.addItemOutput(<actuallyadditions:block_crystal_empowered:1>);
mythempo4.build();
val mythempo5 = RecipeBuilder.newBuilder("mythempo5","mythic_processor_empowerer",2);
mythempo5.addEnergyPerTickInput(40000);
mythempo5.addItemInput(<minecraft:clay_ball>);
mythempo5.addItemInput(<ore:dyeLightBlue>);
mythempo5.addItemInput(<minecraft:clay_ball>);
mythempo5.addItemInput(<minecraft:clay>);
mythempo5.addItemInput(<actuallyadditions:item_crystal:2>);
mythempo5.addItemOutput(<actuallyadditions:item_crystal_empowered:2>);
mythempo5.build();
val mythempo6 = RecipeBuilder.newBuilder("mythempo6","mythic_processor_empowerer",2);
mythempo6.addEnergyPerTickInput(40000);
mythempo6.addItemInput(<minecraft:clay_ball>);
mythempo6.addItemInput(<ore:dyeLightBlue>);
mythempo6.addItemInput(<minecraft:clay_ball>);
mythempo6.addItemInput(<minecraft:clay>);
mythempo6.addItemInput(<actuallyadditions:block_crystal:2>);
mythempo6.addItemOutput(<actuallyadditions:block_crystal_empowered:2>);
mythempo6.build();
val mythempo7 = RecipeBuilder.newBuilder("mythempo7","mythic_processor_empowerer",2);
mythempo7.addEnergyPerTickInput(40000);
mythempo7.addItemInput(<minecraft:snowball>);
mythempo7.addItemInput(<ore:dyeGray>);
mythempo7.addItemInput(<minecraft:stone_button>);
mythempo7.addItemInput(<minecraft:cobblestone>);
mythempo7.addItemInput(<actuallyadditions:item_crystal:5>);
mythempo7.addItemOutput(<actuallyadditions:item_crystal_empowered:5>);
mythempo7.build();
val mythempo8 = RecipeBuilder.newBuilder("mythempo8","mythic_processor_empowerer",2);
mythempo8.addEnergyPerTickInput(40000);
mythempo8.addItemInput(<minecraft:snowball>);
mythempo8.addItemInput(<ore:dyeGray>);
mythempo8.addItemInput(<minecraft:stone_button>);
mythempo8.addItemInput(<minecraft:cobblestone>);
mythempo8.addItemInput(<actuallyadditions:block_crystal:5>);
mythempo8.addItemOutput(<actuallyadditions:block_crystal_empowered:5>);
mythempo8.build();
val mythempo9 = RecipeBuilder.newBuilder("mythempo9","mythic_processor_empowerer",2);
mythempo9.addEnergyPerTickInput(40000);
mythempo9.addItemInput(<minecraft:coal:1>);
mythempo9.addItemInput(<ore:dyeBlack>);
mythempo9.addItemInput(<minecraft:flint>);
mythempo9.addItemInput(<minecraft:stone>);
mythempo9.addItemInput(<actuallyadditions:item_crystal:3>);
mythempo9.addItemOutput(<actuallyadditions:item_crystal_empowered:3>);
mythempo9.build();
val mythempo10 = RecipeBuilder.newBuilder("mythempo10","mythic_processor_empowerer",2);
mythempo10.addEnergyPerTickInput(40000);
mythempo10.addItemInput(<minecraft:coal:1>);
mythempo10.addItemInput(<ore:dyeBlack>);
mythempo10.addItemInput(<minecraft:flint>);
mythempo10.addItemInput(<minecraft:stone>);
mythempo10.addItemInput(<actuallyadditions:block_crystal:3>);
mythempo10.addItemOutput(<actuallyadditions:block_crystal_empowered:3>);
mythempo10.build();
val mythempo11 = RecipeBuilder.newBuilder("mythempo11","mythic_processor_empowerer",2);
mythempo11.addEnergyPerTickInput(40000);
mythempo11.addItemInput(<minecraft:tallgrass:1>);
mythempo11.addItemInput(<ore:dyeLime>);
mythempo11.addItemInput(<minecraft:sapling:0>);
mythempo11.addItemInput(<ore:slimeball>);
mythempo11.addItemInput(<actuallyadditions:item_crystal:4>);
mythempo11.addItemOutput(<actuallyadditions:item_crystal_empowered:4>);
mythempo11.build();
val mythempo12 = RecipeBuilder.newBuilder("mythempo12","mythic_processor_empowerer",2);
mythempo12.addEnergyPerTickInput(40000);
mythempo12.addItemInput(<minecraft:tallgrass:1>);
mythempo12.addItemInput(<ore:dyeLime>);
mythempo12.addItemInput(<minecraft:sapling:0>);
mythempo12.addItemInput(<ore:slimeball>);
mythempo12.addItemInput(<actuallyadditions:block_crystal:4>);
mythempo12.addItemOutput(<actuallyadditions:block_crystal_empowered:4>);
mythempo12.build();
val mythempo13 = RecipeBuilder.newBuilder("mythempo13","mythic_processor_empowerer",2);
mythempo13.addEnergyPerTickInput(40000);
mythempo13.addItemInput(<actuallyadditions:item_canola_seed>);
mythempo13.addItemInput(<actuallyadditions:item_canola_seed>);
mythempo13.addItemInput(<actuallyadditions:item_canola_seed>);
mythempo13.addItemInput(<actuallyadditions:item_canola_seed>);
mythempo13.addItemInput(<actuallyadditions:item_misc:23>);
mythempo13.addItemOutput(<actuallyadditions:item_misc:24>);
mythempo13.build();
val mythempo14 = RecipeBuilder.newBuilder("mythempo14","mythic_processor_empowerer",2);
mythempo14.addEnergyPerTickInput(40000);
mythempo14.addItemInput(<actuallyadditions:item_crystal_empowered:5>);
mythempo14.addItemInput(<actuallyadditions:item_crystal_empowered:0>);
mythempo14.addItemInput(<actuallyadditions:item_crystal_empowered:1>);
mythempo14.addItemInput(<actuallyadditions:item_crystal_empowered:3>);
mythempo14.addItemInput(<aether_legacy:enchanted_gravitite>);
mythempo14.addItemOutput(<contenttweaker:empowered_gravitite>);
mythempo14.build();
val mythempo15 = RecipeBuilder.newBuilder("mythempo15","mythic_processor_empowerer",2);
mythempo15.addEnergyPerTickInput(40000);
mythempo15.addItemInput(<materialpart:vibranium:ingot>);
mythempo15.addItemInput(<materialpart:vibranium:ingot>);
mythempo15.addItemInput(<contenttweaker:rainbow_gemstones>);
mythempo15.addItemInput(<contenttweaker:rainbow_gemstones>);
mythempo15.addItemInput(<contenttweaker:supertranslucent_catalyst>);
mythempo15.addItemOutput(<contenttweaker:refraction_focus_key>);
mythempo15.build();
val mythempo16 = RecipeBuilder.newBuilder("mythempo16","mythic_processor_empowerer",2);
mythempo16.addEnergyPerTickInput(40000);
mythempo16.addItemInput(<twilightforest:armor_shard_cluster>);
mythempo16.addItemInput(<twilightforest:carminite>);
mythempo16.addItemInput(<twilightforest:alpha_fur>);
mythempo16.addItemInput(<twilightforest:magic_beans>);
mythempo16.addItemInput(<twilightforest:naga_scale>);
mythempo16.addItemOutput(<contenttweaker:twilight_essence>);
mythempo16.build();
val mythempo17 = RecipeBuilder.newBuilder("mythempo17","mythic_processor_empowerer",2);
mythempo17.addEnergyPerTickInput(40000);
mythempo17.addItemInput(<thebetweenlands:sap_spit>);
mythempo17.addItemInput(<thebetweenlands:spirit_fruit>);
mythempo17.addItemInput(<thebetweenlands:weeping_blue_petal>);
mythempo17.addItemInput(<thebetweenlands:items_misc:39>);
mythempo17.addItemInput(<aoa3:blue_life_lamp_off>);
mythempo17.addItemOutput(<contenttweaker:rift_essence>);
mythempo17.build();