This commit is contained in:
ZHAY10086
2026-03-17 09:38:29 +08:00
parent b48caab7df
commit 9d084d5cf6
15 changed files with 76 additions and 267 deletions
+25 -202
View File
@@ -443,7 +443,7 @@ mythinfus61.build();
val mythinfus62 = RecipeBuilder.newBuilder("mythinfus62","mythic_processor_infuser",2);
mythinfus62.addEnergyPerTickInput(1000000);
mythinfus62.addFluidInput(<fluid:spatial_matter>*10000);
mythinfus62.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 1§r"]}}));
mythinfus62.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 1§r"]}}));
mythinfus62.setChance(0.0);
mythinfus62.addItemInput(<contenttweaker:fractal_stone>*10);
mythinfus62.addItemOutput(<contenttweaker:fractal_stone>*20);
@@ -452,7 +452,7 @@ mythinfus62.build();
val mythinfus62a = RecipeBuilder.newBuilder("mythinfus62a","mythic_processor_infuser",2);
mythinfus62a.addEnergyPerTickInput(1000000);
mythinfus62a.addFluidInput(<fluid:spatial_matter>*50000);
mythinfus62a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 2§r"]}}));
mythinfus62a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 2§r"]}}));
mythinfus62a.setChance(0.0);
mythinfus62a.addItemInput(<contenttweaker:fractal_stone>*100);
mythinfus62a.addItemOutput(<contenttweaker:fractal_stone>*200);
@@ -461,7 +461,7 @@ mythinfus62a.build();
val mythinfus62b = RecipeBuilder.newBuilder("mythinfus62b","mythic_processor_infuser",2);
mythinfus62b.addEnergyPerTickInput(1000000);
mythinfus62b.addFluidInput(<fluid:spatial_matter>*100000);
mythinfus62b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 3§r"]}}));
mythinfus62b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 3§r"]}}));
mythinfus62b.setChance(0.0);
mythinfus62b.addItemInput(<contenttweaker:fractal_stone>*1000);
mythinfus62b.addItemOutput(<contenttweaker:fractal_stone>*2000);
@@ -470,7 +470,7 @@ mythinfus62b.build();
val mythinfus63 = RecipeBuilder.newBuilder("mythinfus63","mythic_processor_infuser",2);
mythinfus63.addEnergyPerTickInput(1000000);
mythinfus63.addFluidInput(<fluid:cosmic_matter>*10000);
mythinfus63.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 1§r"]}}));
mythinfus63.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 1§r"]}}));
mythinfus63.setChance(0.0);
mythinfus63.addItemInput(<contenttweaker:fractal_stone>*10);
mythinfus63.addItemOutput(<contenttweaker:fractal_stone>*30);
@@ -479,7 +479,7 @@ mythinfus63.build();
val mythinfus63a = RecipeBuilder.newBuilder("mythinfus63a","mythic_processor_infuser",2);
mythinfus63a.addEnergyPerTickInput(1000000);
mythinfus63a.addFluidInput(<fluid:cosmic_matter>*50000);
mythinfus63a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 2§r"]}}));
mythinfus63a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 2§r"]}}));
mythinfus63a.setChance(0.0);
mythinfus63a.addItemInput(<contenttweaker:fractal_stone>*100);
mythinfus63a.addItemOutput(<contenttweaker:fractal_stone>*300);
@@ -488,7 +488,7 @@ mythinfus63a.build();
val mythinfus63b = RecipeBuilder.newBuilder("mythinfus63b","mythic_processor_infuser",2);
mythinfus63b.addEnergyPerTickInput(1000000);
mythinfus63b.addFluidInput(<fluid:cosmic_matter>*100000);
mythinfus63b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 3§r"]}}));
mythinfus63b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 3§r"]}}));
mythinfus63b.setChance(0.0);
mythinfus63b.addItemInput(<contenttweaker:fractal_stone>*1000);
mythinfus63b.addItemOutput(<contenttweaker:fractal_stone>*3000);
@@ -497,7 +497,7 @@ mythinfus63b.build();
val mythinfus64 = RecipeBuilder.newBuilder("mythinfus64","mythic_processor_infuser",2);
mythinfus64.addEnergyPerTickInput(1000000);
mythinfus64.addFluidInput(<fluid:galactic_matter>*10000);
mythinfus64.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 1§r"]}}));
mythinfus64.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 1§r"]}}));
mythinfus64.setChance(0.0);
mythinfus64.addItemInput(<contenttweaker:fractal_stone>*10);
mythinfus64.addItemOutput(<contenttweaker:fractal_stone>*40);
@@ -506,7 +506,7 @@ mythinfus64.build();
val mythinfus64a = RecipeBuilder.newBuilder("mythinfus64a","mythic_processor_infuser",2);
mythinfus64a.addEnergyPerTickInput(1000000);
mythinfus64a.addFluidInput(<fluid:galactic_matter>*50000);
mythinfus64a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 2§r"]}}));
mythinfus64a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 2§r"]}}));
mythinfus64a.setChance(0.0);
mythinfus64a.addItemInput(<contenttweaker:fractal_stone>*100);
mythinfus64a.addItemOutput(<contenttweaker:fractal_stone>*400);
@@ -515,7 +515,7 @@ mythinfus64a.build();
val mythinfus64b = RecipeBuilder.newBuilder("mythinfus64b","mythic_processor_infuser",2);
mythinfus64b.addEnergyPerTickInput(1000000);
mythinfus64b.addFluidInput(<fluid:galactic_matter>*100000);
mythinfus64b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 3§r"]}}));
mythinfus64b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 3§r"]}}));
mythinfus64b.setChance(0.0);
mythinfus64b.addItemInput(<contenttweaker:fractal_stone>*1000);
mythinfus64b.addItemOutput(<contenttweaker:fractal_stone>*4000);
@@ -524,7 +524,7 @@ mythinfus64b.build();
val mythinfus65 = RecipeBuilder.newBuilder("mythinfus65","mythic_processor_infuser",2);
mythinfus65.addEnergyPerTickInput(1000000);
mythinfus65.addFluidInput(<fluid:chaotic_matter>*10000);
mythinfus65.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 1§r"]}}));
mythinfus65.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 1§r"]}}));
mythinfus65.setChance(0.0);
mythinfus65.addItemInput(<contenttweaker:fractal_stone>*10);
mythinfus65.addItemOutput(<contenttweaker:fractal_stone>*50);
@@ -533,7 +533,7 @@ mythinfus65.build();
val mythinfus65a = RecipeBuilder.newBuilder("mythinfus65a","mythic_processor_infuser",2);
mythinfus65a.addEnergyPerTickInput(1000000);
mythinfus65a.addFluidInput(<fluid:chaotic_matter>*50000);
mythinfus65a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 2§r"]}}));
mythinfus65a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 2§r"]}}));
mythinfus65a.setChance(0.0);
mythinfus65a.addItemInput(<contenttweaker:fractal_stone>*100);
mythinfus65a.addItemOutput(<contenttweaker:fractal_stone>*500);
@@ -542,7 +542,7 @@ mythinfus65a.build();
val mythinfus65b = RecipeBuilder.newBuilder("mythinfus65b","mythic_processor_infuser",2);
mythinfus65b.addEnergyPerTickInput(1000000);
mythinfus65b.addFluidInput(<fluid:chaotic_matter>*100000);
mythinfus65b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 3§r"]}}));
mythinfus65b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 3§r"]}}));
mythinfus65b.setChance(0.0);
mythinfus65b.addItemInput(<contenttweaker:fractal_stone>*1000);
mythinfus65b.addItemOutput(<contenttweaker:fractal_stone>*5000);
@@ -551,7 +551,7 @@ mythinfus65b.build();
val mythinfus66 = RecipeBuilder.newBuilder("mythinfus66","mythic_processor_infuser",2);
mythinfus66.addEnergyPerTickInput(1000000);
mythinfus66.addFluidInput(<fluid:nightmarish_matter>*10000);
mythinfus66.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 1§r"]}}));
mythinfus66.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 1§r"]}}));
mythinfus66.setChance(0.0);
mythinfus66.addItemInput(<contenttweaker:fractal_stone>*10);
mythinfus66.addItemOutput(<contenttweaker:fractal_stone>*60);
@@ -560,7 +560,7 @@ mythinfus66.build();
val mythinfus66a = RecipeBuilder.newBuilder("mythinfus66a","mythic_processor_infuser",2);
mythinfus66a.addEnergyPerTickInput(1000000);
mythinfus66a.addFluidInput(<fluid:nightmarish_matter>*50000);
mythinfus66a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 2§r"]}}));
mythinfus66a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 2§r"]}}));
mythinfus66a.setChance(0.0);
mythinfus66a.addItemInput(<contenttweaker:fractal_stone>*100);
mythinfus66a.addItemOutput(<contenttweaker:fractal_stone>*600);
@@ -569,7 +569,7 @@ mythinfus66a.build();
val mythinfus66b = RecipeBuilder.newBuilder("mythinfus66b","mythic_processor_infuser",2);
mythinfus66b.addEnergyPerTickInput(1000000);
mythinfus66b.addFluidInput(<fluid:nightmarish_matter>*100000);
mythinfus66b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 3§r"]}}));
mythinfus66b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 3§r"]}}));
mythinfus66b.setChance(0.0);
mythinfus66b.addItemInput(<contenttweaker:fractal_stone>*1000);
mythinfus66b.addItemOutput(<contenttweaker:fractal_stone>*6000);
@@ -578,7 +578,7 @@ mythinfus66b.build();
val mythinfus67 = RecipeBuilder.newBuilder("mythinfus67","mythic_processor_infuser",2);
mythinfus67.addEnergyPerTickInput(1000000);
mythinfus67.addFluidInput(<fluid:universal_matter>*10000);
mythinfus67.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 1§r"]}}));
mythinfus67.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 1§r"]}}));
mythinfus67.setChance(0.0);
mythinfus67.addItemInput(<contenttweaker:fractal_stone>*10);
mythinfus67.addItemOutput(<contenttweaker:fractal_stone>*70);
@@ -587,7 +587,7 @@ mythinfus67.build();
val mythinfus67a = RecipeBuilder.newBuilder("mythinfus67a","mythic_processor_infuser",2);
mythinfus67a.addEnergyPerTickInput(1000000);
mythinfus67a.addFluidInput(<fluid:universal_matter>*50000);
mythinfus67a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 2§r"]}}));
mythinfus67a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 2§r"]}}));
mythinfus67a.setChance(0.0);
mythinfus67a.addItemInput(<contenttweaker:fractal_stone>*100);
mythinfus67a.addItemOutput(<contenttweaker:fractal_stone>*700);
@@ -596,7 +596,7 @@ mythinfus67a.build();
val mythinfus67b = RecipeBuilder.newBuilder("mythinfus67b","mythic_processor_infuser",2);
mythinfus67b.addEnergyPerTickInput(1000000);
mythinfus67b.addFluidInput(<fluid:universal_matter>*100000);
mythinfus67b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 3§r"]}}));
mythinfus67b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 3§r"]}}));
mythinfus67b.setChance(0.0);
mythinfus67b.addItemInput(<contenttweaker:fractal_stone>*1000);
mythinfus67b.addItemOutput(<contenttweaker:fractal_stone>*7000);
@@ -605,7 +605,7 @@ mythinfus67b.build();
val mythinfus68 = RecipeBuilder.newBuilder("mythinfus68","mythic_processor_infuser",2);
mythinfus68.addEnergyPerTickInput(1000000);
mythinfus68.addFluidInput(<fluid:ultimate_fractallite_essence>*10000);
mythinfus68.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 1§r"]}}));
mythinfus68.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 1§r"]}}));
mythinfus68.setChance(0.0);
mythinfus68.addItemInput(<contenttweaker:fractal_stone>*10);
mythinfus68.addItemOutput(<contenttweaker:fractal_stone>*80);
@@ -614,7 +614,7 @@ mythinfus68.build();
val mythinfus68a = RecipeBuilder.newBuilder("mythinfus68a","mythic_processor_infuser",2);
mythinfus68a.addEnergyPerTickInput(1000000);
mythinfus68a.addFluidInput(<fluid:ultimate_fractallite_essence>*50000);
mythinfus68a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 2§r"]}}));
mythinfus68a.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 2§r"]}}));
mythinfus68a.setChance(0.0);
mythinfus68a.addItemInput(<contenttweaker:fractal_stone>*100);
mythinfus68a.addItemOutput(<contenttweaker:fractal_stone>*800);
@@ -623,7 +623,7 @@ mythinfus68a.build();
val mythinfus68b = RecipeBuilder.newBuilder("mythinfus68b","mythic_processor_infuser",2);
mythinfus68b.addEnergyPerTickInput(1000000);
mythinfus68b.addFluidInput(<fluid:ultimate_fractallite_essence>*100000);
mythinfus68b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 3§r"]}}));
mythinfus68b.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 3§r"]}}));
mythinfus68b.setChance(0.0);
mythinfus68b.addItemInput(<contenttweaker:fractal_stone>*1000);
mythinfus68b.addItemOutput(<contenttweaker:fractal_stone>*8000);
@@ -632,7 +632,7 @@ mythinfus68b.build();
val mythinfus68c = RecipeBuilder.newBuilder("mythinfus68c","mythic_processor_infuser",2);
mythinfus68c.addEnergyPerTickInput(1000000);
mythinfus68c.addFluidInput(<fluid:ultimate_fractallite_essence>*200000);
mythinfus68c.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 4§r"]}}));
mythinfus68c.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 4§r"]}}));
mythinfus68c.setChance(0.0);
mythinfus68c.addItemInput(<contenttweaker:fractal_stone>*10000);
mythinfus68c.addItemOutput(<contenttweaker:fractal_stone>*80000);
@@ -641,7 +641,7 @@ mythinfus68c.build();
val mythinfus68d = RecipeBuilder.newBuilder("mythinfus68d","mythic_processor_infuser",2);
mythinfus68d.addEnergyPerTickInput(1000000);
mythinfus68d.addFluidInput(<fluid:ultimate_fractallite_essence>*400000);
mythinfus68d.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§M模式 5§r"]}}));
mythinfus68d.addItemInput(<contenttweaker:warren_configurator>.withTag({display: {Lore: ["§d§MMode 5§r"]}}));
mythinfus68d.setChance(0.0);
mythinfus68d.addItemInput(<contenttweaker:fractal_stone>*100000);
mythinfus68d.addItemOutput(<contenttweaker:fractal_stone>*800000);
@@ -1863,8 +1863,8 @@ val mythenrich25 = RecipeBuilder.newBuilder("mythenrich25","mythic_processor_inf
mythenrich25.addEnergyPerTickInput(1000000);
mythenrich25.addItemInput(<contenttweaker:neutronium_pearl>*1);
mythenrich25.addItemInput(<contenttweaker:cosmic_string_primer>*1);
mythenrich25.addFluidInput(<fluid:molten_hassium_alloy>*100000);
mythenrich25.addFluidOutput(<fluid:neutrhassium_alloy>*100000);
mythenrich25.addFluidInput(<fluid:molten_hassium_alloy>*400000);
mythenrich25.addFluidOutput(<fluid:neutrhassium_alloy>*400000);
mythenrich25.build();
val mythenrich26 = RecipeBuilder.newBuilder("mythenrich26","mythic_processor_infuser",2);
@@ -1931,159 +1931,6 @@ mythenrich34.addFluidInput(<fluid:empoweredoil>*1000);
mythenrich34.addFluidOutput(<fluid:enriched_canola_oil>*1000);
mythenrich34.build();
val mythenrich35 = RecipeBuilder.newBuilder("mythenrich35","mythic_processor_infuser",2);
mythenrich35.addEnergyPerTickInput(1000000);
mythenrich35.addItemInput(<extratrees:misc:4>);
mythenrich35.addFluidInput(<fluid:binnie.juice.apricot>*1000);
mythenrich35.addFluidOutput(<fluid:binnie.wine.apricot>*1000);
mythenrich35.build();
val mythenrich36 = RecipeBuilder.newBuilder("mythenrich36","mythic_processor_infuser",2);
mythenrich36.addEnergyPerTickInput(1000000);
mythenrich36.addItemInput(<extratrees:misc:4>);
mythenrich36.addFluidInput(<fluid:binnie.juice.banana>*1000);
mythenrich36.addFluidOutput(<fluid:binnie.wine.banana>*1000);
mythenrich36.build();
val mythenrich37 = RecipeBuilder.newBuilder("mythenrich37","mythic_processor_infuser",2);
mythenrich37.addEnergyPerTickInput(1000000);
mythenrich37.addItemInput(<extratrees:misc:4>);
mythenrich37.addFluidInput(<fluid:binnie.juice.cherry>*1000);
mythenrich37.addFluidOutput(<fluid:binnie.wine.cherry>*1000);
mythenrich37.build();
val mythenrich38 = RecipeBuilder.newBuilder("mythenrich38","mythic_processor_infuser",2);
mythenrich38.addEnergyPerTickInput(1000000);
mythenrich38.addItemInput(<extratrees:misc:4>);
mythenrich38.addFluidInput(<fluid:binnie.juice.apple>*1000);
mythenrich38.addFluidOutput(<fluid:binnie.cider.apple>*1000);
mythenrich38.build();
val mythenrich39 = RecipeBuilder.newBuilder("mythenrich39","mythic_processor_infuser",2);
mythenrich39.addEnergyPerTickInput(1000000);
mythenrich39.addItemInput(<extratrees:misc:4>);
mythenrich39.addFluidInput(<fluid:binnie.juice.peach>*1000);
mythenrich39.addFluidOutput(<fluid:binnie.cider.peach>*1000);
mythenrich39.build();
val mythenrich40 = RecipeBuilder.newBuilder("mythenrich40","mythic_processor_infuser",2);
mythenrich40.addEnergyPerTickInput(1000000);
mythenrich40.addItemInput(<extratrees:misc:4>);
mythenrich40.addFluidInput(<fluid:binnie.juice.pear>*1000);
mythenrich40.addFluidOutput(<fluid:binnie.ciderpear>*1000);
mythenrich40.build();
val mythenrich41 = RecipeBuilder.newBuilder("mythenrich41","mythic_processor_infuser",2);
mythenrich41.addEnergyPerTickInput(1000000);
mythenrich41.addItemInput(<extratrees:misc:4>);
mythenrich41.addFluidInput(<fluid:binnie.juice.elderberry>*1000);
mythenrich41.addFluidOutput(<fluid:binnie.wine.elderberry>*1000);
mythenrich41.build();
val mythenrich42 = RecipeBuilder.newBuilder("mythenrich42","mythic_processor_infuser",2);
mythenrich42.addEnergyPerTickInput(1000000);
mythenrich42.addItemInput(<extratrees:misc:4>);
mythenrich42.addFluidInput(<fluid:binnie.juice.plum>*1000);
mythenrich42.addFluidOutput(<fluid:binnie.wine.plum>*1000);
mythenrich42.build();
val mythenrich43 = RecipeBuilder.newBuilder("mythenrich43","mythic_processor_infuser",2);
mythenrich43.addEnergyPerTickInput(1000000);
mythenrich43.addItemInput(<extratrees:misc:4>);
mythenrich43.addFluidInput(<fluid:binnie.juice.carrot>*1000);
mythenrich43.addFluidOutput(<fluid:binnie.wine.carrot>*1000);
mythenrich43.build();
val mythenrich44 = RecipeBuilder.newBuilder("mythenrich44","mythic_processor_infuser",2);
mythenrich44.addEnergyPerTickInput(1000000);
mythenrich44.addItemInput(<extratrees:misc:4>);
mythenrich44.addFluidInput(<fluid:binnie.juice.white.grape>*1000);
mythenrich44.addFluidOutput(<fluid:binnie.wine.white>*1000);
mythenrich44.build();
val mythenrich45 = RecipeBuilder.newBuilder("mythenrich45","mythic_processor_infuser",2);
mythenrich45.addEnergyPerTickInput(1000000);
mythenrich45.addItemInput(<extratrees:misc:4>);
mythenrich45.addFluidInput(<fluid:binnie.juice.red.grape>*1000);
mythenrich45.addFluidOutput(<fluid:binnie.wine.red>*1000);
mythenrich45.build();
val mythenrich46 = RecipeBuilder.newBuilder("mythenrich46","mythic_processor_infuser",2);
mythenrich46.addEnergyPerTickInput(1000000);
mythenrich46.addItemInput(<extratrees:misc:4>);
mythenrich46.addFluidInput(<fluid:binnie.juice.lime>*1000);
mythenrich46.addFluidOutput(<fluid:binnie.wine.citrus>*1000);
mythenrich46.build();
val mythenrich47 = RecipeBuilder.newBuilder("mythenrich47","mythic_processor_infuser",2);
mythenrich47.addEnergyPerTickInput(1000000);
mythenrich47.addItemInput(<extratrees:misc:4>);
mythenrich47.addFluidInput(<fluid:binnie.juice.grapefruit>*1000);
mythenrich47.addFluidOutput(<fluid:binnie.wine.citrus>*1000);
mythenrich47.build();
val mythenrich48 = RecipeBuilder.newBuilder("mythenrich48","mythic_processor_infuser",2);
mythenrich48.addEnergyPerTickInput(1000000);
mythenrich48.addItemInput(<extratrees:misc:4>);
mythenrich48.addFluidInput(<fluid:binnie.juice.lemon>*1000);
mythenrich48.addFluidOutput(<fluid:binnie.wine.citrus>*1000);
mythenrich48.build();
val mythenrich49 = RecipeBuilder.newBuilder("mythenrich49","mythic_processor_infuser",2);
mythenrich49.addEnergyPerTickInput(1000000);
mythenrich49.addItemInput(<extratrees:misc:4>);
mythenrich49.addFluidInput(<fluid:binnie.juice.orange>*1000);
mythenrich49.addFluidOutput(<fluid:binnie.wine.citrus>*1000);
mythenrich49.build();
val mythenrich50 = RecipeBuilder.newBuilder("mythenrich50","mythic_processor_infuser",2);
mythenrich50.addEnergyPerTickInput(1000000);
mythenrich50.addItemInput(<extratrees:misc:4>);
mythenrich50.addFluidInput(<fluid:binnie.juice.cranberry>*1000);
mythenrich50.addFluidOutput(<fluid:binnie.wine.cranberry>*1000);
mythenrich50.build();
val mythenrich51 = RecipeBuilder.newBuilder("mythenrich51","mythic_processor_infuser",2);
mythenrich51.addEnergyPerTickInput(1000000);
mythenrich51.addItemInput(<extratrees:misc:4>);
mythenrich51.addFluidInput(<fluid:binnie.juice.pineapple>*1000);
mythenrich51.addFluidOutput(<fluid:binnie.wine.pineapple>*1000);
mythenrich51.build();
val mythenrich52 = RecipeBuilder.newBuilder("mythenrich52","mythic_processor_infuser",2);
mythenrich52.addEnergyPerTickInput(1000000);
mythenrich52.addItemInput(<extratrees:misc:4>);
mythenrich52.addFluidInput(<fluid:binnie.juice.tomato>*1000);
mythenrich52.addFluidOutput(<fluid:binnie.wine.tomato>*1000);
mythenrich52.build();
val mythenrich53 = RecipeBuilder.newBuilder("mythenrich53","mythic_processor_infuser",2);
mythenrich53.addEnergyPerTickInput(1000000);
mythenrich53.addItemInput(<magicbees:beecomb:9>*10);
mythenrich53.addFluidInput(<fluid:chaos>*720);
mythenrich53.addFluidOutput(<fluid:chaotic_honey_4>*1440);
mythenrich53.build();
val mythenrich54 = RecipeBuilder.newBuilder("mythenrich54","mythic_processor_infuser",2);
mythenrich54.addEnergyPerTickInput(1000000);
mythenrich54.addItemInput(<forestry:bee_combs:8>*10);
mythenrich54.addFluidInput(<fluid:chaos>*720);
mythenrich54.addFluidOutput(<fluid:chaotic_honey_3>*1440);
mythenrich54.build();
val mythenrich55 = RecipeBuilder.newBuilder("mythenrich55","mythic_processor_infuser",2);
mythenrich55.addEnergyPerTickInput(1000000);
mythenrich55.addItemInput(<magicbees:beecomb:6>*10);
mythenrich55.addFluidInput(<fluid:chaos>*720);
mythenrich55.addFluidOutput(<fluid:chaotic_honey_2>*1440);
mythenrich55.build();
val mythenrich56 = RecipeBuilder.newBuilder("mythenrich56","mythic_processor_infuser",2);
mythenrich56.addEnergyPerTickInput(1000000);
mythenrich56.addItemInput(<extrabees:honey_comb:48>*10);
mythenrich56.addFluidInput(<fluid:chaos>*720);
mythenrich56.addFluidOutput(<fluid:chaotic_honey_1>*1440);
mythenrich56.build();
val mythenrich57 = RecipeBuilder.newBuilder("mythenrich57","mythic_processor_infuser",2);
mythenrich57.addEnergyPerTickInput(1000000);
@@ -2099,28 +1946,4 @@ mythenrich58.addFluidInput(<fluid:hot_fluorine>*1000);
mythenrich58.addFluidOutput(<fluid:fluorine>*1000);
mythenrich58.build();
val mythenrich59 = RecipeBuilder.newBuilder("mythenrich59","mythic_processor_infuser",2);
mythenrich59.addEnergyPerTickInput(1000000);
mythenrich59.addItemInput(<contenttweaker:possessed_fluix>*10);
mythenrich59.addFluidInput(<fluid:whispering_starlight>*20000);
mythenrich59.addFluidOutput(<fluid:whispering_starlight>*40000);
mythenrich59.build();
val mythenrich60 = RecipeBuilder.newBuilder("mythenrich60","mythic_processor_infuser",2);
mythenrich60.addEnergyPerTickInput(1000000);
mythenrich60.addItemInput(<contenttweaker:trinity_nugget>);
mythenrich60.addFluidInput(<fluid:inquiring_abyssite>*144);
mythenrich60.addFluidOutput(<fluid:everloving_abyssite>*144);
mythenrich60.build();
val mythenrich61 = RecipeBuilder.newBuilder("mythenrich61","mythic_processor_infuser",2);
mythenrich61.addEnergyPerTickInput(1000000);
mythenrich61.addItemInput(<contenttweaker:actualization_aspected_eleint_scale>);
mythenrich61.addFluidInput(<fluid:actualizing_fluid>*1000);
mythenrich61.addFluidOutput(<fluid:breath_of_actualization>*1000);
mythenrich61.build();