This commit is contained in:
sainagh
2025-01-15 16:18:41 -08:00
parent f7532d1672
commit caeb0bd183
6066 changed files with 73099 additions and 844957 deletions
+17 -17
View File
@@ -1,6 +1,6 @@
import mods.modularmachinery.RecipeBuilder;
val mythempo1 = RecipeBuilder.newBuilder("mythempo1","mythic_processor_empowerer",1);
val mythempo1 = RecipeBuilder.newBuilder("mythempo1","mythic_processor_empowerer",2);
mythempo1.addEnergyPerTickInput(40000);
mythempo1.addItemInput(<minecraft:netherbrick>);
mythempo1.addItemInput(<ore:dyeRed>);
@@ -10,7 +10,7 @@ mythempo1.addItemInput(<actuallyadditions:item_crystal:0>);
mythempo1.addItemOutput(<actuallyadditions:item_crystal_empowered:0>);
mythempo1.build();
val mythempo2 = RecipeBuilder.newBuilder("mythempo2","mythic_processor_empowerer",1);
val mythempo2 = RecipeBuilder.newBuilder("mythempo2","mythic_processor_empowerer",2);
mythempo2.addEnergyPerTickInput(40000);
mythempo2.addItemInput(<minecraft:netherbrick>);
mythempo2.addItemInput(<ore:dyeRed>);
@@ -20,7 +20,7 @@ mythempo2.addItemInput(<actuallyadditions:block_crystal:0>);
mythempo2.addItemOutput(<actuallyadditions:block_crystal_empowered:0>);
mythempo2.build();
val mythempo3 = RecipeBuilder.newBuilder("mythempo3","mythic_processor_empowerer",1);
val mythempo3 = RecipeBuilder.newBuilder("mythempo3","mythic_processor_empowerer",2);
mythempo3.addEnergyPerTickInput(40000);
mythempo3.addItemInput(<minecraft:prismarine_shard>);
mythempo3.addItemInput(<ore:dyeCyan>);
@@ -30,7 +30,7 @@ mythempo3.addItemInput(<actuallyadditions:item_crystal:1>);
mythempo3.addItemOutput(<actuallyadditions:item_crystal_empowered:1>);
mythempo3.build();
val mythempo4 = RecipeBuilder.newBuilder("mythempo4","mythic_processor_empowerer",1);
val mythempo4 = RecipeBuilder.newBuilder("mythempo4","mythic_processor_empowerer",2);
mythempo4.addEnergyPerTickInput(40000);
mythempo4.addItemInput(<minecraft:prismarine_shard>);
mythempo4.addItemInput(<ore:dyeCyan>);
@@ -40,7 +40,7 @@ mythempo4.addItemInput(<actuallyadditions:block_crystal:1>);
mythempo4.addItemOutput(<actuallyadditions:block_crystal_empowered:1>);
mythempo4.build();
val mythempo5 = RecipeBuilder.newBuilder("mythempo5","mythic_processor_empowerer",1);
val mythempo5 = RecipeBuilder.newBuilder("mythempo5","mythic_processor_empowerer",2);
mythempo5.addEnergyPerTickInput(40000);
mythempo5.addItemInput(<minecraft:clay_ball>);
mythempo5.addItemInput(<ore:dyeLightBlue>);
@@ -50,7 +50,7 @@ mythempo5.addItemInput(<actuallyadditions:item_crystal:2>);
mythempo5.addItemOutput(<actuallyadditions:item_crystal_empowered:2>);
mythempo5.build();
val mythempo6 = RecipeBuilder.newBuilder("mythempo6","mythic_processor_empowerer",1);
val mythempo6 = RecipeBuilder.newBuilder("mythempo6","mythic_processor_empowerer",2);
mythempo6.addEnergyPerTickInput(40000);
mythempo6.addItemInput(<minecraft:clay_ball>);
mythempo6.addItemInput(<ore:dyeLightBlue>);
@@ -60,7 +60,7 @@ mythempo6.addItemInput(<actuallyadditions:block_crystal:2>);
mythempo6.addItemOutput(<actuallyadditions:block_crystal_empowered:2>);
mythempo6.build();
val mythempo7 = RecipeBuilder.newBuilder("mythempo7","mythic_processor_empowerer",1);
val mythempo7 = RecipeBuilder.newBuilder("mythempo7","mythic_processor_empowerer",2);
mythempo7.addEnergyPerTickInput(40000);
mythempo7.addItemInput(<minecraft:snowball>);
mythempo7.addItemInput(<ore:dyeGray>);
@@ -70,7 +70,7 @@ mythempo7.addItemInput(<actuallyadditions:item_crystal:5>);
mythempo7.addItemOutput(<actuallyadditions:item_crystal_empowered:5>);
mythempo7.build();
val mythempo8 = RecipeBuilder.newBuilder("mythempo8","mythic_processor_empowerer",1);
val mythempo8 = RecipeBuilder.newBuilder("mythempo8","mythic_processor_empowerer",2);
mythempo8.addEnergyPerTickInput(40000);
mythempo8.addItemInput(<minecraft:snowball>);
mythempo8.addItemInput(<ore:dyeGray>);
@@ -80,7 +80,7 @@ mythempo8.addItemInput(<actuallyadditions:block_crystal:5>);
mythempo8.addItemOutput(<actuallyadditions:block_crystal_empowered:5>);
mythempo8.build();
val mythempo9 = RecipeBuilder.newBuilder("mythempo9","mythic_processor_empowerer",1);
val mythempo9 = RecipeBuilder.newBuilder("mythempo9","mythic_processor_empowerer",2);
mythempo9.addEnergyPerTickInput(40000);
mythempo9.addItemInput(<minecraft:coal:1>);
mythempo9.addItemInput(<ore:dyeBlack>);
@@ -90,7 +90,7 @@ mythempo9.addItemInput(<actuallyadditions:item_crystal:3>);
mythempo9.addItemOutput(<actuallyadditions:item_crystal_empowered:3>);
mythempo9.build();
val mythempo10 = RecipeBuilder.newBuilder("mythempo10","mythic_processor_empowerer",1);
val mythempo10 = RecipeBuilder.newBuilder("mythempo10","mythic_processor_empowerer",2);
mythempo10.addEnergyPerTickInput(40000);
mythempo10.addItemInput(<minecraft:coal:1>);
mythempo10.addItemInput(<ore:dyeBlack>);
@@ -100,7 +100,7 @@ mythempo10.addItemInput(<actuallyadditions:block_crystal:3>);
mythempo10.addItemOutput(<actuallyadditions:block_crystal_empowered:3>);
mythempo10.build();
val mythempo11 = RecipeBuilder.newBuilder("mythempo11","mythic_processor_empowerer",1);
val mythempo11 = RecipeBuilder.newBuilder("mythempo11","mythic_processor_empowerer",2);
mythempo11.addEnergyPerTickInput(40000);
mythempo11.addItemInput(<minecraft:tallgrass:1>);
mythempo11.addItemInput(<ore:dyeLime>);
@@ -110,7 +110,7 @@ mythempo11.addItemInput(<actuallyadditions:item_crystal:4>);
mythempo11.addItemOutput(<actuallyadditions:item_crystal_empowered:4>);
mythempo11.build();
val mythempo12 = RecipeBuilder.newBuilder("mythempo12","mythic_processor_empowerer",1);
val mythempo12 = RecipeBuilder.newBuilder("mythempo12","mythic_processor_empowerer",2);
mythempo12.addEnergyPerTickInput(40000);
mythempo12.addItemInput(<minecraft:tallgrass:1>);
mythempo12.addItemInput(<ore:dyeLime>);
@@ -120,7 +120,7 @@ mythempo12.addItemInput(<actuallyadditions:block_crystal:4>);
mythempo12.addItemOutput(<actuallyadditions:block_crystal_empowered:4>);
mythempo12.build();
val mythempo13 = RecipeBuilder.newBuilder("mythempo13","mythic_processor_empowerer",1);
val mythempo13 = RecipeBuilder.newBuilder("mythempo13","mythic_processor_empowerer",2);
mythempo13.addEnergyPerTickInput(40000);
mythempo13.addItemInput(<actuallyadditions:item_canola_seed>);
mythempo13.addItemInput(<actuallyadditions:item_canola_seed>);
@@ -130,7 +130,7 @@ mythempo13.addItemInput(<actuallyadditions:item_misc:23>);
mythempo13.addItemOutput(<actuallyadditions:item_misc:24>);
mythempo13.build();
val mythempo14 = RecipeBuilder.newBuilder("mythempo14","mythic_processor_empowerer",1);
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>);
@@ -140,7 +140,7 @@ mythempo14.addItemInput(<aether_legacy:enchanted_gravitite>);
mythempo14.addItemOutput(<contenttweaker:empowered_gravitite>);
mythempo14.build();
val mythempo15 = RecipeBuilder.newBuilder("mythempo15","mythic_processor_empowerer",1);
val mythempo15 = RecipeBuilder.newBuilder("mythempo15","mythic_processor_empowerer",2);
mythempo15.addEnergyPerTickInput(40000);
mythempo15.addItemInput(<materialpart:vibranium:ingot>);
mythempo15.addItemInput(<materialpart:vibranium:ingot>);
@@ -150,7 +150,7 @@ mythempo15.addItemInput(<contenttweaker:supertranslucent_catalyst>);
mythempo15.addItemOutput(<contenttweaker:refraction_focus_key>);
mythempo15.build();
val mythempo16 = RecipeBuilder.newBuilder("mythempo16","mythic_processor_empowerer",1);
val mythempo16 = RecipeBuilder.newBuilder("mythempo16","mythic_processor_empowerer",2);
mythempo16.addEnergyPerTickInput(40000);
mythempo16.addItemInput(<twilightforest:armor_shard_cluster>);
mythempo16.addItemInput(<twilightforest:carminite>);
@@ -160,7 +160,7 @@ mythempo16.addItemInput(<twilightforest:naga_scale>);
mythempo16.addItemOutput(<contenttweaker:twilight_essence>);
mythempo16.build();
val mythempo17 = RecipeBuilder.newBuilder("mythempo17","mythic_processor_empowerer",1);
val mythempo17 = RecipeBuilder.newBuilder("mythempo17","mythic_processor_empowerer",2);
mythempo17.addEnergyPerTickInput(40000);
mythempo17.addItemInput(<thebetweenlands:sap_spit>);
mythempo17.addItemInput(<thebetweenlands:spirit_fruit>);