Files
meatballcraft/scripts/MythicProcessorMelter.zs
T
2025-11-16 21:53:25 +08:00

920 lines
171 KiB
Plaintext

import mods.modularmachinery.RecipeBuilder;
val mythmelt1 = RecipeBuilder.newBuilder("mythmelt1","mythic_processor_melter",2);mythmelt1.addEnergyPerTickInput(60000);mythmelt1.addItemInput(<contenttweaker:meatballium_ingot>);mythmelt1.addFluidOutput(<liquid:meatballium> * 144);mythmelt1.build();
val mythmelt2 = RecipeBuilder.newBuilder("mythmelt2","mythic_processor_melter",2);mythmelt2.addEnergyPerTickInput(60000);mythmelt2.addItemInput(<ore:ingotCobalt>);mythmelt2.addFluidOutput(<liquid:cobalt> * 144);mythmelt2.build();
val mythmelt3 = RecipeBuilder.newBuilder("mythmelt3","mythic_processor_melter",2);mythmelt3.addEnergyPerTickInput(60000);mythmelt3.addItemInput(<ore:oreCobalt>);mythmelt3.addFluidOutput(<liquid:cobalt> * 288);mythmelt3.build();
val mythmelt4 = RecipeBuilder.newBuilder("mythmelt4","mythic_processor_melter",2);mythmelt4.addEnergyPerTickInput(60000);mythmelt4.addItemInput(<nuclearcraft:compound:5>);mythmelt4.addFluidOutput(<liquid:naoh> * 666);mythmelt4.build();
val mythmelt5 = RecipeBuilder.newBuilder("mythmelt5","mythic_processor_melter",2);mythmelt5.addEnergyPerTickInput(60000);mythmelt5.addItemInput(<ore:dustSulfur>);mythmelt5.addFluidOutput(<liquid:sulfur> * 666);mythmelt5.build();
val mythmelt6 = RecipeBuilder.newBuilder("mythmelt6","mythic_processor_melter",2);mythmelt6.addEnergyPerTickInput(60000);mythmelt6.addItemInput(<nuclearcraft:compound:6>);mythmelt6.addFluidOutput(<liquid:koh> * 666);mythmelt6.build();
val mythmelt7 = RecipeBuilder.newBuilder("mythmelt7","mythic_processor_melter",2);mythmelt7.addEnergyPerTickInput(60000);mythmelt7.addItemInput(<nuclearcraft:gem_dust:10>);mythmelt7.addFluidOutput(<liquid:arsenic> * 666);mythmelt7.build();
val mythmelt8 = RecipeBuilder.newBuilder("mythmelt8","mythic_processor_melter",2);mythmelt8.addEnergyPerTickInput(60000);mythmelt8.addItemInput(<nuclearcraft:gem:5>);mythmelt8.addFluidOutput(<liquid:bas> * 666);mythmelt8.build();
val mythmelt9 = RecipeBuilder.newBuilder("mythmelt9","mythic_processor_melter",2);mythmelt9.addEnergyPerTickInput(60000);mythmelt9.addItemInput(<nuclearcraft:boron:0>);mythmelt9.addFluidOutput(<liquid:boron10> * 144);mythmelt9.build();
val mythmelt10 = RecipeBuilder.newBuilder("mythmelt10","mythic_processor_melter",2);mythmelt10.addEnergyPerTickInput(60000);mythmelt10.addItemInput(<nuclearcraft:boron:1>);mythmelt10.addFluidOutput(<liquid:boron10> * 16);mythmelt10.build();
val mythmelt11 = RecipeBuilder.newBuilder("mythmelt11","mythic_processor_melter",2);mythmelt11.addEnergyPerTickInput(60000);mythmelt11.addItemInput(<nuclearcraft:boron:2>);mythmelt11.addFluidOutput(<liquid:boron11> * 144);mythmelt11.build();
val mythmelt12 = RecipeBuilder.newBuilder("mythmelt12","mythic_processor_melter",2);mythmelt12.addEnergyPerTickInput(60000);mythmelt12.addItemInput(<nuclearcraft:boron:3>);mythmelt12.addFluidOutput(<liquid:boron11> * 16);mythmelt12.build();
val mythmelt13 = RecipeBuilder.newBuilder("mythmelt13","mythic_processor_melter",2);mythmelt13.addEnergyPerTickInput(60000);mythmelt13.addItemInput(<nuclearcraft:lithium:0>);mythmelt13.addFluidOutput(<liquid:lithium6> * 144);mythmelt13.build();
val mythmelt14 = RecipeBuilder.newBuilder("mythmelt14","mythic_processor_melter",2);mythmelt14.addEnergyPerTickInput(60000);mythmelt14.addItemInput(<nuclearcraft:lithium:1>);mythmelt14.addFluidOutput(<liquid:lithium6> * 16);mythmelt14.build();
val mythmelt15 = RecipeBuilder.newBuilder("mythmelt15","mythic_processor_melter",2);mythmelt15.addEnergyPerTickInput(60000);mythmelt15.addItemInput(<nuclearcraft:lithium:2>);mythmelt15.addFluidOutput(<liquid:lithium7> * 144);mythmelt15.build();
val mythmelt16 = RecipeBuilder.newBuilder("mythmelt16","mythic_processor_melter",2);mythmelt16.addEnergyPerTickInput(60000);mythmelt16.addItemInput(<nuclearcraft:lithium:3>);mythmelt16.addFluidOutput(<liquid:lithium7> * 16);mythmelt16.build();
val mythmelt17 = RecipeBuilder.newBuilder("mythmelt17","mythic_processor_melter",2);mythmelt17.addEnergyPerTickInput(60000);mythmelt17.addItemInput(<nuclearcraft:alloy:2>);mythmelt17.addFluidOutput(<liquid:hard_carbon> * 144);mythmelt17.build();
val mythmelt18 = RecipeBuilder.newBuilder("mythmelt18","mythic_processor_melter",2);mythmelt18.addEnergyPerTickInput(60000);mythmelt18.addItemInput(<nuclearcraft:ingot_oxide:3>);mythmelt18.addFluidOutput(<liquid:manganese_dioxide> * 144);mythmelt18.build();
val mythmelt19 = RecipeBuilder.newBuilder("mythmelt19","mythic_processor_melter",2);mythmelt19.addEnergyPerTickInput(60000);mythmelt19.addItemInput(<nuclearcraft:dust_oxide:3>);mythmelt19.addFluidOutput(<liquid:manganese_dioxide> * 144);mythmelt19.build();
val mythmelt20 = RecipeBuilder.newBuilder("mythmelt20","mythic_processor_melter",2);mythmelt20.addEnergyPerTickInput(60000);mythmelt20.addItemInput(<nuclearcraft:ground_cocoa_nibs>);mythmelt20.addFluidOutput(<liquid:chocolate_liquor> * 144);mythmelt20.build();
val mythmelt21 = RecipeBuilder.newBuilder("mythmelt21","mythic_processor_melter",2);mythmelt21.addEnergyPerTickInput(60000);mythmelt21.addItemInput(<nuclearcraft:cocoa_butter>);mythmelt21.addFluidOutput(<liquid:cocoa_butter> * 144);mythmelt21.build();
val mythmelt22 = RecipeBuilder.newBuilder("mythmelt22","mythic_processor_melter",2);mythmelt22.addEnergyPerTickInput(60000);mythmelt22.addItemInput(<nuclearcraft:unsweetened_chocolate>);mythmelt22.addFluidOutput(<liquid:unsweetened_chocolate> * 144);mythmelt22.build();
val mythmelt23 = RecipeBuilder.newBuilder("mythmelt23","mythic_processor_melter",2);mythmelt23.addEnergyPerTickInput(60000);mythmelt23.addItemInput(<nuclearcraft:dark_chocolate>);mythmelt23.addFluidOutput(<liquid:dark_chocolate> * 144);mythmelt23.build();
val mythmelt24 = RecipeBuilder.newBuilder("mythmelt24","mythic_processor_melter",2);mythmelt24.addEnergyPerTickInput(60000);mythmelt24.addItemInput(<nuclearcraft:milk_chocolate>);mythmelt24.addFluidOutput(<liquid:milk_chocolate> * 144);mythmelt24.build();
val mythmelt25 = RecipeBuilder.newBuilder("mythmelt25","mythic_processor_melter",2);mythmelt25.addEnergyPerTickInput(60000);mythmelt25.addItemInput(<minecraft:sugar>);mythmelt25.addFluidOutput(<liquid:sugar> * 144);mythmelt25.build();
val mythmelt26 = RecipeBuilder.newBuilder("mythmelt26","mythic_processor_melter",2);mythmelt26.addEnergyPerTickInput(60000);mythmelt26.addItemInput(<nuclearcraft:gelatin>);mythmelt26.addFluidOutput(<liquid:gelatin> * 144);mythmelt26.build();
val mythmelt27 = RecipeBuilder.newBuilder("mythmelt27","mythic_processor_melter",2);mythmelt27.addEnergyPerTickInput(60000);mythmelt27.addItemInput(<nuclearcraft:marshmallow>);mythmelt27.addFluidOutput(<liquid:marshmallow> * 144);mythmelt27.build();
val mythmelt28 = RecipeBuilder.newBuilder("mythmelt28","mythic_processor_melter",2);mythmelt28.addEnergyPerTickInput(60000);mythmelt28.addItemInput(<ore:obsidian>);mythmelt28.addFluidOutput(<liquid:obsidian> * 288);mythmelt28.build();
val mythmelt29 = RecipeBuilder.newBuilder("mythmelt29","mythic_processor_melter",2);mythmelt29.addEnergyPerTickInput(60000);mythmelt29.addItemInput(<thermalfoundation:material:770>);mythmelt29.addFluidOutput(<liquid:obsidian> * 72);mythmelt29.build();
val mythmelt30 = RecipeBuilder.newBuilder("mythmelt30","mythic_processor_melter",2);mythmelt30.addEnergyPerTickInput(60000);mythmelt30.addItemInput(<ore:sand>);mythmelt30.addFluidOutput(<liquid:glass> * 1000);mythmelt30.build();
val mythmelt31 = RecipeBuilder.newBuilder("mythmelt31","mythic_processor_melter",2);mythmelt31.addEnergyPerTickInput(60000);mythmelt31.addItemInput(<ore:blockGlass>);mythmelt31.addFluidOutput(<liquid:glass> * 1000);mythmelt31.build();
val mythmelt32 = RecipeBuilder.newBuilder("mythmelt32","mythic_processor_melter",2);mythmelt32.addEnergyPerTickInput(60000);mythmelt32.addItemInput(<minecraft:clay>);mythmelt32.addFluidOutput(<liquid:clay> * 576);mythmelt32.build();
val mythmelt33 = RecipeBuilder.newBuilder("mythmelt33","mythic_processor_melter",2);mythmelt33.addEnergyPerTickInput(60000);mythmelt33.addItemInput(<minecraft:clay_ball>);mythmelt33.addFluidOutput(<liquid:clay> * 144);mythmelt33.build();
val mythmelt34 = RecipeBuilder.newBuilder("mythmelt34","mythic_processor_melter",2);mythmelt34.addEnergyPerTickInput(60000);mythmelt34.addItemInput(<minecraft:brick_block>);mythmelt34.addFluidOutput(<liquid:clay> * 576);mythmelt34.build();
val mythmelt35 = RecipeBuilder.newBuilder("mythmelt35","mythic_processor_melter",2);mythmelt35.addEnergyPerTickInput(60000);mythmelt35.addItemInput(<minecraft:brick>);mythmelt35.addFluidOutput(<liquid:clay> * 144);mythmelt35.build();
val mythmelt36 = RecipeBuilder.newBuilder("mythmelt36","mythic_processor_melter",2);mythmelt36.addEnergyPerTickInput(60000);mythmelt36.addItemInput(<minecraft:hardened_clay>);mythmelt36.addFluidOutput(<liquid:clay> * 576);mythmelt36.build();
val mythmelt37 = RecipeBuilder.newBuilder("mythmelt37","mythic_processor_melter",2);mythmelt37.addEnergyPerTickInput(60000);mythmelt37.addItemInput(<ore:stone>);mythmelt37.addFluidOutput(<liquid:stone> * 72);mythmelt37.build();
val mythmelt38 = RecipeBuilder.newBuilder("mythmelt38","mythic_processor_melter",2);mythmelt38.addEnergyPerTickInput(60000);mythmelt38.addItemInput(<ore:brickStone>);mythmelt38.addFluidOutput(<liquid:stone> * 72);mythmelt38.build();
val mythmelt39 = RecipeBuilder.newBuilder("mythmelt39","mythic_processor_melter",2);mythmelt39.addEnergyPerTickInput(60000);mythmelt39.addItemInput(<ore:bricksStone>);mythmelt39.addFluidOutput(<liquid:stone> * 72);mythmelt39.build();
val mythmelt40 = RecipeBuilder.newBuilder("mythmelt40","mythic_processor_melter",2);mythmelt40.addEnergyPerTickInput(60000);mythmelt40.addItemInput(<ore:cobblestone>);mythmelt40.addFluidOutput(<liquid:stone> * 72);mythmelt40.build();
val mythmelt41 = RecipeBuilder.newBuilder("mythmelt41","mythic_processor_melter",2);mythmelt41.addEnergyPerTickInput(60000);mythmelt41.addItemInput(<ore:dirt>);mythmelt41.addFluidOutput(<liquid:blockfluiddirt> * 144);mythmelt41.build();
val mythmelt42 = RecipeBuilder.newBuilder("mythmelt42","mythic_processor_melter",2);mythmelt42.addEnergyPerTickInput(60000);mythmelt42.addItemInput(<ore:grass>);mythmelt42.addFluidOutput(<liquid:blockfluiddirt> * 144);mythmelt42.build();
val mythmelt43 = RecipeBuilder.newBuilder("mythmelt43","mythic_processor_melter",2);mythmelt43.addEnergyPerTickInput(60000);mythmelt43.addItemInput(<minecraft:redstone>);mythmelt43.addFluidOutput(<liquid:redstone> * 100);mythmelt43.build();
val mythmelt44 = RecipeBuilder.newBuilder("mythmelt44","mythic_processor_melter",2);mythmelt44.addEnergyPerTickInput(60000);mythmelt44.addItemInput(<ore:blockRedstone>);mythmelt44.addFluidOutput(<liquid:redstone> * 900);mythmelt44.build();
val mythmelt45 = RecipeBuilder.newBuilder("mythmelt45","mythic_processor_melter",2);mythmelt45.addEnergyPerTickInput(60000);mythmelt45.addItemInput(<minecraft:glowstone_dust>);mythmelt45.addFluidOutput(<liquid:glowstone> * 250);mythmelt45.build();
val mythmelt46 = RecipeBuilder.newBuilder("mythmelt46","mythic_processor_melter",2);mythmelt46.addEnergyPerTickInput(60000);mythmelt46.addItemInput(<ore:glowstone>);mythmelt46.addFluidOutput(<liquid:glowstone> * 1000);mythmelt46.build();
val mythmelt47 = RecipeBuilder.newBuilder("mythmelt47","mythic_processor_melter",2);mythmelt47.addEnergyPerTickInput(60000);mythmelt47.addItemInput(<minecraft:ender_pearl>);mythmelt47.addFluidOutput(<liquid:ender> * 250);mythmelt47.build();
val mythmelt48 = RecipeBuilder.newBuilder("mythmelt48","mythic_processor_melter",2);mythmelt48.addEnergyPerTickInput(60000);mythmelt48.addItemInput(<ore:dustEnderPearl>);mythmelt48.addFluidOutput(<liquid:ender> * 250);mythmelt48.build();
val mythmelt49 = RecipeBuilder.newBuilder("mythmelt49","mythic_processor_melter",2);mythmelt49.addEnergyPerTickInput(60000);mythmelt49.addItemInput(<thermalfoundation:material:1024>);mythmelt49.addFluidOutput(<liquid:pyrotheum> * 250);mythmelt49.build();
val mythmelt50 = RecipeBuilder.newBuilder("mythmelt50","mythic_processor_melter",2);mythmelt50.addEnergyPerTickInput(60000);mythmelt50.addItemInput(<thermalfoundation:material:1025>);mythmelt50.addFluidOutput(<liquid:cryotheum> * 250);mythmelt50.build();
val mythmelt51 = RecipeBuilder.newBuilder("mythmelt51","mythic_processor_melter",2);mythmelt51.addEnergyPerTickInput(60000);mythmelt51.addItemInput(<thermalfoundation:material:1026>);mythmelt51.addFluidOutput(<liquid:aerotheum> * 250);mythmelt51.build();
val mythmelt52 = RecipeBuilder.newBuilder("mythmelt52","mythic_processor_melter",2);mythmelt52.addEnergyPerTickInput(60000);mythmelt52.addItemInput(<thermalfoundation:material:1027>);mythmelt52.addFluidOutput(<liquid:petrotheum> * 250);mythmelt52.build();
val mythmelt53 = RecipeBuilder.newBuilder("mythmelt53","mythic_processor_melter",2);mythmelt53.addEnergyPerTickInput(60000);mythmelt53.addItemInput(<ore:dustCoal>);mythmelt53.addFluidOutput(<liquid:coal> * 100);mythmelt53.build();
val mythmelt54 = RecipeBuilder.newBuilder("mythmelt54","mythic_processor_melter",2);mythmelt54.addEnergyPerTickInput(60000);mythmelt54.addItemInput(<ore:coal>);mythmelt54.addFluidOutput(<liquid:coal> * 100);mythmelt54.build();
val mythmelt55 = RecipeBuilder.newBuilder("mythmelt55","mythic_processor_melter",2);mythmelt55.addEnergyPerTickInput(60000);mythmelt55.addItemInput(<nuclearcraft:gem_dust:7>);mythmelt55.addFluidOutput(<liquid:coal> * 100);mythmelt55.build();
val mythmelt56 = RecipeBuilder.newBuilder("mythmelt56","mythic_processor_melter",2);mythmelt56.addEnergyPerTickInput(60000);mythmelt56.addItemInput(<railcraft:dust:5>);mythmelt56.addFluidOutput(<liquid:coal> * 100);mythmelt56.build();
val mythmelt57 = RecipeBuilder.newBuilder("mythmelt57","mythic_processor_melter",2);mythmelt57.addEnergyPerTickInput(60000);mythmelt57.addItemInput(<actuallyadditions:item_dust:6>);mythmelt57.addFluidOutput(<liquid:coal> * 100);mythmelt57.build();
val mythmelt58 = RecipeBuilder.newBuilder("mythmelt58","mythic_processor_melter",2);mythmelt58.addEnergyPerTickInput(60000);mythmelt58.addItemInput(<nuclearcraft:ingot:8>);mythmelt58.addFluidOutput(<liquid:coal> * 100);mythmelt58.build();
val mythmelt59 = RecipeBuilder.newBuilder("mythmelt59","mythic_processor_melter",2);mythmelt59.addEnergyPerTickInput(60000);mythmelt59.addItemInput(<nuclearcraft:dust:8>);mythmelt59.addFluidOutput(<liquid:coal> * 100);mythmelt59.build();
val mythmelt60 = RecipeBuilder.newBuilder("mythmelt60","mythic_processor_melter",2);mythmelt60.addEnergyPerTickInput(60000);mythmelt60.addItemInput(<ore:blockCoal>);mythmelt60.addFluidOutput(<liquid:coal> * 900);mythmelt60.build();
val mythmelt61 = RecipeBuilder.newBuilder("mythmelt61","mythic_processor_melter",2);mythmelt61.addEnergyPerTickInput(60000);mythmelt61.addItemInput(<ore:blockGraphite>);mythmelt61.addFluidOutput(<liquid:coal> * 900);mythmelt61.build();
val mythmelt62 = RecipeBuilder.newBuilder("mythmelt62","mythic_processor_melter",2);mythmelt62.addEnergyPerTickInput(60000);mythmelt62.addItemInput(<enderio:item_alloy_ingot:0>);mythmelt62.addFluidOutput(<liquid:electrical_steel> * 144);mythmelt62.build();
val mythmelt63 = RecipeBuilder.newBuilder("mythmelt63","mythic_processor_melter",2);mythmelt63.addEnergyPerTickInput(60000);mythmelt63.addItemInput(<enderio:item_alloy_nugget:0>);mythmelt63.addFluidOutput(<liquid:electrical_steel> * 16);mythmelt63.build();
val mythmelt64 = RecipeBuilder.newBuilder("mythmelt64","mythic_processor_melter",2);mythmelt64.addEnergyPerTickInput(60000);mythmelt64.addItemInput(<enderio:block_alloy:0>);mythmelt64.addFluidOutput(<liquid:electrical_steel> * 1296);mythmelt64.build();
val mythmelt65 = RecipeBuilder.newBuilder("mythmelt65","mythic_processor_melter",2);mythmelt65.addEnergyPerTickInput(60000);mythmelt65.addItemInput(<enderio:item_alloy_ingot:1>);mythmelt65.addFluidOutput(<liquid:energetic_alloy> * 144);mythmelt65.build();
val mythmelt66 = RecipeBuilder.newBuilder("mythmelt66","mythic_processor_melter",2);mythmelt66.addEnergyPerTickInput(60000);mythmelt66.addItemInput(<enderio:item_alloy_nugget:1>);mythmelt66.addFluidOutput(<liquid:energetic_alloy> * 16);mythmelt66.build();
val mythmelt67 = RecipeBuilder.newBuilder("mythmelt67","mythic_processor_melter",2);mythmelt67.addEnergyPerTickInput(60000);mythmelt67.addItemInput(<enderio:block_alloy:1>);mythmelt67.addFluidOutput(<liquid:energetic_alloy> * 1296);mythmelt67.build();
val mythmelt68 = RecipeBuilder.newBuilder("mythmelt68","mythic_processor_melter",2);mythmelt68.addEnergyPerTickInput(60000);mythmelt68.addItemInput(<enderio:item_alloy_ingot:2>);mythmelt68.addFluidOutput(<liquid:vibrant_alloy> * 144);mythmelt68.build();
val mythmelt69 = RecipeBuilder.newBuilder("mythmelt69","mythic_processor_melter",2);mythmelt69.addEnergyPerTickInput(60000);mythmelt69.addItemInput(<enderio:item_alloy_nugget:2>);mythmelt69.addFluidOutput(<liquid:vibrant_alloy> * 16);mythmelt69.build();
val mythmelt70 = RecipeBuilder.newBuilder("mythmelt70","mythic_processor_melter",2);mythmelt70.addEnergyPerTickInput(60000);mythmelt70.addItemInput(<enderio:block_alloy:2>);mythmelt70.addFluidOutput(<liquid:vibrant_alloy> * 1296);mythmelt70.build();
val mythmelt71 = RecipeBuilder.newBuilder("mythmelt71","mythic_processor_melter",2);mythmelt71.addEnergyPerTickInput(60000);mythmelt71.addItemInput(<enderio:item_alloy_ingot:3>);mythmelt71.addFluidOutput(<liquid:redstone_alloy> * 144);mythmelt71.build();
val mythmelt72 = RecipeBuilder.newBuilder("mythmelt72","mythic_processor_melter",2);mythmelt72.addEnergyPerTickInput(60000);mythmelt72.addItemInput(<enderio:item_alloy_nugget:3>);mythmelt72.addFluidOutput(<liquid:redstone_alloy> * 16);mythmelt72.build();
val mythmelt73 = RecipeBuilder.newBuilder("mythmelt73","mythic_processor_melter",2);mythmelt73.addEnergyPerTickInput(60000);mythmelt73.addItemInput(<enderio:block_alloy:3>);mythmelt73.addFluidOutput(<liquid:redstone_alloy> * 1296);mythmelt73.build();
val mythmelt74 = RecipeBuilder.newBuilder("mythmelt74","mythic_processor_melter",2);mythmelt74.addEnergyPerTickInput(60000);mythmelt74.addItemInput(<enderio:item_alloy_ingot:4>);mythmelt74.addFluidOutput(<liquid:conductive_iron> * 144);mythmelt74.build();
val mythmelt75 = RecipeBuilder.newBuilder("mythmelt75","mythic_processor_melter",2);mythmelt75.addEnergyPerTickInput(60000);mythmelt75.addItemInput(<enderio:item_alloy_nugget:4>);mythmelt75.addFluidOutput(<liquid:conductive_iron> * 16);mythmelt75.build();
val mythmelt76 = RecipeBuilder.newBuilder("mythmelt76","mythic_processor_melter",2);mythmelt76.addEnergyPerTickInput(60000);mythmelt76.addItemInput(<enderio:block_alloy:4>);mythmelt76.addFluidOutput(<liquid:conductive_iron> * 1296);mythmelt76.build();
val mythmelt77 = RecipeBuilder.newBuilder("mythmelt77","mythic_processor_melter",2);mythmelt77.addEnergyPerTickInput(60000);mythmelt77.addItemInput(<enderio:item_alloy_ingot:5>);mythmelt77.addFluidOutput(<liquid:pulsating_iron> * 144);mythmelt77.build();
val mythmelt78 = RecipeBuilder.newBuilder("mythmelt78","mythic_processor_melter",2);mythmelt78.addEnergyPerTickInput(60000);mythmelt78.addItemInput(<enderio:item_alloy_nugget:5>);mythmelt78.addFluidOutput(<liquid:pulsating_iron> * 16);mythmelt78.build();
val mythmelt79 = RecipeBuilder.newBuilder("mythmelt79","mythic_processor_melter",2);mythmelt79.addEnergyPerTickInput(60000);mythmelt79.addItemInput(<enderio:block_alloy:5>);mythmelt79.addFluidOutput(<liquid:pulsating_iron> * 1296);mythmelt79.build();
val mythmelt80 = RecipeBuilder.newBuilder("mythmelt80","mythic_processor_melter",2);mythmelt80.addEnergyPerTickInput(60000);mythmelt80.addItemInput(<enderio:item_alloy_ingot:6>);mythmelt80.addFluidOutput(<liquid:dark_steel> * 144);mythmelt80.build();
val mythmelt81 = RecipeBuilder.newBuilder("mythmelt81","mythic_processor_melter",2);mythmelt81.addEnergyPerTickInput(60000);mythmelt81.addItemInput(<enderio:item_alloy_nugget:6>);mythmelt81.addFluidOutput(<liquid:dark_steel> * 16);mythmelt81.build();
val mythmelt82 = RecipeBuilder.newBuilder("mythmelt82","mythic_processor_melter",2);mythmelt82.addEnergyPerTickInput(60000);mythmelt82.addItemInput(<enderio:block_alloy:6>);mythmelt82.addFluidOutput(<liquid:dark_steel> * 1296);mythmelt82.build();
val mythmelt83 = RecipeBuilder.newBuilder("mythmelt83","mythic_processor_melter",2);mythmelt83.addEnergyPerTickInput(60000);mythmelt83.addItemInput(<enderio:item_alloy_ingot:7>);mythmelt83.addFluidOutput(<liquid:soularium> * 144);mythmelt83.build();
val mythmelt84 = RecipeBuilder.newBuilder("mythmelt84","mythic_processor_melter",2);mythmelt84.addEnergyPerTickInput(60000);mythmelt84.addItemInput(<enderio:item_alloy_nugget:7>);mythmelt84.addFluidOutput(<liquid:soularium> * 16);mythmelt84.build();
val mythmelt85 = RecipeBuilder.newBuilder("mythmelt85","mythic_processor_melter",2);mythmelt85.addEnergyPerTickInput(60000);mythmelt85.addItemInput(<enderio:block_alloy:7>);mythmelt85.addFluidOutput(<liquid:soularium> * 1296);mythmelt85.build();
val mythmelt86 = RecipeBuilder.newBuilder("mythmelt86","mythic_processor_melter",2);mythmelt86.addEnergyPerTickInput(60000);mythmelt86.addItemInput(<enderio:item_material:74>);mythmelt86.addFluidOutput(<liquid:soularium> * 144);mythmelt86.build();
val mythmelt87 = RecipeBuilder.newBuilder("mythmelt87","mythic_processor_melter",2);mythmelt87.addEnergyPerTickInput(60000);mythmelt87.addItemInput(<enderio:item_alloy_ingot:8>);mythmelt87.addFluidOutput(<liquid:end_steel> * 144);mythmelt87.build();
val mythmelt88 = RecipeBuilder.newBuilder("mythmelt88","mythic_processor_melter",2);mythmelt88.addEnergyPerTickInput(60000);mythmelt88.addItemInput(<enderio:item_alloy_nugget:8>);mythmelt88.addFluidOutput(<liquid:end_steel> * 16);mythmelt88.build();
val mythmelt89 = RecipeBuilder.newBuilder("mythmelt89","mythic_processor_melter",2);mythmelt89.addEnergyPerTickInput(60000);mythmelt89.addItemInput(<enderio:block_alloy:8>);mythmelt89.addFluidOutput(<liquid:end_steel> * 1296);mythmelt89.build();
val mythmelt90 = RecipeBuilder.newBuilder("mythmelt90","mythic_processor_melter",2);mythmelt90.addEnergyPerTickInput(60000);mythmelt90.addItemInput(<enderio:item_alloy_ingot:9>);mythmelt90.addFluidOutput(<liquid:construction_alloy> * 144);mythmelt90.build();
val mythmelt91 = RecipeBuilder.newBuilder("mythmelt91","mythic_processor_melter",2);mythmelt91.addEnergyPerTickInput(60000);mythmelt91.addItemInput(<enderio:item_alloy_nugget:9>);mythmelt91.addFluidOutput(<liquid:construction_alloy> * 16);mythmelt91.build();
val mythmelt92 = RecipeBuilder.newBuilder("mythmelt92","mythic_processor_melter",2);mythmelt92.addEnergyPerTickInput(60000);mythmelt92.addItemInput(<enderio:block_alloy:9>);mythmelt92.addFluidOutput(<liquid:construction_alloy> * 1296);mythmelt92.build();
val mythmelt93 = RecipeBuilder.newBuilder("mythmelt93","mythic_processor_melter",2);mythmelt93.addEnergyPerTickInput(60000);mythmelt93.addItemInput(<enderio:item_alloy_endergy_ingot:0>);mythmelt93.addFluidOutput(<liquid:crude_steel> * 144);mythmelt93.build();
val mythmelt94 = RecipeBuilder.newBuilder("mythmelt94","mythic_processor_melter",2);mythmelt94.addEnergyPerTickInput(60000);mythmelt94.addItemInput(<enderio:item_alloy_endergy_nugget:0>);mythmelt94.addFluidOutput(<liquid:crude_steel> * 16);mythmelt94.build();
val mythmelt95 = RecipeBuilder.newBuilder("mythmelt95","mythic_processor_melter",2);mythmelt95.addEnergyPerTickInput(60000);mythmelt95.addItemInput(<enderio:block_alloy_endergy:0>);mythmelt95.addFluidOutput(<liquid:crude_steel> * 1296);mythmelt95.build();
val mythmelt96 = RecipeBuilder.newBuilder("mythmelt96","mythic_processor_melter",2);mythmelt96.addEnergyPerTickInput(60000);mythmelt96.addItemInput(<enderio:item_alloy_endergy_ingot:1>);mythmelt96.addFluidOutput(<liquid:crystalline_alloy> * 144);mythmelt96.build();
val mythmelt97 = RecipeBuilder.newBuilder("mythmelt97","mythic_processor_melter",2);mythmelt97.addEnergyPerTickInput(60000);mythmelt97.addItemInput(<enderio:item_alloy_endergy_nugget:1>);mythmelt97.addFluidOutput(<liquid:crystalline_alloy> * 16);mythmelt97.build();
val mythmelt98 = RecipeBuilder.newBuilder("mythmelt98","mythic_processor_melter",2);mythmelt98.addEnergyPerTickInput(60000);mythmelt98.addItemInput(<enderio:block_alloy_endergy:1>);mythmelt98.addFluidOutput(<liquid:crystalline_alloy> * 1296);mythmelt98.build();
val mythmelt99 = RecipeBuilder.newBuilder("mythmelt99","mythic_processor_melter",2);mythmelt99.addEnergyPerTickInput(60000);mythmelt99.addItemInput(<enderio:item_alloy_endergy_ingot:2>);mythmelt99.addFluidOutput(<liquid:melodic_alloy> * 144);mythmelt99.build();
val mythmelt100 = RecipeBuilder.newBuilder("mythmelt100","mythic_processor_melter",2);mythmelt100.addEnergyPerTickInput(60000);mythmelt100.addItemInput(<enderio:item_alloy_endergy_nugget:2>);mythmelt100.addFluidOutput(<liquid:melodic_alloy> * 16);mythmelt100.build();
val mythmelt101 = RecipeBuilder.newBuilder("mythmelt101","mythic_processor_melter",2);mythmelt101.addEnergyPerTickInput(60000);mythmelt101.addItemInput(<enderio:block_alloy_endergy:2>);mythmelt101.addFluidOutput(<liquid:melodic_alloy> * 1296);mythmelt101.build();
val mythmelt102 = RecipeBuilder.newBuilder("mythmelt102","mythic_processor_melter",2);mythmelt102.addEnergyPerTickInput(60000);mythmelt102.addItemInput(<enderio:item_alloy_endergy_ingot:3>);mythmelt102.addFluidOutput(<liquid:stellar_alloy> * 144);mythmelt102.build();
val mythmelt103 = RecipeBuilder.newBuilder("mythmelt103","mythic_processor_melter",2);mythmelt103.addEnergyPerTickInput(60000);mythmelt103.addItemInput(<enderio:item_alloy_endergy_nugget:3>);mythmelt103.addFluidOutput(<liquid:stellar_alloy> * 16);mythmelt103.build();
val mythmelt104 = RecipeBuilder.newBuilder("mythmelt104","mythic_processor_melter",2);mythmelt104.addEnergyPerTickInput(60000);mythmelt104.addItemInput(<enderio:block_alloy_endergy:3>);mythmelt104.addFluidOutput(<liquid:stellar_alloy> * 1296);mythmelt104.build();
val mythmelt105 = RecipeBuilder.newBuilder("mythmelt105","mythic_processor_melter",2);mythmelt105.addEnergyPerTickInput(60000);mythmelt105.addItemInput(<enderio:item_alloy_endergy_ingot:4>);mythmelt105.addFluidOutput(<liquid:crystalline_pink_slime> * 144);mythmelt105.build();
val mythmelt106 = RecipeBuilder.newBuilder("mythmelt106","mythic_processor_melter",2);mythmelt106.addEnergyPerTickInput(60000);mythmelt106.addItemInput(<enderio:item_alloy_endergy_nugget:4>);mythmelt106.addFluidOutput(<liquid:crystalline_pink_slime> * 16);mythmelt106.build();
val mythmelt107 = RecipeBuilder.newBuilder("mythmelt107","mythic_processor_melter",2);mythmelt107.addEnergyPerTickInput(60000);mythmelt107.addItemInput(<enderio:block_alloy_endergy:4>);mythmelt107.addFluidOutput(<liquid:crystalline_pink_slime> * 1296);mythmelt107.build();
val mythmelt108 = RecipeBuilder.newBuilder("mythmelt108","mythic_processor_melter",2);mythmelt108.addEnergyPerTickInput(60000);mythmelt108.addItemInput(<enderio:item_alloy_endergy_ingot:5>);mythmelt108.addFluidOutput(<liquid:energetic_silver> * 144);mythmelt108.build();
val mythmelt109 = RecipeBuilder.newBuilder("mythmelt109","mythic_processor_melter",2);mythmelt109.addEnergyPerTickInput(60000);mythmelt109.addItemInput(<enderio:item_alloy_endergy_nugget:5>);mythmelt109.addFluidOutput(<liquid:energetic_silver> * 16);mythmelt109.build();
val mythmelt110 = RecipeBuilder.newBuilder("mythmelt110","mythic_processor_melter",2);mythmelt110.addEnergyPerTickInput(60000);mythmelt110.addItemInput(<enderio:block_alloy_endergy:5>);mythmelt110.addFluidOutput(<liquid:energetic_silver> * 1296);mythmelt110.build();
val mythmelt111 = RecipeBuilder.newBuilder("mythmelt111","mythic_processor_melter",2);mythmelt111.addEnergyPerTickInput(60000);mythmelt111.addItemInput(<enderio:item_alloy_endergy_ingot:6>);mythmelt111.addFluidOutput(<liquid:vivid_alloy> * 144);mythmelt111.build();
val mythmelt112 = RecipeBuilder.newBuilder("mythmelt112","mythic_processor_melter",2);mythmelt112.addEnergyPerTickInput(60000);mythmelt112.addItemInput(<enderio:item_alloy_endergy_nugget:6>);mythmelt112.addFluidOutput(<liquid:vivid_alloy> * 16);mythmelt112.build();
val mythmelt113 = RecipeBuilder.newBuilder("mythmelt113","mythic_processor_melter",2);mythmelt113.addEnergyPerTickInput(60000);mythmelt113.addItemInput(<enderio:block_alloy_endergy:6>);mythmelt113.addFluidOutput(<liquid:vivid_alloy> * 1296);mythmelt113.build();
val mythmelt114 = RecipeBuilder.newBuilder("mythmelt114","mythic_processor_melter",2);mythmelt114.addEnergyPerTickInput(60000);mythmelt114.addItemInput(<bewitchment:salt>);mythmelt114.addFluidOutput(<liquid:brine> * 15);mythmelt114.build();
val mythmelt115 = RecipeBuilder.newBuilder("mythmelt115","mythic_processor_melter",2);mythmelt115.addEnergyPerTickInput(60000);mythmelt115.addItemInput(<botania:manaresource:0>);mythmelt115.addFluidOutput(<liquid:manasteel> * 144);mythmelt115.build();
val mythmelt116 = RecipeBuilder.newBuilder("mythmelt116","mythic_processor_melter",2);mythmelt116.addEnergyPerTickInput(60000);mythmelt116.addItemInput(<botania:manaresource:17>);mythmelt116.addFluidOutput(<liquid:manasteel> * 16);mythmelt116.build();
val mythmelt117 = RecipeBuilder.newBuilder("mythmelt117","mythic_processor_melter",2);mythmelt117.addEnergyPerTickInput(60000);mythmelt117.addItemInput(<botania:manaresource:4>);mythmelt117.addFluidOutput(<liquid:terrasteel> * 144);mythmelt117.build();
val mythmelt118 = RecipeBuilder.newBuilder("mythmelt118","mythic_processor_melter",2);mythmelt118.addEnergyPerTickInput(60000);mythmelt118.addItemInput(<botania:manaresource:18>);mythmelt118.addFluidOutput(<liquid:terrasteel> * 16);mythmelt118.build();
val mythmelt119 = RecipeBuilder.newBuilder("mythmelt119","mythic_processor_melter",2);mythmelt119.addEnergyPerTickInput(60000);mythmelt119.addItemInput(<mysticalagriculture:crafting:33>);mythmelt119.addFluidOutput(<liquid:inferium> * 144);mythmelt119.build();
val mythmelt120 = RecipeBuilder.newBuilder("mythmelt120","mythic_processor_melter",2);mythmelt120.addEnergyPerTickInput(60000);mythmelt120.addItemInput(<mysticalagriculture:crafting:40>);mythmelt120.addFluidOutput(<liquid:inferium> * 16);mythmelt120.build();
val mythmelt121 = RecipeBuilder.newBuilder("mythmelt121","mythic_processor_melter",2);mythmelt121.addEnergyPerTickInput(60000);mythmelt121.addItemInput(<mysticalagriculture:ingot_storage:1>);mythmelt121.addFluidOutput(<liquid:inferium> * 1296);mythmelt121.build();
val mythmelt122 = RecipeBuilder.newBuilder("mythmelt122","mythic_processor_melter",2);mythmelt122.addEnergyPerTickInput(60000);mythmelt122.addItemInput(<mysticalagriculture:crafting:34>);mythmelt122.addFluidOutput(<liquid:prudentium> * 144);mythmelt122.build();
val mythmelt123 = RecipeBuilder.newBuilder("mythmelt123","mythic_processor_melter",2);mythmelt123.addEnergyPerTickInput(60000);mythmelt123.addItemInput(<mysticalagriculture:crafting:41>);mythmelt123.addFluidOutput(<liquid:prudentium> * 16);mythmelt123.build();
val mythmelt124 = RecipeBuilder.newBuilder("mythmelt124","mythic_processor_melter",2);mythmelt124.addEnergyPerTickInput(60000);mythmelt124.addItemInput(<mysticalagriculture:ingot_storage:2>);mythmelt124.addFluidOutput(<liquid:prudentium> * 1296);mythmelt124.build();
val mythmelt125 = RecipeBuilder.newBuilder("mythmelt125","mythic_processor_melter",2);mythmelt125.addEnergyPerTickInput(60000);mythmelt125.addItemInput(<mysticalagriculture:crafting:35>);mythmelt125.addFluidOutput(<liquid:intermedium> * 144);mythmelt125.build();
val mythmelt126 = RecipeBuilder.newBuilder("mythmelt126","mythic_processor_melter",2);mythmelt126.addEnergyPerTickInput(60000);mythmelt126.addItemInput(<mysticalagriculture:crafting:42>);mythmelt126.addFluidOutput(<liquid:intermedium> * 16);mythmelt126.build();
val mythmelt127 = RecipeBuilder.newBuilder("mythmelt127","mythic_processor_melter",2);mythmelt127.addEnergyPerTickInput(60000);mythmelt127.addItemInput(<mysticalagriculture:ingot_storage:3>);mythmelt127.addFluidOutput(<liquid:intermedium> * 1296);mythmelt127.build();
val mythmelt128 = RecipeBuilder.newBuilder("mythmelt128","mythic_processor_melter",2);mythmelt128.addEnergyPerTickInput(60000);mythmelt128.addItemInput(<mysticalagriculture:crafting:36>);mythmelt128.addFluidOutput(<liquid:superium> * 144);mythmelt128.build();
val mythmelt129 = RecipeBuilder.newBuilder("mythmelt129","mythic_processor_melter",2);mythmelt129.addEnergyPerTickInput(60000);mythmelt129.addItemInput(<mysticalagriculture:crafting:43>);mythmelt129.addFluidOutput(<liquid:superium> * 16);mythmelt129.build();
val mythmelt130 = RecipeBuilder.newBuilder("mythmelt130","mythic_processor_melter",2);mythmelt130.addEnergyPerTickInput(60000);mythmelt130.addItemInput(<mysticalagriculture:ingot_storage:4>);mythmelt130.addFluidOutput(<liquid:superium> * 1296);mythmelt130.build();
val mythmelt131 = RecipeBuilder.newBuilder("mythmelt131","mythic_processor_melter",2);mythmelt131.addEnergyPerTickInput(60000);mythmelt131.addItemInput(<mysticalagriculture:crafting:37>);mythmelt131.addFluidOutput(<liquid:supremium> * 144);mythmelt131.build();
val mythmelt132 = RecipeBuilder.newBuilder("mythmelt132","mythic_processor_melter",2);mythmelt132.addEnergyPerTickInput(60000);mythmelt132.addItemInput(<mysticalagriculture:crafting:44>);mythmelt132.addFluidOutput(<liquid:supremium> * 16);mythmelt132.build();
val mythmelt133 = RecipeBuilder.newBuilder("mythmelt133","mythic_processor_melter",2);mythmelt133.addEnergyPerTickInput(60000);mythmelt133.addItemInput(<mysticalagriculture:ingot_storage:5>);mythmelt133.addFluidOutput(<liquid:supremium> * 1296);mythmelt133.build();
val mythmelt134 = RecipeBuilder.newBuilder("mythmelt134","mythic_processor_melter",2);mythmelt134.addEnergyPerTickInput(60000);mythmelt134.addItemInput(<ore:ingotThorium230>);mythmelt134.addFluidOutput(<liquid:thorium_230> * 144);mythmelt134.build();
val mythmelt135 = RecipeBuilder.newBuilder("mythmelt135","mythic_processor_melter",2);mythmelt135.addEnergyPerTickInput(60000);mythmelt135.addItemInput(<nuclearcraft:thorium:2>);mythmelt135.addFluidOutput(<liquid:thorium_230> * 16);mythmelt135.build();
val mythmelt136 = RecipeBuilder.newBuilder("mythmelt136","mythic_processor_melter",2);mythmelt136.addEnergyPerTickInput(60000);mythmelt136.addItemInput(<nuclearcraft:block_depleted_thorium>);mythmelt136.addFluidOutput(<liquid:thorium_230> * 1296);mythmelt136.build();
val mythmelt137 = RecipeBuilder.newBuilder("mythmelt137","mythic_processor_melter",2);mythmelt137.addEnergyPerTickInput(60000);mythmelt137.addItemInput(<nuclearcraft:thorium:4>);mythmelt137.addFluidOutput(<liquid:fuel_tbu> * 144);mythmelt137.build();
val mythmelt138 = RecipeBuilder.newBuilder("mythmelt138","mythic_processor_melter",2);mythmelt138.addEnergyPerTickInput(60000);mythmelt138.addItemInput(<nuclearcraft:thorium:6>);mythmelt138.addFluidOutput(<liquid:fuel_tbu> * 16);mythmelt138.build();
val mythmelt139 = RecipeBuilder.newBuilder("mythmelt139","mythic_processor_melter",2);mythmelt139.addEnergyPerTickInput(60000);mythmelt139.addItemInput(<nuclearcraft:uranium:0>);mythmelt139.addFluidOutput(<liquid:uranium_233> * 144);mythmelt139.build();
val mythmelt140 = RecipeBuilder.newBuilder("mythmelt140","mythic_processor_melter",2);mythmelt140.addEnergyPerTickInput(60000);mythmelt140.addItemInput(<nuclearcraft:uranium:2>);mythmelt140.addFluidOutput(<liquid:uranium_233> * 16);mythmelt140.build();
val mythmelt141 = RecipeBuilder.newBuilder("mythmelt141","mythic_processor_melter",2);mythmelt141.addEnergyPerTickInput(60000);mythmelt141.addItemInput(<nuclearcraft:uranium:4>);mythmelt141.addFluidOutput(<liquid:uranium_235> * 144);mythmelt141.build();
val mythmelt142 = RecipeBuilder.newBuilder("mythmelt142","mythic_processor_melter",2);mythmelt142.addEnergyPerTickInput(60000);mythmelt142.addItemInput(<nuclearcraft:uranium:6>);mythmelt142.addFluidOutput(<liquid:uranium_235> * 16);mythmelt142.build();
val mythmelt143 = RecipeBuilder.newBuilder("mythmelt143","mythic_processor_melter",2);mythmelt143.addEnergyPerTickInput(60000);mythmelt143.addItemInput(<ore:ingotUranium238>);mythmelt143.addFluidOutput(<liquid:uranium_238> * 144);mythmelt143.build();
val mythmelt144 = RecipeBuilder.newBuilder("mythmelt144","mythic_processor_melter",2);mythmelt144.addEnergyPerTickInput(60000);mythmelt144.addItemInput(<nuclearcraft:uranium:10>);mythmelt144.addFluidOutput(<liquid:uranium_238> * 16);mythmelt144.build();
val mythmelt145 = RecipeBuilder.newBuilder("mythmelt145","mythic_processor_melter",2);mythmelt145.addEnergyPerTickInput(60000);mythmelt145.addItemInput(<nuclearcraft:block_depleted_uranium>);mythmelt145.addFluidOutput(<liquid:uranium_238> * 1296);mythmelt145.build();
val mythmelt146 = RecipeBuilder.newBuilder("mythmelt146","mythic_processor_melter",2);mythmelt146.addEnergyPerTickInput(60000);mythmelt146.addItemInput(<nuclearcraft:neptunium:0>);mythmelt146.addFluidOutput(<liquid:neptunium_236> * 144);mythmelt146.build();
val mythmelt147 = RecipeBuilder.newBuilder("mythmelt147","mythic_processor_melter",2);mythmelt147.addEnergyPerTickInput(60000);mythmelt147.addItemInput(<nuclearcraft:neptunium:2>);mythmelt147.addFluidOutput(<liquid:neptunium_236> * 16);mythmelt147.build();
val mythmelt148 = RecipeBuilder.newBuilder("mythmelt148","mythic_processor_melter",2);mythmelt148.addEnergyPerTickInput(60000);mythmelt148.addItemInput(<ore:ingotNeptunium237>);mythmelt148.addFluidOutput(<liquid:neptunium_237> * 144);mythmelt148.build();
val mythmelt149 = RecipeBuilder.newBuilder("mythmelt149","mythic_processor_melter",2);mythmelt149.addEnergyPerTickInput(60000);mythmelt149.addItemInput(<nuclearcraft:neptunium:6>);mythmelt149.addFluidOutput(<liquid:neptunium_237> * 16);mythmelt149.build();
val mythmelt150 = RecipeBuilder.newBuilder("mythmelt150","mythic_processor_melter",2);mythmelt150.addEnergyPerTickInput(60000);mythmelt150.addItemInput(<nuclearcraft:block_depleted_neptunium>);mythmelt150.addFluidOutput(<liquid:neptunium_237> * 1296);mythmelt150.build();
val mythmelt151 = RecipeBuilder.newBuilder("mythmelt151","mythic_processor_melter",2);mythmelt151.addEnergyPerTickInput(60000);mythmelt151.addItemInput(<ore:ingotPlutonium238>);mythmelt151.addFluidOutput(<liquid:plutonium_238> * 144);mythmelt151.build();
val mythmelt152 = RecipeBuilder.newBuilder("mythmelt152","mythic_processor_melter",2);mythmelt152.addEnergyPerTickInput(60000);mythmelt152.addItemInput(<nuclearcraft:plutonium:2>);mythmelt152.addFluidOutput(<liquid:plutonium_238> * 16);mythmelt152.build();
val mythmelt153 = RecipeBuilder.newBuilder("mythmelt153","mythic_processor_melter",2);mythmelt153.addEnergyPerTickInput(60000);mythmelt153.addItemInput(<nuclearcraft:plutonium:4>);mythmelt153.addFluidOutput(<liquid:plutonium_239> * 144);mythmelt153.build();
val mythmelt154 = RecipeBuilder.newBuilder("mythmelt154","mythic_processor_melter",2);mythmelt154.addEnergyPerTickInput(60000);mythmelt154.addItemInput(<nuclearcraft:plutonium:6>);mythmelt154.addFluidOutput(<liquid:plutonium_239> * 16);mythmelt154.build();
val mythmelt155 = RecipeBuilder.newBuilder("mythmelt155","mythic_processor_melter",2);mythmelt155.addEnergyPerTickInput(60000);mythmelt155.addItemInput(<nuclearcraft:plutonium:8>);mythmelt155.addFluidOutput(<liquid:plutonium_241> * 144);mythmelt155.build();
val mythmelt156 = RecipeBuilder.newBuilder("mythmelt156","mythic_processor_melter",2);mythmelt156.addEnergyPerTickInput(60000);mythmelt156.addItemInput(<nuclearcraft:plutonium:10>);mythmelt156.addFluidOutput(<liquid:plutonium_241> * 16);mythmelt156.build();
val mythmelt157 = RecipeBuilder.newBuilder("mythmelt157","mythic_processor_melter",2);mythmelt157.addEnergyPerTickInput(60000);mythmelt157.addItemInput(<ore:ingotPlutonium242>);mythmelt157.addFluidOutput(<liquid:plutonium_242> * 144);mythmelt157.build();
val mythmelt158 = RecipeBuilder.newBuilder("mythmelt158","mythic_processor_melter",2);mythmelt158.addEnergyPerTickInput(60000);mythmelt158.addItemInput(<nuclearcraft:plutonium:14>);mythmelt158.addFluidOutput(<liquid:plutonium_242> * 16);mythmelt158.build();
val mythmelt159 = RecipeBuilder.newBuilder("mythmelt159","mythic_processor_melter",2);mythmelt159.addEnergyPerTickInput(60000);mythmelt159.addItemInput(<nuclearcraft:block_depleted_plutonium>);mythmelt159.addFluidOutput(<liquid:plutonium_242> * 1296);mythmelt159.build();
val mythmelt160 = RecipeBuilder.newBuilder("mythmelt160","mythic_processor_melter",2);mythmelt160.addEnergyPerTickInput(60000);mythmelt160.addItemInput(<ore:ingotAmericium241>);mythmelt160.addFluidOutput(<liquid:americium_241> * 144);mythmelt160.build();
val mythmelt161 = RecipeBuilder.newBuilder("mythmelt161","mythic_processor_melter",2);mythmelt161.addEnergyPerTickInput(60000);mythmelt161.addItemInput(<nuclearcraft:americium:2>);mythmelt161.addFluidOutput(<liquid:americium_241> * 16);mythmelt161.build();
val mythmelt162 = RecipeBuilder.newBuilder("mythmelt162","mythic_processor_melter",2);mythmelt162.addEnergyPerTickInput(60000);mythmelt162.addItemInput(<nuclearcraft:americium:4>);mythmelt162.addFluidOutput(<liquid:americium_242> * 144);mythmelt162.build();
val mythmelt163 = RecipeBuilder.newBuilder("mythmelt163","mythic_processor_melter",2);mythmelt163.addEnergyPerTickInput(60000);mythmelt163.addItemInput(<nuclearcraft:americium:6>);mythmelt163.addFluidOutput(<liquid:americium_242> * 16);mythmelt163.build();
val mythmelt164 = RecipeBuilder.newBuilder("mythmelt164","mythic_processor_melter",2);mythmelt164.addEnergyPerTickInput(60000);mythmelt164.addItemInput(<ore:ingotAmericium243>);mythmelt164.addFluidOutput(<liquid:americium_243> * 144);mythmelt164.build();
val mythmelt165 = RecipeBuilder.newBuilder("mythmelt165","mythic_processor_melter",2);mythmelt165.addEnergyPerTickInput(60000);mythmelt165.addItemInput(<nuclearcraft:americium:10>);mythmelt165.addFluidOutput(<liquid:americium_243> * 16);mythmelt165.build();
val mythmelt166 = RecipeBuilder.newBuilder("mythmelt166","mythic_processor_melter",2);mythmelt166.addEnergyPerTickInput(60000);mythmelt166.addItemInput(<nuclearcraft:block_depleted_americium>);mythmelt166.addFluidOutput(<liquid:americium_243> * 1296);mythmelt166.build();
val mythmelt167 = RecipeBuilder.newBuilder("mythmelt167","mythic_processor_melter",2);mythmelt167.addEnergyPerTickInput(60000);mythmelt167.addItemInput(<nuclearcraft:curium:0>);mythmelt167.addFluidOutput(<liquid:curium_243> * 144);mythmelt167.build();
val mythmelt168 = RecipeBuilder.newBuilder("mythmelt168","mythic_processor_melter",2);mythmelt168.addEnergyPerTickInput(60000);mythmelt168.addItemInput(<nuclearcraft:curium:2>);mythmelt168.addFluidOutput(<liquid:curium_243> * 16);mythmelt168.build();
val mythmelt169 = RecipeBuilder.newBuilder("mythmelt169","mythic_processor_melter",2);mythmelt169.addEnergyPerTickInput(60000);mythmelt169.addItemInput(<nuclearcraft:curium:4>);mythmelt169.addFluidOutput(<liquid:curium_245> * 144);mythmelt169.build();
val mythmelt170 = RecipeBuilder.newBuilder("mythmelt170","mythic_processor_melter",2);mythmelt170.addEnergyPerTickInput(60000);mythmelt170.addItemInput(<nuclearcraft:curium:6>);mythmelt170.addFluidOutput(<liquid:curium_246> * 16);mythmelt170.build();
val mythmelt171 = RecipeBuilder.newBuilder("mythmelt171","mythic_processor_melter",2);mythmelt171.addEnergyPerTickInput(60000);mythmelt171.addItemInput(<ore:ingotCurium246>);mythmelt171.addFluidOutput(<liquid:curium_246> * 144);mythmelt171.build();
val mythmelt172 = RecipeBuilder.newBuilder("mythmelt172","mythic_processor_melter",2);mythmelt172.addEnergyPerTickInput(60000);mythmelt172.addItemInput(<nuclearcraft:curium:10>);mythmelt172.addFluidOutput(<liquid:curium_246> * 16);mythmelt172.build();
val mythmelt173 = RecipeBuilder.newBuilder("mythmelt173","mythic_processor_melter",2);mythmelt173.addEnergyPerTickInput(60000);mythmelt173.addItemInput(<nuclearcraft:block_depleted_curium>);mythmelt173.addFluidOutput(<liquid:curium_246> * 1296);mythmelt173.build();
val mythmelt174 = RecipeBuilder.newBuilder("mythmelt174","mythic_processor_melter",2);mythmelt174.addEnergyPerTickInput(60000);mythmelt174.addItemInput(<nuclearcraft:curium:12>);mythmelt174.addFluidOutput(<liquid:curium_247> * 144);mythmelt174.build();
val mythmelt175 = RecipeBuilder.newBuilder("mythmelt175","mythic_processor_melter",2);mythmelt175.addEnergyPerTickInput(60000);mythmelt175.addItemInput(<nuclearcraft:curium:14>);mythmelt175.addFluidOutput(<liquid:curium_247> * 16);mythmelt175.build();
val mythmelt176 = RecipeBuilder.newBuilder("mythmelt176","mythic_processor_melter",2);mythmelt176.addEnergyPerTickInput(60000);mythmelt176.addItemInput(<ore:ingotBerkelium247>);mythmelt176.addFluidOutput(<liquid:berkelium_247> * 144);mythmelt176.build();
val mythmelt177 = RecipeBuilder.newBuilder("mythmelt177","mythic_processor_melter",2);mythmelt177.addEnergyPerTickInput(60000);mythmelt177.addItemInput(<nuclearcraft:berkelium:2>);mythmelt177.addFluidOutput(<liquid:berkelium_247> * 16);mythmelt177.build();
val mythmelt178 = RecipeBuilder.newBuilder("mythmelt178","mythic_processor_melter",2);mythmelt178.addEnergyPerTickInput(60000);mythmelt178.addItemInput(<nuclearcraft:block_depleted_berkelium>);mythmelt178.addFluidOutput(<liquid:berkelium_247> * 1296);mythmelt178.build();
val mythmelt179 = RecipeBuilder.newBuilder("mythmelt179","mythic_processor_melter",2);mythmelt179.addEnergyPerTickInput(60000);mythmelt179.addItemInput(<nuclearcraft:berkelium:4>);mythmelt179.addFluidOutput(<liquid:berkelium_248> * 144);mythmelt179.build();
val mythmelt180 = RecipeBuilder.newBuilder("mythmelt180","mythic_processor_melter",2);mythmelt180.addEnergyPerTickInput(60000);mythmelt180.addItemInput(<nuclearcraft:berkelium:6>);mythmelt180.addFluidOutput(<liquid:berkelium_248> * 16);mythmelt180.build();
val mythmelt181 = RecipeBuilder.newBuilder("mythmelt181","mythic_processor_melter",2);mythmelt181.addEnergyPerTickInput(60000);mythmelt181.addItemInput(<nuclearcraft:californium:0>);mythmelt181.addFluidOutput(<liquid:californium_249> * 144);mythmelt181.build();
val mythmelt182 = RecipeBuilder.newBuilder("mythmelt182","mythic_processor_melter",2);mythmelt182.addEnergyPerTickInput(60000);mythmelt182.addItemInput(<nuclearcraft:californium:2>);mythmelt182.addFluidOutput(<liquid:californium_249> * 16);mythmelt182.build();
val mythmelt183 = RecipeBuilder.newBuilder("mythmelt183","mythic_processor_melter",2);mythmelt183.addEnergyPerTickInput(60000);mythmelt183.addItemInput(<ore:ingotCalifornium250>);mythmelt183.addFluidOutput(<liquid:californium_250> * 144);mythmelt183.build();
val mythmelt184 = RecipeBuilder.newBuilder("mythmelt184","mythic_processor_melter",2);mythmelt184.addEnergyPerTickInput(60000);mythmelt184.addItemInput(<nuclearcraft:californium:6>);mythmelt184.addFluidOutput(<liquid:californium_250> * 16);mythmelt184.build();
val mythmelt185 = RecipeBuilder.newBuilder("mythmelt185","mythic_processor_melter",2);mythmelt185.addEnergyPerTickInput(60000);mythmelt185.addItemInput(<nuclearcraft:californium:8>);mythmelt185.addFluidOutput(<liquid:californium_251> * 144);mythmelt185.build();
val mythmelt186 = RecipeBuilder.newBuilder("mythmelt186","mythic_processor_melter",2);mythmelt186.addEnergyPerTickInput(60000);mythmelt186.addItemInput(<nuclearcraft:californium:10>);mythmelt186.addFluidOutput(<liquid:californium_251> * 16);mythmelt186.build();
val mythmelt187 = RecipeBuilder.newBuilder("mythmelt187","mythic_processor_melter",2);mythmelt187.addEnergyPerTickInput(60000);mythmelt187.addItemInput(<ore:ingotCalifornium252>);mythmelt187.addFluidOutput(<liquid:californium_252> * 144);mythmelt187.build();
val mythmelt188 = RecipeBuilder.newBuilder("mythmelt188","mythic_processor_melter",2);mythmelt188.addEnergyPerTickInput(60000);mythmelt188.addItemInput(<nuclearcraft:californium:14>);mythmelt188.addFluidOutput(<liquid:californium_252> * 16);mythmelt188.build();
val mythmelt189 = RecipeBuilder.newBuilder("mythmelt189","mythic_processor_melter",2);mythmelt189.addEnergyPerTickInput(60000);mythmelt189.addItemInput(<nuclearcraft:block_depleted_californium>);mythmelt189.addFluidOutput(<liquid:californium_252> * 1296);mythmelt189.build();
val mythmelt190 = RecipeBuilder.newBuilder("mythmelt190","mythic_processor_melter",2);mythmelt190.addEnergyPerTickInput(60000);mythmelt190.addItemInput(<nuclearcraft:fuel_thorium:0>);mythmelt190.addFluidOutput(<liquid:fuel_tbu> * 1296);mythmelt190.build();
val mythmelt191 = RecipeBuilder.newBuilder("mythmelt191","mythic_processor_melter",2);mythmelt191.addEnergyPerTickInput(60000);mythmelt191.addItemInput(<nuclearcraft:depleted_fuel_thorium:0>);mythmelt191.addFluidOutput(<liquid:depleted_fuel_tbu> * 1296);mythmelt191.build();
val mythmelt192 = RecipeBuilder.newBuilder("mythmelt192","mythic_processor_melter",2);mythmelt192.addEnergyPerTickInput(60000);mythmelt192.addItemInput(<nuclearcraft:fuel_thorium:1>);mythmelt192.addFluidOutput(<liquid:fuel_tbu> * 1296);mythmelt192.build();
val mythmelt193 = RecipeBuilder.newBuilder("mythmelt193","mythic_processor_melter",2);mythmelt193.addEnergyPerTickInput(60000);mythmelt193.addItemInput(<nuclearcraft:depleted_fuel_thorium:1>);mythmelt193.addFluidOutput(<liquid:depleted_fuel_tbu> * 1296);mythmelt193.build();
val mythmelt194 = RecipeBuilder.newBuilder("mythmelt194","mythic_processor_melter",2);mythmelt194.addEnergyPerTickInput(60000);mythmelt194.addItemInput(<nuclearcraft:fuel_uranium:0>);mythmelt194.addFluidOutput(<liquid:fuel_leu_233> * 1296);mythmelt194.build();
val mythmelt195 = RecipeBuilder.newBuilder("mythmelt195","mythic_processor_melter",2);mythmelt195.addEnergyPerTickInput(60000);mythmelt195.addItemInput(<nuclearcraft:fuel_uranium:2>);mythmelt195.addFluidOutput(<liquid:fuel_heu_233> * 1296);mythmelt195.build();
val mythmelt196 = RecipeBuilder.newBuilder("mythmelt196","mythic_processor_melter",2);mythmelt196.addEnergyPerTickInput(60000);mythmelt196.addItemInput(<nuclearcraft:depleted_fuel_uranium:0>);mythmelt196.addFluidOutput(<liquid:depleted_fuel_leu_233> * 1296);mythmelt196.build();
val mythmelt197 = RecipeBuilder.newBuilder("mythmelt197","mythic_processor_melter",2);mythmelt197.addEnergyPerTickInput(60000);mythmelt197.addItemInput(<nuclearcraft:depleted_fuel_uranium:2>);mythmelt197.addFluidOutput(<liquid:depleted_fuel_heu_233> * 1296);mythmelt197.build();
val mythmelt198 = RecipeBuilder.newBuilder("mythmelt198","mythic_processor_melter",2);mythmelt198.addEnergyPerTickInput(60000);mythmelt198.addItemInput(<nuclearcraft:fuel_uranium:1>);mythmelt198.addFluidOutput(<liquid:fuel_leu_233> * 1296);mythmelt198.build();
val mythmelt199 = RecipeBuilder.newBuilder("mythmelt199","mythic_processor_melter",2);mythmelt199.addEnergyPerTickInput(60000);mythmelt199.addItemInput(<nuclearcraft:fuel_uranium:3>);mythmelt199.addFluidOutput(<liquid:fuel_heu_233> * 1296);mythmelt199.build();
val mythmelt200 = RecipeBuilder.newBuilder("mythmelt200","mythic_processor_melter",2);mythmelt200.addEnergyPerTickInput(60000);mythmelt200.addItemInput(<nuclearcraft:depleted_fuel_uranium:1>);mythmelt200.addFluidOutput(<liquid:depleted_fuel_leu_233> * 1296);mythmelt200.build();
val mythmelt201 = RecipeBuilder.newBuilder("mythmelt201","mythic_processor_melter",2);mythmelt201.addEnergyPerTickInput(60000);mythmelt201.addItemInput(<nuclearcraft:depleted_fuel_uranium:3>);mythmelt201.addFluidOutput(<liquid:depleted_fuel_heu_233> * 1296);mythmelt201.build();
val mythmelt202 = RecipeBuilder.newBuilder("mythmelt202","mythic_processor_melter",2);mythmelt202.addEnergyPerTickInput(60000);mythmelt202.addItemInput(<nuclearcraft:fuel_uranium:4>);mythmelt202.addFluidOutput(<liquid:fuel_leu_235> * 1296);mythmelt202.build();
val mythmelt203 = RecipeBuilder.newBuilder("mythmelt203","mythic_processor_melter",2);mythmelt203.addEnergyPerTickInput(60000);mythmelt203.addItemInput(<nuclearcraft:fuel_uranium:6>);mythmelt203.addFluidOutput(<liquid:fuel_heu_235> * 1296);mythmelt203.build();
val mythmelt204 = RecipeBuilder.newBuilder("mythmelt204","mythic_processor_melter",2);mythmelt204.addEnergyPerTickInput(60000);mythmelt204.addItemInput(<nuclearcraft:depleted_fuel_uranium:4>);mythmelt204.addFluidOutput(<liquid:depleted_fuel_leu_235> * 1296);mythmelt204.build();
val mythmelt205 = RecipeBuilder.newBuilder("mythmelt205","mythic_processor_melter",2);mythmelt205.addEnergyPerTickInput(60000);mythmelt205.addItemInput(<nuclearcraft:depleted_fuel_uranium:6>);mythmelt205.addFluidOutput(<liquid:depleted_fuel_heu_235> * 1296);mythmelt205.build();
val mythmelt206 = RecipeBuilder.newBuilder("mythmelt206","mythic_processor_melter",2);mythmelt206.addEnergyPerTickInput(60000);mythmelt206.addItemInput(<nuclearcraft:fuel_uranium:5>);mythmelt206.addFluidOutput(<liquid:fuel_leu_235> * 1296);mythmelt206.build();
val mythmelt207 = RecipeBuilder.newBuilder("mythmelt207","mythic_processor_melter",2);mythmelt207.addEnergyPerTickInput(60000);mythmelt207.addItemInput(<nuclearcraft:fuel_uranium:7>);mythmelt207.addFluidOutput(<liquid:fuel_heu_235> * 1296);mythmelt207.build();
val mythmelt208 = RecipeBuilder.newBuilder("mythmelt208","mythic_processor_melter",2);mythmelt208.addEnergyPerTickInput(60000);mythmelt208.addItemInput(<nuclearcraft:depleted_fuel_uranium:5>);mythmelt208.addFluidOutput(<liquid:depleted_fuel_leu_235> * 1296);mythmelt208.build();
val mythmelt209 = RecipeBuilder.newBuilder("mythmelt209","mythic_processor_melter",2);mythmelt209.addEnergyPerTickInput(60000);mythmelt209.addItemInput(<nuclearcraft:depleted_fuel_uranium:7>);mythmelt209.addFluidOutput(<liquid:depleted_fuel_heu_235> * 1296);mythmelt209.build();
val mythmelt210 = RecipeBuilder.newBuilder("mythmelt210","mythic_processor_melter",2);mythmelt210.addEnergyPerTickInput(60000);mythmelt210.addItemInput(<nuclearcraft:fuel_neptunium:0>);mythmelt210.addFluidOutput(<liquid:fuel_len_236> * 1296);mythmelt210.build();
val mythmelt211 = RecipeBuilder.newBuilder("mythmelt211","mythic_processor_melter",2);mythmelt211.addEnergyPerTickInput(60000);mythmelt211.addItemInput(<nuclearcraft:fuel_neptunium:2>);mythmelt211.addFluidOutput(<liquid:fuel_hen_236> * 1296);mythmelt211.build();
val mythmelt212 = RecipeBuilder.newBuilder("mythmelt212","mythic_processor_melter",2);mythmelt212.addEnergyPerTickInput(60000);mythmelt212.addItemInput(<nuclearcraft:depleted_fuel_neptunium:0>);mythmelt212.addFluidOutput(<liquid:depleted_fuel_len_236> * 1296);mythmelt212.build();
val mythmelt213 = RecipeBuilder.newBuilder("mythmelt213","mythic_processor_melter",2);mythmelt213.addEnergyPerTickInput(60000);mythmelt213.addItemInput(<nuclearcraft:depleted_fuel_neptunium:2>);mythmelt213.addFluidOutput(<liquid:depleted_fuel_hen_236> * 1296);mythmelt213.build();
val mythmelt214 = RecipeBuilder.newBuilder("mythmelt214","mythic_processor_melter",2);mythmelt214.addEnergyPerTickInput(60000);mythmelt214.addItemInput(<nuclearcraft:fuel_neptunium:1>);mythmelt214.addFluidOutput(<liquid:fuel_len_236> * 1296);mythmelt214.build();
val mythmelt215 = RecipeBuilder.newBuilder("mythmelt215","mythic_processor_melter",2);mythmelt215.addEnergyPerTickInput(60000);mythmelt215.addItemInput(<nuclearcraft:fuel_neptunium:3>);mythmelt215.addFluidOutput(<liquid:fuel_hen_236> * 1296);mythmelt215.build();
val mythmelt216 = RecipeBuilder.newBuilder("mythmelt216","mythic_processor_melter",2);mythmelt216.addEnergyPerTickInput(60000);mythmelt216.addItemInput(<nuclearcraft:depleted_fuel_neptunium:1>);mythmelt216.addFluidOutput(<liquid:depleted_fuel_len_236> * 1296);mythmelt216.build();
val mythmelt217 = RecipeBuilder.newBuilder("mythmelt217","mythic_processor_melter",2);mythmelt217.addEnergyPerTickInput(60000);mythmelt217.addItemInput(<nuclearcraft:depleted_fuel_neptunium:3>);mythmelt217.addFluidOutput(<liquid:depleted_fuel_hen_236> * 1296);mythmelt217.build();
val mythmelt218 = RecipeBuilder.newBuilder("mythmelt218","mythic_processor_melter",2);mythmelt218.addEnergyPerTickInput(60000);mythmelt218.addItemInput(<nuclearcraft:fuel_plutonium:0>);mythmelt218.addFluidOutput(<liquid:fuel_lep_239> * 1296);mythmelt218.build();
val mythmelt219 = RecipeBuilder.newBuilder("mythmelt219","mythic_processor_melter",2);mythmelt219.addEnergyPerTickInput(60000);mythmelt219.addItemInput(<nuclearcraft:fuel_plutonium:2>);mythmelt219.addFluidOutput(<liquid:fuel_hep_239> * 1296);mythmelt219.build();
val mythmelt220 = RecipeBuilder.newBuilder("mythmelt220","mythic_processor_melter",2);mythmelt220.addEnergyPerTickInput(60000);mythmelt220.addItemInput(<nuclearcraft:depleted_fuel_plutonium:0>);mythmelt220.addFluidOutput(<liquid:depleted_fuel_lep_239> * 1296);mythmelt220.build();
val mythmelt221 = RecipeBuilder.newBuilder("mythmelt221","mythic_processor_melter",2);mythmelt221.addEnergyPerTickInput(60000);mythmelt221.addItemInput(<nuclearcraft:depleted_fuel_plutonium:2>);mythmelt221.addFluidOutput(<liquid:depleted_fuel_hep_239> * 1296);mythmelt221.build();
val mythmelt222 = RecipeBuilder.newBuilder("mythmelt222","mythic_processor_melter",2);mythmelt222.addEnergyPerTickInput(60000);mythmelt222.addItemInput(<nuclearcraft:fuel_plutonium:1>);mythmelt222.addFluidOutput(<liquid:fuel_lep_239> * 1296);mythmelt222.build();
val mythmelt223 = RecipeBuilder.newBuilder("mythmelt223","mythic_processor_melter",2);mythmelt223.addEnergyPerTickInput(60000);mythmelt223.addItemInput(<nuclearcraft:fuel_plutonium:3>);mythmelt223.addFluidOutput(<liquid:fuel_hep_239> * 1296);mythmelt223.build();
val mythmelt224 = RecipeBuilder.newBuilder("mythmelt224","mythic_processor_melter",2);mythmelt224.addEnergyPerTickInput(60000);mythmelt224.addItemInput(<nuclearcraft:depleted_fuel_plutonium:1>);mythmelt224.addFluidOutput(<liquid:depleted_fuel_lep_239> * 1296);mythmelt224.build();
val mythmelt225 = RecipeBuilder.newBuilder("mythmelt225","mythic_processor_melter",2);mythmelt225.addEnergyPerTickInput(60000);mythmelt225.addItemInput(<nuclearcraft:depleted_fuel_plutonium:3>);mythmelt225.addFluidOutput(<liquid:depleted_fuel_hep_239> * 1296);mythmelt225.build();
val mythmelt226 = RecipeBuilder.newBuilder("mythmelt226","mythic_processor_melter",2);mythmelt226.addEnergyPerTickInput(60000);mythmelt226.addItemInput(<nuclearcraft:fuel_plutonium:4>);mythmelt226.addFluidOutput(<liquid:fuel_lep_241> * 1296);mythmelt226.build();
val mythmelt227 = RecipeBuilder.newBuilder("mythmelt227","mythic_processor_melter",2);mythmelt227.addEnergyPerTickInput(60000);mythmelt227.addItemInput(<nuclearcraft:fuel_plutonium:6>);mythmelt227.addFluidOutput(<liquid:fuel_hep_241> * 1296);mythmelt227.build();
val mythmelt228 = RecipeBuilder.newBuilder("mythmelt228","mythic_processor_melter",2);mythmelt228.addEnergyPerTickInput(60000);mythmelt228.addItemInput(<nuclearcraft:depleted_fuel_plutonium:4>);mythmelt228.addFluidOutput(<liquid:depleted_fuel_lep_241> * 1296);mythmelt228.build();
val mythmelt229 = RecipeBuilder.newBuilder("mythmelt229","mythic_processor_melter",2);mythmelt229.addEnergyPerTickInput(60000);mythmelt229.addItemInput(<nuclearcraft:depleted_fuel_plutonium:6>);mythmelt229.addFluidOutput(<liquid:depleted_fuel_hep_241> * 1296);mythmelt229.build();
val mythmelt230 = RecipeBuilder.newBuilder("mythmelt230","mythic_processor_melter",2);mythmelt230.addEnergyPerTickInput(60000);mythmelt230.addItemInput(<nuclearcraft:fuel_plutonium:5>);mythmelt230.addFluidOutput(<liquid:fuel_lep_241> * 1296);mythmelt230.build();
val mythmelt231 = RecipeBuilder.newBuilder("mythmelt231","mythic_processor_melter",2);mythmelt231.addEnergyPerTickInput(60000);mythmelt231.addItemInput(<nuclearcraft:fuel_plutonium:7>);mythmelt231.addFluidOutput(<liquid:fuel_hep_241> * 1296);mythmelt231.build();
val mythmelt232 = RecipeBuilder.newBuilder("mythmelt232","mythic_processor_melter",2);mythmelt232.addEnergyPerTickInput(60000);mythmelt232.addItemInput(<nuclearcraft:depleted_fuel_plutonium:5>);mythmelt232.addFluidOutput(<liquid:depleted_fuel_lep_241> * 1296);mythmelt232.build();
val mythmelt233 = RecipeBuilder.newBuilder("mythmelt233","mythic_processor_melter",2);mythmelt233.addEnergyPerTickInput(60000);mythmelt233.addItemInput(<nuclearcraft:depleted_fuel_plutonium:7>);mythmelt233.addFluidOutput(<liquid:depleted_fuel_hep_241> * 1296);mythmelt233.build();
val mythmelt234 = RecipeBuilder.newBuilder("mythmelt234","mythic_processor_melter",2);mythmelt234.addEnergyPerTickInput(60000);mythmelt234.addItemInput(<nuclearcraft:fuel_americium:0>);mythmelt234.addFluidOutput(<liquid:fuel_lea_242> * 1296);mythmelt234.build();
val mythmelt235 = RecipeBuilder.newBuilder("mythmelt235","mythic_processor_melter",2);mythmelt235.addEnergyPerTickInput(60000);mythmelt235.addItemInput(<nuclearcraft:fuel_americium:2>);mythmelt235.addFluidOutput(<liquid:fuel_hea_242> * 1296);mythmelt235.build();
val mythmelt236 = RecipeBuilder.newBuilder("mythmelt236","mythic_processor_melter",2);mythmelt236.addEnergyPerTickInput(60000);mythmelt236.addItemInput(<nuclearcraft:depleted_fuel_americium:0>);mythmelt236.addFluidOutput(<liquid:depleted_fuel_lea_242> * 1296);mythmelt236.build();
val mythmelt237 = RecipeBuilder.newBuilder("mythmelt237","mythic_processor_melter",2);mythmelt237.addEnergyPerTickInput(60000);mythmelt237.addItemInput(<nuclearcraft:depleted_fuel_americium:2>);mythmelt237.addFluidOutput(<liquid:depleted_fuel_hea_242> * 1296);mythmelt237.build();
val mythmelt238 = RecipeBuilder.newBuilder("mythmelt238","mythic_processor_melter",2);mythmelt238.addEnergyPerTickInput(60000);mythmelt238.addItemInput(<nuclearcraft:fuel_americium:1>);mythmelt238.addFluidOutput(<liquid:fuel_lea_242> * 1296);mythmelt238.build();
val mythmelt239 = RecipeBuilder.newBuilder("mythmelt239","mythic_processor_melter",2);mythmelt239.addEnergyPerTickInput(60000);mythmelt239.addItemInput(<nuclearcraft:fuel_americium:3>);mythmelt239.addFluidOutput(<liquid:fuel_hea_242> * 1296);mythmelt239.build();
val mythmelt240 = RecipeBuilder.newBuilder("mythmelt240","mythic_processor_melter",2);mythmelt240.addEnergyPerTickInput(60000);mythmelt240.addItemInput(<nuclearcraft:depleted_fuel_americium:1>);mythmelt240.addFluidOutput(<liquid:depleted_fuel_lea_242> * 1296);mythmelt240.build();
val mythmelt241 = RecipeBuilder.newBuilder("mythmelt241","mythic_processor_melter",2);mythmelt241.addEnergyPerTickInput(60000);mythmelt241.addItemInput(<nuclearcraft:depleted_fuel_americium:3>);mythmelt241.addFluidOutput(<liquid:depleted_fuel_hea_242> * 1296);mythmelt241.build();
val mythmelt242 = RecipeBuilder.newBuilder("mythmelt242","mythic_processor_melter",2);mythmelt242.addEnergyPerTickInput(60000);mythmelt242.addItemInput(<nuclearcraft:fuel_curium:0>);mythmelt242.addFluidOutput(<liquid:fuel_lecm_243> * 1296);mythmelt242.build();
val mythmelt243 = RecipeBuilder.newBuilder("mythmelt243","mythic_processor_melter",2);mythmelt243.addEnergyPerTickInput(60000);mythmelt243.addItemInput(<nuclearcraft:fuel_curium:2>);mythmelt243.addFluidOutput(<liquid:fuel_hecm_243> * 1296);mythmelt243.build();
val mythmelt244 = RecipeBuilder.newBuilder("mythmelt244","mythic_processor_melter",2);mythmelt244.addEnergyPerTickInput(60000);mythmelt244.addItemInput(<nuclearcraft:depleted_fuel_curium:0>);mythmelt244.addFluidOutput(<liquid:depleted_fuel_lecm_243> * 1296);mythmelt244.build();
val mythmelt245 = RecipeBuilder.newBuilder("mythmelt245","mythic_processor_melter",2);mythmelt245.addEnergyPerTickInput(60000);mythmelt245.addItemInput(<nuclearcraft:depleted_fuel_curium:2>);mythmelt245.addFluidOutput(<liquid:depleted_fuel_hecm_243> * 1296);mythmelt245.build();
val mythmelt246 = RecipeBuilder.newBuilder("mythmelt246","mythic_processor_melter",2);mythmelt246.addEnergyPerTickInput(60000);mythmelt246.addItemInput(<nuclearcraft:fuel_curium:1>);mythmelt246.addFluidOutput(<liquid:fuel_lecm_243> * 1296);mythmelt246.build();
val mythmelt247 = RecipeBuilder.newBuilder("mythmelt247","mythic_processor_melter",2);mythmelt247.addEnergyPerTickInput(60000);mythmelt247.addItemInput(<nuclearcraft:fuel_curium:3>);mythmelt247.addFluidOutput(<liquid:fuel_hecm_243> * 1296);mythmelt247.build();
val mythmelt248 = RecipeBuilder.newBuilder("mythmelt248","mythic_processor_melter",2);mythmelt248.addEnergyPerTickInput(60000);mythmelt248.addItemInput(<nuclearcraft:depleted_fuel_curium:1>);mythmelt248.addFluidOutput(<liquid:depleted_fuel_lecm_243> * 1296);mythmelt248.build();
val mythmelt249 = RecipeBuilder.newBuilder("mythmelt249","mythic_processor_melter",2);mythmelt249.addEnergyPerTickInput(60000);mythmelt249.addItemInput(<nuclearcraft:depleted_fuel_curium:3>);mythmelt249.addFluidOutput(<liquid:depleted_fuel_hecm_243> * 1296);mythmelt249.build();
val mythmelt250 = RecipeBuilder.newBuilder("mythmelt250","mythic_processor_melter",2);mythmelt250.addEnergyPerTickInput(60000);mythmelt250.addItemInput(<nuclearcraft:fuel_curium:4>);mythmelt250.addFluidOutput(<liquid:fuel_lecm_245> * 1296);mythmelt250.build();
val mythmelt251 = RecipeBuilder.newBuilder("mythmelt251","mythic_processor_melter",2);mythmelt251.addEnergyPerTickInput(60000);mythmelt251.addItemInput(<nuclearcraft:fuel_curium:6>);mythmelt251.addFluidOutput(<liquid:fuel_hecm_245> * 1296);mythmelt251.build();
val mythmelt252 = RecipeBuilder.newBuilder("mythmelt252","mythic_processor_melter",2);mythmelt252.addEnergyPerTickInput(60000);mythmelt252.addItemInput(<nuclearcraft:depleted_fuel_curium:4>);mythmelt252.addFluidOutput(<liquid:depleted_fuel_lecm_245> * 1296);mythmelt252.build();
val mythmelt253 = RecipeBuilder.newBuilder("mythmelt253","mythic_processor_melter",2);mythmelt253.addEnergyPerTickInput(60000);mythmelt253.addItemInput(<nuclearcraft:depleted_fuel_curium:6>);mythmelt253.addFluidOutput(<liquid:depleted_fuel_hecm_245> * 1296);mythmelt253.build();
val mythmelt254 = RecipeBuilder.newBuilder("mythmelt254","mythic_processor_melter",2);mythmelt254.addEnergyPerTickInput(60000);mythmelt254.addItemInput(<nuclearcraft:fuel_curium:5>);mythmelt254.addFluidOutput(<liquid:fuel_lecm_245> * 1296);mythmelt254.build();
val mythmelt255 = RecipeBuilder.newBuilder("mythmelt255","mythic_processor_melter",2);mythmelt255.addEnergyPerTickInput(60000);mythmelt255.addItemInput(<nuclearcraft:fuel_curium:7>);mythmelt255.addFluidOutput(<liquid:fuel_hecm_245> * 1296);mythmelt255.build();
val mythmelt256 = RecipeBuilder.newBuilder("mythmelt256","mythic_processor_melter",2);mythmelt256.addEnergyPerTickInput(60000);mythmelt256.addItemInput(<nuclearcraft:depleted_fuel_curium:5>);mythmelt256.addFluidOutput(<liquid:depleted_fuel_lecm_245> * 1296);mythmelt256.build();
val mythmelt257 = RecipeBuilder.newBuilder("mythmelt257","mythic_processor_melter",2);mythmelt257.addEnergyPerTickInput(60000);mythmelt257.addItemInput(<nuclearcraft:depleted_fuel_curium:7>);mythmelt257.addFluidOutput(<liquid:depleted_fuel_hecm_245> * 1296);mythmelt257.build();
val mythmelt258 = RecipeBuilder.newBuilder("mythmelt258","mythic_processor_melter",2);mythmelt258.addEnergyPerTickInput(60000);mythmelt258.addItemInput(<nuclearcraft:fuel_curium:8>);mythmelt258.addFluidOutput(<liquid:fuel_lecm_247> * 1296);mythmelt258.build();
val mythmelt259 = RecipeBuilder.newBuilder("mythmelt259","mythic_processor_melter",2);mythmelt259.addEnergyPerTickInput(60000);mythmelt259.addItemInput(<nuclearcraft:fuel_curium:10>);mythmelt259.addFluidOutput(<liquid:fuel_hecm_247> * 1296);mythmelt259.build();
val mythmelt260 = RecipeBuilder.newBuilder("mythmelt260","mythic_processor_melter",2);mythmelt260.addEnergyPerTickInput(60000);mythmelt260.addItemInput(<nuclearcraft:depleted_fuel_curium:8>);mythmelt260.addFluidOutput(<liquid:depleted_fuel_lecm_247> * 1296);mythmelt260.build();
val mythmelt261 = RecipeBuilder.newBuilder("mythmelt261","mythic_processor_melter",2);mythmelt261.addEnergyPerTickInput(60000);mythmelt261.addItemInput(<nuclearcraft:depleted_fuel_curium:10>);mythmelt261.addFluidOutput(<liquid:depleted_fuel_hecm_247> * 1296);mythmelt261.build();
val mythmelt262 = RecipeBuilder.newBuilder("mythmelt262","mythic_processor_melter",2);mythmelt262.addEnergyPerTickInput(60000);mythmelt262.addItemInput(<nuclearcraft:fuel_berkelium:0>);mythmelt262.addFluidOutput(<liquid:fuel_leb_248> * 1296);mythmelt262.build();
val mythmelt263 = RecipeBuilder.newBuilder("mythmelt263","mythic_processor_melter",2);mythmelt263.addEnergyPerTickInput(60000);mythmelt263.addItemInput(<nuclearcraft:fuel_berkelium:2>);mythmelt263.addFluidOutput(<liquid:fuel_heb_248> * 1296);mythmelt263.build();
val mythmelt264 = RecipeBuilder.newBuilder("mythmelt264","mythic_processor_melter",2);mythmelt264.addEnergyPerTickInput(60000);mythmelt264.addItemInput(<nuclearcraft:depleted_fuel_berkelium:0>);mythmelt264.addFluidOutput(<liquid:depleted_fuel_leb_248> * 1296);mythmelt264.build();
val mythmelt265 = RecipeBuilder.newBuilder("mythmelt265","mythic_processor_melter",2);mythmelt265.addEnergyPerTickInput(60000);mythmelt265.addItemInput(<nuclearcraft:depleted_fuel_berkelium:2>);mythmelt265.addFluidOutput(<liquid:depleted_fuel_heb_248> * 1296);mythmelt265.build();
val mythmelt266 = RecipeBuilder.newBuilder("mythmelt266","mythic_processor_melter",2);mythmelt266.addEnergyPerTickInput(60000);mythmelt266.addItemInput(<nuclearcraft:fuel_berkelium:1>);mythmelt266.addFluidOutput(<liquid:fuel_leb_248> * 1296);mythmelt266.build();
val mythmelt267 = RecipeBuilder.newBuilder("mythmelt267","mythic_processor_melter",2);mythmelt267.addEnergyPerTickInput(60000);mythmelt267.addItemInput(<nuclearcraft:fuel_berkelium:3>);mythmelt267.addFluidOutput(<liquid:fuel_heb_248> * 1296);mythmelt267.build();
val mythmelt268 = RecipeBuilder.newBuilder("mythmelt268","mythic_processor_melter",2);mythmelt268.addEnergyPerTickInput(60000);mythmelt268.addItemInput(<nuclearcraft:depleted_fuel_berkelium:1>);mythmelt268.addFluidOutput(<liquid:depleted_fuel_leb_248> * 1296);mythmelt268.build();
val mythmelt269 = RecipeBuilder.newBuilder("mythmelt269","mythic_processor_melter",2);mythmelt269.addEnergyPerTickInput(60000);mythmelt269.addItemInput(<nuclearcraft:depleted_fuel_berkelium:3>);mythmelt269.addFluidOutput(<liquid:depleted_fuel_heb_248> * 1296);mythmelt269.build();
val mythmelt270 = RecipeBuilder.newBuilder("mythmelt270","mythic_processor_melter",2);mythmelt270.addEnergyPerTickInput(60000);mythmelt270.addItemInput(<nuclearcraft:fuel_californium:0>);mythmelt270.addFluidOutput(<liquid:fuel_lecf_249> * 1296);mythmelt270.build();
val mythmelt271 = RecipeBuilder.newBuilder("mythmelt271","mythic_processor_melter",2);mythmelt271.addEnergyPerTickInput(60000);mythmelt271.addItemInput(<nuclearcraft:fuel_californium:2>);mythmelt271.addFluidOutput(<liquid:fuel_hecf_249> * 1296);mythmelt271.build();
val mythmelt272 = RecipeBuilder.newBuilder("mythmelt272","mythic_processor_melter",2);mythmelt272.addEnergyPerTickInput(60000);mythmelt272.addItemInput(<nuclearcraft:depleted_fuel_californium:0>);mythmelt272.addFluidOutput(<liquid:depleted_fuel_lecf_249> * 1296);mythmelt272.build();
val mythmelt273 = RecipeBuilder.newBuilder("mythmelt273","mythic_processor_melter",2);mythmelt273.addEnergyPerTickInput(60000);mythmelt273.addItemInput(<nuclearcraft:depleted_fuel_californium:2>);mythmelt273.addFluidOutput(<liquid:depleted_fuel_hecf_249> * 1296);mythmelt273.build();
val mythmelt274 = RecipeBuilder.newBuilder("mythmelt274","mythic_processor_melter",2);mythmelt274.addEnergyPerTickInput(60000);mythmelt274.addItemInput(<nuclearcraft:fuel_californium:1>);mythmelt274.addFluidOutput(<liquid:fuel_lecf_249> * 1296);mythmelt274.build();
val mythmelt275 = RecipeBuilder.newBuilder("mythmelt275","mythic_processor_melter",2);mythmelt275.addEnergyPerTickInput(60000);mythmelt275.addItemInput(<nuclearcraft:fuel_californium:3>);mythmelt275.addFluidOutput(<liquid:fuel_hecf_249> * 1296);mythmelt275.build();
val mythmelt276 = RecipeBuilder.newBuilder("mythmelt276","mythic_processor_melter",2);mythmelt276.addEnergyPerTickInput(60000);mythmelt276.addItemInput(<nuclearcraft:depleted_fuel_californium:1>);mythmelt276.addFluidOutput(<liquid:depleted_fuel_lecf_249> * 1296);mythmelt276.build();
val mythmelt277 = RecipeBuilder.newBuilder("mythmelt277","mythic_processor_melter",2);mythmelt277.addEnergyPerTickInput(60000);mythmelt277.addItemInput(<nuclearcraft:depleted_fuel_californium:3>);mythmelt277.addFluidOutput(<liquid:depleted_fuel_hecf_249> * 1296);mythmelt277.build();
val mythmelt278 = RecipeBuilder.newBuilder("mythmelt278","mythic_processor_melter",2);mythmelt278.addEnergyPerTickInput(60000);mythmelt278.addItemInput(<nuclearcraft:fuel_californium:4>);mythmelt278.addFluidOutput(<liquid:fuel_lecf_251> * 1296);mythmelt278.build();
val mythmelt279 = RecipeBuilder.newBuilder("mythmelt279","mythic_processor_melter",2);mythmelt279.addEnergyPerTickInput(60000);mythmelt279.addItemInput(<nuclearcraft:fuel_californium:6>);mythmelt279.addFluidOutput(<liquid:fuel_hecf_251> * 1296);mythmelt279.build();
val mythmelt280 = RecipeBuilder.newBuilder("mythmelt280","mythic_processor_melter",2);mythmelt280.addEnergyPerTickInput(60000);mythmelt280.addItemInput(<nuclearcraft:depleted_fuel_californium:4>);mythmelt280.addFluidOutput(<liquid:depleted_fuel_lecf_251> * 1296);mythmelt280.build();
val mythmelt281 = RecipeBuilder.newBuilder("mythmelt281","mythic_processor_melter",2);mythmelt281.addEnergyPerTickInput(60000);mythmelt281.addItemInput(<nuclearcraft:depleted_fuel_californium:6>);mythmelt281.addFluidOutput(<liquid:depleted_fuel_hecf_251> * 1296);mythmelt281.build();
val mythmelt282 = RecipeBuilder.newBuilder("mythmelt282","mythic_processor_melter",2);mythmelt282.addEnergyPerTickInput(60000);mythmelt282.addItemInput(<nuclearcraft:fuel_californium:5>);mythmelt282.addFluidOutput(<liquid:fuel_lecf_251> * 1296);mythmelt282.build();
val mythmelt283 = RecipeBuilder.newBuilder("mythmelt283","mythic_processor_melter",2);mythmelt283.addEnergyPerTickInput(60000);mythmelt283.addItemInput(<nuclearcraft:fuel_californium:7>);mythmelt283.addFluidOutput(<liquid:fuel_hecf_251> * 1296);mythmelt283.build();
val mythmelt284 = RecipeBuilder.newBuilder("mythmelt284","mythic_processor_melter",2);mythmelt284.addEnergyPerTickInput(60000);mythmelt284.addItemInput(<nuclearcraft:depleted_fuel_californium:5>);mythmelt284.addFluidOutput(<liquid:depleted_fuel_lecf_251> * 1296);mythmelt284.build();
val mythmelt285 = RecipeBuilder.newBuilder("mythmelt285","mythic_processor_melter",2);mythmelt285.addEnergyPerTickInput(60000);mythmelt285.addItemInput(<nuclearcraft:depleted_fuel_californium:7>);mythmelt285.addFluidOutput(<liquid:depleted_fuel_hecf_251> * 1296);mythmelt285.build();
val mythmelt286 = RecipeBuilder.newBuilder("mythmelt286","mythic_processor_melter",2);mythmelt286.addEnergyPerTickInput(60000);mythmelt286.addItemInput(<minecraft:ice>);mythmelt286.addFluidOutput(<liquid:water> * 1000);mythmelt286.build();
val mythmelt287 = RecipeBuilder.newBuilder("mythmelt287","mythic_processor_melter",2);mythmelt287.addEnergyPerTickInput(60000);mythmelt287.addItemInput(<minecraft:packed_ice>);mythmelt287.addFluidOutput(<liquid:water> * 1000);mythmelt287.build();
val mythmelt288 = RecipeBuilder.newBuilder("mythmelt288","mythic_processor_melter",2);mythmelt288.addEnergyPerTickInput(60000);mythmelt288.addItemInput(<ore:oreIron>);mythmelt288.addFluidOutput(<liquid:iron> * 360);mythmelt288.build();
val mythmelt289 = RecipeBuilder.newBuilder("mythmelt289","mythic_processor_melter",2);mythmelt289.addEnergyPerTickInput(60000);mythmelt289.addItemInput(<ore:ingotIron>);mythmelt289.addFluidOutput(<liquid:iron> * 144);mythmelt289.build();
val mythmelt290 = RecipeBuilder.newBuilder("mythmelt290","mythic_processor_melter",2);mythmelt290.addEnergyPerTickInput(60000);mythmelt290.addItemInput(<ore:dustIron>);mythmelt290.addFluidOutput(<liquid:iron> * 144);mythmelt290.build();
val mythmelt291 = RecipeBuilder.newBuilder("mythmelt291","mythic_processor_melter",2);mythmelt291.addEnergyPerTickInput(60000);mythmelt291.addItemInput(<ore:nuggetIron>);mythmelt291.addFluidOutput(<liquid:iron> * 16);mythmelt291.build();
val mythmelt292 = RecipeBuilder.newBuilder("mythmelt292","mythic_processor_melter",2);mythmelt292.addEnergyPerTickInput(60000);mythmelt292.addItemInput(<ore:blockIron>);mythmelt292.addFluidOutput(<liquid:iron> * 1296);mythmelt292.build();
val mythmelt293 = RecipeBuilder.newBuilder("mythmelt293","mythic_processor_melter",2);mythmelt293.addEnergyPerTickInput(60000);mythmelt293.addItemInput(<ore:oreGold>);mythmelt293.addFluidOutput(<liquid:gold> * 360);mythmelt293.build();
val mythmelt294 = RecipeBuilder.newBuilder("mythmelt294","mythic_processor_melter",2);mythmelt294.addEnergyPerTickInput(60000);mythmelt294.addItemInput(<ore:ingotGold>);mythmelt294.addFluidOutput(<liquid:gold> * 144);mythmelt294.build();
val mythmelt295 = RecipeBuilder.newBuilder("mythmelt295","mythic_processor_melter",2);mythmelt295.addEnergyPerTickInput(60000);mythmelt295.addItemInput(<ore:dustGold>);mythmelt295.addFluidOutput(<liquid:gold> * 144);mythmelt295.build();
val mythmelt296 = RecipeBuilder.newBuilder("mythmelt296","mythic_processor_melter",2);mythmelt296.addEnergyPerTickInput(60000);mythmelt296.addItemInput(<ore:nuggetGold>);mythmelt296.addFluidOutput(<liquid:gold> * 16);mythmelt296.build();
val mythmelt297 = RecipeBuilder.newBuilder("mythmelt297","mythic_processor_melter",2);mythmelt297.addEnergyPerTickInput(60000);mythmelt297.addItemInput(<ore:blockGold>);mythmelt297.addFluidOutput(<liquid:gold> * 1296);mythmelt297.build();
val mythmelt298 = RecipeBuilder.newBuilder("mythmelt298","mythic_processor_melter",2);mythmelt298.addEnergyPerTickInput(60000);mythmelt298.addItemInput(<ore:ingotBrass>);mythmelt298.addFluidOutput(<liquid:brass> * 144);mythmelt298.build();
val mythmelt299 = RecipeBuilder.newBuilder("mythmelt299","mythic_processor_melter",2);mythmelt299.addEnergyPerTickInput(60000);mythmelt299.addItemInput(<ore:dustBrass>);mythmelt299.addFluidOutput(<liquid:brass> * 144);mythmelt299.build();
val mythmelt300 = RecipeBuilder.newBuilder("mythmelt300","mythic_processor_melter",2);mythmelt300.addEnergyPerTickInput(60000);mythmelt300.addItemInput(<ore:nuggetBrass>);mythmelt300.addFluidOutput(<liquid:brass> * 16);mythmelt300.build();
val mythmelt301 = RecipeBuilder.newBuilder("mythmelt301","mythic_processor_melter",2);mythmelt301.addEnergyPerTickInput(60000);mythmelt301.addItemInput(<ore:blockBrass>);mythmelt301.addFluidOutput(<liquid:brass> * 1296);mythmelt301.build();
val mythmelt302 = RecipeBuilder.newBuilder("mythmelt302","mythic_processor_melter",2);mythmelt302.addEnergyPerTickInput(60000);mythmelt302.addItemInput(<ore:oreCopper>);mythmelt302.addFluidOutput(<liquid:copper> * 360);mythmelt302.build();
val mythmelt303 = RecipeBuilder.newBuilder("mythmelt303","mythic_processor_melter",2);mythmelt303.addEnergyPerTickInput(60000);mythmelt303.addItemInput(<ore:ingotCopper>);mythmelt303.addFluidOutput(<liquid:copper> * 144);mythmelt303.build();
val mythmelt304 = RecipeBuilder.newBuilder("mythmelt304","mythic_processor_melter",2);mythmelt304.addEnergyPerTickInput(60000);mythmelt304.addItemInput(<ore:dustCopper>);mythmelt304.addFluidOutput(<liquid:copper> * 144);mythmelt304.build();
val mythmelt305 = RecipeBuilder.newBuilder("mythmelt305","mythic_processor_melter",2);mythmelt305.addEnergyPerTickInput(60000);mythmelt305.addItemInput(<ore:nuggetCopper>);mythmelt305.addFluidOutput(<liquid:copper> * 16);mythmelt305.build();
val mythmelt306 = RecipeBuilder.newBuilder("mythmelt306","mythic_processor_melter",2);mythmelt306.addEnergyPerTickInput(60000);mythmelt306.addItemInput(<ore:blockCopper>);mythmelt306.addFluidOutput(<liquid:copper> * 1296);mythmelt306.build();
val mythmelt307 = RecipeBuilder.newBuilder("mythmelt307","mythic_processor_melter",2);mythmelt307.addEnergyPerTickInput(60000);mythmelt307.addItemInput(<ore:oreTin>);mythmelt307.addFluidOutput(<liquid:tin> * 360);mythmelt307.build();
val mythmelt308 = RecipeBuilder.newBuilder("mythmelt308","mythic_processor_melter",2);mythmelt308.addEnergyPerTickInput(60000);mythmelt308.addItemInput(<ore:ingotTin>);mythmelt308.addFluidOutput(<liquid:tin> * 144);mythmelt308.build();
val mythmelt309 = RecipeBuilder.newBuilder("mythmelt309","mythic_processor_melter",2);mythmelt309.addEnergyPerTickInput(60000);mythmelt309.addItemInput(<ore:dustTin>);mythmelt309.addFluidOutput(<liquid:tin> * 144);mythmelt309.build();
val mythmelt310 = RecipeBuilder.newBuilder("mythmelt310","mythic_processor_melter",2);mythmelt310.addEnergyPerTickInput(60000);mythmelt310.addItemInput(<ore:nuggetTin>);mythmelt310.addFluidOutput(<liquid:tin> * 16);mythmelt310.build();
val mythmelt311 = RecipeBuilder.newBuilder("mythmelt311","mythic_processor_melter",2);mythmelt311.addEnergyPerTickInput(60000);mythmelt311.addItemInput(<ore:blockTin>);mythmelt311.addFluidOutput(<liquid:tin> * 1296);mythmelt311.build();
val mythmelt312 = RecipeBuilder.newBuilder("mythmelt312","mythic_processor_melter",2);mythmelt312.addEnergyPerTickInput(60000);mythmelt312.addItemInput(<ore:ingotBronze>);mythmelt312.addFluidOutput(<liquid:bronze> * 144);mythmelt312.build();
val mythmelt313 = RecipeBuilder.newBuilder("mythmelt313","mythic_processor_melter",2);mythmelt313.addEnergyPerTickInput(60000);mythmelt313.addItemInput(<ore:dustBronze>);mythmelt313.addFluidOutput(<liquid:bronze> * 144);mythmelt313.build();
val mythmelt314 = RecipeBuilder.newBuilder("mythmelt314","mythic_processor_melter",2);mythmelt314.addEnergyPerTickInput(60000);mythmelt314.addItemInput(<ore:nuggetBronze>);mythmelt314.addFluidOutput(<liquid:bronze> * 16);mythmelt314.build();
val mythmelt315 = RecipeBuilder.newBuilder("mythmelt315","mythic_processor_melter",2);mythmelt315.addEnergyPerTickInput(60000);mythmelt315.addItemInput(<ore:blockBronze>);mythmelt315.addFluidOutput(<liquid:bronze> * 1296);mythmelt315.build();
val mythmelt316 = RecipeBuilder.newBuilder("mythmelt316","mythic_processor_melter",2);mythmelt316.addEnergyPerTickInput(60000);mythmelt316.addItemInput(<ore:oreZinc>);mythmelt316.addFluidOutput(<liquid:zinc> * 360);mythmelt316.build();
val mythmelt317 = RecipeBuilder.newBuilder("mythmelt317","mythic_processor_melter",2);mythmelt317.addEnergyPerTickInput(60000);mythmelt317.addItemInput(<ore:ingotZinc>);mythmelt317.addFluidOutput(<liquid:zinc> * 144);mythmelt317.build();
val mythmelt318 = RecipeBuilder.newBuilder("mythmelt318","mythic_processor_melter",2);mythmelt318.addEnergyPerTickInput(60000);mythmelt318.addItemInput(<ore:dustZinc>);mythmelt318.addFluidOutput(<liquid:zinc> * 144);mythmelt318.build();
val mythmelt319 = RecipeBuilder.newBuilder("mythmelt319","mythic_processor_melter",2);mythmelt319.addEnergyPerTickInput(60000);mythmelt319.addItemInput(<ore:nuggetZinc>);mythmelt319.addFluidOutput(<liquid:zinc> * 16);mythmelt319.build();
val mythmelt320 = RecipeBuilder.newBuilder("mythmelt320","mythic_processor_melter",2);mythmelt320.addEnergyPerTickInput(60000);mythmelt320.addItemInput(<ore:blockZinc>);mythmelt320.addFluidOutput(<liquid:zinc> * 1296);mythmelt320.build();
val mythmelt321 = RecipeBuilder.newBuilder("mythmelt321","mythic_processor_melter",2);mythmelt321.addEnergyPerTickInput(60000);mythmelt321.addItemInput(<ore:oreLead>);mythmelt321.addFluidOutput(<liquid:lead> * 360);mythmelt321.build();
val mythmelt322 = RecipeBuilder.newBuilder("mythmelt322","mythic_processor_melter",2);mythmelt322.addEnergyPerTickInput(60000);mythmelt322.addItemInput(<ore:ingotLead>);mythmelt322.addFluidOutput(<liquid:lead> * 144);mythmelt322.build();
val mythmelt323 = RecipeBuilder.newBuilder("mythmelt323","mythic_processor_melter",2);mythmelt323.addEnergyPerTickInput(60000);mythmelt323.addItemInput(<ore:dustLead>);mythmelt323.addFluidOutput(<liquid:lead> * 144);mythmelt323.build();
val mythmelt324 = RecipeBuilder.newBuilder("mythmelt324","mythic_processor_melter",2);mythmelt324.addEnergyPerTickInput(60000);mythmelt324.addItemInput(<ore:nuggetLead>);mythmelt324.addFluidOutput(<liquid:lead> * 16);mythmelt324.build();
val mythmelt325 = RecipeBuilder.newBuilder("mythmelt325","mythic_processor_melter",2);mythmelt325.addEnergyPerTickInput(60000);mythmelt325.addItemInput(<ore:blockLead>);mythmelt325.addFluidOutput(<liquid:lead> * 1296);mythmelt325.build();
val mythmelt326 = RecipeBuilder.newBuilder("mythmelt326","mythic_processor_melter",2);mythmelt326.addEnergyPerTickInput(60000);mythmelt326.addItemInput(<ore:oreNickel>);mythmelt326.addFluidOutput(<liquid:nickel> * 360);mythmelt326.build();
val mythmelt327 = RecipeBuilder.newBuilder("mythmelt327","mythic_processor_melter",2);mythmelt327.addEnergyPerTickInput(60000);mythmelt327.addItemInput(<ore:ingotNickel>);mythmelt327.addFluidOutput(<liquid:nickel> * 144);mythmelt327.build();
val mythmelt328 = RecipeBuilder.newBuilder("mythmelt328","mythic_processor_melter",2);mythmelt328.addEnergyPerTickInput(60000);mythmelt328.addItemInput(<ore:dustNickel>);mythmelt328.addFluidOutput(<liquid:nickel> * 144);mythmelt328.build();
val mythmelt329 = RecipeBuilder.newBuilder("mythmelt329","mythic_processor_melter",2);mythmelt329.addEnergyPerTickInput(60000);mythmelt329.addItemInput(<ore:nuggetNickel>);mythmelt329.addFluidOutput(<liquid:nickel> * 16);mythmelt329.build();
val mythmelt330 = RecipeBuilder.newBuilder("mythmelt330","mythic_processor_melter",2);mythmelt330.addEnergyPerTickInput(60000);mythmelt330.addItemInput(<ore:blockNickel>);mythmelt330.addFluidOutput(<liquid:nickel> * 1296);mythmelt330.build();
val mythmelt331 = RecipeBuilder.newBuilder("mythmelt331","mythic_processor_melter",2);mythmelt331.addEnergyPerTickInput(60000);mythmelt331.addItemInput(<ore:oreSilver>);mythmelt331.addFluidOutput(<liquid:silver> * 360);mythmelt331.build();
val mythmelt332 = RecipeBuilder.newBuilder("mythmelt332","mythic_processor_melter",2);mythmelt332.addEnergyPerTickInput(60000);mythmelt332.addItemInput(<ore:ingotSilver>);mythmelt332.addFluidOutput(<liquid:silver> * 144);mythmelt332.build();
val mythmelt333 = RecipeBuilder.newBuilder("mythmelt333","mythic_processor_melter",2);mythmelt333.addEnergyPerTickInput(60000);mythmelt333.addItemInput(<ore:dustSilver>);mythmelt333.addFluidOutput(<liquid:silver> * 144);mythmelt333.build();
val mythmelt334 = RecipeBuilder.newBuilder("mythmelt334","mythic_processor_melter",2);mythmelt334.addEnergyPerTickInput(60000);mythmelt334.addItemInput(<ore:nuggetSilver>);mythmelt334.addFluidOutput(<liquid:silver> * 16);mythmelt334.build();
val mythmelt335 = RecipeBuilder.newBuilder("mythmelt335","mythic_processor_melter",2);mythmelt335.addEnergyPerTickInput(60000);mythmelt335.addItemInput(<ore:blockSilver>);mythmelt335.addFluidOutput(<liquid:silver> * 1296);mythmelt335.build();
val mythmelt336 = RecipeBuilder.newBuilder("mythmelt336","mythic_processor_melter",2);mythmelt336.addEnergyPerTickInput(60000);mythmelt336.addItemInput(<ore:ingotElectrum>);mythmelt336.addFluidOutput(<liquid:electrum> * 144);mythmelt336.build();
val mythmelt337 = RecipeBuilder.newBuilder("mythmelt337","mythic_processor_melter",2);mythmelt337.addEnergyPerTickInput(60000);mythmelt337.addItemInput(<ore:dustElectrum>);mythmelt337.addFluidOutput(<liquid:electrum> * 144);mythmelt337.build();
val mythmelt338 = RecipeBuilder.newBuilder("mythmelt338","mythic_processor_melter",2);mythmelt338.addEnergyPerTickInput(60000);mythmelt338.addItemInput(<ore:nuggetElectrum>);mythmelt338.addFluidOutput(<liquid:electrum> * 16);mythmelt338.build();
val mythmelt339 = RecipeBuilder.newBuilder("mythmelt339","mythic_processor_melter",2);mythmelt339.addEnergyPerTickInput(60000);mythmelt339.addItemInput(<ore:blockElectrum>);mythmelt339.addFluidOutput(<liquid:electrum> * 1296);mythmelt339.build();
val mythmelt340 = RecipeBuilder.newBuilder("mythmelt340","mythic_processor_melter",2);mythmelt340.addEnergyPerTickInput(60000);mythmelt340.addItemInput(<ore:ingotSteel>);mythmelt340.addFluidOutput(<liquid:steel> * 144);mythmelt340.build();
val mythmelt341 = RecipeBuilder.newBuilder("mythmelt341","mythic_processor_melter",2);mythmelt341.addEnergyPerTickInput(60000);mythmelt341.addItemInput(<ore:dustSteel>);mythmelt341.addFluidOutput(<liquid:steel> * 144);mythmelt341.build();
val mythmelt342 = RecipeBuilder.newBuilder("mythmelt342","mythic_processor_melter",2);mythmelt342.addEnergyPerTickInput(60000);mythmelt342.addItemInput(<ore:nuggetSteel>);mythmelt342.addFluidOutput(<liquid:steel> * 16);mythmelt342.build();
val mythmelt343 = RecipeBuilder.newBuilder("mythmelt343","mythic_processor_melter",2);mythmelt343.addEnergyPerTickInput(60000);mythmelt343.addItemInput(<ore:blockSteel>);mythmelt343.addFluidOutput(<liquid:steel> * 1296);mythmelt343.build();
val mythmelt344 = RecipeBuilder.newBuilder("mythmelt344","mythic_processor_melter",2);mythmelt344.addEnergyPerTickInput(60000);mythmelt344.addItemInput(<ore:oreAluminum>);mythmelt344.addFluidOutput(<liquid:aluminum> * 360);mythmelt344.build();
val mythmelt345 = RecipeBuilder.newBuilder("mythmelt345","mythic_processor_melter",2);mythmelt345.addEnergyPerTickInput(60000);mythmelt345.addItemInput(<ore:ingotAluminum>);mythmelt345.addFluidOutput(<liquid:aluminum> * 144);mythmelt345.build();
val mythmelt346 = RecipeBuilder.newBuilder("mythmelt346","mythic_processor_melter",2);mythmelt346.addEnergyPerTickInput(60000);mythmelt346.addItemInput(<ore:dustAluminum>);mythmelt346.addFluidOutput(<liquid:aluminum> * 144);mythmelt346.build();
val mythmelt347 = RecipeBuilder.newBuilder("mythmelt347","mythic_processor_melter",2);mythmelt347.addEnergyPerTickInput(60000);mythmelt347.addItemInput(<ore:nuggetAluminum>);mythmelt347.addFluidOutput(<liquid:aluminum> * 16);mythmelt347.build();
val mythmelt348 = RecipeBuilder.newBuilder("mythmelt348","mythic_processor_melter",2);mythmelt348.addEnergyPerTickInput(60000);mythmelt348.addItemInput(<ore:blockAluminum>);mythmelt348.addFluidOutput(<liquid:aluminum> * 1296);mythmelt348.build();
val mythmelt349 = RecipeBuilder.newBuilder("mythmelt349","mythic_processor_melter",2);mythmelt349.addEnergyPerTickInput(60000);mythmelt349.addItemInput(<ore:orePlatinum>);mythmelt349.addFluidOutput(<liquid:platinum> * 360);mythmelt349.build();
val mythmelt350 = RecipeBuilder.newBuilder("mythmelt350","mythic_processor_melter",2);mythmelt350.addEnergyPerTickInput(60000);mythmelt350.addItemInput(<ore:ingotPlatinum>);mythmelt350.addFluidOutput(<liquid:platinum> * 144);mythmelt350.build();
val mythmelt351 = RecipeBuilder.newBuilder("mythmelt351","mythic_processor_melter",2);mythmelt351.addEnergyPerTickInput(60000);mythmelt351.addItemInput(<ore:dustPlatinum>);mythmelt351.addFluidOutput(<liquid:platinum> * 144);mythmelt351.build();
val mythmelt352 = RecipeBuilder.newBuilder("mythmelt352","mythic_processor_melter",2);mythmelt352.addEnergyPerTickInput(60000);mythmelt352.addItemInput(<ore:nuggetPlatinum>);mythmelt352.addFluidOutput(<liquid:platinum> * 16);mythmelt352.build();
val mythmelt353 = RecipeBuilder.newBuilder("mythmelt353","mythic_processor_melter",2);mythmelt353.addEnergyPerTickInput(60000);mythmelt353.addItemInput(<ore:blockPlatinum>);mythmelt353.addFluidOutput(<liquid:platinum> * 1296);mythmelt353.build();
val mythmelt354 = RecipeBuilder.newBuilder("mythmelt354","mythic_processor_melter",2);mythmelt354.addEnergyPerTickInput(60000);mythmelt354.addItemInput(<ore:oreIridium>);mythmelt354.addFluidOutput(<liquid:iridium> * 360);mythmelt354.build();
val mythmelt355 = RecipeBuilder.newBuilder("mythmelt355","mythic_processor_melter",2);mythmelt355.addEnergyPerTickInput(60000);mythmelt355.addItemInput(<ore:ingotIridium>);mythmelt355.addFluidOutput(<liquid:iridium> * 144);mythmelt355.build();
val mythmelt356 = RecipeBuilder.newBuilder("mythmelt356","mythic_processor_melter",2);mythmelt356.addEnergyPerTickInput(60000);mythmelt356.addItemInput(<ore:dustIridium>);mythmelt356.addFluidOutput(<liquid:iridium> * 144);mythmelt356.build();
val mythmelt357 = RecipeBuilder.newBuilder("mythmelt357","mythic_processor_melter",2);mythmelt357.addEnergyPerTickInput(60000);mythmelt357.addItemInput(<ore:nuggetIridium>);mythmelt357.addFluidOutput(<liquid:iridium> * 16);mythmelt357.build();
val mythmelt358 = RecipeBuilder.newBuilder("mythmelt358","mythic_processor_melter",2);mythmelt358.addEnergyPerTickInput(60000);mythmelt358.addItemInput(<ore:blockIridium>);mythmelt358.addFluidOutput(<liquid:iridium> * 1296);mythmelt358.build();
val mythmelt359 = RecipeBuilder.newBuilder("mythmelt359","mythic_processor_melter",2);mythmelt359.addEnergyPerTickInput(60000);mythmelt359.addItemInput(<ore:ingotInvar>);mythmelt359.addFluidOutput(<liquid:invar> * 144);mythmelt359.build();
val mythmelt360 = RecipeBuilder.newBuilder("mythmelt360","mythic_processor_melter",2);mythmelt360.addEnergyPerTickInput(60000);mythmelt360.addItemInput(<ore:dustInvar>);mythmelt360.addFluidOutput(<liquid:invar> * 144);mythmelt360.build();
val mythmelt361 = RecipeBuilder.newBuilder("mythmelt361","mythic_processor_melter",2);mythmelt361.addEnergyPerTickInput(60000);mythmelt361.addItemInput(<ore:nuggetInvar>);mythmelt361.addFluidOutput(<liquid:invar> * 16);mythmelt361.build();
val mythmelt362 = RecipeBuilder.newBuilder("mythmelt362","mythic_processor_melter",2);mythmelt362.addEnergyPerTickInput(60000);mythmelt362.addItemInput(<ore:blockInvar>);mythmelt362.addFluidOutput(<liquid:invar> * 1296);mythmelt362.build();
val mythmelt363 = RecipeBuilder.newBuilder("mythmelt363","mythic_processor_melter",2);mythmelt363.addEnergyPerTickInput(60000);mythmelt363.addItemInput(<ore:ingotConstantan>);mythmelt363.addFluidOutput(<liquid:constantan> * 144);mythmelt363.build();
val mythmelt364 = RecipeBuilder.newBuilder("mythmelt364","mythic_processor_melter",2);mythmelt364.addEnergyPerTickInput(60000);mythmelt364.addItemInput(<ore:dustConstantan>);mythmelt364.addFluidOutput(<liquid:constantan> * 144);mythmelt364.build();
val mythmelt365 = RecipeBuilder.newBuilder("mythmelt365","mythic_processor_melter",2);mythmelt365.addEnergyPerTickInput(60000);mythmelt365.addItemInput(<ore:nuggetConstantan>);mythmelt365.addFluidOutput(<liquid:constantan> * 16);mythmelt365.build();
val mythmelt366 = RecipeBuilder.newBuilder("mythmelt366","mythic_processor_melter",2);mythmelt366.addEnergyPerTickInput(60000);mythmelt366.addItemInput(<ore:blockConstantan>);mythmelt366.addFluidOutput(<liquid:constantan> * 1296);mythmelt366.build();
val mythmelt367 = RecipeBuilder.newBuilder("mythmelt367","mythic_processor_melter",2);mythmelt367.addEnergyPerTickInput(60000);mythmelt367.addItemInput(<ore:ingotSignalum>);mythmelt367.addFluidOutput(<liquid:signalum> * 144);mythmelt367.build();
val mythmelt368 = RecipeBuilder.newBuilder("mythmelt368","mythic_processor_melter",2);mythmelt368.addEnergyPerTickInput(60000);mythmelt368.addItemInput(<ore:dustSignalum>);mythmelt368.addFluidOutput(<liquid:signalum> * 144);mythmelt368.build();
val mythmelt369 = RecipeBuilder.newBuilder("mythmelt369","mythic_processor_melter",2);mythmelt369.addEnergyPerTickInput(60000);mythmelt369.addItemInput(<ore:nuggetSignalum>);mythmelt369.addFluidOutput(<liquid:signalum> * 16);mythmelt369.build();
val mythmelt370 = RecipeBuilder.newBuilder("mythmelt370","mythic_processor_melter",2);mythmelt370.addEnergyPerTickInput(60000);mythmelt370.addItemInput(<ore:blockSignalum>);mythmelt370.addFluidOutput(<liquid:signalum> * 1296);mythmelt370.build();
val mythmelt371 = RecipeBuilder.newBuilder("mythmelt371","mythic_processor_melter",2);mythmelt371.addEnergyPerTickInput(60000);mythmelt371.addItemInput(<ore:ingotLumium>);mythmelt371.addFluidOutput(<liquid:lumium> * 144);mythmelt371.build();
val mythmelt372 = RecipeBuilder.newBuilder("mythmelt372","mythic_processor_melter",2);mythmelt372.addEnergyPerTickInput(60000);mythmelt372.addItemInput(<ore:dustLumium>);mythmelt372.addFluidOutput(<liquid:lumium> * 144);mythmelt372.build();
val mythmelt373 = RecipeBuilder.newBuilder("mythmelt373","mythic_processor_melter",2);mythmelt373.addEnergyPerTickInput(60000);mythmelt373.addItemInput(<ore:nuggetLumium>);mythmelt373.addFluidOutput(<liquid:lumium> * 16);mythmelt373.build();
val mythmelt374 = RecipeBuilder.newBuilder("mythmelt374","mythic_processor_melter",2);mythmelt374.addEnergyPerTickInput(60000);mythmelt374.addItemInput(<ore:blockLumium>);mythmelt374.addFluidOutput(<liquid:lumium> * 1296);mythmelt374.build();
val mythmelt375 = RecipeBuilder.newBuilder("mythmelt375","mythic_processor_melter",2);mythmelt375.addEnergyPerTickInput(60000);mythmelt375.addItemInput(<ore:ingotEnderium>);mythmelt375.addFluidOutput(<liquid:enderium> * 144);mythmelt375.build();
val mythmelt376 = RecipeBuilder.newBuilder("mythmelt376","mythic_processor_melter",2);mythmelt376.addEnergyPerTickInput(60000);mythmelt376.addItemInput(<ore:dustEnderium>);mythmelt376.addFluidOutput(<liquid:enderium> * 144);mythmelt376.build();
val mythmelt377 = RecipeBuilder.newBuilder("mythmelt377","mythic_processor_melter",2);mythmelt377.addEnergyPerTickInput(60000);mythmelt377.addItemInput(<ore:nuggetEnderium>);mythmelt377.addFluidOutput(<liquid:enderium> * 16);mythmelt377.build();
val mythmelt378 = RecipeBuilder.newBuilder("mythmelt378","mythic_processor_melter",2);mythmelt378.addEnergyPerTickInput(60000);mythmelt378.addItemInput(<ore:blockEnderium>);mythmelt378.addFluidOutput(<liquid:enderium> * 1296);mythmelt378.build();
val mythmelt379 = RecipeBuilder.newBuilder("mythmelt379","mythic_processor_melter",2);mythmelt379.addEnergyPerTickInput(60000);mythmelt379.addItemInput(<ore:dustSoularium>);mythmelt379.addFluidOutput(<liquid:soularium> * 144);mythmelt379.build();
val mythmelt380 = RecipeBuilder.newBuilder("mythmelt380","mythic_processor_melter",2);mythmelt380.addEnergyPerTickInput(60000);mythmelt380.addItemInput(<ore:oreUranium>);mythmelt380.addFluidOutput(<liquid:uranium> * 360);mythmelt380.build();
val mythmelt381 = RecipeBuilder.newBuilder("mythmelt381","mythic_processor_melter",2);mythmelt381.addEnergyPerTickInput(60000);mythmelt381.addItemInput(<ore:ingotUranium>);mythmelt381.addFluidOutput(<liquid:uranium> * 144);mythmelt381.build();
val mythmelt382 = RecipeBuilder.newBuilder("mythmelt382","mythic_processor_melter",2);mythmelt382.addEnergyPerTickInput(60000);mythmelt382.addItemInput(<ore:dustUranium>);mythmelt382.addFluidOutput(<liquid:uranium> * 144);mythmelt382.build();
val mythmelt383 = RecipeBuilder.newBuilder("mythmelt383","mythic_processor_melter",2);mythmelt383.addEnergyPerTickInput(60000);mythmelt383.addItemInput(<ore:nuggetUranium>);mythmelt383.addFluidOutput(<liquid:uranium> * 16);mythmelt383.build();
val mythmelt384 = RecipeBuilder.newBuilder("mythmelt384","mythic_processor_melter",2);mythmelt384.addEnergyPerTickInput(60000);mythmelt384.addItemInput(<ore:blockUranium>);mythmelt384.addFluidOutput(<liquid:uranium> * 1296);mythmelt384.build();
val mythmelt385 = RecipeBuilder.newBuilder("mythmelt385","mythic_processor_melter",2);mythmelt385.addEnergyPerTickInput(60000);mythmelt385.addItemInput(<ore:ingotDreadite>);mythmelt385.addFluidOutput(<liquid:dreadite> * 144);mythmelt385.build();
val mythmelt386 = RecipeBuilder.newBuilder("mythmelt386","mythic_processor_melter",2);mythmelt386.addEnergyPerTickInput(60000);mythmelt386.addItemInput(<ore:dustDreadite>);mythmelt386.addFluidOutput(<liquid:dreadite> * 144);mythmelt386.build();
val mythmelt387 = RecipeBuilder.newBuilder("mythmelt387","mythic_processor_melter",2);mythmelt387.addEnergyPerTickInput(60000);mythmelt387.addItemInput(<ore:nuggetDreadite>);mythmelt387.addFluidOutput(<liquid:dreadite> * 16);mythmelt387.build();
val mythmelt388 = RecipeBuilder.newBuilder("mythmelt388","mythic_processor_melter",2);mythmelt388.addEnergyPerTickInput(60000);mythmelt388.addItemInput(<ore:blockDreadite>);mythmelt388.addFluidOutput(<liquid:dreadite> * 1296);mythmelt388.build();
val mythmelt389 = RecipeBuilder.newBuilder("mythmelt389","mythic_processor_melter",2);mythmelt389.addEnergyPerTickInput(60000);mythmelt389.addItemInput(<ore:oreSednanite>);mythmelt389.addFluidOutput(<liquid:sednanite> * 360);mythmelt389.build();
val mythmelt390 = RecipeBuilder.newBuilder("mythmelt390","mythic_processor_melter",2);mythmelt390.addEnergyPerTickInput(60000);mythmelt390.addItemInput(<ore:ingotSednanite>);mythmelt390.addFluidOutput(<liquid:sednanite> * 144);mythmelt390.build();
val mythmelt391 = RecipeBuilder.newBuilder("mythmelt391","mythic_processor_melter",2);mythmelt391.addEnergyPerTickInput(60000);mythmelt391.addItemInput(<ore:dustSednanite>);mythmelt391.addFluidOutput(<liquid:sednanite> * 144);mythmelt391.build();
val mythmelt392 = RecipeBuilder.newBuilder("mythmelt392","mythic_processor_melter",2);mythmelt392.addEnergyPerTickInput(60000);mythmelt392.addItemInput(<ore:nuggetSednanite>);mythmelt392.addFluidOutput(<liquid:sednanite> * 16);mythmelt392.build();
val mythmelt393 = RecipeBuilder.newBuilder("mythmelt393","mythic_processor_melter",2);mythmelt393.addEnergyPerTickInput(60000);mythmelt393.addItemInput(<ore:oreFluctuatite>);mythmelt393.addFluidOutput(<liquid:fluctuatite> * 360);mythmelt393.build();
val mythmelt394 = RecipeBuilder.newBuilder("mythmelt394","mythic_processor_melter",2);mythmelt394.addEnergyPerTickInput(60000);mythmelt394.addItemInput(<ore:ingotFluctuatite>);mythmelt394.addFluidOutput(<liquid:fluctuatite> * 144);mythmelt394.build();
val mythmelt395 = RecipeBuilder.newBuilder("mythmelt395","mythic_processor_melter",2);mythmelt395.addEnergyPerTickInput(60000);mythmelt395.addItemInput(<ore:dustFluctuatite>);mythmelt395.addFluidOutput(<liquid:fluctuatite> * 144);mythmelt395.build();
val mythmelt396 = RecipeBuilder.newBuilder("mythmelt396","mythic_processor_melter",2);mythmelt396.addEnergyPerTickInput(60000);mythmelt396.addItemInput(<ore:nuggetFluctuatite>);mythmelt396.addFluidOutput(<liquid:fluctuatite> * 16);mythmelt396.build();
val mythmelt397 = RecipeBuilder.newBuilder("mythmelt397","mythic_processor_melter",2);mythmelt397.addEnergyPerTickInput(60000);mythmelt397.addItemInput(<ore:ingotVibranium>);mythmelt397.addFluidOutput(<liquid:vibranium> * 144);mythmelt397.build();
val mythmelt398 = RecipeBuilder.newBuilder("mythmelt398","mythic_processor_melter",2);mythmelt398.addEnergyPerTickInput(60000);mythmelt398.addItemInput(<ore:dustVibranium>);mythmelt398.addFluidOutput(<liquid:vibranium> * 144);mythmelt398.build();
val mythmelt399 = RecipeBuilder.newBuilder("mythmelt399","mythic_processor_melter",2);mythmelt399.addEnergyPerTickInput(60000);mythmelt399.addItemInput(<ore:nuggetVibranium>);mythmelt399.addFluidOutput(<liquid:vibranium> * 16);mythmelt399.build();
val mythmelt400 = RecipeBuilder.newBuilder("mythmelt400","mythic_processor_melter",2);mythmelt400.addEnergyPerTickInput(60000);mythmelt400.addItemInput(<ore:blockVibranium>);mythmelt400.addFluidOutput(<liquid:vibranium> * 1296);mythmelt400.build();
val mythmelt401 = RecipeBuilder.newBuilder("mythmelt401","mythic_processor_melter",2);mythmelt401.addEnergyPerTickInput(60000);mythmelt401.addItemInput(<ore:oreRhenium>);mythmelt401.addFluidOutput(<liquid:rhenium> * 360);mythmelt401.build();
val mythmelt402 = RecipeBuilder.newBuilder("mythmelt402","mythic_processor_melter",2);mythmelt402.addEnergyPerTickInput(60000);mythmelt402.addItemInput(<contenttweaker:sub_block_holder_1:8>);mythmelt402.addFluidOutput(<liquid:rhenium> * 360);mythmelt402.build();
val mythmelt403 = RecipeBuilder.newBuilder("mythmelt403","mythic_processor_melter",2);mythmelt403.addEnergyPerTickInput(60000);mythmelt403.addItemInput(<ore:ingotRhenium>);mythmelt403.addFluidOutput(<liquid:rhenium> * 144);mythmelt403.build();
val mythmelt404 = RecipeBuilder.newBuilder("mythmelt404","mythic_processor_melter",2);mythmelt404.addEnergyPerTickInput(60000);mythmelt404.addItemInput(<ore:dustRhenium>);mythmelt404.addFluidOutput(<liquid:rhenium> * 144);mythmelt404.build();
val mythmelt405 = RecipeBuilder.newBuilder("mythmelt405","mythic_processor_melter",2);mythmelt405.addEnergyPerTickInput(60000);mythmelt405.addItemInput(<ore:nuggetRhenium>);mythmelt405.addFluidOutput(<liquid:rhenium> * 16);mythmelt405.build();
val mythmelt406 = RecipeBuilder.newBuilder("mythmelt406","mythic_processor_melter",2);mythmelt406.addEnergyPerTickInput(60000);mythmelt406.addItemInput(<ore:oreMyrmitite>);mythmelt406.addFluidOutput(<liquid:myrmitite> * 360);mythmelt406.build();
val mythmelt407 = RecipeBuilder.newBuilder("mythmelt407","mythic_processor_melter",2);mythmelt407.addEnergyPerTickInput(60000);mythmelt407.addItemInput(<ore:ingotMyrmitite>);mythmelt407.addFluidOutput(<liquid:myrmitite> * 144);mythmelt407.build();
val mythmelt408 = RecipeBuilder.newBuilder("mythmelt408","mythic_processor_melter",2);mythmelt408.addEnergyPerTickInput(60000);mythmelt408.addItemInput(<ore:dustMyrmitite>);mythmelt408.addFluidOutput(<liquid:myrmitite> * 144);mythmelt408.build();
val mythmelt409 = RecipeBuilder.newBuilder("mythmelt409","mythic_processor_melter",2);mythmelt409.addEnergyPerTickInput(60000);mythmelt409.addItemInput(<ore:nuggetMyrmitite>);mythmelt409.addFluidOutput(<liquid:myrmitite> * 16);mythmelt409.build();
val mythmelt410 = RecipeBuilder.newBuilder("mythmelt410","mythic_processor_melter",2);mythmelt410.addEnergyPerTickInput(60000);mythmelt410.addItemInput(<ore:blockMyrmitite>);mythmelt410.addFluidOutput(<liquid:myrmitite> * 1296);mythmelt410.build();
val mythmelt411 = RecipeBuilder.newBuilder("mythmelt411","mythic_processor_melter",2);mythmelt411.addEnergyPerTickInput(60000);mythmelt411.addItemInput(<ore:oreCandyte>);mythmelt411.addFluidOutput(<liquid:candyte> * 360);mythmelt411.build();
val mythmelt412 = RecipeBuilder.newBuilder("mythmelt412","mythic_processor_melter",2);mythmelt412.addEnergyPerTickInput(60000);mythmelt412.addItemInput(<ore:ingotCandyte>);mythmelt412.addFluidOutput(<liquid:candyte> * 144);mythmelt412.build();
val mythmelt413 = RecipeBuilder.newBuilder("mythmelt413","mythic_processor_melter",2);mythmelt413.addEnergyPerTickInput(60000);mythmelt413.addItemInput(<ore:dustCandyte>);mythmelt413.addFluidOutput(<liquid:candyte> * 144);mythmelt413.build();
val mythmelt414 = RecipeBuilder.newBuilder("mythmelt414","mythic_processor_melter",2);mythmelt414.addEnergyPerTickInput(60000);mythmelt414.addItemInput(<ore:nuggetCandyte>);mythmelt414.addFluidOutput(<liquid:candyte> * 16);mythmelt414.build();
val mythmelt415 = RecipeBuilder.newBuilder("mythmelt415","mythic_processor_melter",2);mythmelt415.addEnergyPerTickInput(60000);mythmelt415.addItemInput(<ore:blockCandyte>);mythmelt415.addFluidOutput(<liquid:candyte> * 1296);mythmelt415.build();
val mythmelt416 = RecipeBuilder.newBuilder("mythmelt416","mythic_processor_melter",2);mythmelt416.addEnergyPerTickInput(60000);mythmelt416.addItemInput(<ore:orePalladium>);mythmelt416.addFluidOutput(<liquid:palladium> * 360);mythmelt416.build();
val mythmelt417 = RecipeBuilder.newBuilder("mythmelt417","mythic_processor_melter",2);mythmelt417.addEnergyPerTickInput(60000);mythmelt417.addItemInput(<ore:ingotPalladium>);mythmelt417.addFluidOutput(<liquid:palladium> * 144);mythmelt417.build();
val mythmelt418 = RecipeBuilder.newBuilder("mythmelt418","mythic_processor_melter",2);mythmelt418.addEnergyPerTickInput(60000);mythmelt418.addItemInput(<ore:dustPalladium>);mythmelt418.addFluidOutput(<liquid:palladium> * 144);mythmelt418.build();
val mythmelt419 = RecipeBuilder.newBuilder("mythmelt419","mythic_processor_melter",2);mythmelt419.addEnergyPerTickInput(60000);mythmelt419.addItemInput(<ore:nuggetPalladium>);mythmelt419.addFluidOutput(<liquid:palladium> * 16);mythmelt419.build();
val mythmelt420 = RecipeBuilder.newBuilder("mythmelt420","mythic_processor_melter",2);mythmelt420.addEnergyPerTickInput(60000);mythmelt420.addItemInput(<ore:blockPalladium>);mythmelt420.addFluidOutput(<liquid:palladium> * 1296);mythmelt420.build();
val mythmelt421 = RecipeBuilder.newBuilder("mythmelt421","mythic_processor_melter",2);mythmelt421.addEnergyPerTickInput(60000);mythmelt421.addItemInput(<ore:oreVityte>);mythmelt421.addFluidOutput(<liquid:vityte> * 360);mythmelt421.build();
val mythmelt422 = RecipeBuilder.newBuilder("mythmelt422","mythic_processor_melter",2);mythmelt422.addEnergyPerTickInput(60000);mythmelt422.addItemInput(<ore:ingotVityte>);mythmelt422.addFluidOutput(<liquid:vityte> * 144);mythmelt422.build();
val mythmelt423 = RecipeBuilder.newBuilder("mythmelt423","mythic_processor_melter",2);mythmelt423.addEnergyPerTickInput(60000);mythmelt423.addItemInput(<ore:dustVityte>);mythmelt423.addFluidOutput(<liquid:vityte> * 144);mythmelt423.build();
val mythmelt424 = RecipeBuilder.newBuilder("mythmelt424","mythic_processor_melter",2);mythmelt424.addEnergyPerTickInput(60000);mythmelt424.addItemInput(<ore:nuggetVityte>);mythmelt424.addFluidOutput(<liquid:vityte> * 16);mythmelt424.build();
val mythmelt425 = RecipeBuilder.newBuilder("mythmelt425","mythic_processor_melter",2);mythmelt425.addEnergyPerTickInput(60000);mythmelt425.addItemInput(<ore:blockVityte>);mythmelt425.addFluidOutput(<liquid:vityte> * 1296);mythmelt425.build();
val mythmelt426 = RecipeBuilder.newBuilder("mythmelt426","mythic_processor_melter",2);mythmelt426.addEnergyPerTickInput(60000);mythmelt426.addItemInput(<ore:orePolonium>);mythmelt426.addFluidOutput(<liquid:polonium> * 360);mythmelt426.build();
val mythmelt427 = RecipeBuilder.newBuilder("mythmelt427","mythic_processor_melter",2);mythmelt427.addEnergyPerTickInput(60000);mythmelt427.addItemInput(<ore:ingotPolonium>);mythmelt427.addFluidOutput(<liquid:polonium> * 144);mythmelt427.build();
val mythmelt428 = RecipeBuilder.newBuilder("mythmelt428","mythic_processor_melter",2);mythmelt428.addEnergyPerTickInput(60000);mythmelt428.addItemInput(<ore:dustPolonium>);mythmelt428.addFluidOutput(<liquid:polonium> * 144);mythmelt428.build();
val mythmelt429 = RecipeBuilder.newBuilder("mythmelt429","mythic_processor_melter",2);mythmelt429.addEnergyPerTickInput(60000);mythmelt429.addItemInput(<ore:nuggetPolonium>);mythmelt429.addFluidOutput(<liquid:polonium> * 16);mythmelt429.build();
val mythmelt430 = RecipeBuilder.newBuilder("mythmelt430","mythic_processor_melter",2);mythmelt430.addEnergyPerTickInput(60000);mythmelt430.addItemInput(<ore:blockPolonium>);mythmelt430.addFluidOutput(<liquid:polonium> * 1296);mythmelt430.build();
val mythmelt431 = RecipeBuilder.newBuilder("mythmelt431","mythic_processor_melter",2);mythmelt431.addEnergyPerTickInput(60000);mythmelt431.addItemInput(<ore:oreOgerite>);mythmelt431.addFluidOutput(<liquid:ogerite> * 360);mythmelt431.build();
val mythmelt432 = RecipeBuilder.newBuilder("mythmelt432","mythic_processor_melter",2);mythmelt432.addEnergyPerTickInput(60000);mythmelt432.addItemInput(<ore:ingotOgerite>);mythmelt432.addFluidOutput(<liquid:ogerite> * 144);mythmelt432.build();
val mythmelt433 = RecipeBuilder.newBuilder("mythmelt433","mythic_processor_melter",2);mythmelt433.addEnergyPerTickInput(60000);mythmelt433.addItemInput(<ore:dustOgerite>);mythmelt433.addFluidOutput(<liquid:ogerite> * 144);mythmelt433.build();
val mythmelt434 = RecipeBuilder.newBuilder("mythmelt434","mythic_processor_melter",2);mythmelt434.addEnergyPerTickInput(60000);mythmelt434.addItemInput(<ore:nuggetOgerite>);mythmelt434.addFluidOutput(<liquid:ogerite> * 16);mythmelt434.build();
val mythmelt435 = RecipeBuilder.newBuilder("mythmelt435","mythic_processor_melter",2);mythmelt435.addEnergyPerTickInput(60000);mythmelt435.addItemInput(<ore:blockOgerite>);mythmelt435.addFluidOutput(<liquid:ogerite> * 1296);mythmelt435.build();
val mythmelt436 = RecipeBuilder.newBuilder("mythmelt436","mythic_processor_melter",2);mythmelt436.addEnergyPerTickInput(60000);mythmelt436.addItemInput(<ore:oreLunastone>);mythmelt436.addFluidOutput(<liquid:lunastone> * 360);mythmelt436.build();
val mythmelt437 = RecipeBuilder.newBuilder("mythmelt437","mythic_processor_melter",2);mythmelt437.addEnergyPerTickInput(60000);mythmelt437.addItemInput(<ore:ingotLunastone>);mythmelt437.addFluidOutput(<liquid:lunastone> * 144);mythmelt437.build();
val mythmelt438 = RecipeBuilder.newBuilder("mythmelt438","mythic_processor_melter",2);mythmelt438.addEnergyPerTickInput(60000);mythmelt438.addItemInput(<ore:dustLunastone>);mythmelt438.addFluidOutput(<liquid:lunastone> * 144);mythmelt438.build();
val mythmelt439 = RecipeBuilder.newBuilder("mythmelt439","mythic_processor_melter",2);mythmelt439.addEnergyPerTickInput(60000);mythmelt439.addItemInput(<ore:nuggetLunastone>);mythmelt439.addFluidOutput(<liquid:lunastone> * 16);mythmelt439.build();
val mythmelt440 = RecipeBuilder.newBuilder("mythmelt440","mythic_processor_melter",2);mythmelt440.addEnergyPerTickInput(60000);mythmelt440.addItemInput(<ore:blockLunastone>);mythmelt440.addFluidOutput(<liquid:lunastone> * 1296);mythmelt440.build();
val mythmelt441 = RecipeBuilder.newBuilder("mythmelt441","mythic_processor_melter",2);mythmelt441.addEnergyPerTickInput(60000);mythmelt441.addItemInput(<ore:oreChalcedony>);mythmelt441.addFluidOutput(<liquid:chalcedony> * 360);mythmelt441.build();
val mythmelt442 = RecipeBuilder.newBuilder("mythmelt442","mythic_processor_melter",2);mythmelt442.addEnergyPerTickInput(60000);mythmelt442.addItemInput(<ore:ingotChalcedony>);mythmelt442.addFluidOutput(<liquid:chalcedony> * 144);mythmelt442.build();
val mythmelt443 = RecipeBuilder.newBuilder("mythmelt443","mythic_processor_melter",2);mythmelt443.addEnergyPerTickInput(60000);mythmelt443.addItemInput(<ore:dustChalcedony>);mythmelt443.addFluidOutput(<liquid:chalcedony> * 144);mythmelt443.build();
val mythmelt444 = RecipeBuilder.newBuilder("mythmelt444","mythic_processor_melter",2);mythmelt444.addEnergyPerTickInput(60000);mythmelt444.addItemInput(<ore:nuggetChalcedony>);mythmelt444.addFluidOutput(<liquid:chalcedony> * 16);mythmelt444.build();
val mythmelt445 = RecipeBuilder.newBuilder("mythmelt445","mythic_processor_melter",2);mythmelt445.addEnergyPerTickInput(60000);mythmelt445.addItemInput(<ore:blockChalcedony>);mythmelt445.addFluidOutput(<liquid:chalcedony> * 1296);mythmelt445.build();
val mythmelt446 = RecipeBuilder.newBuilder("mythmelt446","mythic_processor_melter",2);mythmelt446.addEnergyPerTickInput(60000);mythmelt446.addItemInput(<ore:oreBrightsteel>);mythmelt446.addFluidOutput(<liquid:brightsteel> * 360);mythmelt446.build();
val mythmelt447 = RecipeBuilder.newBuilder("mythmelt447","mythic_processor_melter",2);mythmelt447.addEnergyPerTickInput(60000);mythmelt447.addItemInput(<ore:ingotBrightsteel>);mythmelt447.addFluidOutput(<liquid:brightsteel> * 144);mythmelt447.build();
val mythmelt448 = RecipeBuilder.newBuilder("mythmelt448","mythic_processor_melter",2);mythmelt448.addEnergyPerTickInput(60000);mythmelt448.addItemInput(<ore:dustBrightsteel>);mythmelt448.addFluidOutput(<liquid:brightsteel> * 144);mythmelt448.build();
val mythmelt449 = RecipeBuilder.newBuilder("mythmelt449","mythic_processor_melter",2);mythmelt449.addEnergyPerTickInput(60000);mythmelt449.addItemInput(<ore:nuggetBrightsteel>);mythmelt449.addFluidOutput(<liquid:brightsteel> * 16);mythmelt449.build();
val mythmelt450 = RecipeBuilder.newBuilder("mythmelt450","mythic_processor_melter",2);mythmelt450.addEnergyPerTickInput(60000);mythmelt450.addItemInput(<ore:blockBrightsteel>);mythmelt450.addFluidOutput(<liquid:brightsteel> * 1296);mythmelt450.build();
val mythmelt451 = RecipeBuilder.newBuilder("mythmelt451","mythic_processor_melter",2);mythmelt451.addEnergyPerTickInput(60000);mythmelt451.addItemInput(<ore:ingotCaesium>);mythmelt451.addFluidOutput(<liquid:caesium> * 144);mythmelt451.build();
val mythmelt452 = RecipeBuilder.newBuilder("mythmelt452","mythic_processor_melter",2);mythmelt452.addEnergyPerTickInput(60000);mythmelt452.addItemInput(<ore:dustCaesium>);mythmelt452.addFluidOutput(<liquid:caesium> * 144);mythmelt452.build();
val mythmelt453 = RecipeBuilder.newBuilder("mythmelt453","mythic_processor_melter",2);mythmelt453.addEnergyPerTickInput(60000);mythmelt453.addItemInput(<ore:nuggetCaesium>);mythmelt453.addFluidOutput(<liquid:caesium> * 16);mythmelt453.build();
val mythmelt454 = RecipeBuilder.newBuilder("mythmelt454","mythic_processor_melter",2);mythmelt454.addEnergyPerTickInput(60000);mythmelt454.addItemInput(<ore:ingotStrontium>);mythmelt454.addFluidOutput(<liquid:strontium> * 144);mythmelt454.build();
val mythmelt455 = RecipeBuilder.newBuilder("mythmelt455","mythic_processor_melter",2);mythmelt455.addEnergyPerTickInput(60000);mythmelt455.addItemInput(<ore:dustStrontium>);mythmelt455.addFluidOutput(<liquid:strontium> * 144);mythmelt455.build();
val mythmelt456 = RecipeBuilder.newBuilder("mythmelt456","mythic_processor_melter",2);mythmelt456.addEnergyPerTickInput(60000);mythmelt456.addItemInput(<ore:nuggetStrontium>);mythmelt456.addFluidOutput(<liquid:strontium> * 16);mythmelt456.build();
val mythmelt457 = RecipeBuilder.newBuilder("mythmelt457","mythic_processor_melter",2);mythmelt457.addEnergyPerTickInput(60000);mythmelt457.addItemInput(<ore:ingotRubidium>);mythmelt457.addFluidOutput(<liquid:rubidium> * 144);mythmelt457.build();
val mythmelt458 = RecipeBuilder.newBuilder("mythmelt458","mythic_processor_melter",2);mythmelt458.addEnergyPerTickInput(60000);mythmelt458.addItemInput(<ore:dustRubidium>);mythmelt458.addFluidOutput(<liquid:rubidium> * 144);mythmelt458.build();
val mythmelt459 = RecipeBuilder.newBuilder("mythmelt459","mythic_processor_melter",2);mythmelt459.addEnergyPerTickInput(60000);mythmelt459.addItemInput(<ore:nuggetRubidium>);mythmelt459.addFluidOutput(<liquid:rubidium> * 16);mythmelt459.build();
val mythmelt460 = RecipeBuilder.newBuilder("mythmelt460","mythic_processor_melter",2);mythmelt460.addEnergyPerTickInput(60000);mythmelt460.addItemInput(<ore:ingotChaos>);mythmelt460.addFluidOutput(<liquid:chaos> * 144);mythmelt460.build();
val mythmelt461 = RecipeBuilder.newBuilder("mythmelt461","mythic_processor_melter",2);mythmelt461.addEnergyPerTickInput(60000);mythmelt461.addItemInput(<ore:dustChaos>);mythmelt461.addFluidOutput(<liquid:chaos> * 144);mythmelt461.build();
val mythmelt462 = RecipeBuilder.newBuilder("mythmelt462","mythic_processor_melter",2);mythmelt462.addEnergyPerTickInput(60000);mythmelt462.addItemInput(<ore:nuggetChaos>);mythmelt462.addFluidOutput(<liquid:chaos> * 16);mythmelt462.build();
val mythmelt463 = RecipeBuilder.newBuilder("mythmelt463","mythic_processor_melter",2);mythmelt463.addEnergyPerTickInput(60000);mythmelt463.addItemInput(<ore:ingotPromethium>);mythmelt463.addFluidOutput(<liquid:promethium> * 144);mythmelt463.build();
val mythmelt464 = RecipeBuilder.newBuilder("mythmelt464","mythic_processor_melter",2);mythmelt464.addEnergyPerTickInput(60000);mythmelt464.addItemInput(<ore:dustPromethium>);mythmelt464.addFluidOutput(<liquid:promethium> * 144);mythmelt464.build();
val mythmelt465 = RecipeBuilder.newBuilder("mythmelt465","mythic_processor_melter",2);mythmelt465.addEnergyPerTickInput(60000);mythmelt465.addItemInput(<ore:nuggetPromethium>);mythmelt465.addFluidOutput(<liquid:promethium> * 16);mythmelt465.build();
val mythmelt466 = RecipeBuilder.newBuilder("mythmelt466","mythic_processor_melter",2);mythmelt466.addEnergyPerTickInput(60000);mythmelt466.addItemInput(<ore:ingotIchorium>);mythmelt466.addFluidOutput(<liquid:ichorium> * 144);mythmelt466.build();
val mythmelt467 = RecipeBuilder.newBuilder("mythmelt467","mythic_processor_melter",2);mythmelt467.addEnergyPerTickInput(60000);mythmelt467.addItemInput(<ore:dustIchorium>);mythmelt467.addFluidOutput(<liquid:ichorium> * 144);mythmelt467.build();
val mythmelt468 = RecipeBuilder.newBuilder("mythmelt468","mythic_processor_melter",2);mythmelt468.addEnergyPerTickInput(60000);mythmelt468.addItemInput(<ore:nuggetIchorium>);mythmelt468.addFluidOutput(<liquid:ichorium> * 16);mythmelt468.build();
val mythmelt469 = RecipeBuilder.newBuilder("mythmelt469","mythic_processor_melter",2);mythmelt469.addEnergyPerTickInput(60000);mythmelt469.addItemInput(<ore:oreBoron>);mythmelt469.addFluidOutput(<liquid:boron> * 360);mythmelt469.build();
val mythmelt470 = RecipeBuilder.newBuilder("mythmelt470","mythic_processor_melter",2);mythmelt470.addEnergyPerTickInput(60000);mythmelt470.addItemInput(<ore:ingotBoron>);mythmelt470.addFluidOutput(<liquid:boron> * 144);mythmelt470.build();
val mythmelt471 = RecipeBuilder.newBuilder("mythmelt471","mythic_processor_melter",2);mythmelt471.addEnergyPerTickInput(60000);mythmelt471.addItemInput(<ore:dustBoron>);mythmelt471.addFluidOutput(<liquid:boron> * 144);mythmelt471.build();
val mythmelt472 = RecipeBuilder.newBuilder("mythmelt472","mythic_processor_melter",2);mythmelt472.addEnergyPerTickInput(60000);mythmelt472.addItemInput(<ore:blockBoron>);mythmelt472.addFluidOutput(<liquid:boron> * 1296);mythmelt472.build();
val mythmelt473 = RecipeBuilder.newBuilder("mythmelt473","mythic_processor_melter",2);mythmelt473.addEnergyPerTickInput(60000);mythmelt473.addItemInput(<ore:oreLithium>);mythmelt473.addFluidOutput(<liquid:lithium> * 360);mythmelt473.build();
val mythmelt474 = RecipeBuilder.newBuilder("mythmelt474","mythic_processor_melter",2);mythmelt474.addEnergyPerTickInput(60000);mythmelt474.addItemInput(<ore:ingotLithium>);mythmelt474.addFluidOutput(<liquid:lithium> * 144);mythmelt474.build();
val mythmelt475 = RecipeBuilder.newBuilder("mythmelt475","mythic_processor_melter",2);mythmelt475.addEnergyPerTickInput(60000);mythmelt475.addItemInput(<ore:dustLithium>);mythmelt475.addFluidOutput(<liquid:lithium> * 144);mythmelt475.build();
val mythmelt476 = RecipeBuilder.newBuilder("mythmelt476","mythic_processor_melter",2);mythmelt476.addEnergyPerTickInput(60000);mythmelt476.addItemInput(<ore:blockLithium>);mythmelt476.addFluidOutput(<liquid:lithium> * 1296);mythmelt476.build();
val mythmelt477 = RecipeBuilder.newBuilder("mythmelt477","mythic_processor_melter",2);mythmelt477.addEnergyPerTickInput(60000);mythmelt477.addItemInput(<ore:ingotBeryllium>);mythmelt477.addFluidOutput(<liquid:beryllium> * 144);mythmelt477.build();
val mythmelt478 = RecipeBuilder.newBuilder("mythmelt478","mythic_processor_melter",2);mythmelt478.addEnergyPerTickInput(60000);mythmelt478.addItemInput(<ore:dustBeryllium>);mythmelt478.addFluidOutput(<liquid:beryllium> * 144);mythmelt478.build();
val mythmelt479 = RecipeBuilder.newBuilder("mythmelt479","mythic_processor_melter",2);mythmelt479.addEnergyPerTickInput(60000);mythmelt479.addItemInput(<ore:blockBeryllium>);mythmelt479.addFluidOutput(<liquid:beryllium> * 1296);mythmelt479.build();
val mythmelt480 = RecipeBuilder.newBuilder("mythmelt480","mythic_processor_melter",2);mythmelt480.addEnergyPerTickInput(60000);mythmelt480.addItemInput(<ore:ingotManganese>);mythmelt480.addFluidOutput(<liquid:manganese> * 144);mythmelt480.build();
val mythmelt481 = RecipeBuilder.newBuilder("mythmelt481","mythic_processor_melter",2);mythmelt481.addEnergyPerTickInput(60000);mythmelt481.addItemInput(<ore:dustManganese>);mythmelt481.addFluidOutput(<liquid:manganese> * 144);mythmelt481.build();
val mythmelt482 = RecipeBuilder.newBuilder("mythmelt482","mythic_processor_melter",2);mythmelt482.addEnergyPerTickInput(60000);mythmelt482.addItemInput(<ore:blockManganese>);mythmelt482.addFluidOutput(<liquid:manganese> * 1296);mythmelt482.build();
val mythmelt483 = RecipeBuilder.newBuilder("mythmelt483","mythic_processor_melter",2);mythmelt483.addEnergyPerTickInput(60000);mythmelt483.addItemInput(<ore:oreThorium>);mythmelt483.addFluidOutput(<liquid:thorium> * 360);mythmelt483.build();
val mythmelt484 = RecipeBuilder.newBuilder("mythmelt484","mythic_processor_melter",2);mythmelt484.addEnergyPerTickInput(60000);mythmelt484.addItemInput(<ore:ingotThorium>);mythmelt484.addFluidOutput(<liquid:thorium> * 144);mythmelt484.build();
val mythmelt485 = RecipeBuilder.newBuilder("mythmelt485","mythic_processor_melter",2);mythmelt485.addEnergyPerTickInput(60000);mythmelt485.addItemInput(<ore:dustThorium>);mythmelt485.addFluidOutput(<liquid:thorium> * 144);mythmelt485.build();
val mythmelt486 = RecipeBuilder.newBuilder("mythmelt486","mythic_processor_melter",2);mythmelt486.addEnergyPerTickInput(60000);mythmelt486.addItemInput(<ore:blockThorium>);mythmelt486.addFluidOutput(<liquid:thorium> * 1296);mythmelt486.build();
val mythmelt487 = RecipeBuilder.newBuilder("mythmelt487","mythic_processor_melter",2);mythmelt487.addEnergyPerTickInput(60000);mythmelt487.addItemInput(<ore:ingotPlutonium>);mythmelt487.addFluidOutput(<liquid:plutonium> * 144);mythmelt487.build();
val mythmelt488 = RecipeBuilder.newBuilder("mythmelt488","mythic_processor_melter",2);mythmelt488.addEnergyPerTickInput(60000);mythmelt488.addItemInput(<ore:dustPlutonium>);mythmelt488.addFluidOutput(<liquid:plutonium> * 144);mythmelt488.build();
val mythmelt489 = RecipeBuilder.newBuilder("mythmelt489","mythic_processor_melter",2);mythmelt489.addEnergyPerTickInput(60000);mythmelt489.addItemInput(<ore:oreQuartz>);mythmelt489.addFluidOutput(<liquid:quartz> * 1665);mythmelt489.build();
val mythmelt490 = RecipeBuilder.newBuilder("mythmelt490","mythic_processor_melter",2);mythmelt490.addEnergyPerTickInput(60000);mythmelt490.addItemInput(<ore:gemQuartz>);mythmelt490.addFluidOutput(<liquid:quartz> * 666);mythmelt490.build();
val mythmelt491 = RecipeBuilder.newBuilder("mythmelt491","mythic_processor_melter",2);mythmelt491.addEnergyPerTickInput(60000);mythmelt491.addItemInput(<ore:dustQuartz>);mythmelt491.addFluidOutput(<liquid:quartz> * 666);mythmelt491.build();
val mythmelt492 = RecipeBuilder.newBuilder("mythmelt492","mythic_processor_melter",2);mythmelt492.addEnergyPerTickInput(60000);mythmelt492.addItemInput(<ore:nuggetQuartz>);mythmelt492.addFluidOutput(<liquid:quartz> * 74);mythmelt492.build();
val mythmelt493 = RecipeBuilder.newBuilder("mythmelt493","mythic_processor_melter",2);mythmelt493.addEnergyPerTickInput(60000);mythmelt493.addItemInput(<ore:oreLapis>);mythmelt493.addFluidOutput(<liquid:lapis> * 1665);mythmelt493.build();
val mythmelt494 = RecipeBuilder.newBuilder("mythmelt494","mythic_processor_melter",2);mythmelt494.addEnergyPerTickInput(60000);mythmelt494.addItemInput(<ore:dustLapis>);mythmelt494.addFluidOutput(<liquid:lapis> * 666);mythmelt494.build();
val mythmelt495 = RecipeBuilder.newBuilder("mythmelt495","mythic_processor_melter",2);mythmelt495.addEnergyPerTickInput(60000);mythmelt495.addItemInput(<ore:gemLapis>);mythmelt495.addFluidOutput(<liquid:lapis> * 666);mythmelt495.build();
val mythmelt496 = RecipeBuilder.newBuilder("mythmelt496","mythic_processor_melter",2);mythmelt496.addEnergyPerTickInput(60000);mythmelt496.addItemInput(<ore:oreDiamond>);mythmelt496.addFluidOutput(<liquid:diamond> * 1665);mythmelt496.build();
val mythmelt497 = RecipeBuilder.newBuilder("mythmelt497","mythic_processor_melter",2);mythmelt497.addEnergyPerTickInput(60000);mythmelt497.addItemInput(<ore:gemDiamond>);mythmelt497.addFluidOutput(<liquid:diamond> * 666);mythmelt497.build();
val mythmelt498 = RecipeBuilder.newBuilder("mythmelt498","mythic_processor_melter",2);mythmelt498.addEnergyPerTickInput(60000);mythmelt498.addItemInput(<ore:dustDiamond>);mythmelt498.addFluidOutput(<liquid:diamond> * 666);mythmelt498.build();
val mythmelt499 = RecipeBuilder.newBuilder("mythmelt499","mythic_processor_melter",2);mythmelt499.addEnergyPerTickInput(60000);mythmelt499.addItemInput(<ore:nuggetDiamond>);mythmelt499.addFluidOutput(<liquid:diamond> * 74);mythmelt499.build();
val mythmelt500 = RecipeBuilder.newBuilder("mythmelt500","mythic_processor_melter",2);mythmelt500.addEnergyPerTickInput(60000);mythmelt500.addItemInput(<ore:oreEmerald>);mythmelt500.addFluidOutput(<liquid:emerald> * 1665);mythmelt500.build();
val mythmelt501 = RecipeBuilder.newBuilder("mythmelt501","mythic_processor_melter",2);mythmelt501.addEnergyPerTickInput(60000);mythmelt501.addItemInput(<ore:gemEmerald>);mythmelt501.addFluidOutput(<liquid:emerald> * 666);mythmelt501.build();
val mythmelt502 = RecipeBuilder.newBuilder("mythmelt502","mythic_processor_melter",2);mythmelt502.addEnergyPerTickInput(60000);mythmelt502.addItemInput(<ore:dustEmerald>);mythmelt502.addFluidOutput(<liquid:emerald> * 666);mythmelt502.build();
val mythmelt503 = RecipeBuilder.newBuilder("mythmelt503","mythic_processor_melter",2);mythmelt503.addEnergyPerTickInput(60000);mythmelt503.addItemInput(<ore:nuggetEmerald>);mythmelt503.addFluidOutput(<liquid:emerald> * 74);mythmelt503.build();
val mythmelt504 = RecipeBuilder.newBuilder("mythmelt504","mythic_processor_melter",2);mythmelt504.addEnergyPerTickInput(60000);mythmelt504.addItemInput(<ore:oreMagnesium>);mythmelt504.addFluidOutput(<liquid:magnesium> * 360);mythmelt504.build();
val mythmelt505 = RecipeBuilder.newBuilder("mythmelt505","mythic_processor_melter",2);mythmelt505.addEnergyPerTickInput(60000);mythmelt505.addItemInput(<ore:ingotMagnesium>);mythmelt505.addFluidOutput(<liquid:magnesium> * 144);mythmelt505.build();
val mythmelt506 = RecipeBuilder.newBuilder("mythmelt506","mythic_processor_melter",2);mythmelt506.addEnergyPerTickInput(60000);mythmelt506.addItemInput(<ore:dustMagnesium>);mythmelt506.addFluidOutput(<liquid:magnesium> * 144);mythmelt506.build();
val mythmelt507 = RecipeBuilder.newBuilder("mythmelt507","mythic_processor_melter",2);mythmelt507.addEnergyPerTickInput(60000);mythmelt507.addItemInput(<ore:blockMagnesium>);mythmelt507.addFluidOutput(<liquid:magnesium> * 1296);mythmelt507.build();
val mythmelt508 = RecipeBuilder.newBuilder("mythmelt508","mythic_processor_melter",2);mythmelt508.addEnergyPerTickInput(60000);mythmelt508.addItemInput(<thermalfoundation:ore:8>);mythmelt508.addFluidOutput(<liquid:mithril> * 360);mythmelt508.build();
val mythmelt509 = RecipeBuilder.newBuilder("mythmelt509","mythic_processor_melter",2);mythmelt509.addEnergyPerTickInput(60000);mythmelt509.addItemInput(<ore:ingotMithril>);mythmelt509.addFluidOutput(<liquid:mithril> * 144);mythmelt509.build();
val mythmelt510 = RecipeBuilder.newBuilder("mythmelt510","mythic_processor_melter",2);mythmelt510.addEnergyPerTickInput(60000);mythmelt510.addItemInput(<ore:dustMithril>);mythmelt510.addFluidOutput(<liquid:mithril> * 144);mythmelt510.build();
val mythmelt511 = RecipeBuilder.newBuilder("mythmelt511","mythic_processor_melter",2);mythmelt511.addEnergyPerTickInput(60000);mythmelt511.addItemInput(<ore:nuggetMithril>);mythmelt511.addFluidOutput(<liquid:mithril> * 16);mythmelt511.build();
val mythmelt512 = RecipeBuilder.newBuilder("mythmelt512","mythic_processor_melter",2);mythmelt512.addEnergyPerTickInput(60000);mythmelt512.addItemInput(<ore:blockMithril>);mythmelt512.addFluidOutput(<liquid:mithril> * 1296);mythmelt512.build();
val mythmelt513 = RecipeBuilder.newBuilder("mythmelt513","mythic_processor_melter",2);mythmelt513.addEnergyPerTickInput(60000);mythmelt513.addItemInput(<ore:oreYellorium>);mythmelt513.addFluidOutput(<liquid:yellorium> * 360);mythmelt513.build();
val mythmelt514 = RecipeBuilder.newBuilder("mythmelt514","mythic_processor_melter",2);mythmelt514.addEnergyPerTickInput(60000);mythmelt514.addItemInput(<ore:ingotYellorium>);mythmelt514.addFluidOutput(<liquid:yellorium> * 144);mythmelt514.build();
val mythmelt515 = RecipeBuilder.newBuilder("mythmelt515","mythic_processor_melter",2);mythmelt515.addEnergyPerTickInput(60000);mythmelt515.addItemInput(<ore:dustYellorium>);mythmelt515.addFluidOutput(<liquid:yellorium> * 144);mythmelt515.build();
val mythmelt516 = RecipeBuilder.newBuilder("mythmelt516","mythic_processor_melter",2);mythmelt516.addEnergyPerTickInput(60000);mythmelt516.addItemInput(<ore:blockYellorium>);mythmelt516.addFluidOutput(<liquid:yellorium> * 1296);mythmelt516.build();
val mythmelt517 = RecipeBuilder.newBuilder("mythmelt517","mythic_processor_melter",2);mythmelt517.addEnergyPerTickInput(60000);mythmelt517.addItemInput(<ore:ingotCyanite>);mythmelt517.addFluidOutput(<liquid:cyanite> * 144);mythmelt517.build();
val mythmelt518 = RecipeBuilder.newBuilder("mythmelt518","mythic_processor_melter",2);mythmelt518.addEnergyPerTickInput(60000);mythmelt518.addItemInput(<ore:dustCyanite>);mythmelt518.addFluidOutput(<liquid:cyanite> * 144);mythmelt518.build();
val mythmelt519 = RecipeBuilder.newBuilder("mythmelt519","mythic_processor_melter",2);mythmelt519.addEnergyPerTickInput(60000);mythmelt519.addItemInput(<ore:blockCyanite>);mythmelt519.addFluidOutput(<liquid:cyanite> * 1296);mythmelt519.build();
val mythmelt520 = RecipeBuilder.newBuilder("mythmelt520","mythic_processor_melter",2);mythmelt520.addEnergyPerTickInput(60000);mythmelt520.addItemInput(<ore:ingotBlutonium>);mythmelt520.addFluidOutput(<liquid:blutonium> * 144);mythmelt520.build();
val mythmelt521 = RecipeBuilder.newBuilder("mythmelt521","mythic_processor_melter",2);mythmelt521.addEnergyPerTickInput(60000);mythmelt521.addItemInput(<ore:dustBlutonium>);mythmelt521.addFluidOutput(<liquid:blutonium> * 144);mythmelt521.build();
val mythmelt522 = RecipeBuilder.newBuilder("mythmelt522","mythic_processor_melter",2);mythmelt522.addEnergyPerTickInput(60000);mythmelt522.addItemInput(<ore:blockBlutonium>);mythmelt522.addFluidOutput(<liquid:blutonium> * 1296);mythmelt522.build();
val mythmelt523 = RecipeBuilder.newBuilder("mythmelt523","mythic_processor_melter",2);mythmelt523.addEnergyPerTickInput(60000);mythmelt523.addItemInput(<ore:ingotLudicrite>);mythmelt523.addFluidOutput(<liquid:ludicrite> * 144);mythmelt523.build();
val mythmelt524 = RecipeBuilder.newBuilder("mythmelt524","mythic_processor_melter",2);mythmelt524.addEnergyPerTickInput(60000);mythmelt524.addItemInput(<ore:dustLudicrite>);mythmelt524.addFluidOutput(<liquid:ludicrite> * 144);mythmelt524.build();
val mythmelt525 = RecipeBuilder.newBuilder("mythmelt525","mythic_processor_melter",2);mythmelt525.addEnergyPerTickInput(60000);mythmelt525.addItemInput(<ore:blockLudicrite>);mythmelt525.addFluidOutput(<liquid:ludicrite> * 1296);mythmelt525.build();
val mythmelt526 = RecipeBuilder.newBuilder("mythmelt526","mythic_processor_melter",2);mythmelt526.addEnergyPerTickInput(60000);mythmelt526.addItemInput(<ore:oreTungsten>);mythmelt526.addFluidOutput(<liquid:tungsten> * 360);mythmelt526.build();
val mythmelt527 = RecipeBuilder.newBuilder("mythmelt527","mythic_processor_melter",2);mythmelt527.addEnergyPerTickInput(60000);mythmelt527.addItemInput(<ore:ingotTungsten>);mythmelt527.addFluidOutput(<liquid:tungsten> * 144);mythmelt527.build();
val mythmelt528 = RecipeBuilder.newBuilder("mythmelt528","mythic_processor_melter",2);mythmelt528.addEnergyPerTickInput(60000);mythmelt528.addItemInput(<ore:dustTungsten>);mythmelt528.addFluidOutput(<liquid:tungsten> * 144);mythmelt528.build();
val mythmelt529 = RecipeBuilder.newBuilder("mythmelt529","mythic_processor_melter",2);mythmelt529.addEnergyPerTickInput(60000);mythmelt529.addItemInput(<ore:nuggetTungsten>);mythmelt529.addFluidOutput(<liquid:tungsten> * 16);mythmelt529.build();
val mythmelt530 = RecipeBuilder.newBuilder("mythmelt530","mythic_processor_melter",2);mythmelt530.addEnergyPerTickInput(60000);mythmelt530.addItemInput(<ore:blockTungsten>);mythmelt530.addFluidOutput(<liquid:tungsten> * 1296);mythmelt530.build();
val mythmelt531 = RecipeBuilder.newBuilder("mythmelt531","mythic_processor_melter",2);mythmelt531.addEnergyPerTickInput(60000);mythmelt531.addItemInput(<ore:oreTitanium>);mythmelt531.addFluidOutput(<liquid:titanium> * 360);mythmelt531.build();
val mythmelt532 = RecipeBuilder.newBuilder("mythmelt532","mythic_processor_melter",2);mythmelt532.addEnergyPerTickInput(60000);mythmelt532.addItemInput(<ore:nuggetTitanium>);mythmelt532.addFluidOutput(<liquid:titanium> * 16);mythmelt532.build();
val mythmelt533 = RecipeBuilder.newBuilder("mythmelt533","mythic_processor_melter",2);mythmelt533.addEnergyPerTickInput(60000);mythmelt533.addItemInput(<ore:blockTitanium>);mythmelt533.addFluidOutput(<liquid:titanium> * 1296);mythmelt533.build();
val mythmelt534 = RecipeBuilder.newBuilder("mythmelt534","mythic_processor_melter",2);mythmelt534.addEnergyPerTickInput(60000);mythmelt534.addItemInput(<ore:ingotChrome>);mythmelt534.addFluidOutput(<liquid:chrome> * 144);mythmelt534.build();
val mythmelt535 = RecipeBuilder.newBuilder("mythmelt535","mythic_processor_melter",2);mythmelt535.addEnergyPerTickInput(60000);mythmelt535.addItemInput(<ore:dustChrome>);mythmelt535.addFluidOutput(<liquid:chrome> * 144);mythmelt535.build();
val mythmelt536 = RecipeBuilder.newBuilder("mythmelt536","mythic_processor_melter",2);mythmelt536.addEnergyPerTickInput(60000);mythmelt536.addItemInput(<ore:nuggetChrome>);mythmelt536.addFluidOutput(<liquid:chrome> * 16);mythmelt536.build();
val mythmelt537 = RecipeBuilder.newBuilder("mythmelt537","mythic_processor_melter",2);mythmelt537.addEnergyPerTickInput(60000);mythmelt537.addItemInput(<ore:blockChrome>);mythmelt537.addFluidOutput(<liquid:chrome> * 1296);mythmelt537.build();
val mythmelt538 = RecipeBuilder.newBuilder("mythmelt538","mythic_processor_melter",2);mythmelt538.addEnergyPerTickInput(60000);mythmelt538.addItemInput(<ore:dustThroiumOxide>);mythmelt538.addFluidOutput(<liquid:thorium> * 144);mythmelt538.build();
val mythmelt539 = RecipeBuilder.newBuilder("mythmelt539","mythic_processor_melter",2);mythmelt539.addEnergyPerTickInput(60000);mythmelt539.addItemInput(<ore:ingotThoriumOxide>);mythmelt539.addFluidOutput(<liquid:thorium> * 144);mythmelt539.build();
val mythmelt540 = RecipeBuilder.newBuilder("mythmelt540","mythic_processor_melter",2);mythmelt540.addEnergyPerTickInput(60000);mythmelt540.addItemInput(<ore:dustUraniumOxide>);mythmelt540.addFluidOutput(<liquid:uranium> * 144);mythmelt540.build();
val mythmelt541 = RecipeBuilder.newBuilder("mythmelt541","mythic_processor_melter",2);mythmelt541.addEnergyPerTickInput(60000);mythmelt541.addItemInput(<ore:ingotUraniumOxide>);mythmelt541.addFluidOutput(<liquid:uranium> * 144);mythmelt541.build();
val mythmelt542 = RecipeBuilder.newBuilder("mythmelt542","mythic_processor_melter",2);mythmelt542.addEnergyPerTickInput(60000);mythmelt542.addItemInput(<ore:blockQuartz>);mythmelt542.addFluidOutput(<liquid:quartz> * 2664);mythmelt542.build();
val mythmelt543 = RecipeBuilder.newBuilder("mythmelt543","mythic_processor_melter",2);mythmelt543.addEnergyPerTickInput(60000);mythmelt543.addItemInput(<ore:blockLapis>);mythmelt543.addFluidOutput(<liquid:lapis> * 2664);mythmelt543.build();
val mythmelt544 = RecipeBuilder.newBuilder("mythmelt544","mythic_processor_melter",2);mythmelt544.addEnergyPerTickInput(60000);mythmelt544.addItemInput(<ore:blockDiamond>);mythmelt544.addFluidOutput(<liquid:diamond> * 2664);mythmelt544.build();
val mythmelt545 = RecipeBuilder.newBuilder("mythmelt545","mythic_processor_melter",2);mythmelt545.addEnergyPerTickInput(60000);mythmelt545.addItemInput(<ore:blockEmerald>);mythmelt545.addFluidOutput(<liquid:emerald> * 2664);mythmelt545.build();
val mythmelt546 = RecipeBuilder.newBuilder("mythmelt546","mythic_processor_melter",2);mythmelt546.addEnergyPerTickInput(60000);mythmelt546.addItemInput(<abyssalcraft:dreadiumingot>);mythmelt546.addFluidOutput(<liquid:moltendreadium> * 144);mythmelt546.build();
val mythmelt547 = RecipeBuilder.newBuilder("mythmelt547","mythic_processor_melter",2);mythmelt547.addEnergyPerTickInput(60000);mythmelt547.addItemInput(<abyssalcraft:abyingot>);mythmelt547.addFluidOutput(<liquid:moltenabyssalnite> * 144);mythmelt547.build();
val mythmelt548 = RecipeBuilder.newBuilder("mythmelt548","mythic_processor_melter",2);mythmelt548.addEnergyPerTickInput(60000);mythmelt548.addItemInput(<abyssalcraft:cingot>);mythmelt548.addFluidOutput(<liquid:moltenrefinedcoralium> * 144);mythmelt548.build();
val mythmelt549 = RecipeBuilder.newBuilder("mythmelt549","mythic_processor_melter",2);mythmelt549.addEnergyPerTickInput(60000);mythmelt549.addItemInput(<twilightforest:block_storage:1>);mythmelt549.addFluidOutput(<liquid:fierymetal> * 1296);mythmelt549.build();
val mythmelt550 = RecipeBuilder.newBuilder("mythmelt550","mythic_processor_melter",2);mythmelt550.addEnergyPerTickInput(60000);mythmelt550.addItemInput(<contenttweaker:starlight_sphere>);mythmelt550.addFluidOutput(<liquid:astralsorcery.liquidstarlight> * 1000);mythmelt550.build();
val mythmelt551 = RecipeBuilder.newBuilder("mythmelt551","mythic_processor_melter",2);mythmelt551.addEnergyPerTickInput(60000);mythmelt551.addItemInput(<contenttweaker:droplet_of_the_great_snake>);mythmelt551.addFluidOutput(<liquid:blood_great_snake> * 100);mythmelt551.build();
val mythmelt552 = RecipeBuilder.newBuilder("mythmelt552","mythic_processor_melter",2);mythmelt552.addEnergyPerTickInput(60000);mythmelt552.addItemInput(<bloodarsenal:base_item:4>);mythmelt552.addFluidOutput(<liquid:molten_blood_infused_iron> * 144);mythmelt552.build();
val mythmelt553 = RecipeBuilder.newBuilder("mythmelt553","mythic_processor_melter",2);mythmelt553.addEnergyPerTickInput(60000);mythmelt553.addItemInput(<gendustry:honey_comb:14003>);mythmelt553.addFluidOutput(<liquid:oxygen> * 4000);mythmelt553.build();
val mythmelt554 = RecipeBuilder.newBuilder("mythmelt554","mythic_processor_melter",2);mythmelt554.addEnergyPerTickInput(60000);mythmelt554.addItemInput(<gendustry:honey_comb:13331>);mythmelt554.addFluidOutput(<liquid:hot_spring_water> * 10000);mythmelt554.build();
val mythmelt555 = RecipeBuilder.newBuilder("mythmelt555","mythic_processor_melter",2);mythmelt555.addEnergyPerTickInput(60000);mythmelt555.addItemInput(<contenttweaker:sednanite_ore>);mythmelt555.addFluidOutput(<liquid:sednanite> * 360);mythmelt555.build();
val mythmelt556 = RecipeBuilder.newBuilder("mythmelt556","mythic_processor_melter",2);mythmelt556.addEnergyPerTickInput(60000);mythmelt556.addItemInput(<contenttweaker:jeweled_dust>);mythmelt556.addFluidOutput(<liquid:jeweled_blend> * 150);mythmelt556.build();
val mythmelt557 = RecipeBuilder.newBuilder("mythmelt557","mythic_processor_melter",2);mythmelt557.addEnergyPerTickInput(60000);mythmelt557.addItemInput(<projecte:item.pe_fuel:2>);mythmelt557.addFluidOutput(<liquid:aeternalis_fuel> * 100);mythmelt557.build();
val mythmelt558 = RecipeBuilder.newBuilder("mythmelt558","mythic_processor_melter",2);mythmelt558.addEnergyPerTickInput(60000);mythmelt558.addItemInput(<contenttweaker:bifrost_dust>);mythmelt558.addFluidOutput(<liquid:evanescent_bifrost> * 144);mythmelt558.build();
val mythmelt559 = RecipeBuilder.newBuilder("mythmelt559","mythic_processor_melter",2);mythmelt559.addEnergyPerTickInput(60000);mythmelt559.addItemInput(<minecraft:rotten_flesh>);mythmelt559.addFluidOutput(<liquid:blood> * 40);mythmelt559.build();
val mythmelt560 = RecipeBuilder.newBuilder("mythmelt560","mythic_processor_melter",2);mythmelt560.addEnergyPerTickInput(60000);mythmelt560.addItemInput(<divinerpg:rupee_ingot>);mythmelt560.addFluidOutput(<liquid:molten_rupee> * 144);mythmelt560.build();
val mythmelt561 = RecipeBuilder.newBuilder("mythmelt561","mythic_processor_melter",2);mythmelt561.addEnergyPerTickInput(60000);mythmelt561.addItemInput(<divinerpg:arlemite_ingot>);mythmelt561.addFluidOutput(<liquid:molten_arlemite> * 144);mythmelt561.build();
val mythmelt562 = RecipeBuilder.newBuilder("mythmelt562","mythic_processor_melter",2);mythmelt562.addEnergyPerTickInput(60000);mythmelt562.addItemInput(<divinerpg:realmite_ingot>);mythmelt562.addFluidOutput(<liquid:molten_realmite> * 144);mythmelt562.build();
val mythmelt563 = RecipeBuilder.newBuilder("mythmelt563","mythic_processor_melter",2);mythmelt563.addEnergyPerTickInput(60000);mythmelt563.addItemInput(<divinerpg:netherite_ingot>);mythmelt563.addFluidOutput(<liquid:molten_netherite> * 144);mythmelt563.build();
val mythmelt564 = RecipeBuilder.newBuilder("mythmelt564","mythic_processor_melter",2);mythmelt564.addEnergyPerTickInput(60000);mythmelt564.addItemInput(<aoa3:baronyte_ingot>);mythmelt564.addFluidOutput(<liquid:baronyte> * 144);mythmelt564.build();
val mythmelt565 = RecipeBuilder.newBuilder("mythmelt565","mythic_processor_melter",2);mythmelt565.addEnergyPerTickInput(60000);mythmelt565.addItemInput(<aoa3:blazium_ingot>);mythmelt565.addFluidOutput(<liquid:blazium> * 144);mythmelt565.build();
val mythmelt566 = RecipeBuilder.newBuilder("mythmelt566","mythic_processor_melter",2);mythmelt566.addEnergyPerTickInput(60000);mythmelt566.addItemInput(<aoa3:elecanium_ingot>);mythmelt566.addFluidOutput(<liquid:elecanium> * 144);mythmelt566.build();
val mythmelt567 = RecipeBuilder.newBuilder("mythmelt567","mythic_processor_melter",2);mythmelt567.addEnergyPerTickInput(60000);mythmelt567.addItemInput(<aoa3:emberstone_ingot>);mythmelt567.addFluidOutput(<liquid:emberstone> * 144);mythmelt567.build();
val mythmelt568 = RecipeBuilder.newBuilder("mythmelt568","mythic_processor_melter",2);mythmelt568.addEnergyPerTickInput(60000);mythmelt568.addItemInput(<aoa3:ghastly_ingot>);mythmelt568.addFluidOutput(<liquid:ghastly> * 144);mythmelt568.build();
val mythmelt569 = RecipeBuilder.newBuilder("mythmelt569","mythic_processor_melter",2);mythmelt569.addEnergyPerTickInput(60000);mythmelt569.addItemInput(<aoa3:ghoulish_ingot>);mythmelt569.addFluidOutput(<liquid:ghoulish> * 144);mythmelt569.build();
val mythmelt570 = RecipeBuilder.newBuilder("mythmelt570","mythic_processor_melter",2);mythmelt570.addEnergyPerTickInput(60000);mythmelt570.addItemInput(<aoa3:limonite_ingot>);mythmelt570.addFluidOutput(<liquid:limonite> * 144);mythmelt570.build();
val mythmelt571 = RecipeBuilder.newBuilder("mythmelt571","mythic_processor_melter",2);mythmelt571.addEnergyPerTickInput(60000);mythmelt571.addItemInput(<aoa3:lunar_ingot>);mythmelt571.addFluidOutput(<liquid:lunar> * 144);mythmelt571.build();
val mythmelt572 = RecipeBuilder.newBuilder("mythmelt572","mythic_processor_melter",2);mythmelt572.addEnergyPerTickInput(60000);mythmelt572.addItemInput(<aoa3:lyon_ingot>);mythmelt572.addFluidOutput(<liquid:lyon> * 144);mythmelt572.build();
val mythmelt573 = RecipeBuilder.newBuilder("mythmelt573","mythic_processor_melter",2);mythmelt573.addEnergyPerTickInput(60000);mythmelt573.addItemInput(<aoa3:mystite_ingot>);mythmelt573.addFluidOutput(<liquid:mystite> * 144);mythmelt573.build();
val mythmelt574 = RecipeBuilder.newBuilder("mythmelt574","mythic_processor_melter",2);mythmelt574.addEnergyPerTickInput(60000);mythmelt574.addItemInput(<aoa3:rosite_ingot>);mythmelt574.addFluidOutput(<liquid:rosite> * 144);mythmelt574.build();
val mythmelt575 = RecipeBuilder.newBuilder("mythmelt575","mythic_processor_melter",2);mythmelt575.addEnergyPerTickInput(60000);mythmelt575.addItemInput(<aoa3:shyrestone_ingot>);mythmelt575.addFluidOutput(<liquid:shyrestone> * 144);mythmelt575.build();
val mythmelt576 = RecipeBuilder.newBuilder("mythmelt576","mythic_processor_melter",2);mythmelt576.addEnergyPerTickInput(60000);mythmelt576.addItemInput(<aoa3:skeletal_ingot>);mythmelt576.addFluidOutput(<liquid:skeletal> * 144);mythmelt576.build();
val mythmelt577 = RecipeBuilder.newBuilder("mythmelt577","mythic_processor_melter",2);mythmelt577.addEnergyPerTickInput(60000);mythmelt577.addItemInput(<aoa3:varsium_ingot>);mythmelt577.addFluidOutput(<liquid:varsium> * 144);mythmelt577.build();
val mythmelt578 = RecipeBuilder.newBuilder("mythmelt578","mythic_processor_melter",2);mythmelt578.addEnergyPerTickInput(60000);mythmelt578.addItemInput(<twilightforest:fiery_ingot>);mythmelt578.addFluidOutput(<liquid:fierymetal> * 144);mythmelt578.build();
val mythmelt579 = RecipeBuilder.newBuilder("mythmelt579","mythic_processor_melter",2);mythmelt579.addEnergyPerTickInput(60000);mythmelt579.addItemInput(<contenttweaker:bewitched_growth_catalyst>);mythmelt579.addFluidOutput(<liquid:bewitched_growth_catalyst> * 1);mythmelt579.build();
val mythmelt580 = RecipeBuilder.newBuilder("mythmelt580","mythic_processor_melter",2);mythmelt580.addEnergyPerTickInput(60000);mythmelt580.addItemInput(<contenttweaker:paraffin>);mythmelt580.addFluidOutput(<liquid:mineral_oil> * 50);mythmelt580.build();
val mythmelt581 = RecipeBuilder.newBuilder("mythmelt581","mythic_processor_melter",2);mythmelt581.addEnergyPerTickInput(60000);mythmelt581.addItemInput(<contenttweaker:unstable_hassium_chunk>);mythmelt581.addFluidOutput(<liquid:unstable_hassium> * 144);mythmelt581.build();
val mythmelt582 = RecipeBuilder.newBuilder("mythmelt582","mythic_processor_melter",2);mythmelt582.addEnergyPerTickInput(60000);mythmelt582.addItemInput(<contenttweaker:condensed_essence>);mythmelt582.addFluidOutput(<liquid:essence> * 10000);mythmelt582.build();
val mythmelt583 = RecipeBuilder.newBuilder("mythmelt583","mythic_processor_melter",2);mythmelt583.addEnergyPerTickInput(60000);mythmelt583.addItemInput(<contenttweaker:dragons_blood_plastic>);mythmelt583.addFluidOutput(<liquid:dragons_blood_plastic> * 50);mythmelt583.build();
val mythmelt584 = RecipeBuilder.newBuilder("mythmelt584","mythic_processor_melter",2);mythmelt584.addEnergyPerTickInput(60000);mythmelt584.addItemInput(<contenttweaker:material_part:185>);mythmelt584.addFluidOutput(<liquid:abyssite> * 144);mythmelt584.build();
val mythmelt585 = RecipeBuilder.newBuilder("mythmelt585","mythic_processor_melter",2);mythmelt585.addEnergyPerTickInput(60000);mythmelt585.addItemInput(<ore:dustCharcoal>);mythmelt585.addFluidOutput(<liquid:fluidcarbon> * 250);mythmelt585.build();
val mythmelt586 = RecipeBuilder.newBuilder("mythmelt586","mythic_processor_melter",2);mythmelt586.addEnergyPerTickInput(60000);mythmelt586.addItemInput(<libvulpes:productboule:3>);mythmelt586.addFluidOutput(<liquid:molten_silicon> * 144);mythmelt586.build();
val mythmelt587 = RecipeBuilder.newBuilder("mythmelt587","mythic_processor_melter",2);mythmelt587.addEnergyPerTickInput(60000);mythmelt587.addItemInput(<contenttweaker:phosphorous_crystal>);mythmelt587.addFluidOutput(<liquid:molten_phosphorus> * 144);mythmelt587.build();
val mythmelt588 = RecipeBuilder.newBuilder("mythmelt588","mythic_processor_melter",2);mythmelt588.addEnergyPerTickInput(60000);mythmelt588.addItemInput(<contenttweaker:calcite_gem>);mythmelt588.addFluidOutput(<liquid:molten_calcite> * 144);mythmelt588.build();
val mythmelt589 = RecipeBuilder.newBuilder("mythmelt589","mythic_processor_melter",2);mythmelt589.addEnergyPerTickInput(60000);mythmelt589.addItemInput(<techreborn:dust:8>*2);mythmelt589.addFluidOutput(<liquid:molten_calcite> * 100);mythmelt589.build();
val mythmelt590 = RecipeBuilder.newBuilder("mythmelt590","mythic_processor_melter",2);mythmelt590.addEnergyPerTickInput(60000);mythmelt590.addItemInput(<contenttweaker:vanadium_dust>);mythmelt590.addFluidOutput(<liquid:molten_vanadium> * 144);mythmelt590.build();
val mythmelt591 = RecipeBuilder.newBuilder("mythmelt591","mythic_processor_melter",2);mythmelt591.addEnergyPerTickInput(60000);mythmelt591.addItemInput(<contenttweaker:tiny_gallium_dust>);mythmelt591.addFluidOutput(<liquid:molten_gallium> * 72);mythmelt591.build();
val mythmelt592 = RecipeBuilder.newBuilder("mythmelt592","mythic_processor_melter",2);mythmelt592.addEnergyPerTickInput(60000);mythmelt592.addItemInput(<contenttweaker:tiny_germanium_dust>);mythmelt592.addFluidOutput(<liquid:molten_germanium> * 72);mythmelt592.build();
val mythmelt593 = RecipeBuilder.newBuilder("mythmelt593","mythic_processor_melter",2);mythmelt593.addEnergyPerTickInput(60000);mythmelt593.addItemInput(<contenttweaker:selenium_dust>);mythmelt593.addFluidOutput(<liquid:selenium> * 144);mythmelt593.build();
val mythmelt594 = RecipeBuilder.newBuilder("mythmelt594","mythic_processor_melter",2);mythmelt594.addEnergyPerTickInput(60000);mythmelt594.addItemInput(<contenttweaker:yttrium_oxide>);mythmelt594.addFluidOutput(<liquid:yttrium_oxide> * 50);mythmelt594.build();
val mythmelt595 = RecipeBuilder.newBuilder("mythmelt595","mythic_processor_melter",2);mythmelt595.addEnergyPerTickInput(60000);mythmelt595.addItemInput(<contenttweaker:barium_chunk>);mythmelt595.addFluidOutput(<liquid:barium> * 72);mythmelt595.build();
val mythmelt596 = RecipeBuilder.newBuilder("mythmelt596","mythic_processor_melter",2);mythmelt596.addEnergyPerTickInput(60000);mythmelt596.addItemInput(<nuclearcraft:ingot:10>);mythmelt596.addFluidOutput(<liquid:molten_zirconium> * 144);mythmelt596.build();
val mythmelt597 = RecipeBuilder.newBuilder("mythmelt597","mythic_processor_melter",2);mythmelt597.addEnergyPerTickInput(60000);mythmelt597.addItemInput(<contenttweaker:ruthenium_ingot>);mythmelt597.addFluidOutput(<liquid:molten_ruthenium> * 144);mythmelt597.build();
val mythmelt598 = RecipeBuilder.newBuilder("mythmelt598","mythic_processor_melter",2);mythmelt598.addEnergyPerTickInput(60000);mythmelt598.addItemInput(<contenttweaker:seaborgium_chunk>);mythmelt598.addFluidOutput(<liquid:seaborgium> * 250);mythmelt598.build();
val mythmelt599 = RecipeBuilder.newBuilder("mythmelt599","mythic_processor_melter",2);mythmelt599.addEnergyPerTickInput(60000);mythmelt599.addItemInput(<contenttweaker:indium_dust>);mythmelt599.addFluidOutput(<liquid:indium> * 144);mythmelt599.build();
val mythmelt600 = RecipeBuilder.newBuilder("mythmelt600","mythic_processor_melter",2);mythmelt600.addEnergyPerTickInput(60000);mythmelt600.addItemInput(<contenttweaker:antimony_crystal>);mythmelt600.addFluidOutput(<liquid:antimony> * 144);mythmelt600.build();
val mythmelt601 = RecipeBuilder.newBuilder("mythmelt601","mythic_processor_melter",2);mythmelt601.addEnergyPerTickInput(60000);mythmelt601.addItemInput(<contenttweaker:tellurium_crystal>);mythmelt601.addFluidOutput(<liquid:tellurium> * 144);mythmelt601.build();
val mythmelt602 = RecipeBuilder.newBuilder("mythmelt602","mythic_processor_melter",2);mythmelt602.addEnergyPerTickInput(60000);mythmelt602.addItemInput(<extrautils2:decorativesolid:8>);mythmelt602.addFluidOutput(<liquid:messy_rainbow_fluid> * 1000);mythmelt602.build();
val mythmelt603 = RecipeBuilder.newBuilder("mythmelt603","mythic_processor_melter",2);mythmelt603.addEnergyPerTickInput(60000);mythmelt603.addItemInput(<contenttweaker:hafnium_chunk>);mythmelt603.addFluidOutput(<liquid:hafnium> * 144);mythmelt603.build();
val mythmelt604 = RecipeBuilder.newBuilder("mythmelt604","mythic_processor_melter",2);mythmelt604.addEnergyPerTickInput(60000);mythmelt604.addItemInput(<contenttweaker:tantalum_chunk>);mythmelt604.addFluidOutput(<liquid:tantalum> * 144);mythmelt604.build();
val mythmelt605 = RecipeBuilder.newBuilder("mythmelt605","mythic_processor_melter",2);mythmelt605.addEnergyPerTickInput(60000);mythmelt605.addItemInput(<agricraft:agri_nugget:11>);mythmelt605.addFluidOutput(<liquid:osmium> * 16);mythmelt605.build();
val mythmelt606 = RecipeBuilder.newBuilder("mythmelt606","mythic_processor_melter",2);mythmelt606.addEnergyPerTickInput(60000);mythmelt606.addItemInput(<contenttweaker:osmium_ingot>);mythmelt606.addFluidOutput(<liquid:osmium> * 144);mythmelt606.build();
val mythmelt607 = RecipeBuilder.newBuilder("mythmelt607","mythic_processor_melter",2);mythmelt607.addEnergyPerTickInput(60000);mythmelt607.addItemInput(<techreborn:dust:11>);mythmelt607.addFluidOutput(<liquid:fluidmercury> * 1000);mythmelt607.build();
val mythmelt608 = RecipeBuilder.newBuilder("mythmelt608","mythic_processor_melter",2);mythmelt608.addEnergyPerTickInput(60000);mythmelt608.addItemInput(<contenttweaker:cerium_ingot>);mythmelt608.addFluidOutput(<liquid:cerium> * 144);mythmelt608.build();
val mythmelt609 = RecipeBuilder.newBuilder("mythmelt609","mythic_processor_melter",2);mythmelt609.addEnergyPerTickInput(60000);mythmelt609.addItemInput(<contenttweaker:samarium_dust>);mythmelt609.addFluidOutput(<liquid:samarium> * 144);mythmelt609.build();
val mythmelt610 = RecipeBuilder.newBuilder("mythmelt610","mythic_processor_melter",2);mythmelt610.addEnergyPerTickInput(60000);mythmelt610.addItemInput(<contenttweaker:gadolinium_gem>);mythmelt610.addFluidOutput(<liquid:gadolinium> * 144);mythmelt610.build();
val mythmelt611 = RecipeBuilder.newBuilder("mythmelt611","mythic_processor_melter",2);mythmelt611.addEnergyPerTickInput(60000);mythmelt611.addItemInput(<contenttweaker:terbium_crystal>);mythmelt611.addFluidOutput(<liquid:terbium> * 144);mythmelt611.build();
val mythmelt612 = RecipeBuilder.newBuilder("mythmelt612","mythic_processor_melter",2);mythmelt612.addEnergyPerTickInput(60000);mythmelt612.addItemInput(<contenttweaker:fermium_257>);mythmelt612.addFluidOutput(<liquid:fermium> * 72);mythmelt612.build();
val mythmelt613 = RecipeBuilder.newBuilder("mythmelt613","mythic_processor_melter",2);mythmelt613.addEnergyPerTickInput(60000);mythmelt613.addItemInput(<contenttweaker:proactinium_dust>);mythmelt613.addFluidOutput(<liquid:proactinium> * 72);mythmelt613.build();
val mythmelt614 = RecipeBuilder.newBuilder("mythmelt614","mythic_processor_melter",2);mythmelt614.addEnergyPerTickInput(60000);mythmelt614.addItemInput(<contenttweaker:stable_oganesson>);mythmelt614.addFluidOutput(<liquid:oganesson> * 144);mythmelt614.build();
val mythmelt615 = RecipeBuilder.newBuilder("mythmelt615","mythic_processor_melter",2);mythmelt615.addEnergyPerTickInput(60000);mythmelt615.addItemInput(<contenttweaker:nobelium_254>);mythmelt615.addFluidOutput(<liquid:nobelium> * 72);mythmelt615.build();
val mythmelt616 = RecipeBuilder.newBuilder("mythmelt616","mythic_processor_melter",2);mythmelt616.addEnergyPerTickInput(60000);mythmelt616.addItemInput(<contenttweaker:lawrencium_262>);mythmelt616.addFluidOutput(<liquid:lawrencium> * 72);mythmelt616.build();
val mythmelt617 = RecipeBuilder.newBuilder("mythmelt617","mythic_processor_melter",2);mythmelt617.addEnergyPerTickInput(60000);mythmelt617.addItemInput(<contenttweaker:dysprosium_remains>);mythmelt617.addFluidOutput(<liquid:dysprosium> * 50);mythmelt617.build();
val mythmelt618 = RecipeBuilder.newBuilder("mythmelt618","mythic_processor_melter",2);mythmelt618.addEnergyPerTickInput(60000);mythmelt618.addItemInput(<contenttweaker:holmium_ingot>);mythmelt618.addFluidOutput(<liquid:holmium> * 144);mythmelt618.build();
val mythmelt619 = RecipeBuilder.newBuilder("mythmelt619","mythic_processor_melter",2);mythmelt619.addEnergyPerTickInput(60000);mythmelt619.addItemInput(<contenttweaker:erbium_dust>);mythmelt619.addFluidOutput(<liquid:erbium> * 72);mythmelt619.build();
val mythmelt620 = RecipeBuilder.newBuilder("mythmelt620","mythic_processor_melter",2);mythmelt620.addEnergyPerTickInput(60000);mythmelt620.addItemInput(<contenttweaker:ytterbium_dust>);mythmelt620.addFluidOutput(<liquid:ytterbium> * 72);mythmelt620.build();
val mythmelt621 = RecipeBuilder.newBuilder("mythmelt621","mythic_processor_melter",2);mythmelt621.addEnergyPerTickInput(60000);mythmelt621.addItemInput(<contenttweaker:lutetium_cluster>);mythmelt621.addFluidOutput(<liquid:lutetium> * 250);mythmelt621.build();
val mythmelt622 = RecipeBuilder.newBuilder("mythmelt622","mythic_processor_melter",2);mythmelt622.addEnergyPerTickInput(60000);mythmelt622.addItemInput(<contenttweaker:stable_darmstadtium>);mythmelt622.addFluidOutput(<liquid:darmstadtium> * 144);mythmelt622.build();
val mythmelt623 = RecipeBuilder.newBuilder("mythmelt623","mythic_processor_melter",2);mythmelt623.addEnergyPerTickInput(60000);mythmelt623.addItemInput(<draconicevolution:draconic_ingot>);mythmelt623.addFluidOutput(<liquid:molten_awakened> * 144);mythmelt623.build();
val mythmelt624 = RecipeBuilder.newBuilder("mythmelt624","mythic_processor_melter",2);mythmelt624.addEnergyPerTickInput(60000);mythmelt624.addItemInput(<contenttweaker:stable_nihonium>);mythmelt624.addFluidOutput(<liquid:nihonium> * 50);mythmelt624.build();
val mythmelt625 = RecipeBuilder.newBuilder("mythmelt625","mythic_processor_melter",2);mythmelt625.addEnergyPerTickInput(60000);mythmelt625.addItemInput(<contenttweaker:flerovium_matrix>);mythmelt625.addFluidOutput(<liquid:flerovium> * 250);mythmelt625.build();
val mythmelt626 = RecipeBuilder.newBuilder("mythmelt626","mythic_processor_melter",2);mythmelt626.addEnergyPerTickInput(60000);mythmelt626.addItemInput(<contenttweaker:moscovium_traces>);mythmelt626.addFluidOutput(<liquid:moscovium> * 100);mythmelt626.build();
val mythmelt627 = RecipeBuilder.newBuilder("mythmelt627","mythic_processor_melter",2);mythmelt627.addEnergyPerTickInput(60000);mythmelt627.addItemInput(<contenttweaker:livermorium_sliver>);mythmelt627.addFluidOutput(<liquid:livermorium> * 40);mythmelt627.build();
val mythmelt628 = RecipeBuilder.newBuilder("mythmelt628","mythic_processor_melter",2);mythmelt628.addEnergyPerTickInput(60000);mythmelt628.addItemInput(<contenttweaker:technetium_remains>);mythmelt628.addFluidOutput(<liquid:technetium> * 40);mythmelt628.build();
val mythmelt629 = RecipeBuilder.newBuilder("mythmelt629","mythic_processor_melter",2);mythmelt629.addEnergyPerTickInput(60000);mythmelt629.addItemInput(<contenttweaker:technetium_disulfide>);mythmelt629.addFluidOutput(<liquid:technetium_disulfide> * 100);mythmelt629.build();
val mythmelt630 = RecipeBuilder.newBuilder("mythmelt630","mythic_processor_melter",2);mythmelt630.addEnergyPerTickInput(60000);mythmelt630.addItemInput(<contenttweaker:tennessine_gem>);mythmelt630.addFluidOutput(<liquid:tennessine> * 400);mythmelt630.build();
val mythmelt631 = RecipeBuilder.newBuilder("mythmelt631","mythic_processor_melter",2);mythmelt631.addEnergyPerTickInput(60000);mythmelt631.addItemInput(<contenttweaker:material_part:179>);mythmelt631.addFluidOutput(<liquid:hassium> * 144);mythmelt631.build();
val mythmelt632 = RecipeBuilder.newBuilder("mythmelt632","mythic_processor_melter",2);mythmelt632.addEnergyPerTickInput(60000);mythmelt632.addItemInput(<aoa3:raw_charger_shank>);mythmelt632.addFluidOutput(<liquid:charger> * 20);mythmelt632.build();
val mythmelt633 = RecipeBuilder.newBuilder("mythmelt633","mythic_processor_melter",2);mythmelt633.addEnergyPerTickInput(60000);mythmelt633.addItemInput(<aoa3:charger_shank>);mythmelt633.addFluidOutput(<liquid:charger> * 17);mythmelt633.build();
val mythmelt634 = RecipeBuilder.newBuilder("mythmelt634","mythic_processor_melter",2);mythmelt634.addEnergyPerTickInput(60000);mythmelt634.addItemInput(<ore:oreArdite>);mythmelt634.addFluidOutput(<liquid:ardite> * 288);mythmelt634.build();
val mythmelt635 = RecipeBuilder.newBuilder("mythmelt635","mythic_processor_melter",2);mythmelt635.addEnergyPerTickInput(60000);mythmelt635.addItemInput(<ore:ingotArdite>);mythmelt635.addFluidOutput(<liquid:ardite> * 144);mythmelt635.build();
val mythmelt636 = RecipeBuilder.newBuilder("mythmelt636","mythic_processor_melter",2);mythmelt636.addEnergyPerTickInput(60000);mythmelt636.addItemInput(<ore:dustTitanium>);mythmelt636.addFluidOutput(<liquid:titanium> * 144);mythmelt636.build();
val mythmelt637 = RecipeBuilder.newBuilder("mythmelt637","mythic_processor_melter",2);mythmelt637.addEnergyPerTickInput(60000);mythmelt637.addItemInput(<ore:ingotTitanium>);mythmelt637.addFluidOutput(<liquid:titanium> * 144);mythmelt637.build();
// val mythmelt638 = RecipeBuilder.newBuilder("mythmelt638","mythic_processor_melter",2);mythmelt638.addEnergyPerTickInput(60000);mythmelt638.addItemInput(<techreborn:ingot:14>);mythmelt638.addFluidOutput(<liquid:molten_titanium> * 144);mythmelt638.build();
// val mythmelt639 = RecipeBuilder.newBuilder("mythmelt639","mythic_processor_melter",2);mythmelt639.addEnergyPerTickInput(60000);mythmelt639.addItemInput(<techreborn:dust:54>);mythmelt639.addFluidOutput(<liquid:molten_titanium> * 144);mythmelt639.build();
val mythmelt640 = RecipeBuilder.newBuilder("mythmelt640","mythic_processor_melter",2);mythmelt640.addEnergyPerTickInput(60000);mythmelt640.addItemInput(<twilightforest:knightmetal_ingot>);mythmelt640.addFluidOutput(<liquid:knightmetal> * 144);mythmelt640.build();
val mythmelt641 = RecipeBuilder.newBuilder("mythmelt641","mythic_processor_melter",2);mythmelt641.addEnergyPerTickInput(60000);mythmelt641.addItemInput(<ore:ingotKnightslime>);mythmelt641.addFluidOutput(<liquid:knightslime> * 144);mythmelt641.build();
val mythmelt642 = RecipeBuilder.newBuilder("mythmelt642","mythic_processor_melter",2);mythmelt642.addEnergyPerTickInput(60000);mythmelt642.addItemInput(<biomesoplenty:gem:7>);mythmelt642.addFluidOutput(<liquid:amber> * 250);mythmelt642.build();
val mythmelt643 = RecipeBuilder.newBuilder("mythmelt643","mythic_processor_melter",2);mythmelt643.addEnergyPerTickInput(60000);mythmelt643.addItemInput(<cyclicmagic:crystallized_obsidian>);mythmelt643.addFluidOutput(<liquid:crystallized_obsidian> * 1000);mythmelt643.build();
val mythmelt644 = RecipeBuilder.newBuilder("mythmelt644","mythic_processor_melter",2);mythmelt644.addEnergyPerTickInput(60000);mythmelt644.addItemInput(<ore:ingotManyullyn>);mythmelt644.addFluidOutput(<liquid:manyullyn> * 144);mythmelt644.build();
val mythmelt645 = RecipeBuilder.newBuilder("mythmelt645","mythic_processor_melter",2);
mythmelt645.addEnergyPerTickInput(60000);
mythmelt645.addItemInput(<contenttweaker:world_corrupting_sentient_meatball>);
mythmelt645.addFluidOutput(<fluid:flesh_world_ichor> * 32000);
mythmelt645.build();
val mythmelt646 = RecipeBuilder.newBuilder("mythmelt646","mythic_processor_melter",2);
mythmelt646.addEnergyPerTickInput(60000);
mythmelt646.addItemInput(<contenttweaker:rosidian_ingot>);
mythmelt646.addFluidOutput(<fluid:rosidian> * 144);
mythmelt646.build();
val mythmelt647 = RecipeBuilder.newBuilder("mythmelt647","mythic_processor_melter",2);
mythmelt647.addEnergyPerTickInput(60000);
mythmelt647.addItemInput(<contenttweaker:actualized_starlight_sphere>);
mythmelt647.addFluidOutput(<fluid:astralsorcery.liquidstarlight> * 100000);
mythmelt647.build();
val mythmelt648 = RecipeBuilder.newBuilder("mythmelt648","mythic_processor_melter",2);
mythmelt648.addEnergyPerTickInput(60000);
mythmelt648.addItemInput(<contenttweaker:stormlight_stone>);
mythmelt648.addFluidOutput(<fluid:stormlight> * 10000);
mythmelt648.build();
val mythmelt649 = RecipeBuilder.newBuilder("mythmelt649","mythic_processor_melter",2);
mythmelt649.addEnergyPerTickInput(60000);
mythmelt649.addItemInput(<contenttweaker:stone_of_shadesmar>);
mythmelt649.addFluidOutput(<fluid:stormlight> * 100000);
mythmelt649.build();
val mythmelt650 = RecipeBuilder.newBuilder("mythmelt650","mythic_processor_melter",2);
mythmelt650.addEnergyPerTickInput(60000);
mythmelt650.addItemInput(<contenttweaker:pure_egg>);
mythmelt650.addFluidOutput(<fluid:purifying_fluid> * 1000);
mythmelt650.build();
val mythmelt651 = RecipeBuilder.newBuilder("mythmelt651","mythic_processor_melter",2);
mythmelt651.addEnergyPerTickInput(60000);
mythmelt651.addItemInput(<contenttweaker:purified_titanium_ingot>);
mythmelt651.addFluidOutput(<fluid:purified_titanium> * 144);
mythmelt651.build();
val mythmelt652 = RecipeBuilder.newBuilder("mythmelt652","mythic_processor_melter",2);
mythmelt652.addEnergyPerTickInput(60000);
mythmelt652.addItemInput(<contenttweaker:starmetal_alloy_ingot>);
mythmelt652.addFluidOutput(<fluid:starmetal_alloy> * 144);
mythmelt652.build();
val mythmelt653 = RecipeBuilder.newBuilder("mythmelt653","mythic_processor_melter",2);
mythmelt653.addEnergyPerTickInput(60000);
mythmelt653.addItemInput(<contenttweaker:pure_twilight_matter>);
mythmelt653.addFluidOutput(<fluid:twilight_matter> * 1000);
mythmelt653.build();
val mythmelt654 = RecipeBuilder.newBuilder("mythmelt654","mythic_processor_melter",2);
mythmelt654.addEnergyPerTickInput(60000);
mythmelt654.addItemInput(<contenttweaker:chilled_helium_comb>);
mythmelt654.addFluidOutput(<fluid:liquidhelium> * 1000);
mythmelt654.build();
val mythmelt655 = RecipeBuilder.newBuilder("mythmelt655","mythic_processor_melter",2);
mythmelt655.addEnergyPerTickInput(60000);
mythmelt655.addItemInput(<gendustry:honey_comb:14028>);
mythmelt655.addFluidOutput(<fluid:helium> * 1000);
mythmelt655.build();
val mythmelt656 = RecipeBuilder.newBuilder("mythmelt656","mythic_processor_melter",2);
mythmelt656.addEnergyPerTickInput(60000);
mythmelt656.addItemInput(<ore:dustZirconium>);
mythmelt656.addFluidOutput(<fluid:molten_zirconium> * 144);
mythmelt656.build();
val mythmelt657 = RecipeBuilder.newBuilder("mythmelt657","mythic_processor_melter",2);
mythmelt657.addEnergyPerTickInput(60000);
mythmelt657.addItemInput(<contenttweaker:stone_of_the_resurrected_shard>);
mythmelt657.addFluidOutput(<fluid:stormlight> * 1000000);
mythmelt657.build();
val mythmelt658 = RecipeBuilder.newBuilder("mythmelt658","mythic_processor_melter",2);
mythmelt658.addEnergyPerTickInput(60000);
mythmelt658.addItemInput(<ore:ingotAlumite>);
mythmelt658.addFluidOutput(<fluid:alumite> * 144);
mythmelt658.build();
val mythmelt659 = RecipeBuilder.newBuilder("mythmelt659","mythic_processor_melter",2);
mythmelt659.addEnergyPerTickInput(60000);
mythmelt659.addItemInput(<ore:ingotMirion>);
mythmelt659.addFluidOutput(<fluid:mirion> * 144);
mythmelt659.build();
val mythmelt660 = RecipeBuilder.newBuilder("mythmelt660","mythic_processor_melter",2);
mythmelt660.addEnergyPerTickInput(60000);
mythmelt660.addItemInput(<contenttweaker:meteoric_draconic_stone>);
mythmelt660.addFluidOutput(<fluid:meteoric_draconic_matter> * 250);
mythmelt660.build();
val mythmelt661 = RecipeBuilder.newBuilder("mythmelt661","mythic_processor_melter",2);
mythmelt661.addEnergyPerTickInput(60000);
mythmelt661.addItemInput(<contenttweaker:void_ichorium_ore>);
mythmelt661.addFluidOutput(<fluid:void_ichor> * 250);
mythmelt661.build();
val mythmelt662 = RecipeBuilder.newBuilder("mythmelt662","mythic_processor_melter",2);
mythmelt662.addEnergyPerTickInput(60000);
mythmelt662.addItemInput(<ore:ingotThaumium>);
mythmelt662.addFluidOutput(<fluid:thaumium> * 144);
mythmelt662.build();
val mythmelt663 = RecipeBuilder.newBuilder("mythmelt663","mythic_processor_melter",2);
mythmelt663.addEnergyPerTickInput(60000);
mythmelt663.addItemInput(<ore:blockThaumium>);
mythmelt663.addFluidOutput(<fluid:thaumium> * 1296);
mythmelt663.build();
val mythmelt664 = RecipeBuilder.newBuilder("mythmelt664","mythic_processor_melter",2);
mythmelt664.addEnergyPerTickInput(60000);
mythmelt664.addItemInput(<gendustry:honey_comb:14027>*16);
mythmelt664.addFluidOutput(<fluid:fluorine> * 32000);
mythmelt664.build();
val mythmelt665 = RecipeBuilder.newBuilder("mythmelt665","mythic_processor_melter",2);
mythmelt665.addEnergyPerTickInput(60000);
mythmelt665.addItemInput(<contenttweaker:ascended_starlight_sphere>);
mythmelt665.addFluidOutput(<fluid:astralsorcery.liquidstarlight> * 1000000);
mythmelt665.build();
val mythmelt666 = RecipeBuilder.newBuilder("mythmelt666","mythic_processor_melter",2);
mythmelt666.addEnergyPerTickInput(60000);
mythmelt666.addItemInput(<contenttweaker:echo_warren_bar>);
mythmelt666.addFluidOutput(<fluid:molten_echo_warren> * 144);
mythmelt666.build();
val mythmelt667 = RecipeBuilder.newBuilder("mythmelt667","mythic_processor_melter",2);
mythmelt667.addEnergyPerTickInput(60000);
mythmelt667.addItemInput(<extendedcrafting:singularity_custom:630>);
mythmelt667.addFluidOutput(<fluid:sednanite> * 728064);
mythmelt667.build();
val mythmelt668 = RecipeBuilder.newBuilder("mythmelt668","mythic_processor_melter",2);
mythmelt668.addEnergyPerTickInput(60000);
mythmelt668.addItemInput(<extendedcrafting:singularity_custom:2046>);
mythmelt668.addFluidOutput(<fluid:rhenium> * 728064);
mythmelt668.build();
val mythmelt669 = RecipeBuilder.newBuilder("mythmelt669","mythic_processor_melter",2);
mythmelt669.addEnergyPerTickInput(60000);
mythmelt669.addItemInput(<extendedcrafting:singularity_custom:2047>);
mythmelt669.addFluidOutput(<fluid:myrmitite> * 728064);
mythmelt669.build();
val mythmelt670 = RecipeBuilder.newBuilder("mythmelt670","mythic_processor_melter",2);
mythmelt670.addEnergyPerTickInput(60000);
mythmelt670.addItemInput(<extendedcrafting:singularity_custom:2048>);
mythmelt670.addFluidOutput(<fluid:ogerite> * 728064);
mythmelt670.build();
val mythmelt671 = RecipeBuilder.newBuilder("mythmelt671","mythic_processor_melter",2);
mythmelt671.addEnergyPerTickInput(60000);
mythmelt671.addItemInput(<contenttweaker:vibraniumalloy_chunk>);
mythmelt671.addFluidOutput(<fluid:molten_vibranium_alloy> * 144);
mythmelt671.build();
val mythmelt672 = RecipeBuilder.newBuilder("mythmelt672","mythic_processor_melter",2);
mythmelt672.addEnergyPerTickInput(60000);
mythmelt672.addItemInput(<techreborn:uumatter>);
mythmelt672.addFluidOutput(<fluid:liquid_uu_matter> * 100);
mythmelt672.build();
val mythmelt673 = RecipeBuilder.newBuilder("mythmelt673","mythic_processor_melter",2);
mythmelt673.addEnergyPerTickInput(60000);
mythmelt673.addItemInput(<extendedcrafting:singularity_custom:2033>);
mythmelt673.addFluidOutput(<fluid:knightmetal> * 728064);
mythmelt673.build();
val mythmelt674 = RecipeBuilder.newBuilder("mythmelt674","mythic_processor_melter",2);
mythmelt674.addEnergyPerTickInput(60000);
mythmelt674.addItemInput(<extendedcrafting:singularity_custom:995>);
mythmelt674.addFluidOutput(<fluid:fierymetal> * 728064);
mythmelt674.build();
val mythmelt675 = RecipeBuilder.newBuilder("mythmelt675","mythic_processor_melter",2);
mythmelt675.addEnergyPerTickInput(60000);
mythmelt675.addItemInput(<extendedcrafting:singularity:34>);
mythmelt675.addFluidOutput(<fluid:platinum> * 728064);
mythmelt675.build();
val mythmelt676 = RecipeBuilder.newBuilder("mythmelt676","mythic_processor_melter",2);
mythmelt676.addEnergyPerTickInput(60000);
mythmelt676.addItemInput(<extendedcrafting:singularity:49>);
mythmelt676.addFluidOutput(<fluid:lumium> * 728064);
mythmelt676.build();
val mythmelt677 = RecipeBuilder.newBuilder("mythmelt677","mythic_processor_melter",2);
mythmelt677.addEnergyPerTickInput(60000);
mythmelt677.addItemInput(<extendedcrafting:singularity_custom:996>);
mythmelt677.addFluidOutput(<fluid:knightslime> * 728064);
mythmelt677.build();
val mythmelt678 = RecipeBuilder.newBuilder("mythmelt678","mythic_processor_melter",2);
mythmelt678.addEnergyPerTickInput(60000);
mythmelt678.addItemInput(<extendedcrafting:singularity:33>);
mythmelt678.addFluidOutput(<fluid:chrome> * 728064);
mythmelt678.build();
val mythmelt679 = RecipeBuilder.newBuilder("mythmelt679","mythic_processor_melter",2);
mythmelt679.addEnergyPerTickInput(60000);
mythmelt679.addItemInput(<extendedcrafting:singularity_custom:2039>);
mythmelt679.addFluidOutput(<fluid:moltenabyssalnite> * 728064);
mythmelt679.build();
val mythmelt680 = RecipeBuilder.newBuilder("mythmelt680","mythic_processor_melter",2);
mythmelt680.addEnergyPerTickInput(60000);
mythmelt680.addItemInput(<extendedcrafting:singularity_custom:2038>);
mythmelt680.addFluidOutput(<fluid:moltendreadium> * 728064);
mythmelt680.build();
val mythmelt681 = RecipeBuilder.newBuilder("mythmelt681","mythic_processor_melter",2);
mythmelt681.addEnergyPerTickInput(60000);
mythmelt681.addItemInput(<extendedcrafting:singularity:50>);
mythmelt681.addFluidOutput(<fluid:enderium> * 728064);
mythmelt681.build();
val mythmelt682 = RecipeBuilder.newBuilder("mythmelt682","mythic_processor_melter",2);
mythmelt682.addEnergyPerTickInput(60000);
mythmelt682.addItemInput(<extendedcrafting:singularity_custom:2050>);
mythmelt682.addFluidOutput(<fluid:elementium> * 728064);
mythmelt682.build();
val mythmelt683 = RecipeBuilder.newBuilder("mythmelt683","mythic_processor_melter",2);
mythmelt683.addEnergyPerTickInput(60000);
mythmelt683.addItemInput(<extendedcrafting:singularity:48>);
mythmelt683.addFluidOutput(<fluid:signalum> * 728064);
mythmelt683.build();
val mythmelt684 = RecipeBuilder.newBuilder("mythmelt684","mythic_processor_melter",2);
mythmelt684.addEnergyPerTickInput(60000);
mythmelt684.addItemInput(<extendedcrafting:singularity_custom:2051>);
mythmelt684.addFluidOutput(<fluid:soularium> * 728064);
mythmelt684.build();
val mythmelt685 = RecipeBuilder.newBuilder("mythmelt685","mythic_processor_melter",2);
mythmelt685.addEnergyPerTickInput(60000);
mythmelt685.addItemInput(<extendedcrafting:singularity_custom:2052>);
mythmelt685.addFluidOutput(<fluid:tough> * 728064);
mythmelt685.build();
val mythmelt686 = RecipeBuilder.newBuilder("mythmelt686","mythic_processor_melter",2);
mythmelt686.addEnergyPerTickInput(60000);
mythmelt686.addItemInput(<extendedcrafting:singularity_custom:2053>);
mythmelt686.addFluidOutput(<fluid:pulsating_iron> * 728064);
mythmelt686.build();
val mythmelt687 = RecipeBuilder.newBuilder("mythmelt687","mythic_processor_melter",2);
mythmelt687.addEnergyPerTickInput(60000);
mythmelt687.addItemInput(<extendedcrafting:singularity_custom:2054>);
mythmelt687.addFluidOutput(<fluid:borax_solution> * 3367296);
mythmelt687.build();
val mythmelt688 = RecipeBuilder.newBuilder("mythmelt688","mythic_processor_melter",2);
mythmelt688.addEnergyPerTickInput(60000);
mythmelt688.addItemInput(<ore:dustBorax>);
mythmelt688.addFluidOutput(<fluid:borax_solution> * 666);
mythmelt688.build();