This commit is contained in:
ZHAY10086
2026-04-11 14:32:39 +08:00
parent 5054031f74
commit cb61e018ba
91 changed files with 3148 additions and 333 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
mods.nuclearcraft.melter.addRecipe([<ore:blockFiery>, <fluid:fierymetal>*1296]);
mods.nuclearcraft.melter.addRecipe([<twilightforest:block_storage:1>, <fluid:fierymetal>*1296]);
mods.nuclearcraft.melter.addRecipe([<divinerpg:netherite_block>, <fluid:molten_netherite>*1296]);
+2 -1
View File
@@ -145,7 +145,8 @@ var seedsToAnalyze as IItemStack[] = [
<actuallyadditions:item_flax_seed>,
<actuallyadditions:item_rice_seed>,
<immersiveengineering:seed:0>,
<actuallyadditions:item_canola_seed>
<actuallyadditions:item_canola_seed>,
<aoa3:holly_top_seeds>
];
// Add analysis recipes for all defined seeds
+103 -16
View File
@@ -89,12 +89,43 @@ recipes.addShaped(<contenttweaker:hypercharged_redstone>,
[<contenttweaker:hypercharged_wool>, <minecraft:redstone>, <contenttweaker:hypercharged_wool>],
[null, <contenttweaker:hypercharged_wool>, null]]);
val mythallsuperfluix = RecipeBuilder.newBuilder("mythallsuperfluix","mythic_processor_alloy_furnace",2);
mythallsuperfluix.addEnergyPerTickInput(60000);
mythallsuperfluix.addItemInput(<contenttweaker:superconducting_mithril>);
mythallsuperfluix.addItemInput(<appliedenergistics2:material:7>);
mythallsuperfluix.addItemOutput(<contenttweaker:superconducting_fluix>);
mythallsuperfluix.build();
val mythallsuperfluix1 = RecipeBuilder.newBuilder("mythallsuperfluix1","mythic_processor_alloy_furnace",2);
mythallsuperfluix1.addEnergyPerTickInput(60000);
mythallsuperfluix1.addItemInput(<contenttweaker:superconducting_mithril>);
mythallsuperfluix1.addItemInput(<appliedenergistics2:material:7>);
mythallsuperfluix1.addItemOutput(<contenttweaker:superconducting_fluix>);
mythallsuperfluix1.build();
val mythallsuperfluix2 = RecipeBuilder.newBuilder("mythallsuperfluix2","mythic_processor_alloy_furnace",2);
mythallsuperfluix2.addEnergyPerTickInput(60000);
mythallsuperfluix2.addItemInput(<contenttweaker:superconducting_mithril>*2);
mythallsuperfluix2.addItemInput(<contenttweaker:petrified_fluix>*3);
mythallsuperfluix2.addItemOutput(<contenttweaker:superconducting_fluix>*3);
mythallsuperfluix2.build();
val mythallsuperfluix3 = RecipeBuilder.newBuilder("mythallsuperfluix3","mythic_processor_alloy_furnace",2);
mythallsuperfluix3.addEnergyPerTickInput(60000);
mythallsuperfluix3.addItemInput(<contenttweaker:superconducting_mithril>*20);
mythallsuperfluix3.addItemInput(<contenttweaker:unidentified_fluix_fossil>*2);
mythallsuperfluix3.addItemInput(<contenttweaker:bright_matter>*1);
mythallsuperfluix3.addItemOutput(<contenttweaker:superconducting_fluix>*40);
mythallsuperfluix3.build();
val mythallsuperfluix4 = RecipeBuilder.newBuilder("mythallsuperfluix4","mythic_processor_alloy_furnace",2);
mythallsuperfluix4.addEnergyPerTickInput(60000);
mythallsuperfluix4.addItemInput(<contenttweaker:superconducting_mithril>*20);
mythallsuperfluix4.addItemInput(<contenttweaker:unidentifying_fluix_fossil>*3);
mythallsuperfluix4.addItemInput(<contenttweaker:opalescent_matter>*1);
mythallsuperfluix4.addItemOutput(<contenttweaker:superconducting_fluix>*60);
mythallsuperfluix4.build();
val mythallsuperfluix5 = RecipeBuilder.newBuilder("mythallsuperfluix5","mythic_processor_alloy_furnace",2);
mythallsuperfluix5.addEnergyPerTickInput(60000);
mythallsuperfluix5.addItemInput(<contenttweaker:superconducting_mithril>*20);
mythallsuperfluix5.addItemInput(<contenttweaker:paradoxical_fluix_fossil>*4);
mythallsuperfluix5.addItemInput(<contenttweaker:gilded_matter>*1);
mythallsuperfluix5.addItemOutput(<contenttweaker:superconducting_fluix>*80);
mythallsuperfluix5.build();
@@ -279,8 +310,10 @@ mith30.addItemOutput(<contenttweaker:light_of_shadesmar>*60);
mith30.setChance(0.9);
mith30.addItemOutput(<contenttweaker:light_of_shadesmar>*60);
mith30.setChance(0.9);
mith30.addItemOutput(<contenttweaker:white_hole>*50);
mith30.setChance(0.6);
mith30.addItemOutput(<contenttweaker:white_hole>*60);
mith30.setChance(0.9);
mith30.addItemOutput(<contenttweaker:white_hole>*40);
mith30.setChance(0.8);
mith30.addItemOutput(<contenttweaker:cosmic_pot>*4);
mith30.setChance(0.8);
mith30.addItemOutput(<contenttweaker:stormlight_stone>*64);
@@ -707,6 +740,16 @@ recipes.addShaped(<contenttweaker:stormlight_sphere>*18,
[<aoa3:yellow_crystal>, <contenttweaker:infuser_fabrial>.reuse(), <aoa3:purple_crystal>],
[<aoa3:red_crystal>, <contenttweaker:stormlight_fragment>, <aoa3:white_crystal>]]);
recipes.addShaped(<contenttweaker:stormlight_sphere>*24,
[[<aoa3:green_crystal>, <contenttweaker:fulfilled_shard_of_shadesmar>, <aoa3:blue_crystal>],
[<aoa3:yellow_crystal>, <contenttweaker:infuser_fabrial>.reuse(), <aoa3:purple_crystal>],
[<aoa3:red_crystal>, <contenttweaker:stormlight_fragment>, <aoa3:white_crystal>]]);
recipes.addShaped(<contenttweaker:stormlight_sphere>*32,
[[<aoa3:green_crystal>, <contenttweaker:hopeful_shard_of_shadesmar>, <aoa3:blue_crystal>],
[<aoa3:yellow_crystal>, <contenttweaker:infuser_fabrial>.reuse(), <aoa3:purple_crystal>],
[<aoa3:red_crystal>, <contenttweaker:stormlight_fragment>, <aoa3:white_crystal>]]);
val inffurnaceshardofshadesmar = RecipeBuilder.newBuilder("inffurnaceshardofshadesmar","infinity_furnace",40);
inffurnaceshardofshadesmar.addFluidInput(<fluid:actualizing_fluid>*100);
@@ -728,8 +771,12 @@ inffurnaceshardofshadesmar.build();
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:actualization_aspected_eleint_scale>, <fluid:actualizing_fluid>*1000, <fluid:breath_of_actualization>*1000]);
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:gilded_matter>, <fluid:breath_of_actualization>*1000, <fluid:tale_of_actualization>*1000]);
val inffurnaceshardofshadesmar2 = RecipeBuilder.newBuilder("inffurnaceshardofshadesmar2","infinity_furnace",40);
@@ -749,6 +796,44 @@ inffurnaceshardofshadesmar2.addItemInput(<contenttweaker:shard_of_humble_educati
inffurnaceshardofshadesmar2.addItemOutput(<contenttweaker:living_shard_of_shadesmar>*4);
inffurnaceshardofshadesmar2.build();
val inffurnaceshardofshadesmar3 = RecipeBuilder.newBuilder("inffurnaceshardofshadesmar3","infinity_furnace",40);
inffurnaceshardofshadesmar3.addFluidInput(<fluid:tale_of_actualization>*100);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_restored_faith>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_forgotten_fear_of_death>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_forgiven_lost_time>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_rekindled_heritage>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_no_hidden_intentions>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_physical_healing>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_realized_worth>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_restored_relationship>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_surrender>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_individual_freedom>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_controlled_gluttony>);
inffurnaceshardofshadesmar3.addItemInput(<contenttweaker:shard_of_humble_education>);
inffurnaceshardofshadesmar3.addItemOutput(<contenttweaker:living_shard_of_shadesmar>*12);
inffurnaceshardofshadesmar3.build();
val inffurnacefulfillshadesmar = RecipeBuilder.newBuilder("inffurnacefulfillshadesmar","infinity_furnace",40);
inffurnacefulfillshadesmar.addFluidInput(<fluid:breath_of_actualization>*100);
inffurnacefulfillshadesmar.addItemInput(<contenttweaker:living_shard_of_shadesmar>*32);
inffurnacefulfillshadesmar.addItemInput(<contenttweaker:recursion_of_history>);
inffurnacefulfillshadesmar.addItemInput(<aoa3:blue_crystal>*8);
inffurnacefulfillshadesmar.addItemInput(<aoa3:green_crystal>*8);
inffurnacefulfillshadesmar.addItemInput(<aoa3:purple_crystal>*8);
inffurnacefulfillshadesmar.addItemInput(<aoa3:yellow_crystal>*8);
inffurnacefulfillshadesmar.addItemInput(<aoa3:white_crystal>*8);
inffurnacefulfillshadesmar.addItemInput(<aoa3:red_crystal>*8);
inffurnacefulfillshadesmar.addItemOutput(<contenttweaker:fulfilled_shard_of_shadesmar>*32);
inffurnacefulfillshadesmar.build();
val inffurnacehopefulshadesmar = RecipeBuilder.newBuilder("inffurnacehopefulshadesmar","infinity_furnace",40);
inffurnacehopefulshadesmar.addFluidInput(<fluid:actualization_hope>*50);
inffurnacehopefulshadesmar.addItemInput(<contenttweaker:fulfilled_shard_of_shadesmar>*64);
inffurnacehopefulshadesmar.addItemInput(<contenttweaker:sand_of_universal_balance>*1);
inffurnacehopefulshadesmar.addItemInput(<contenttweaker:gem_of_cyclical_hope>*1);
inffurnacehopefulshadesmar.addItemOutput(<contenttweaker:hopeful_shard_of_shadesmar>*64);
inffurnacehopefulshadesmar.build();
mods.botania.RuneAltar.addRecipe(<contenttweaker:rune_of_freedom>,
@@ -813,14 +898,14 @@ mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:irradiated_naquadah_core>
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:irradiated_naquadah_core>*16, <fluid:molten_abyssal_alloy>*12, <fluid:naquadah_alloy>*16000]);
recipes.addShaped(<forge:bucketfilled>.withTag({FluidName: "essence_of_sane_thoughts", Amount: 1000}),
[[<contenttweaker:kamium_ingot>, <thaumcraft:brain_box>.withTag({display: {Name: "ᚽᛠᛇᛒᚽᛃᛒᚶᚣᚽᚤᛠᚽᚥᛊ",Lore:["§d§o真名§r"]}}), <contenttweaker:kamium_ingot>],
[[<thaumictinkerer:kamiresource:3>, <thaumcraft:brain_box>.withTag({display: {Name: "ᚽᛠᛇᛒᚽᛃᛒᚶᚣᚽᚤᛠᚽᚥᛊ",Lore:["§d§o真名§r"]}}), <thaumictinkerer:kamiresource:3>],
[makeVisCrystal(<aspect:cognitio> * 1), <forge:bucketfilled>.withTag({FluidName: "vapor_of_levity", Amount: 1000}), makeVisCrystal(<aspect:cognitio> * 1)],
[<contenttweaker:kamium_ingot>, <botania:incensestick>.withTag({brewKey: "warpWard"}), <contenttweaker:kamium_ingot>]]);
[<thaumictinkerer:kamiresource:3>, <botania:incensestick>.withTag({brewKey: "warpWard"}), <thaumictinkerer:kamiresource:3>]]);
recipes.addShaped(<openblocks:tank>.withTag({tank: {FluidName: "essence_of_sane_thoughts", Amount: 16000}}),
[[<contenttweaker:kamium_ingot>, <thaumcraft:brain_box>.withTag({display: {Name: "ᚽᛠᛇᛒᚽᛃᛒᚶᚣᚽᚤᛠᚽᚥᛊ",Lore:["§d§o真名§r"]}}), <contenttweaker:kamium_ingot>],
[[<thaumictinkerer:kamiresource:3>, <thaumcraft:brain_box>.withTag({display: {Name: "ᚽᛠᛇᛒᚽᛃᛒᚶᚣᚽᚤᛠᚽᚥᛊ",Lore:["§d§o真名§r"]}}), <thaumictinkerer:kamiresource:3>],
[makeVisCrystal(<aspect:cognitio> * 1), <openblocks:tank>.withTag({tank: {FluidName: "distillate_of_levity", Amount: 16000}}), makeVisCrystal(<aspect:cognitio> * 1)],
[<contenttweaker:kamium_ingot>, <botania:incensestick>.withTag({brewKey: "warpWard"}), <contenttweaker:kamium_ingot>]]);
[<thaumictinkerer:kamiresource:3>, <botania:incensestick>.withTag({brewKey: "warpWard"}), <thaumictinkerer:kamiresource:3>]]);
@@ -1103,10 +1188,10 @@ spatialcruc7_better1.build();
recipes.addShaped(<contenttweaker:blade_of_the_samurai_queen>.withTag({HideFlags:2,AttributeModifiers:[{UUIDMost: 121000 as long, UUIDLeast: 120000 as long,Slot: "mainhand",AttributeName: "generic.attackDamage", Operation: 0, Name: "generic.attackDamage",Amount: 100},{UUIDMost: 121001 as long, UUIDLeast: 120001 as long ,Amount: 1.2 ,Slot: "mainhand", AttributeName: "generic.attackSpeed",Operation: 0, Name: "generic.attackSpeed"}]}),
[[null, <contenttweaker:sword_shield>, null],
[<projectex:final_star_shard>, <contenttweaker:sword_shield>, <projectex:final_star_shard>],
[<contenttweaker:projector_gem>, <contenttweaker:sword_shield>, <contenttweaker:projector_gem>],
[null, <immersiveengineering:material:0>, null]]);
recipes.addShapeless(<materialpart:rhenium:ingot>*64,
recipes.addShapeless(<materialpart:rhenium:ingot>*24,
[<contenttweaker:blade_of_the_samurai_queen>.reuse(), <ore:oreRhenium>]);
@@ -2436,8 +2521,10 @@ creatstarvald7.build();
recipes.addShaped(<contenttweaker:one_power_unleashed_emerald>,
[[null, <contenttweaker:stone_of_universal_balance>, null],
[<contenttweaker:stone_of_universal_balance>, <contenttweaker:one_power_aspected_emerald>, <contenttweaker:stone_of_universal_balance>],
[null, <contenttweaker:stone_of_universal_balance>, null]]);
+8 -3
View File
@@ -257,13 +257,19 @@ mods.extendedcrafting.EnderCrafting.addShaped(<contenttweaker:muon_extractor>,
[<contenttweaker:muon_crystal>, <techreborn:extractor>, <contenttweaker:muon_crystal>],
[<mysticalagradditions:neutronium_essence>, <contenttweaker:empowerment_core>, <mysticalagradditions:neutronium_essence>]], 20);
val muonextraction = RecipeBuilder.newBuilder("gateval1","mythic_processor_muon_extractor",2);
val muonextraction = RecipeBuilder.newBuilder("muonextraction","mythic_processor_muon_extractor",2);
muonextraction.addEnergyPerTickInput(2000000);
muonextraction.addItemInput(<mysticalagradditions:neutronium_essence>*2);
muonextraction.addItemOutput(<avaritia:resource:4>);
muonextraction.build();
val uumatterexttract = RecipeBuilder.newBuilder("gateval2","mythic_processor_muon_extractor",2);
val muonextraction2 = RecipeBuilder.newBuilder("muonextraction2","mythic_processor_muon_extractor",2);
muonextraction2.addEnergyPerTickInput(2000000);
muonextraction2.addItemInput(<contenttweaker:dense_neutronium_essence>*8);
muonextraction2.addItemOutput(<avaritia:block_resource:0>*4);
muonextraction2.build();
val uumatterexttract = RecipeBuilder.newBuilder("guumatterexttractateval3","mythic_processor_muon_extractor",2);
uumatterexttract.addEnergyPerTickInput(2000000);
uumatterexttract.addItemInput(<enderio:block_infinity_fog:0>);
uumatterexttract.addItemOutput(<techreborn:uumatter>*5);
@@ -813,4 +819,3 @@ recipes.addShaped(<avaritia:skullfire_sword>,
+2 -1
View File
@@ -494,6 +494,8 @@ addController(<modularmachinery:warren_extractor_raremetals_controller>, "modula
addController(<modularmachinery:mythic_processor_centrifuge_controller>, "modularmachinery:mythic_processor_centrifuge");
addController(<modularmachinery:utopic_spires_controller>, "modularmachinery:utopic_spires");
// Leave this at the bottom of the file, as it depends on the oredict being filled
furnace.addRecipe(<modularmachinery:blockcontroller>, anyBlockControllerDict);
@@ -507,4 +509,3 @@ furnace.addRecipe(<modularmachinery:blockcontroller>, anyBlockControllerDict);
+22 -1
View File
@@ -819,5 +819,26 @@ recipes.addShaped(<contenttweaker:superconductor_artifact>*2,
mods.botania.RuneAltar.addRecipe(<extrabotany:material:1>*4,
[<botania:manaresource:14>, <botania:manaresource:14>, <botania:manaresource:14>, <botania:manaresource:14>, <contenttweaker:corrupted_aragonite>, <extrabotany:material:3>], 50);
mods.botania.RuneAltar.removeRecipe(<extrabotany:firstfractal>);
mods.botania.RuneAltar.addRecipe(<extrabotany:firstfractal>,
[<extrabotany:excaliber>, <extrabotany:gildedmashedpotato>, <botania:manasteelsword>, <botania:thundersword>, <botania:elementiumsword>, <botania:starsword>, <botania:terrasword>, <minecraft:wooden_sword>, <extrabotany:shadowkatana>, <contenttweaker:first_order_mythic_fractal>], 50);
[<extrabotany:excaliber>, <extrabotany:gildedmashedpotato>, <botania:manasteelsword>, <botania:thundersword>, <botania:elementiumsword>, <botania:starsword>, <botania:terrasword>, <minecraft:wooden_sword>, <extrabotany:shadowkatana>, <contenttweaker:mark_of_worthiness>], 50);
recipes.addShaped(<contenttweaker:mark_of_worthiness>,
[[<contenttweaker:monumentally_sentient_meatball>, null, <contenttweaker:monumentally_sentient_meatball>],
[<contenttweaker:shield_of_the_arbiter>, <contenttweaker:essence_of_worthiness>, <contenttweaker:shield_of_the_arbiter>],
[<contenttweaker:time_lord_relic>, null, <contenttweaker:time_lord_relic>]]);
+1
View File
@@ -209,6 +209,7 @@ mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:ligature_of_the_three_oaths"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:vengeance_tesseract"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:presbytery_of_the_threefold_love"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:utopic_spires"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_alloy_furnace"}),
+1
View File
@@ -185,6 +185,7 @@ mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:black
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:ligature_of_the_three_oaths_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:vengeance_tesseract_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:presbytery_of_the_threefold_love_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:utopic_spires_controller>);
+14 -4
View File
@@ -4,9 +4,9 @@ import mods.thaumcraft.Infusion;
recipes.addShaped(<contenttweaker:cuendillar_primer>,
[[<contenttweaker:kamium_ingot>, <extrabotany:material:8>, <contenttweaker:kamium_ingot>],
[[<thaumictinkerer:kamiresource:3>, <extrabotany:material:8>, <thaumictinkerer:kamiresource:3>],
[<extrabotany:material:5>, <thaumadditions:mithminite_ingot>, <extrabotany:material:5>],
[<contenttweaker:kamium_ingot>, <extrabotany:material:8>, <contenttweaker:kamium_ingot>]]);
[<thaumictinkerer:kamiresource:3>, <extrabotany:material:8>, <thaumictinkerer:kamiresource:3>]]);
mods.tconstruct.Casting.addTableRecipe(<contenttweaker:infinite_plate_stamp>, <tconstruct:large_plate>.withTag({Material: "infinity_avaritia_plustic"}), <fluid:orichalcum>, 720, true, 10);
@@ -532,5 +532,15 @@ creataltarbrightpl.addItemInput(<contenttweaker:cleansed_brightsteel_alloy_plate
creataltarbrightpl.addItemOutput(<contenttweaker:brightsteel_alloy_plate_of_the_one_power>);
creataltarbrightpl.build();
val creataltararbiteremerald = RecipeBuilder.newBuilder("creataltararbiteremerald","creation_altar",10);
creataltararbiteremerald.addEnergyPerTickInput(500000000);
creataltararbiteremerald.addFluidInput(<fluid:tangible_aer>*10);
creataltararbiteremerald.addFluidInput(<fluid:tangible_ignis>*10);
creataltararbiteremerald.addFluidInput(<fluid:tangible_aqua>*10);
creataltararbiteremerald.addFluidInput(<fluid:tangible_terra>*10);
creataltararbiteremerald.addItemInput(<contenttweaker:standard_of_the_dragon_reborn>);
creataltararbiteremerald.setChance(0.0);
creataltararbiteremerald.addItemInput(<contenttweaker:ascended_fluix_crystal>*4);
creataltararbiteremerald.addItemInput(<minecraft:emerald>*256);
creataltararbiteremerald.addItemOutput(<contenttweaker:one_power_aspected_emerald>*256);
creataltararbiteremerald.build();
+5
View File
@@ -79,6 +79,11 @@ recipes.addShaped(<actuallyadditions:item_canola_seed>.withTag({agri_analyzed: 0
[<gendustry:honey_comb:14012>, <actuallyadditions:item_canola_seed>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
recipes.addShaped(<aoa3:holly_top_seeds>.withTag({agri_analyzed: 0 as byte, agri_strength: 10 as byte, agri_gain: 10 as byte, agri_seed: "actuallyadditions:canola_plant", agri_growth: 10 as byte}),
[[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <aoa3:holly_top_seeds>, <gendustry:honey_comb:14012>],
[<gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>, <gendustry:honey_comb:14012>]]);
mods.forestry.Squeezer.addRecipe(<fluid:hot_spring_water>*1000,
+54 -9
View File
@@ -3308,15 +3308,60 @@ protodermiscasing.setToolClass("pickaxe");
protodermiscasing.setToolLevel(3);
protodermiscasing.register();
var kamiessenceblock = VanillaFactory.createBlock("kami_essence_block", <blockmaterial:iron>);
kamiessenceblock.setBlockHardness(1.0);
kamiessenceblock.setBlockResistance(2.5);
kamiessenceblock.setToolClass("pickaxe");
kamiessenceblock.setToolLevel(3);
kamiessenceblock.register();
//var kamiessenceblock = VanillaFactory.createBlock("kami_essence_block", <blockmaterial:iron>);
//kamiessenceblock.setBlockHardness(1.0);
//kamiessenceblock.setBlockResistance(2.5);
//kamiessenceblock.setToolClass("pickaxe");
//kamiessenceblock.setToolLevel(3);
//kamiessenceblock.register();
var screamingbloodinfusedglitchblock = VanillaFactory.createBlock("screaming_blood_infused_glitch_block", <blockmaterial:iron>);
screamingbloodinfusedglitchblock.setBlockHardness(1.0);
screamingbloodinfusedglitchblock.setBlockResistance(2.5);
screamingbloodinfusedglitchblock.setToolClass("pickaxe");
screamingbloodinfusedglitchblock.setToolLevel(3);
screamingbloodinfusedglitchblock.register();
var gallifreyanshielding = VanillaFactory.createBlock("gallifreyan_shielding", <blockmaterial:iron>);
gallifreyanshielding.setBlockHardness(1.0);
gallifreyanshielding.setBlockResistance(2.5);
gallifreyanshielding.setToolClass("pickaxe");
gallifreyanshielding.setToolLevel(3);
gallifreyanshielding.register();
var tribodyfabrial = VanillaFactory.createBlock("tribody_fabrial", <blockmaterial:iron>);
tribodyfabrial.setBlockHardness(1.0);
tribodyfabrial.setBlockResistance(2.5);
tribodyfabrial.setToolClass("pickaxe");
tribodyfabrial.setToolLevel(3);
tribodyfabrial.register();
var bluefiredivineore = VanillaFactory.createBlock("bluefire_divine_ore", <blockmaterial:iron>);
bluefiredivineore.setBlockHardness(1.0);
bluefiredivineore.setBlockResistance(2.5);
bluefiredivineore.setToolClass("pickaxe");
bluefiredivineore.setToolLevel(3);
bluefiredivineore.register();
var basicmachineframeghost = VanillaFactory.createBlock("basic_machine_frame_ghost", <blockmaterial:iron>);
basicmachineframeghost.setBlockHardness(1.0);
basicmachineframeghost.setBlockResistance(2.5);
basicmachineframeghost.setToolClass("pickaxe");
basicmachineframeghost.setToolLevel(3);
basicmachineframeghost.register();
var strangestoneghost = VanillaFactory.createBlock("strange_stone_ghost", <blockmaterial:iron>);
strangestoneghost.setBlockHardness(1.0);
strangestoneghost.setBlockResistance(2.5);
strangestoneghost.setToolClass("pickaxe");
strangestoneghost.setToolLevel(3);
strangestoneghost.register();
var unleasheddivineore = VanillaFactory.createBlock("unleashed_divine_ore", <blockmaterial:iron>);
unleasheddivineore.setBlockHardness(1.0);
unleasheddivineore.setBlockResistance(2.5);
unleasheddivineore.setToolClass("pickaxe");
unleasheddivineore.setToolLevel(3);
unleasheddivineore.register();
+36 -1
View File
@@ -1315,10 +1315,45 @@ var breathofactualization = VanillaFactory.createFluid("breath_of_actualization"
breathofactualization.register();
var distillateoflevity = VanillaFactory.createFluid("distillate_of_levity", Color.fromHex("82a88c"));
distillateoflevity.register();
var flameofthetwilightforest = VanillaFactory.createFluid("flame_of_the_twilight_forest", Color.fromHex("82a88c"));
flameofthetwilightforest.register();
var harmonicfluidlattice = VanillaFactory.createFluid("harmonic_fluid_lattice", Color.fromHex("95e884"));
harmonicfluidlattice.register();
var essenceoftemporalsynthesis = VanillaFactory.createFluid("essence_of_temporal_synthesis", Color.fromHex("c27146"));
essenceoftemporalsynthesis.register();
var explosiveactualization = VanillaFactory.createFluid("explosive_actualization", Color.fromHex("393ba8"));
explosiveactualization.register();
var catalyzedactualization = VanillaFactory.createFluid("catalyzed_actualization", Color.fromHex("696ab8"));
catalyzedactualization.register();
var stationaryactualization = VanillaFactory.createFluid("stationary_actualization", Color.fromHex("acade3"));
stationaryactualization.register();
var excitedactualization = VanillaFactory.createFluid("excited_actualization", Color.fromHex("96d2d4"));
excitedactualization.register();
var exuberantactualization = VanillaFactory.createFluid("exuberant_actualization", Color.fromHex("1dcbd1"));
exuberantactualization.register();
var restingactualization = VanillaFactory.createFluid("resting_actualization", Color.fromHex("1f4b4d"));
restingactualization.register();
var hyperactiveactualization = VanillaFactory.createFluid("hyperactive_actualization", Color.fromHex("5cad86"));
hyperactiveactualization.register();
var actingactualization = VanillaFactory.createFluid("acting_actualization", Color.fromHex("1b6e46"));
actingactualization.register();
var taleofactualization = VanillaFactory.createFluid("tale_of_actualization", Color.fromHex("77d4b3"));
taleofactualization.register();
+262 -30
View File
@@ -4668,40 +4668,272 @@ birchsoulbottle.maxStackSize = 64;
birchsoulbottle.beaconPayment = false;
birchsoulbottle.register();
var kamicloth = VanillaFactory.createItem("kami_cloth");
kamicloth.maxStackSize = 64;
kamicloth.beaconPayment = false;
kamicloth.register();
var kamiumessence = VanillaFactory.createItem("kamium_essence");
kamiumessence.maxStackSize = 64;
kamiumessence.beaconPayment = false;
kamiumessence.register();
var kamiumingot = VanillaFactory.createItem("kamium_ingot");
kamiumingot.maxStackSize = 64;
kamiumingot.beaconPayment = false;
kamiumingot.register();
var enderterrancluster = VanillaFactory.createItem("ender_terran_cluster");
enderterrancluster.maxStackSize = 64;
enderterrancluster.beaconPayment = false;
enderterrancluster.register();
var netherterrancluster = VanillaFactory.createItem("nether_terran_cluster");
netherterrancluster.maxStackSize = 64;
netherterrancluster.beaconPayment = false;
netherterrancluster.register();
//var kamicloth = VanillaFactory.createItem("kami_cloth");
//kamicloth.maxStackSize = 64;
//kamicloth.beaconPayment = false;
//kamicloth.register();
//var kamiumessence = VanillaFactory.createItem("kamium_essence");
//kamiumessence.maxStackSize = 64;
//kamiumessence.beaconPayment = false;
//kamiumessence.register();
//var kamiumingot = VanillaFactory.createItem("kamium_ingot");
//kamiumingot.maxStackSize = 64;
//kamiumingot.beaconPayment = false;
//kamiumingot.register();
//var enderterrancluster = VanillaFactory.createItem("ender_terran_cluster");
//enderterrancluster.maxStackSize = 64;
//enderterrancluster.beaconPayment = false;
//enderterrancluster.register();
//var netherterrancluster = VanillaFactory.createItem("nether_terran_cluster");
//netherterrancluster.maxStackSize = 64;
//netherterrancluster.beaconPayment = false;
//netherterrancluster.register();
var fluixlogicchipset = VanillaFactory.createItem("fluix_logic_chipset");
fluixlogicchipset.maxStackSize = 64;
fluixlogicchipset.beaconPayment = false;
fluixlogicchipset.register();
var denseneutroniumessence = VanillaFactory.createItem("dense_neutronium_essence");
denseneutroniumessence.maxStackSize = 64;
denseneutroniumessence.beaconPayment = false;
denseneutroniumessence.register();
var fluixlogicprocessor = VanillaFactory.createItem("fluix_logic_processor");
fluixlogicprocessor.maxStackSize = 64;
fluixlogicprocessor.beaconPayment = false;
fluixlogicprocessor.register();
var onepoweraspectedemerald = VanillaFactory.createItem("one_power_aspected_emerald");
onepoweraspectedemerald.maxStackSize = 64;
onepoweraspectedemerald.beaconPayment = false;
onepoweraspectedemerald.register();
var twilitvenom = VanillaFactory.createItem("twilit_venom");
twilitvenom.maxStackSize = 64;
twilitvenom.beaconPayment = false;
twilitvenom.register();
var stoneofthegreatsnake = VanillaFactory.createItem("bloodstone_of_the_great_snake");
stoneofthegreatsnake.maxStackSize = 64;
stoneofthegreatsnake.beaconPayment = false;
stoneofthegreatsnake.register();
var scatteringalloyingot = VanillaFactory.createItem("scattering_alloy_ingot");
scatteringalloyingot.maxStackSize = 64;
scatteringalloyingot.beaconPayment = false;
scatteringalloyingot.register();
var whitebangs = VanillaFactory.createItem("white_bangs");
whitebangs.maxStackSize = 64;
whitebangs.beaconPayment = false;
whitebangs.register();
var voxelcamel = VanillaFactory.createItem("voxel_camel");
voxelcamel.maxStackSize = 64;
voxelcamel.beaconPayment = false;
voxelcamel.register();
var greeneyebrows = VanillaFactory.createItem("green_eyebrows");
greeneyebrows.maxStackSize = 64;
greeneyebrows.beaconPayment = false;
greeneyebrows.register();
var grayscale = VanillaFactory.createItem("grayscale");
grayscale.maxStackSize = 64;
grayscale.beaconPayment = false;
grayscale.register();
var cuterabbithears = VanillaFactory.createItem("cute_rabbit_ears");
cuterabbithears.maxStackSize = 64;
cuterabbithears.beaconPayment = false;
cuterabbithears.register();
var timelordrelic = VanillaFactory.createItem("time_lord_relic");
timelordrelic.maxStackSize = 64;
timelordrelic.beaconPayment = false;
timelordrelic.register();
var timebeaconconstruct = VanillaFactory.createItem("time_beacon_construct");
timebeaconconstruct.maxStackSize = 64;
timebeaconconstruct.beaconPayment = false;
timebeaconconstruct.register();
var recursionofhistory = VanillaFactory.createItem("recursion_of_history");
recursionofhistory.maxStackSize = 64;
recursionofhistory.beaconPayment = false;
recursionofhistory.register();
var timebeacon = VanillaFactory.createItem("time_beacon");
timebeacon.maxStackSize = 64;
timebeacon.beaconPayment = false;
timebeacon.register();
var temporallinkage = VanillaFactory.createItem("temporal_linkage");
temporallinkage.maxStackSize = 64;
temporallinkage.beaconPayment = false;
temporallinkage.register();
var lyoniteframing = VanillaFactory.createItem("lyonite_framing");
lyoniteframing.maxStackSize = 64;
lyoniteframing.beaconPayment = false;
lyoniteframing.register();
var brightsteelalloyframing = VanillaFactory.createItem("brightsteel_alloy_framing");
brightsteelalloyframing.maxStackSize = 64;
brightsteelalloyframing.beaconPayment = false;
brightsteelalloyframing.register();
var wordsofactualization = VanillaFactory.createItem("words_of_actualization");
wordsofactualization.maxStackSize = 64;
wordsofactualization.beaconPayment = false;
wordsofactualization.register();
var radiationabsorbingplatestamp = VanillaFactory.createItem("radiation_absorbing_plate_stamp");
radiationabsorbingplatestamp.maxStackSize = 64;
radiationabsorbingplatestamp.beaconPayment = false;
radiationabsorbingplatestamp.register();
var selfconfinedneutrinoplasma = VanillaFactory.createItem("self_confined_neutrino_plasma");
selfconfinedneutrinoplasma.maxStackSize = 64;
selfconfinedneutrinoplasma.beaconPayment = false;
selfconfinedneutrinoplasma.register();
var threefoldstellaroscillator = VanillaFactory.createItem("threefold_stellar_oscillator");
threefoldstellaroscillator.maxStackSize = 64;
threefoldstellaroscillator.beaconPayment = false;
threefoldstellaroscillator.register();
var threefoldstellaringot = VanillaFactory.createItem("threefold_stellar_ingot");
threefoldstellaringot.maxStackSize = 64;
threefoldstellaringot.beaconPayment = false;
threefoldstellaringot.register();
var gildedmatter = VanillaFactory.createItem("gilded_matter");
gildedmatter.maxStackSize = 64;
gildedmatter.beaconPayment = false;
gildedmatter.register();
var blueplanet = VanillaFactory.createItem("blue_planet");
blueplanet.maxStackSize = 64;
blueplanet.beaconPayment = false;
blueplanet.register();
var fluixflowcircuit = VanillaFactory.createItem("fluix_flow_circuit");
fluixflowcircuit.maxStackSize = 64;
fluixflowcircuit.beaconPayment = false;
fluixflowcircuit.register();
var superconductiveheater = VanillaFactory.createItem("superconducting_heater");
superconductiveheater.maxStackSize = 64;
superconductiveheater.beaconPayment = false;
superconductiveheater.register();
var superconductivefluixblend = VanillaFactory.createItem("superconducting_fluix_blend");
superconductivefluixblend.maxStackSize = 64;
superconductivefluixblend.beaconPayment = false;
superconductivefluixblend.register();
var utopicspiresspecialdrop = VanillaFactory.createItem("utopic_spires_special_drop");
utopicspiresspecialdrop.maxStackSize = 64;
utopicspiresspecialdrop.beaconPayment = false;
utopicspiresspecialdrop.register();
var covetousincubator = VanillaFactory.createItem("covetous_incubator");
covetousincubator.maxStackSize = 64;
covetousincubator.beaconPayment = false;
covetousincubator.register();
var fulfilledshardofshadesmar = VanillaFactory.createItem("fulfilled_shard_of_shadesmar");
fulfilledshardofshadesmar.maxStackSize = 64;
fulfilledshardofshadesmar.beaconPayment = false;
fulfilledshardofshadesmar.register();
var fieryeleintingot = VanillaFactory.createItem("fiery_eleint_ingot");
fieryeleintingot.maxStackSize = 64;
fieryeleintingot.beaconPayment = false;
fieryeleintingot.register();
var ingotofshadesmar = VanillaFactory.createItem("ingot_of_shadesmar");
ingotofshadesmar.maxStackSize = 64;
ingotofshadesmar.beaconPayment = false;
ingotofshadesmar.register();
var constructofcreativefreedom = VanillaFactory.createItem("construct_of_creative_freedom");
constructofcreativefreedom.maxStackSize = 64;
constructofcreativefreedom.beaconPayment = false;
constructofcreativefreedom.register();
var temporalmechanism = VanillaFactory.createItem("temporal_mechanism");
temporalmechanism.maxStackSize = 64;
temporalmechanism.beaconPayment = false;
temporalmechanism.register();
var hopefulshardofshadesmar = VanillaFactory.createItem("hopeful_shard_of_shadesmar");
hopefulshardofshadesmar.maxStackSize = 64;
hopefulshardofshadesmar.beaconPayment = false;
hopefulshardofshadesmar.register();
var constructofthetimelords = VanillaFactory.createItem("construct_of_the_time_lords");
constructofthetimelords.maxStackSize = 64;
constructofthetimelords.beaconPayment = false;
constructofthetimelords.register();
var covetousnest = VanillaFactory.createItem("covetous_nest");
covetousnest.maxStackSize = 64;
covetousnest.beaconPayment = false;
covetousnest.register();
var covetouscocoon = VanillaFactory.createItem("covetous_cocoon");
covetouscocoon.maxStackSize = 64;
covetouscocoon.beaconPayment = false;
covetouscocoon.register();
var markofworthiness = VanillaFactory.createItem("mark_of_worthiness");
markofworthiness.maxStackSize = 64;
markofworthiness.beaconPayment = false;
markofworthiness.register();
var stargatebrickbase = VanillaFactory.createItem("stargate_brick_base");
stargatebrickbase.maxStackSize = 64;
stargatebrickbase.beaconPayment = false;
stargatebrickbase.register();
var spamfreeamericium = VanillaFactory.createItem("spam_free_americium_241");
spamfreeamericium.maxStackSize = 64;
spamfreeamericium.beaconPayment = false;
spamfreeamericium.register();
var matteroftheages = VanillaFactory.createItem("matter_of_the_ages");
matteroftheages.maxStackSize = 64;
matteroftheages.beaconPayment = false;
matteroftheages.register();
var twilighthordehistorical = VanillaFactory.createItem("twilight_horde_historical_chunk");
twilighthordehistorical.maxStackSize = 64;
twilighthordehistorical.beaconPayment = false;
twilighthordehistorical.register();
var historyofnaturallaw = VanillaFactory.createItem("history_of_natural_law");
historyofnaturallaw.maxStackSize = 64;
historyofnaturallaw.beaconPayment = false;
historyofnaturallaw.register();
var onepowerunleashedemerald = VanillaFactory.createItem("one_power_unleashed_emerald");
onepowerunleashedemerald.maxStackSize = 64;
onepowerunleashedemerald.beaconPayment = false;
onepowerunleashedemerald.glowing = true;
onepowerunleashedemerald.register();
var purefluixgeode = VanillaFactory.createItem("pure_fluix_geode");
purefluixgeode.maxStackSize = 64;
purefluixgeode.beaconPayment = false;
purefluixgeode.register();
+2 -2
View File
@@ -89,7 +89,7 @@ bonecreatureroll.addItemEntry(<thaumcraft:loot_bag:2>, 5);
val witherwizard = LootTweaker.getTable("aoa3:entities/mobs/nether/wither_wizard");
val witherwizardmoretokes = witherwizard.addPool("witherwizardmoretokes", 1, 1, 0, 0);
witherwizardmoretokes.addItemEntry(<aoa3:nether_tokens>, 5);
witherwizardmoretokes.addItemEntry(<contenttweaker:nether_terran_cluster>, 5);
witherwizardmoretokes.addItemEntry(<thaumictinkerer:kamiresource:1>, 5);
val chimera = LootTweaker.getTable("aoa3:entities/mobs/overworld/chimera");
val chimeraroll = chimera.addPool("chimeraroll", 1, 1, 0, 0);
@@ -678,7 +678,7 @@ pinkslimeextraroll.addItemEntry(<industrialforegoing:pink_slime>, 3);
val endertriplet = LootTweaker.getTable("divinerpg:entities/end/ender_triplets");
val endertripletshard = endertriplet.addPool("endertripletshard", 1, 1, 0, 0);
endertripletshard.addItemEntry(<contenttweaker:ender_terran_cluster>, 5);
endertripletshard.addItemEntry(<thaumictinkerer:kamiresource:0>, 5);
val lostcitiesloot = LootTweaker.getTable("lostcities:chests/lostcitychest");
val lostcitieslootmeatball = lostcitiesloot.addPool("lostcitieslootmeatball", 2, 3, 0, 0);
+1 -1
View File
@@ -151,7 +151,7 @@ stoneofdimensionalascension.itemRightClick = function(stack, world, player, hand
return "FAIL";
}
if (getBlockMatchAtPosition("contenttweaker:kami_essence_block", playerPos, [4,0,20], world) == 0) {
if (getBlockMatchAtPosition("thaumictinkerer:ichor_block", playerPos, [4,0,20], world) == 0) {
player.sendChat("在腐化虚空石壤的南侧,间隔一格放置一个神灵精华块 [4,0,20]");
return "FAIL";
}
+10 -1
View File
@@ -62,6 +62,16 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:draconic_machine_f
[<minecraft:dragon_egg>, <draconicevolution:draconium_block:0>, <nuclearcraft:fuel_mixed_oxide:1>, <draconicevolution:draconium_block:0>, <minecraft:dragon_egg>],
[<contenttweaker:indium_dust>, <minecraft:dragon_egg>, <draconicevolution:dragon_heart>, <minecraft:dragon_egg>, <contenttweaker:indium_dust>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:draconic_machine_frame>*10,
[[null, <minecraft:dragon_egg>, null, <draconicevolution:draconic_block>, <nuclearcraft:fuel_mixed_oxide:1>, <draconicevolution:draconic_block>, null, <minecraft:dragon_egg>, null],
[<minecraft:dragon_egg>, <contenttweaker:heart_of_the_cursed_wyvern>, <minecraft:dragon_egg>, <nuclearcraft:fuel_mixed_oxide:0>, <techreborn:machine_frame:2>, <nuclearcraft:fuel_mixed_oxide:0>, <minecraft:dragon_egg>, <contenttweaker:heart_of_the_cursed_wyvern>, <minecraft:dragon_egg>],
[null, <minecraft:dragon_egg>, null, <draconicevolution:draconic_block>, <nuclearcraft:fuel_mixed_oxide:1>, <draconicevolution:draconic_block>, null, <minecraft:dragon_egg>, null],
[<contenttweaker:indium_dust>, null, <contenttweaker:indium_dust>, null, <contenttweaker:indium_dust>, null, <contenttweaker:indium_dust>, null, <contenttweaker:indium_dust>],
[null, <draconicevolution:dragon_heart>, <contenttweaker:draconian_metal_ingot>, <draconicevolution:dragon_heart>, <contenttweaker:words_of_actualization>, <draconicevolution:dragon_heart>, <contenttweaker:draconian_metal_ingot>, <draconicevolution:dragon_heart>, null],
[<contenttweaker:indium_dust>, null, <contenttweaker:indium_dust>, null, <contenttweaker:indium_dust>, null, <contenttweaker:indium_dust>, null, <contenttweaker:indium_dust>],
[null, <minecraft:dragon_egg>, null, <draconicevolution:draconic_block>, <nuclearcraft:fuel_mixed_oxide:1>, <draconicevolution:draconic_block>, null, <minecraft:dragon_egg>, null],
[<minecraft:dragon_egg>, <contenttweaker:heart_of_the_cursed_wyvern>, <minecraft:dragon_egg>, <nuclearcraft:fuel_mixed_oxide:0>, <techreborn:machine_frame:2>, <nuclearcraft:fuel_mixed_oxide:0>, <minecraft:dragon_egg>, <contenttweaker:heart_of_the_cursed_wyvern>, <minecraft:dragon_egg>],
[null, <minecraft:dragon_egg>, null, <draconicevolution:draconic_block>, <nuclearcraft:fuel_mixed_oxide:1>, <draconicevolution:draconic_block>, null, <minecraft:dragon_egg>, null]]);
recipes.addShapeless(<minecraft:dragon_egg>,
@@ -531,4 +541,3 @@ recipes.addShapeless(<draconicevolution:tool_upgrade:11>*2,
+31
View File
@@ -862,6 +862,9 @@ recipes.addShapeless(<contenttweaker:ineffable_light>,
recipes.addShapeless(<contenttweaker:stone_of_constraint>,
[<contenttweaker:master_of_spellcraft>, <aoa3:gold_coin>, <thaumicaugmentation:gauntlet:1>, <projectex:matter:0>, <twilightforest:magic_beans>]);
recipes.addShapeless(<contenttweaker:twilit_venom>,
[<contenttweaker:master_of_spellcraft>, <aoa3:gold_coin>, <thaumicaugmentation:gauntlet:1>, <projectex:matter:0>, <twilightforest:magic_beans>]);
recipes.addShapeless(<contenttweaker:dark_capacitor_shard>,
[<contenttweaker:master_of_spellcraft>, <aoa3:gold_coin>, <thaumicaugmentation:gauntlet:1>, <projectex:matter:0>, <twilightforest:magic_beans>]);
@@ -1934,6 +1937,34 @@ recipes.addShapeless(<twilightforest:cinder_log>,
[<contenttweaker:dungeon_drop>, <contenttweaker:sacred_callstone>]);
recipes.addShapeless(<tardis:temporal_grace_circuits>,
[<contenttweaker:dungeon_drop>, <contenttweaker:time_lords_callstone>]);
recipes.addShapeless(<tardis:sonic_second>,
[<contenttweaker:dungeon_drop>, <contenttweaker:time_lords_callstone>]);
recipes.addShapeless(<contenttweaker:tribody_fabrial>,
[<contenttweaker:utopic_spires_special_drop>, <contenttweaker:miniature_black_hole>, <techreborn:machine_frame:0>]);
recipes.addShapeless(<contenttweaker:bluefire_divine_ore>,
[<contenttweaker:utopic_spires_special_drop>, <contenttweaker:miniature_black_hole>, <minecraft:stone>]);
recipes.addShapeless(<contenttweaker:unleashed_divine_ore>,
[<contenttweaker:utopic_spires_special_drop>, <contenttweaker:miniature_black_hole>, <minecraft:stone>]);
recipes.addShapeless(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "harmonic_fluid_lattice", Amount: 1000}}),
[<contenttweaker:utopic_spires_special_drop>, <contenttweaker:miniature_star>]);
recipes.addShapeless(<contenttweaker:temporal_linkage>,
[<contenttweaker:utopic_spires_special_drop>, <contenttweaker:miniature_pulsar>]);
recipes.addShapeless(<contenttweaker:self_confined_neutrino_plasma>,
[<contenttweaker:utopic_spires_special_drop>, <contenttweaker:miniature_pulsar>]);
recipes.addShapeless(<contenttweaker:covetous_incubator>,
[<contenttweaker:utopic_spires_special_drop>, <contenttweaker:miniature_white_hole>]);
+1 -1
View File
@@ -162,7 +162,7 @@ forgewyvascendedfluix4.build();
val infinitewishesrecipe = RecipeBuilder.newBuilder("infinitewishesrecipe","orb_of_infinite_wishes",40);
infinitewishesrecipe.addEnergyPerTickInput(2000000000);
infinitewishesrecipe.addLifeEssenceInput(1000000, false);
infinitewishesrecipe.addLifeEssenceInput(1000000, true);
infinitewishesrecipe.addWillInput("DEFAULT", 30,1,2000000);
infinitewishesrecipe.addWillInput("CORROSIVE", 30,1,2000000);
infinitewishesrecipe.addWillInput("DESTRUCTIVE", 30,1,2000000);
+1 -1
View File
@@ -918,7 +918,7 @@ mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/alta
scripts.PuzzleUtil.addPuzzleShaped("truetongue", <contenttweaker:memory_restoration_ritual>,
[[<minecraft:blaze_powder>.withTag({display: {Name: "ᚠᚣ",Lore:["§d§o真名§r"]}}), <abyssalcraft:abyingot>.withTag({display: {Name: "ᛔᚣᛕᛛᛂᚡᛁᛁ",Lore:["§d§o真名§r"]}}), <abyssalcraft:odb>.withTag({display: {Name: "ᛒᛟᛟᛦ᛫ᛒᛟᛟᛦ",Lore:["§d§o真名§r"]}})],
[<appliedenergistics2:material:42>.withTag({display: {Name: "ᛡᛒ",Lore:["§d§o真名§r"]}}), <contenttweaker:will_ensnaring_fabrial>, <aoa3:raw_charger_shank>.withTag({display: {Name: "ᛈᚺᚽᚥᛕᚽᚤ",Lore:["§d§o真名§r"]}})],
[<contenttweaker:defined_ingot>.withTag({display: {Name: "ᛑᛂᚠᛁᚿᛂᛑ᛫ᚧ",Lore:["§d§o真名§r"]}}), <contenttweaker:kami_cloth>.withTag({display: {Name: "ᚵᛊᛠᛔᛟᚤᛕᛊᚧ",Lore:["§d§o真名§r"]}}), <botania:rune:13>.withTag({display: {Name: "ᚥᚱᚣᛠᚻ",Lore:["§d§o真名§r"]}})]]);
[<contenttweaker:defined_ingot>.withTag({display: {Name: "ᛑᛂᚠᛁᚿᛂᛑ᛫ᚧ",Lore:["§d§o真名§r"]}}), <thaumictinkerer:kamiresource:4>.withTag({display: {Name: "ᚵᛊᛠᛔᛟᚤᛕᛊᚧ",Lore:["§d§o真名§r"]}}), <botania:rune:13>.withTag({display: {Name: "ᚥᚱᚣᛠᚻ",Lore:["§d§o真名§r"]}})]]);
recipes.addShaped(<contenttweaker:dread_cleansing_callstone>,
+8 -1
View File
@@ -29,4 +29,11 @@ mods.ItemStages.addItemStage("astralmastery", <extrabotany:buddhistrelics>.withT
mods.ItemStages.addItemStage("astralmastery", <extrabotany:buddhistrelics>.withTag({mode:7}));
mods.ItemStages.addItemStage("astralmastery", <extrabotany:buddhistrelics>.withTag({mode:8}));
mods.ItemStages.addItemStage("astralmastery", <extrabotany:buddhistrelics>.withTag({mode:9}));
mods.ItemStages.addItemStage("astralmastery", <extrabotany:buddhistrelics>.withTag({mode:10}));
mods.ItemStages.addItemStage("astralmastery", <extrabotany:buddhistrelics>.withTag({mode:10}));
mods.ItemStages.addItemStage("dynatos", <extrabotany:firstfractal>);
+28
View File
@@ -747,6 +747,18 @@ packsupportercauldron2.addItemInput(<contenttweaker:chaos_wood>);
packsupportercauldron2.addItemOutput(<contenttweaker:monumentally_sentient_meatball>);
packsupportercauldron2.build();
val packsupportercauldron3 = RecipeBuilder.newBuilder("packsupportercauldron3","terrestrial_cauldron",4);
packsupportercauldron3.addFluidInput(<fluid:essence_of_ilarity>*10);
packsupportercauldron3.addFluidInput(<fluid:matter_of_restraining>*10);
packsupportercauldron3.addItemInput(<contenttweaker:monumentally_sentient_meatball>);
packsupportercauldron3.addItemInput(<gendustry:honey_drop:13337>*32);
packsupportercauldron3.addItemInput(<contenttweaker:sentient_meatball_flesh>*32);
packsupportercauldron3.addItemInput(<contenttweaker:pure_twilight_matter>*8);
packsupportercauldron3.addItemInput(<contenttweaker:chaos_wood>*2);
packsupportercauldron3.addItemInput(<minecraft:prismarine:0>*64);
packsupportercauldron3.addItemOutput(<contenttweaker:monumentally_sentient_meatball>*2);
packsupportercauldron3.build();
recipes.addShaped(<contenttweaker:bewitched_cord>,
[[<bewitchment:spirit_string>, <dimdoors:world_thread>, <bewitchment:pure_filament>],
@@ -1039,6 +1051,22 @@ recursiumfragupgrade5.addItemOutput(<contenttweaker:recursium_ingot>*16);
recursiumfragupgrade5.build();
val creataltbetterrecfragterra = RecipeBuilder.newBuilder("creataltbetterrecfragterra","creation_altar",20);
creataltbetterrecfragterra.addEnergyPerTickInput(400000000);
creataltbetterrecfragterra.addFluidInput(<fluid:twilight_fire>*30000);
creataltbetterrecfragterra.addFluidInput(<fluid:sacred_spring_fire>*30000);
creataltbetterrecfragterra.addFluidInput(<fluid:fierymetal>*1000000);
creataltbetterrecfragterra.addFluidInput(<fluid:knightmetal>*1000000);
creataltbetterrecfragterra.addFluidInput(<fluid:ghostly_matter>*100000);
creataltbetterrecfragterra.addFluidInput(<fluid:liquid_life>*100000);
creataltbetterrecfragterra.addItemInput(<contenttweaker:scattering_alloy_ingot>*4);
creataltbetterrecfragterra.addItemInput(<contenttweaker:crimson_warren_remains>*4);
creataltbetterrecfragterra.addFluidOutput(<fluid:flame_of_the_twilight_forest>*60000);
creataltbetterrecfragterra.build();
+16 -1
View File
@@ -15,6 +15,21 @@ mods.extendedcrafting.TableCrafting.addShaped(<immersiveengineering:stone_decora
[<tconstruct:materials:2>, <minecraft:sandstone>, <tconstruct:materials:2>],
[<tardis:gallifreyan_sand>, <tconstruct:materials:2>, <tardis:gallifreyan_sand>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:stargate_brick_base>*32,
[[<tardis:gallifreyan_sand>, <tconstruct:dried_clay:1>, <tardis:gallifreyan_sand>],
[<tconstruct:dried_clay:1>, <contenttweaker:stargate_sand>, <tconstruct:dried_clay:1>],
[<tardis:gallifreyan_sand>, <tconstruct:dried_clay:1>, <tardis:gallifreyan_sand>]]);
mods.extendedcrafting.TableCrafting.addShaped(<immersiveengineering:stone_decoration:0>*64,
[[<contenttweaker:ichorium_void_stone>, <tconstruct:materials:2>, <contenttweaker:ichorium_void_stone>],
[<tconstruct:materials:2>, <minecraft:sandstone>, <tconstruct:materials:2>],
[<contenttweaker:ichorium_void_stone>, <tconstruct:materials:2>, <contenttweaker:ichorium_void_stone>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:stargate_brick_base>*48,
[[<contenttweaker:ichorium_void_stone>, <tconstruct:dried_clay:1>, <contenttweaker:ichorium_void_stone>],
[<tconstruct:dried_clay:1>, <contenttweaker:stargate_sand>, <tconstruct:dried_clay:1>],
[<contenttweaker:ichorium_void_stone>, <tconstruct:dried_clay:1>, <contenttweaker:ichorium_void_stone>]]);
recipes.removeShaped(<immersiveengineering:stone_decoration:1>);
@@ -74,4 +89,4 @@ mods.extendedcrafting.TableCrafting.addShaped(<immersiveengineering:railgun>.wit
[<contenttweaker:gun_devil_piece>, <contenttweaker:fluctuating_alloy>, <immersiveengineering:metal_device0:2>, <immersiveengineering:material:13>, <contenttweaker:gun_devil_piece>],
[<contenttweaker:gun_devil_piece>, <immersiveengineering:metal_decoration0:1>, <contenttweaker:stellar_alloy_shaft>, <immersiveengineering:metal_device0:2>, <contenttweaker:gun_devil_piece>],
[<contenttweaker:gun_devil_piece>, <immersiveengineering:material:14>, <immersiveengineering:metal_decoration0:1>, <contenttweaker:fluctuating_alloy>, <contenttweaker:gun_devil_piece>],
[<contenttweaker:gun_devil_piece>, <contenttweaker:gun_devil_piece>, <contenttweaker:gun_devil_piece>, <contenttweaker:gun_devil_piece>, <contenttweaker:gun_devil_piece>]]);
[<contenttweaker:gun_devil_piece>, <contenttweaker:gun_devil_piece>, <contenttweaker:gun_devil_piece>, <contenttweaker:gun_devil_piece>, <contenttweaker:gun_devil_piece>]]);
+1 -1
View File
@@ -24,5 +24,5 @@ mods.jei.JEI.hideCategory("threng.purify");
mods.jei.JEI.hideCategory("melter");
mods.jei.JEI.hideCategory("zmaster587.AR.platePresser");
+31 -2
View File
@@ -4906,13 +4906,15 @@ mods.jei.JEI.addDescription([
mods.jei.JEI.addDescription([
<contenttweaker:infusion_pseudo_automation>],
[
"为帮助简化重复性的神秘时代注魔配方,模块化路由器可作为辅助批量合成的工具。",
"通过使用注魔爪和模块化路由器,可以自动化神秘时代的注魔合成。",
"",
"当注魔爪被放置在符文矩阵上方时,可通过红石信号实现神秘时代注魔配方的自动化。",
"",
"发送模块可绑定到中心的奥术基座,周围的其他所有基座则可以使用分配模块进行绑定。",
"",
"注意,根据实际配方,你需要调整放入路由器的物品顺序,以及发送模块在路由器中的位置。如果发送模块排在首位,则中心物品应始终放置在首位。",
"",
"所有物品放置到基座上后,用护手启动配方即可。只需确保有充足的源质供应和稳定度。",
"所有物品放置到基座上后,只需向注魔爪发送红石信号即可启动配方。记得确保有充足的要素供应和稳定度。",
"",
"此类方法可与ME接口配合使用。只需确保不要在一套注魔装置上同时进行多个配方。",
"",
@@ -4961,4 +4963,31 @@ mods.jei.JEI.addDescription([
mods.jei.JEI.addDescription([
<gadothaumy:infusion_claw>],
[
"将注魔爪方块放置在符文矩阵上方时,可实现神秘时代注魔配方的自动化。",
"",
"若供应有正确的源质与物品原料,向注魔爪发送红石信号即可启动注魔,效果等同于用法师护手点击符文矩阵。",
"",
"注意:注魔过程仍遵循不稳定度规则,若缺少正确的源质,注魔依然会失败。"
]);
mods.jei.JEI.addDescription([
<contenttweaker:spam_free_americium_241>],
[
"本文介绍两种快速制取镅-241的方法。这两套方案并非最紧凑的布局,但能帮你在游戏后期避免大量堆砌机器 ;)",
"",
"第一条生产链,步骤更多,机器堆得更少:",
"1. TBU",
"2. 低密度铀-233",
"3. 低密度镎-236",
"4. 高密度钚-239",
"",
"第二条生产链,步骤更少,同位素分离器用的更多:",
"1. MOX-239",
"2. 高密度钚-239"
]);
+28
View File
@@ -282,8 +282,29 @@ hungeringsoulmeatball3.addItemInput(<contenttweaker:world_corrupting_sentient_me
hungeringsoulmeatball3.addItemOutput(<contenttweaker:hungering_world_soul>*30);
hungeringsoulmeatball3.build();
recipes.addShaped(<contenttweaker:covetous_nest>*4,
[[<contenttweaker:everburning_recursion_fragment>, <iceandfire:nest>, <contenttweaker:everburning_recursion_fragment>],
[<iceandfire:nest>, <contenttweaker:covetous_incubator>, <iceandfire:nest>],
[<contenttweaker:everburning_recursion_fragment>, <iceandfire:nest>, <contenttweaker:everburning_recursion_fragment>]]);
val hungeringsoulmeatball4 = RecipeBuilder.newBuilder("hungeringsoulmeatball4","shrine_of_the_sentient_meatballs",80);
hungeringsoulmeatball4.addEnergyPerTickInput(2000000000);
hungeringsoulmeatball4.addWillInput("DEFAULT", 95,0,1000000);
hungeringsoulmeatball4.addWillInput("CORROSIVE", 95,0,1000000);
hungeringsoulmeatball4.addWillInput("DESTRUCTIVE", 95,0,1000000);
hungeringsoulmeatball4.addWillInput("VENGEFUL", 95,0,1000000);
hungeringsoulmeatball4.addWillInput("STEADFAST", 95,0,1000000);
hungeringsoulmeatball4.addFluidInput(<fluid:flesh_world_ichor>*150000);
hungeringsoulmeatball4.addFluidInput(<fluid:imperial_abyssite>*4000);
hungeringsoulmeatball4.addItemInput(<contenttweaker:jewel_of_pure_void>*20);
hungeringsoulmeatball4.addItemInput(<contenttweaker:shrieking_soul>*8);
hungeringsoulmeatball4.addItemInput(<contenttweaker:covetous_cocoon>*30);
hungeringsoulmeatball4.addItemInput(<contenttweaker:abyssal_flesh>*120);
hungeringsoulmeatball4.addItemInput(<contenttweaker:world_corrupting_sentient_meatball>*40);
hungeringsoulmeatball4.addItemOutput(<contenttweaker:hungering_world_soul>*90);
hungeringsoulmeatball4.build();
mods.nuclearcraft.infuser.addRecipe([<avaritia:resource:5>, <fluid:fractallite_halite>*12, <avaritiaitem:fractallite_halite_catalyst>]);
@@ -358,6 +379,13 @@ recipes.addShaped(<forge:bucketfilled>.withTag({FluidName: "gluttonous_lymph", A
[<contenttweaker:meatballium_ingot>, <contenttweaker:staff_of_the_lord_of_gluttony>.reuse(), <contenttweaker:meatballium_ingot>],
[<draconicevolution:chaos_shard:3>, <forge:bucketfilled>.withTag({FluidName: "vital_lymph", Amount: 1000}), <draconicevolution:chaos_shard:3>]]);
recipes.addShaped(<contenttweaker:meatballium_ingot>*8,
[[<contenttweaker:meatballium_323>, <contenttweaker:meatballium_323>, <contenttweaker:meatballium_328>],
[<contenttweaker:meatballium_323>, <contenttweaker:staff_of_the_lord_of_gluttony>.reuse(), <contenttweaker:meatballium_328>],
[<contenttweaker:meatballium_323>, <contenttweaker:meatballium_328>, <contenttweaker:meatballium_328>]]);
mods.abyssalcraft.InfusionRitual.addRitual("KashanWarperInf",
4, 0,
100000,
+12
View File
@@ -542,3 +542,15 @@ masterspellvinculum.itemRightClick = function(stack, world, player, hand) {
masterspellvinculum.register();
var masterspellexanimis = VanillaFactory.createItem("master_spell_exanimis");
masterspellexanimis.maxStackSize = 1;
masterspellexanimis.glowing = true;
masterspellexanimis.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("summon bewitchment:snake ~ ~3 ~ {HandItems:[{Count:1,id:\"contenttweaker:twilit_venom\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"费图奇尼,危险面条\",Attributes:[{Name:generic.maxHealth, Base:3000.0},{Name:generic.attackDamage, Base:50.0}],Health:3000f}", player, world, false, true);
return "Pass";
};
masterspellexanimis.register();
+48 -1
View File
@@ -11,4 +11,51 @@ mods.extendedcrafting.CombinationCrafting.addRecipe(<thaumadditions:mithminite_i
[<thaumadditions:adaminite_ingot>,
<thaumadditions:adaminite_ingot>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:enhanced_chaos_fragment>]);
<contenttweaker:enhanced_chaos_fragment>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<thaumadditions:mithminite_ingot>*5,
300,
<contenttweaker:crimson_ichor>,
[<thaumadditions:adaminite_ingot>,
<thaumadditions:adaminite_ingot>,
<thaumadditions:adaminite_ingot>,
<thaumadditions:adaminite_ingot>,
<thaumadditions:adaminite_ingot>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:enhanced_chaos_shard>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<thaumadditions:mithminite_ingot>*10,
300,
<contenttweaker:ichorium_void_stone>,
[<thaumadditions:adaminite_block>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:ghoul_spirit>,
<contenttweaker:crimson_ichor>,
<contenttweaker:crimson_ichor>,
<contenttweaker:enhanced_chaos_shard>,
<contenttweaker:enhanced_chaos_shard>]);
+5 -6
View File
@@ -19,7 +19,7 @@ val ezpzbloodmorenet = RecipeBuilder.newBuilder("ezpzbloodmorenet","blood_god_al
ezpzbloodmorenet.addFluidInput(<fluid:water>*1000);
ezpzbloodmorenet.addItemInput(<contenttweaker:droplet_of_the_great_snake>);
ezpzbloodmorenet.setChance(0.0);
ezpzbloodmorenet.addLifeEssenceOutput(100000, false);
ezpzbloodmorenet.addLifeEssenceOutput(100000, true);
ezpzbloodmorenet.build();
val ezpzbloodmed = RecipeBuilder.newBuilder("ezpzbloodmed","blood_god_altar",10);
@@ -34,28 +34,27 @@ ezpzbloodnet.addFluidInput(<fluid:water>*1000);
ezpzbloodnet.addItemInput(<contenttweaker:eldrich_blood_slime>);
ezpzbloodnet.setChance(0.0);
// ezpzbloodnet.addFluidOutput(<fluid:lifeessence>*1000);
ezpzbloodnet.addLifeEssenceOutput(1000, false);
ezpzbloodnet.addLifeEssenceOutput(1000, true);
ezpzbloodnet.build();
val rheniumbloodnet = RecipeBuilder.newBuilder("rheniumbloodnet","blood_god_altar_network",50);
rheniumbloodnet.addFluidInput(<fluid:rhenium>*144);
rheniumbloodnet.addItemInput(<contenttweaker:eldrich_blood_slime>);
rheniumbloodnet.setChance(0.0);
rheniumbloodnet.addLifeEssenceOutput(6000, false);
rheniumbloodnet.addLifeEssenceOutput(6000, true);
rheniumbloodnet.build();
val ezpzbloodnetflask = RecipeBuilder.newBuilder("ezpzbloodnetflask","blood_god_altar_network",50);
ezpzbloodnetflask.addFluidInput(<fluid:water>*1000);
ezpzbloodnetflask.addItemInput(<contenttweaker:everbloody_flask>);
ezpzbloodnetflask.setChance(0.0);
ezpzbloodnetflask.addLifeEssenceOutput(10000, false);
ezpzbloodnetflask.addLifeEssenceOutput(10000, true);
ezpzbloodnetflask.build();
val ezpzbloodnetsnek = RecipeBuilder.newBuilder("ezpzbloodnetsnek","blood_god_altar_network",5);
ezpzbloodnetsnek.addFluidInput(<fluid:rhenium>*144);
ezpzbloodnetsnek.addItemInput(<contenttweaker:everbloody_flask>);
ezpzbloodnetsnek.setChance(0.0);
ezpzbloodnetsnek.addLifeEssenceOutput(100000, false);
ezpzbloodnetsnek.addLifeEssenceOutput(100000, true);
ezpzbloodnetsnek.build();
+31
View File
@@ -117,6 +117,27 @@ recipes.addShaped(<contenttweaker:speech_of_natural_law>*4,
[<botania:storage:1>, <contenttweaker:greater_gaia_spirit>, <botania:storage:1>]]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:history_of_natural_law>*16,
100,
<contenttweaker:one_power_unleashed_emerald>,
[<contenttweaker:speech_of_natural_law>, <contenttweaker:gilded_matter>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:pure_fluix_geode>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:gilded_matter>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:arbiterite_crystal>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:gilded_matter>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:pure_fluix_geode>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:gilded_matter>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:arbiterite_crystal>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:gilded_matter>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:pure_fluix_geode>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:gilded_matter>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:arbiterite_crystal>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:gilded_matter>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:pure_fluix_geode>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:gilded_matter>,
<contenttweaker:speech_of_natural_law>, <contenttweaker:arbiterite_crystal>]);
val aesirresonator7 = RecipeBuilder.newBuilder("aesirresonator7","aesir_resonator",2);
aesirresonator7.addEssentiaInput("mortuus",100);
aesirresonator7.addEssentiaInput("stellae",100);
@@ -197,3 +218,13 @@ aesirresonator15.addItemOutput(<contenttweaker:metagabbro>*64);
aesirresonator15.build();
val aesirresonator16 = RecipeBuilder.newBuilder("aesirresonator16","aesir_resonator",2);
aesirresonator16.addEssentiaInput("mortuus",150);
aesirresonator16.addEssentiaInput("stellae",150);
aesirresonator16.addEssentiaInput("vacuos",150);
aesirresonator16.addEssentiaInput("permutatio",150);
aesirresonator16.addItemInput(<contenttweaker:history_of_natural_law>);
aesirresonator16.addItemInput(<contenttweaker:fractal_fragment_natural_law>);
aesirresonator16.addItemOutput(<contenttweaker:fractal_fragment_natural_law>*12);
aesirresonator16.addItemOutput(<biomesoplenty:terrestrial_artifact>*1);
aesirresonator16.build();
+12
View File
@@ -33,6 +33,18 @@ baphometaltar1.addItemInput(<extendedcrafting:material:33>*4);
baphometaltar1.addItemOutput(<contenttweaker:advanced_mythic_electronic_circuit>);
baphometaltar1.build();
val baphometaltar2 = RecipeBuilder.newBuilder("baphometaltar2","baphomet_altar",30);
baphometaltar2.addItemInput(<contenttweaker:mythic_electronic_circuit>*4);
baphometaltar2.addItemInput(<extendedcrafting:material:32>*2);
baphometaltar2.addItemOutput(<contenttweaker:advanced_mythic_electronic_circuit>*4);
baphometaltar2.build();
val baphometaltar3 = RecipeBuilder.newBuilder("baphometaltar3","baphomet_altar",30);
baphometaltar3.addItemInput(<contenttweaker:mythic_electronic_circuit>*16);
baphometaltar3.addItemInput(<extendedcrafting:storage:4>*2);
baphometaltar3.addItemOutput(<contenttweaker:advanced_mythic_electronic_circuit>*16);
baphometaltar3.build();
recipes.addShaped(<contenttweaker:mythic_electronic_circuit>,
[[<aoa3:vox_ponds_tokens>, <aoa3:mysterium_tokens>, <aoa3:iromine_tokens>],
[<aoa3:crystevia_tokens>, <techreborn:part:30>, <aoa3:haven_tokens>],
+16 -10
View File
@@ -117,7 +117,7 @@ elemaltar10.addItemOutput(<bloodmagic:component:29>);
elemaltar10.build();
val elemaltar11 = RecipeBuilder.newBuilder("elemaltar11","elemental_altar",10);
elemaltar11.addLifeEssenceInput(1000, false);
elemaltar11.addLifeEssenceInput(1000, true);
elemaltar11.addItemInput(<bloodmagic:component:11>);
elemaltar11.addItemInput(<bloodmagic:arcane_ashes>);
elemaltar11.addItemInput(<abyssalcraft:odbcore>);
@@ -128,7 +128,7 @@ elemaltar11.addItemOutput(<contenttweaker:essence_fear>);
elemaltar11.build();
val elemaltar11a = RecipeBuilder.newBuilder("elemaltar11a","elemental_altar",10);
elemaltar11a.addLifeEssenceInput(1000, false);
elemaltar11a.addLifeEssenceInput(1000, true);
elemaltar11a.addItemInput(<bloodmagic:component:11>);
elemaltar11a.addItemInput(<contenttweaker:lanthanum_salt>);
elemaltar11a.addItemInput(<abyssalcraft:odbcore>);
@@ -139,7 +139,7 @@ elemaltar11a.addItemOutput(<contenttweaker:essence_fear>);
elemaltar11a.build();
val elemaltar12 = RecipeBuilder.newBuilder("elemaltar12","elemental_altar",10);
elemaltar12.addLifeEssenceInput(1000, false);
elemaltar12.addLifeEssenceInput(1000, true);
elemaltar12.addItemInput(<gendustry:gene_sample>.withTag({species: "rootTrees", chromosome: 0, allele: "forestry.treeOak"}));
elemaltar12.addItemInput(<bloodarsenal:blood_infused_wooden_log>);
elemaltar12.addItemInput(<abyssalcraft:crystal:14>);
@@ -149,7 +149,7 @@ elemaltar12.addItemOutput(<forestry:logs.5:2>);
elemaltar12.build();
val elemaltar13 = RecipeBuilder.newBuilder("elemaltar13","elemental_altar",10);
elemaltar13.addLifeEssenceInput(1000, false);
elemaltar13.addLifeEssenceInput(1000, true);
elemaltar13.addItemInput(<bloodmagic:component:4>);
elemaltar13.addItemInput(<bloodmagic:arcane_ashes>);
elemaltar13.addItemInput(<abyssalcraft:odbcore>);
@@ -160,7 +160,7 @@ elemaltar13.addItemOutput(<contenttweaker:essence_solitude>);
elemaltar13.build();
val elemaltar13a = RecipeBuilder.newBuilder("elemaltar13a","elemental_altar",10);
elemaltar13a.addLifeEssenceInput(1000, false);
elemaltar13a.addLifeEssenceInput(1000, true);
elemaltar13a.addItemInput(<bloodmagic:component:4>);
elemaltar13a.addItemInput(<contenttweaker:lanthanum_salt>);
elemaltar13a.addItemInput(<abyssalcraft:odbcore>);
@@ -171,7 +171,7 @@ elemaltar13a.addItemOutput(<contenttweaker:essence_solitude>);
elemaltar13a.build();
val elemaltar14 = RecipeBuilder.newBuilder("elemaltar14","elemental_altar",10);
elemaltar14.addLifeEssenceInput(1000, false);
elemaltar14.addLifeEssenceInput(1000, true);
elemaltar14.addItemInput(<minecraft:gunpowder>);
elemaltar14.addItemInput(<minecraft:nether_wart>);
elemaltar14.addItemInput(<minecraft:dye:4>);
@@ -179,7 +179,7 @@ elemaltar14.addItemOutput(<bloodmagic:component:28>);
elemaltar14.build();
val elemaltar15 = RecipeBuilder.newBuilder("elemaltar15","elemental_altar",10);
elemaltar15.addLifeEssenceInput(1000, false);
elemaltar15.addLifeEssenceInput(1000, true);
elemaltar15.addItemInput(<ore:dustCoal>);
elemaltar15.addItemInput(<minecraft:gunpowder>);
elemaltar15.addItemInput(<minecraft:redstone>);
@@ -190,14 +190,14 @@ elemaltar15.addItemOutput(<bloodmagic:cutting_fluid:0>);
elemaltar15.build();
val elemaltar16 = RecipeBuilder.newBuilder("elemaltar16","elemental_altar",10);
elemaltar16.addLifeEssenceInput(100, false);
elemaltar16.addLifeEssenceInput(100, true);
elemaltar16.addItemInput(<materialpart:sednanite:ingot>);
elemaltar16.addFluidOutput(<fluid:innerved_fissile_matter>*1000);
elemaltar16.build();
val elemaltar17 = RecipeBuilder.newBuilder("elemaltar17","elemental_altar",5);
elemaltar17.addLifeEssenceInput(1000, false);
elemaltar17.addLifeEssenceInput(1000, true);
elemaltar17.addItemInput(<contenttweaker:deep_metamorphic_rock>*64);
elemaltar17.addItemInput(<extendedcrafting:material:33>*64);
elemaltar17.addItemInput(<ore:ingotBloodmasterMetal>*64);
@@ -208,7 +208,7 @@ elemaltar17.addItemOutput(<contenttweaker:deep_slate_catalyst>*64);
elemaltar17.build();
val elemaltar18 = RecipeBuilder.newBuilder("elemaltar18","elemental_altar",5);
elemaltar18.addLifeEssenceInput(1000, false);
elemaltar18.addLifeEssenceInput(1000, true);
elemaltar18.addItemInput(<contenttweaker:screaming_blood_slime>*16);
elemaltar18.addItemInput(<contenttweaker:pale_metal>*16);
elemaltar18.addItemOutput(<contenttweaker:shrieking_metal>*32);
@@ -428,3 +428,9 @@ fluidelemaltar17.addItemInput(<divinerpg:molten_shards>*64);
fluidelemaltar17.addItemOutput(<contenttweaker:deep_slate_catalyst>*64);
fluidelemaltar17.build();
val fluidelemaltar18 = RecipeBuilder.newBuilder("fluidelemaltar18","elemental_altar",5);
fluidelemaltar18.addFluidInput(<fluid:lifeessence>*1000);
fluidelemaltar18.addItemInput(<contenttweaker:screaming_blood_slime>*16);
fluidelemaltar18.addItemInput(<contenttweaker:pale_metal>*16);
fluidelemaltar18.addItemOutput(<contenttweaker:shrieking_metal>*32);
fluidelemaltar18.build();
+30
View File
@@ -336,6 +336,8 @@ bot34.build();
val gaiaaltarentropynium = RecipeBuilder.newBuilder("gaiaaltarentropynium","gaia_altar",30);
gaiaaltarentropynium.addEnergyPerTickInput(40000);
gaiaaltarentropynium.addItemInput(<contenttweaker:entropic_seedling>);
@@ -477,4 +479,32 @@ bot46.addItemInput(<extrabotany:material:3>*4);
bot46.addItemOutput(<extrabotany:cocoondesire>*4);
bot46.build();
val bot47 = RecipeBuilder.newBuilder("bot47","gaia_altar",60);
bot47.addEnergyPerTickInput(40000);
bot47.addItemInput(<tconstruct:hammer>.withTag({TinkerData: {Materials: ["hopebringer_metal", "hopebringer_metal", "hopebringer_metal", "hopebringer_metal"]}, Traits: ["twilit"]}));
bot47.setChance(0.0);
bot47.addItemInput(<botania:storage:1>*16);
bot47.addItemInput(<extrabotany:material:2>*128);
bot47.addItemInput(<extrabotany:material:3>*32);
bot47.addItemOutput(<extrabotany:cocoondesire>*32);
bot47.build();
val bot48 = RecipeBuilder.newBuilder("bot48","gaia_altar",60);
bot48.addEnergyPerTickInput(40000);
bot48.addItemInput(<extrabotany:cocoondesire>*32);
bot48.addItemInput(<contenttweaker:covetous_nest>*1);
bot48.addItemInput(<contenttweaker:covetous_nest>*1);
bot48.addItemInput(<contenttweaker:one_power_aspected_emerald>*16);
bot48.addItemOutput(<contenttweaker:covetous_cocoon>*32);
bot48.build();
val bot49 = RecipeBuilder.newBuilder("bot49","gaia_altar",60);
bot49.addEnergyPerTickInput(40000);
bot49.addItemInput(<contenttweaker:twilight_horde_historical_chunk>*80);
bot49.addItemOutput(<divinerpg:eden_chunk>*256);
bot49.addItemOutput(<divinerpg:wildwood_chunk>*256);
bot49.addItemOutput(<divinerpg:apalachia_chunk>*256);
bot49.addItemOutput(<divinerpg:skythern_chunk>*256);
bot49.addItemOutput(<divinerpg:mortum_chunk>*256);
bot49.build();
+101 -1
View File
@@ -93,6 +93,24 @@ castcons15.build();
val castcons16 = RecipeBuilder.newBuilder("castcons16","seared_caster",20);
castcons16.addFluidInput(<fluid:yttrium_ruthenium>*200);
castcons16.addItemInput(<ore:paneGlass>*1);
castcons16.addItemOutput(<contenttweaker:yttrium_ruthenium_cluster>*1);
castcons16.build();
val castcons17 = RecipeBuilder.newBuilder("castcons17","seared_caster",20);
castcons17.addFluidInput(<fluid:berserker_steel>*1296);
castcons17.addItemInput(<contenttweaker:fractallite_radiation_shielding>*1);
castcons17.addItemOutput(<contenttweaker:radiation_absorbing_plate_stamp>*1);
castcons17.build();
val castcons18 = RecipeBuilder.newBuilder("castcons18","seared_caster",20);
castcons18.addFluidInput(<fluid:pure_fluix_matter>*50000);
castcons18.addItemInput(<contenttweaker:ascended_sky_stone>*1);
castcons18.addItemOutput(<contenttweaker:pure_fluix_geode>*1);
castcons18.build();
@@ -480,7 +498,89 @@ castcouch54.setChance(0.0);
castcouch54.addItemOutput(<tconstruct:tough_tool_rod>.withTag({Material: "vibranium_alloy"}));
castcouch54.build();
val castcouch55 = RecipeBuilder.newBuilder("castcouch55","seared_caster",20);
castcouch55.addFluidInput(<fluid:caesium>*288);
castcouch55.addItemInput(<contenttweaker:shard_of_restored_faith>);
castcouch55.setChance(0.0);
castcouch55.addItemOutput(<contenttweaker:shard_of_restored_faith>);
castcouch55.build();
val castcouch56 = RecipeBuilder.newBuilder("castcouch56","seared_caster",20);
castcouch56.addFluidInput(<fluid:rubidium>*288);
castcouch56.addItemInput(<contenttweaker:shard_of_forgotten_fear_of_death>);
castcouch56.setChance(0.0);
castcouch56.addItemOutput(<contenttweaker:shard_of_forgotten_fear_of_death>);
castcouch56.build();
val castcouch57 = RecipeBuilder.newBuilder("castcouch57","seared_caster",20);
castcouch57.addFluidInput(<fluid:polonium>*288);
castcouch57.addItemInput(<contenttweaker:shard_of_forgiven_lost_time>);
castcouch57.setChance(0.0);
castcouch57.addItemOutput(<contenttweaker:shard_of_forgiven_lost_time>);
castcouch57.build();
val castcouch58 = RecipeBuilder.newBuilder("castcouch58","seared_caster",20);
castcouch58.addFluidInput(<fluid:strontium>*288);
castcouch58.addItemInput(<contenttweaker:shard_of_rekindled_heritage>);
castcouch58.setChance(0.0);
castcouch58.addItemOutput(<contenttweaker:shard_of_rekindled_heritage>);
castcouch58.build();
val castcouch59 = RecipeBuilder.newBuilder("castcouch59","seared_caster",20);
castcouch59.addFluidInput(<fluid:crystalline_ichorium>*72);
castcouch59.addItemInput(<contenttweaker:shard_of_no_hidden_intentions>);
castcouch59.setChance(0.0);
castcouch59.addItemOutput(<contenttweaker:shard_of_no_hidden_intentions>);
castcouch59.build();
val castcouch60 = RecipeBuilder.newBuilder("castcouch60","seared_caster",20);
castcouch60.addFluidInput(<fluid:hihi_irokane>*72);
castcouch60.addItemInput(<contenttweaker:shard_of_physical_healing>);
castcouch60.setChance(0.0);
castcouch60.addItemOutput(<contenttweaker:shard_of_physical_healing>);
castcouch60.build();
val castcouch61 = RecipeBuilder.newBuilder("castcouch61","seared_caster",20);
castcouch61.addFluidInput(<fluid:parafrosynium>*72);
castcouch61.addItemInput(<contenttweaker:shard_of_realized_worth>);
castcouch61.setChance(0.0);
castcouch61.addItemOutput(<contenttweaker:shard_of_realized_worth>);
castcouch61.build();
val castcouch62 = RecipeBuilder.newBuilder("castcouch62","seared_caster",20);
castcouch62.addFluidInput(<fluid:orichalcum>*72);
castcouch62.addItemInput(<contenttweaker:shard_of_restored_relationship>);
castcouch62.setChance(0.0);
castcouch62.addItemOutput(<contenttweaker:shard_of_restored_relationship>);
castcouch62.build();
val castcouch63 = RecipeBuilder.newBuilder("castcouch63","seared_caster",20);
castcouch63.addFluidInput(<fluid:hassium>*288);
castcouch63.addItemInput(<contenttweaker:shard_of_surrender>);
castcouch63.setChance(0.0);
castcouch63.addItemOutput(<contenttweaker:shard_of_surrender>);
castcouch63.build();
val castcouch64 = RecipeBuilder.newBuilder("castcouch64","seared_caster",20);
castcouch64.addFluidInput(<fluid:shyrestone>*288);
castcouch64.addItemInput(<contenttweaker:shard_of_individual_freedom>);
castcouch64.setChance(0.0);
castcouch64.addItemOutput(<contenttweaker:shard_of_individual_freedom>);
castcouch64.build();
val castcouch65 = RecipeBuilder.newBuilder("castcouch65","seared_caster",20);
castcouch65.addFluidInput(<fluid:meatballium>*288);
castcouch65.addItemInput(<contenttweaker:shard_of_controlled_gluttony>);
castcouch65.setChance(0.0);
castcouch65.addItemOutput(<contenttweaker:shard_of_controlled_gluttony>);
castcouch65.build();
val castcouch66 = RecipeBuilder.newBuilder("castcouch66","seared_caster",20);
castcouch66.addFluidInput(<fluid:arbiterium>*288);
castcouch66.addItemInput(<contenttweaker:shard_of_humble_education>);
castcouch66.setChance(0.0);
castcouch66.addItemOutput(<contenttweaker:shard_of_humble_education>);
castcouch66.build();
+181
View File
@@ -29,6 +29,40 @@ recipes.addShaped(<contenttweaker:cyclical_fluix_etcher>,
[<contenttweaker:solid_high_grade_space_time_fuel>, <contenttweaker:universal_fluix_etcher>, <contenttweaker:solid_high_grade_space_time_fuel>],
[<contenttweaker:hyperuranion_conduit>, <contenttweaker:fractallite_quantum>, <contenttweaker:hyperuranion_conduit>]]);
recipes.addShaped(<contenttweaker:fluix_logic_chipset>*1,
[[<avaritia:resource:4>, <appliedenergistics2:material:45>, <avaritia:resource:4>],
[<appliedenergistics2:material:43>, <threng:material:4>, <appliedenergistics2:material:44>],
[<avaritia:resource:4>, <appliedenergistics2:material:12>, <avaritia:resource:4>]]);
recipes.addShaped(<contenttweaker:fluix_logic_chipset>*2,
[[<avaritia:resource:4>, <appliedenergistics2:material:45>, <avaritia:resource:4>],
[<appliedenergistics2:material:43>, <threng:material:4>, <appliedenergistics2:material:44>],
[<avaritia:resource:4>, <contenttweaker:rarified_fluix_crystal>, <avaritia:resource:4>]]);
recipes.addShaped(<contenttweaker:fluix_logic_chipset>*4,
[[<avaritia:resource:4>, <appliedenergistics2:material:45>, <avaritia:resource:4>],
[<appliedenergistics2:material:43>, <threng:material:4>, <appliedenergistics2:material:44>],
[<avaritia:resource:4>, <contenttweaker:minted_fluix_crystal>, <avaritia:resource:4>]]);
recipes.addShaped(<contenttweaker:fluix_logic_chipset>*8,
[[<avaritia:resource:4>, <appliedenergistics2:material:45>, <avaritia:resource:4>],
[<appliedenergistics2:material:43>, <threng:material:4>, <appliedenergistics2:material:44>],
[<avaritia:resource:4>, <contenttweaker:perfected_fluix_crystal>, <avaritia:resource:4>]]);
recipes.addShaped(<contenttweaker:fluix_logic_chipset>*16,
[[<avaritia:resource:4>, <appliedenergistics2:material:45>, <avaritia:resource:4>],
[<appliedenergistics2:material:43>, <threng:material:4>, <appliedenergistics2:material:44>],
[<avaritia:resource:4>, <contenttweaker:flawless_fluix_crystal>, <avaritia:resource:4>]]);
recipes.addShaped(<contenttweaker:fluix_logic_chipset>*32,
[[<avaritia:resource:4>, <appliedenergistics2:material:45>, <avaritia:resource:4>],
[<appliedenergistics2:material:43>, <threng:material:4>, <appliedenergistics2:material:44>],
[<avaritia:resource:4>, <contenttweaker:ascended_fluix_crystal>, <avaritia:resource:4>]]);
recipes.addShaped(<contenttweaker:fluix_logic_processor>*2,
[[<contenttweaker:spatial_processing_unit>, <contenttweaker:fluix_logic_chipset>, <contenttweaker:spatial_processing_unit>],
[<contenttweaker:one_power_aspected_emerald>, <contenttweaker:ascended_sky_stone>, <contenttweaker:one_power_aspected_emerald>],
[<contenttweaker:spatial_processing_unit>, <contenttweaker:fluix_logic_chipset>, <contenttweaker:spatial_processing_unit>]]);
val cleanroom1 = RecipeBuilder.newBuilder("cleanroom1","processor_clean_room",40);
@@ -762,3 +796,150 @@ cleanroom86.addItemInput(<cells:compressed_silicon_print:2>*400);
cleanroom86.addItemInput(<contenttweaker:dense_redstone>*5);
cleanroom86.addItemOutput(<cells:compressed_silicon_print:3>*50);
cleanroom86.build();
val cleanroom87 = RecipeBuilder.newBuilder("cleanroom87","processor_clean_room",10);
cleanroom87.addEnergyPerTickInput(40000);
cleanroom87.addItemInput(<threng:material:1>*64);
cleanroom87.addItemInput(<minecraft:iron_ingot>*64);
cleanroom87.addItemInput(<appliedenergistics2:material:45>*64);
cleanroom87.addItemOutput(<threng:material:2>*64);
cleanroom87.build();
val cleanroom88 = RecipeBuilder.newBuilder("cleanroom88","processor_clean_room",10);
cleanroom88.addEnergyPerTickInput(40000);
cleanroom88.addItemInput(<ore:itemSilicon>*64);
cleanroom88.addItemInput(<ore:dustCoal>*128);
cleanroom88.addItemInput(<appliedenergistics2:material:8>*128);
cleanroom88.addItemOutput(<threng:material:1>*64);
cleanroom88.build();
val cleanroom89 = RecipeBuilder.newBuilder("cleanroom89","processor_clean_room",10);
cleanroom89.addEnergyPerTickInput(40000);
cleanroom89.addItemInput(<contenttweaker:fluix_logic_chipset>*1);
cleanroom89.addItemInput(<appliedenergistics2:material:45>*64);
cleanroom89.addItemInput(<appliedenergistics2:material:6>*64);
cleanroom89.addItemInput(<threng:material:1>*64);
cleanroom89.addItemOutput(<threng:material:7>*64);
cleanroom89.build();
val cleanroom90 = RecipeBuilder.newBuilder("cleanroom90","processor_clean_room",10);
cleanroom90.addEnergyPerTickInput(40000);
cleanroom90.addItemInput(<contenttweaker:fluix_logic_processor>*1);
cleanroom90.addItemInput(<appliedenergistics2:material:45>*512);
cleanroom90.addItemInput(<appliedenergistics2:material:6>*512);
cleanroom90.addItemInput(<threng:material:1>*512);
cleanroom90.addItemOutput(<threng:material:7>*512);
cleanroom90.build();
val cleanroom91 = RecipeBuilder.newBuilder("cleanroom91","processor_clean_room",10);
cleanroom91.addEnergyPerTickInput(40000);
cleanroom91.addItemInput(<threng:material:7>*128);
cleanroom91.addItemInput(<minecraft:redstone>*64);
cleanroom91.addItemOutput(<threng:material:8>*64);
cleanroom91.build();
val cleanroom92 = RecipeBuilder.newBuilder("cleanroom92","processor_clean_room",10);
cleanroom92.addEnergyPerTickInput(40000);
cleanroom92.addItemInput(<threng:material:8>*128);
cleanroom92.addItemInput(<ore:itemSilicon>*64);
cleanroom92.addItemOutput(<threng:material:9>*64);
cleanroom92.build();
val cleanroom93 = RecipeBuilder.newBuilder("cleanroom93","processor_clean_room",10);
cleanroom93.addEnergyPerTickInput(40000);
cleanroom93.addItemInput(<threng:material:9>*128);
cleanroom93.addItemInput(<appliedenergistics2:material:22>*64);
cleanroom93.addItemOutput(<threng:material:10>*64);
cleanroom93.build();
val cleanroom94 = RecipeBuilder.newBuilder("cleanroom94","processor_clean_room",10);
cleanroom94.addEnergyPerTickInput(40000);
cleanroom94.addItemInput(<threng:material:10>*128);
cleanroom94.addItemInput(<appliedenergistics2:material:23>*64);
cleanroom94.addItemOutput(<threng:material:11>*64);
cleanroom94.build();
val cleanroom95 = RecipeBuilder.newBuilder("cleanroom95","processor_clean_room",10);
cleanroom95.addEnergyPerTickInput(40000);
cleanroom95.addItemInput(<threng:material:11>*128);
cleanroom95.addItemInput(<appliedenergistics2:material:24>*64);
cleanroom95.addItemOutput(<threng:material:12>*64);
cleanroom95.build();
val cleanroom96 = RecipeBuilder.newBuilder("cleanroom96","processor_clean_room",10);
cleanroom96.addEnergyPerTickInput(40000);
cleanroom96.addItemInput(<threng:material:12>*128);
cleanroom96.addItemInput(<threng:material:6>*64);
cleanroom96.addItemOutput(<threng:material:13>*64);
cleanroom96.build();
val cleanroom97 = RecipeBuilder.newBuilder("cleanroom97","processor_clean_room",10);
cleanroom97.addEnergyPerTickInput(40000);
cleanroom97.addItemInput(<contenttweaker:ascended_sky_stone>*1);
cleanroom97.addItemInput(<minecraft:diamond>*64);
cleanroom97.addItemInput(<ore:dustEnder>*64);
cleanroom97.addItemOutput(<threng:material:5>*64);
cleanroom97.build();
val cleanroom98 = RecipeBuilder.newBuilder("cleanroom98","processor_clean_room",10);
cleanroom98.addEnergyPerTickInput(40000);
cleanroom98.addItemInput(<contenttweaker:one_power_aspected_emerald>*64);
cleanroom98.addItemInput(<threng:material:5>*64);
cleanroom98.addItemInput(<ore:itemSilicon>*64);
cleanroom98.addItemOutput(<threng:material:6>*64);
cleanroom98.build();
val cleanroom99 = RecipeBuilder.newBuilder("cleanroom99","processor_clean_room",10);
cleanroom99.addEnergyPerTickInput(40000);
cleanroom99.addItemInput(<contenttweaker:one_power_aspected_emerald>*64);
cleanroom99.addItemInput(<threng:material:13>*64);
cleanroom99.addItemInput(<ore:itemSilicon>*64);
cleanroom99.addItemOutput(<threng:material:14>*64);
cleanroom99.build();
val cleanroom100 = RecipeBuilder.newBuilder("cleanroom100","processor_clean_room",40);
cleanroom100.addEnergyPerTickInput(40000);
cleanroom100.addItemInput(<contenttweaker:pulsating_fluix_powder>);
cleanroom100.addItemInput(<minecraft:glowstone_dust>*128);
cleanroom100.addItemInput(<appliedenergistics2:material:9>*128);
cleanroom100.addItemInput(<appliedenergistics2:material:24>*32);
cleanroom100.addItemOutput(<appliedenergistics2:material:32>*32);
cleanroom100.build();
val cleanroom101 = RecipeBuilder.newBuilder("cleanroom101","processor_clean_room",40);
cleanroom101.addEnergyPerTickInput(40000);
cleanroom101.addItemInput(<contenttweaker:pulsating_fluix_powder>);
cleanroom101.addItemInput(<minecraft:glowstone_dust>*128);
cleanroom101.addItemInput(<appliedenergistics2:material:32>*128);
cleanroom101.addItemInput(<appliedenergistics2:material:24>*32);
cleanroom101.addItemOutput(<appliedenergistics2:material:33>*32);
cleanroom101.build();
val cleanroom102 = RecipeBuilder.newBuilder("cleanroom102","processor_clean_room",40);
cleanroom102.addEnergyPerTickInput(40000);
cleanroom102.addItemInput(<contenttweaker:pulsating_fluix_powder>);
cleanroom102.addItemInput(<minecraft:glowstone_dust>*128);
cleanroom102.addItemInput(<appliedenergistics2:material:33>*128);
cleanroom102.addItemInput(<appliedenergistics2:material:24>*32);
cleanroom102.addItemOutput(<appliedenergistics2:material:34>*32);
cleanroom102.build();
+25 -1
View File
@@ -72,6 +72,31 @@ combinethepuzzles4.addItemInput(<contenttweaker:fractallite_focus_lens>);
combinethepuzzles4.addItemOutput(<contenttweaker:recursion_fragment_terra>*12);
combinethepuzzles4.build();
val combinethepuzzles5 = RecipeBuilder.newBuilder("combinethepuzzles5","me_entropic_sythesizer",50);
combinethepuzzles5.addEnergyPerTickInput(2000000);
combinethepuzzles5.addFluidInput(<fluid:flame_of_the_twilight_forest>*2000);
combinethepuzzles5.addFluidInput(<fluid:nightmarish_matter>*3200);
combinethepuzzles5.addFluidInput(<fluid:chaotic_matter>*3200);
combinethepuzzles5.addFluidInput(<fluid:galactic_matter>*3200);
combinethepuzzles5.addFluidInput(<fluid:cosmic_matter>*3200);
combinethepuzzles5.addFluidInput(<fluid:spatial_matter>*3200);
combinethepuzzles5.addItemInput(<contenttweaker:fractallite_focus_lens>);
combinethepuzzles5.addItemOutput(<contenttweaker:recursion_fragment_terra>*18);
combinethepuzzles5.build();
val combinethepuzzles6 = RecipeBuilder.newBuilder("combinethepuzzles6","me_entropic_sythesizer",50);
combinethepuzzles6.addEnergyPerTickInput(2000000);
combinethepuzzles6.addFluidInput(<fluid:flame_of_the_twilight_forest>*3000);
combinethepuzzles6.addFluidInput(<fluid:essence_of_temporal_synthesis>*3000);
combinethepuzzles6.addFluidInput(<fluid:molten_arlemite>*3000);
combinethepuzzles6.addFluidInput(<fluid:molten_rupee>*3000);
combinethepuzzles6.addFluidInput(<fluid:molten_realmite>*3000);
combinethepuzzles6.addFluidInput(<fluid:molten_netherite>*3000);
combinethepuzzles6.addItemInput(<contenttweaker:fractallite_focus_lens>);
combinethepuzzles6.addItemOutput(<contenttweaker:recursion_fragment_terra>*27);
combinethepuzzles6.build();
scripts.PuzzleUtil.addPuzzleShapeless("vetheapuzzle",<contenttweaker:dream_projector_gem>,
[<contenttweaker:projector_gem>,
<tconstruct:tough_tool_rod>.withTag({Material: "jade"}),
@@ -321,4 +346,3 @@ mythassevenmoreofthem.build();
+16 -1
View File
@@ -7,9 +7,24 @@ everburiningdefined1.build();
val everburiningdefined2 = RecipeBuilder.newBuilder("everburiningdefined2","everburning_forge",2);
everburiningdefined2.addItemInput(<ore:crystalPureFluix>*512);
everburiningdefined2.addFluidOutput(<fluid:pure_fluix_matter>*512000);
everburiningdefined2.addFluidOutput(<fluid:pure_fluix_matter>*300000);
everburiningdefined2.build();
val everburiningdefined3 = RecipeBuilder.newBuilder("everburiningdefined3","everburning_forge",2);
everburiningdefined3.addItemInput(<contenttweaker:unidentified_fluix_fossil>*25);
everburiningdefined3.addFluidOutput(<fluid:pure_fluix_matter>*400000);
everburiningdefined3.build();
val everburiningdefined4 = RecipeBuilder.newBuilder("everburiningdefined4","everburning_forge",2);
everburiningdefined4.addItemInput(<contenttweaker:unidentifying_fluix_fossil>*25);
everburiningdefined4.addFluidOutput(<fluid:pure_fluix_matter>*500000);
everburiningdefined4.build();
val everburiningdefined5 = RecipeBuilder.newBuilder("everburiningdefined5","everburning_forge",2);
everburiningdefined5.addItemInput(<contenttweaker:paradoxical_fluix_fossil>*25);
everburiningdefined5.addFluidOutput(<fluid:pure_fluix_matter>*700000);
everburiningdefined5.build();
// mods.extendedcrafting.TableCrafting.addShapeless(<contenttweaker:arbiterite_crystal>,
// [<fluid:hydrogen>,
// <fluid:oxygen>]);
+8 -1
View File
@@ -10,4 +10,11 @@ val excavationcomptul = RecipeBuilder.newBuilder("excavationcomptul","mythic_exc
excavationcomptul.addEnergyPerTickInput(1000000);
excavationcomptul.addItemInput(<avaritia:block_resource:0>);
excavationcomptul.addItemOutput(<contenttweaker:eternal_tulite>);
excavationcomptul.build();
excavationcomptul.build();
recipes.addShaped(<contenttweaker:screaming_blood_infused_glitch_block>,
[[<contenttweaker:black_hole_alloy_ingot>, <contenttweaker:screaming_blood_slime>, <contenttweaker:black_hole_alloy_ingot>],
[<contenttweaker:screaming_blood_slime>, <deepmoblearningbm:block_blood_infused_glitch_ingot>, <contenttweaker:screaming_blood_slime>],
[<contenttweaker:black_hole_alloy_ingot>, <contenttweaker:screaming_blood_slime>, <contenttweaker:black_hole_alloy_ingot>]]);
+7
View File
@@ -1192,6 +1192,13 @@ fortree146.addItemOutput(<divinerpg:divine_log>*64);
fortree146.addItemOutput(<contenttweaker:divine_wisp>*4);
fortree146.build();
val fortree147 = RecipeBuilder.newBuilder("fortree147","enchanted_greenhouse",1000);
fortree147.addItemInput(<bewitchment:dragons_blood_sapling>);
fortree147.setChance(0.0);
fortree147.addItemInput(<forestry:peat>);
fortree147.addItemOutput(<bewitchment:dragons_blood_wood>*64);
fortree147.addItemOutput(<bewitchment:dragons_blood_resin>*64);
fortree147.build();
+84 -1
View File
@@ -563,4 +563,87 @@ dragoncruc47.addItemInput(<contenttweaker:flame_of_actualization>);
dragoncruc47.setChance(0.0);
dragoncruc47.addItemInput(<avaritiaitem:self_actualizing_stone>*64);
dragoncruc47.addItemOutput(<extendedcrafting:singularity_ultimate>*1);
dragoncruc47.build();
dragoncruc47.build();
val dragoncruc48 = RecipeBuilder.newBuilder("dragoncruc48","dragonfire_crucible",40);
dragoncruc48.addFluidInput(<fluid:eternal_dragon_fire>*5000);
dragoncruc48.addItemInput(<aoa3:shyregem>*4);
dragoncruc48.addItemInput(<contenttweaker:pearlescent_artifact>*4);
dragoncruc48.addItemInput(<contenttweaker:stormlight_infused_crystal>*4);
dragoncruc48.addItemInput(<contenttweaker:bloodstone_of_the_great_snake>*4);
dragoncruc48.addItemOutput(<contenttweaker:eternal_dragonfire_gem>*4);
dragoncruc48.build();
mods.nuclearcraft.infuser.addRecipe([<aoa3:bloodstone_block>, <fluid:blood_great_snake>*25, <contenttweaker:bloodstone_of_the_great_snake>]);
val dragoncruc49 = RecipeBuilder.newBuilder("dragoncruc49","dragonfire_crucible",40);
dragoncruc49.addFluidInput(<fluid:eleint_dragonfire>*100);
dragoncruc49.addItemInput(<aoa3:shyregem>*16);
dragoncruc49.addItemInput(<contenttweaker:pearlescent_artifact>*16);
dragoncruc49.addItemInput(<contenttweaker:stormlight_infused_crystal>*16);
dragoncruc49.addItemInput(<contenttweaker:bloodstone_of_the_great_snake>*16);
dragoncruc49.addItemOutput(<contenttweaker:eternal_dragonfire_gem>*16);
dragoncruc49.build();
val dragoncruc50 = RecipeBuilder.newBuilder("dragoncruc50","dragonfire_crucible",40);
dragoncruc50.addFluidInput(<fluid:eleint_dragonfire>*500);
dragoncruc50.addItemInput(<contenttweaker:heart_of_the_cursed_wyvern>*16);
dragoncruc50.addItemInput(<contenttweaker:wyvernium_ingot>*16);
dragoncruc50.addItemInput(<contenttweaker:eternal_dragonfire_gem>*16);
dragoncruc50.addItemOutput(<contenttweaker:heart_of_the_cursed_wyvern>*32);
dragoncruc50.build();
val dragoncruc51 = RecipeBuilder.newBuilder("dragoncruc51","dragonfire_crucible",40);
dragoncruc51.addFluidInput(<fluid:eleint_dragonfire>*50);
dragoncruc51.addItemInput(<contenttweaker:phasing_alloy_ingot>*80);
dragoncruc51.addItemInput(<contenttweaker:hopebringer_crystal>*10);
dragoncruc51.addItemInput(<contenttweaker:ascended_draconic_alloy>*10);
dragoncruc51.addItemOutput(<contenttweaker:scattering_alloy_ingot>*10);
dragoncruc51.build();
val dragoncruc52 = RecipeBuilder.newBuilder("dragoncruc52","dragonfire_crucible",40);
dragoncruc52.addFluidInput(<fluid:eleint_dragonfire>*5);
dragoncruc52.addItemInput(<contenttweaker:flame_of_actualization>);
dragoncruc52.setChance(0.0);
dragoncruc52.addItemInput(<contenttweaker:freedomsteel_ingot>*4);
dragoncruc52.addItemInput(<contenttweaker:stormlight_stone>*128);
dragoncruc52.addItemOutput(<contenttweaker:stone_of_shadesmar>*128);
dragoncruc52.build();
val dragoncruc53 = RecipeBuilder.newBuilder("dragoncruc53","dragonfire_crucible",40);
dragoncruc53.addFluidInput(<fluid:eleint_dragonfire>*100);
dragoncruc53.addItemInput(<contenttweaker:flame_of_actualization>);
dragoncruc53.setChance(0.0);
dragoncruc53.addItemInput(<contenttweaker:runes_of_the_true_tongue>*32);
dragoncruc53.addItemOutput(<contenttweaker:words_of_actualization>*32);
dragoncruc53.build();
val dragoncruc54 = RecipeBuilder.newBuilder("dragoncruc54","dragonfire_crucible",40);
dragoncruc54.addFluidInput(<fluid:eleint_dragonfire>*100);
dragoncruc54.addItemInput(<contenttweaker:flame_of_actualization>);
dragoncruc54.setChance(0.0);
dragoncruc54.addItemInput(<contenttweaker:draconian_metal_ingot>*4);
dragoncruc54.addItemInput(<extendedcrafting:singularity_custom:2060>);
dragoncruc54.addItemInput(<extendedcrafting:singularity_custom:991>);
dragoncruc54.addItemInput(<contenttweaker:stone_of_boundless_curiosity>);
dragoncruc54.addItemOutput(<contenttweaker:fiery_eleint_ingot>);
dragoncruc54.build();
val dragoncruc55 = RecipeBuilder.newBuilder("dragoncruc55","dragonfire_crucible",40);
dragoncruc55.addFluidInput(<fluid:eleint_dragonfire>*100);
dragoncruc55.addItemInput(<contenttweaker:flame_of_actualization>);
dragoncruc55.setChance(0.0);
dragoncruc55.addItemInput(<contenttweaker:freedomsteel_ingot>*4);
dragoncruc55.addItemInput(<contenttweaker:fulfilled_shard_of_shadesmar>);
dragoncruc55.addItemInput(<contenttweaker:actualizing_hyperuranion_ingot>);
dragoncruc55.addItemInput(<contenttweaker:threefold_stellar_ingot>);
dragoncruc55.addItemInput(<contenttweaker:words_of_actualization>);
dragoncruc55.addItemOutput(<contenttweaker:ingot_of_shadesmar>);
dragoncruc55.build();
+1 -1
View File
@@ -8,7 +8,7 @@ mods.thaumcraft.Infusion.registerRecipe("infcatalyzerimp", "",
<thaumicwonders:coalescence_matrix_precursor>,
[<contenttweaker:phasing_gem>, <thaumicaugmentation:impetus_generator>,
<contenttweaker:phasing_gem>, <abyssalcraft:tieredenergycontainer:3>,
<contenttweaker:phasing_gem>, <contenttweaker:kami_cloth>,
<contenttweaker:phasing_gem>, <thaumictinkerer:kamiresource:4>,
<contenttweaker:phasing_gem>, <ebwizardry:scroll:105>]);
+14 -14
View File
@@ -441,9 +441,9 @@ reci41.addItemInput(makeVisCrystal(<aspect:humanus> * 1)*125);
reci41.addItemInput(<minecraft:nether_star>);
reci41.addItemInput(<minecraft:diamond>);
reci41.addItemInput(<minecraft:ender_eye>);
reci41.addItemInput(<contenttweaker:ender_terran_cluster>);
reci41.addItemInput(<contenttweaker:nether_terran_cluster>);
reci41.addItemOutput(<contenttweaker:kami_essence_block>);
reci41.addItemInput(<thaumictinkerer:kamiresource:0>);
reci41.addItemInput(<thaumictinkerer:kamiresource:1>);
reci41.addItemOutput(<thaumictinkerer:ichor_block>);
reci41.build();
val reci42 = RecipeBuilder.newBuilder("inf42","arcane_autoinfuser",120);
@@ -503,7 +503,7 @@ reci47.build();
val reci48 = RecipeBuilder.newBuilder("inf48","arcane_autoinfuser",120);
reci48.addEnergyPerTickInput(100);
reci48.addItemInput(<contenttweaker:aversio_vis_condensate>);
reci48.addItemInput(<contenttweaker:kamium_ingot>);
reci48.addItemInput(<thaumictinkerer:kamiresource:3>);
reci48.addItemInput(<contenttweaker:master_spell_focus>);
reci48.addItemInput(<thaumadditions:mithminite_fabric>);
reci48.addItemOutput(<contenttweaker:master_spell_aversio>);
@@ -746,13 +746,13 @@ inf69.addItemOutput(<contenttweaker:master_spell_vinculum>);
inf69.build();
val inf70 = RecipeBuilder.newBuilder("inf70","arcane_autoinfuser",120);
inf70.addEnergyPerTickInput(100);
inf70.addItemInput(makeVisCrystal(<aspect:ignis> * 1)*32);
inf70.addItemInput(makeVisCrystal(<aspect:metallum> * 1)*30);
inf70.addItemInput(makeVisCrystal(<aspect:sensus> * 1)*30);
inf70.addItemInput(<thaumcraft:thaumium_pick>);
inf70.addItemInput(<thaumcraft:nugget:10>);
inf70.addItemInput(<thaumcraft:plank_greatwood>);
inf70.addItemOutput(<thaumcraft:elemental_pick>);
inf70.build();
val inf71 = RecipeBuilder.newBuilder("inf71","arcane_autoinfuser",120);
inf71.addEnergyPerTickInput(100);
inf71.addItemInput(<contenttweaker:exanimis_vis_condensate>);
inf71.addItemInput(<twilightforest:naga_scale>);
inf71.addItemInput(<contenttweaker:master_spell_focus>);
inf71.addItemInput(<thaumadditions:mithminite_fabric>);
inf71.addItemOutput(<contenttweaker:master_spell_exanimis>);
inf71.build();
+17 -1
View File
@@ -292,6 +292,22 @@ recipes.addShaped(<bloodmagic:cutting_fluid:0>,
[[<aoa3:magic_repair_dust>, <bloodmagic:cutting_fluid>.withTag({used: 15}), <aoa3:magic_repair_dust>]]);
val befaller11 = RecipeBuilder.newBuilder("befaller11","meteoric_befaller",100);
befaller11.addBiomeInput("aoa3:lunalus");
befaller11.addFluidInput(<fluid:meteoric_draconic_matter>*1000);
befaller11.addItemInput(<contenttweaker:vibranium_alloy_cluster>);
befaller11.addItemOutput(<techreborn:ore:0>*32);
befaller11.addItemOutput(<techreborn:ore:4>*32);
befaller11.addItemOutput(<techreborn:ore:5>*32);
befaller11.addItemOutput(<techreborn:ore:6>*32);
befaller11.addItemOutput(<techreborn:ore:7>*32);
befaller11.addItemOutput(<techreborn:ore:11>*32);
befaller11.build();
val befaller12 = RecipeBuilder.newBuilder("befaller12","meteoric_befaller",100);
befaller12.addBiomeInput("tardis:mountains");
befaller12.addFluidInput(<fluid:meteoric_draconic_matter>*1000);
befaller12.addItemInput(<contenttweaker:tribody_fabrial>);
befaller12.addItemOutput(<contenttweaker:threefold_stellar_oscillator>*64);
befaller12.build();
+5
View File
@@ -27,6 +27,11 @@ neutroniumcannon.addItemInput(<avaritia:resource:2>);
neutroniumcannon.addFluidOutput(<fluid:netrino_plasma>*100);
neutroniumcannon.build();
val neutroniumcannonboom = RecipeBuilder.newBuilder("neutroniumcannonboom","neutronium_cannon",100);
neutroniumcannonboom.addItemInput(<contenttweaker:self_confined_neutrino_plasma>);
neutroniumcannonboom.addFluidOutput(<fluid:netrino_plasma>*10000);
neutroniumcannonboom.build();
val neutroniumbomb = RecipeBuilder.newBuilder("neutroniumbomb","neutronium_bombarder",100);
neutroniumbomb.addItemInput(<nuclearcraft:lithium:0>);
neutroniumbomb.addItemInput(<nuclearcraft:lithium:2>);
+62 -1
View File
@@ -612,4 +612,65 @@ philounit55.addItemInput(<ore:gemEmerald>);
philounit55.addItemInput(<ore:gemMalachite>);
philounit55.addItemInput(<contenttweaker:tuned_botanic_alchemic_catalyst>.withTag({display: {Lore: ["乳白"]}}));
philounit55.addItemOutput(<contenttweaker:terrestrial_catalyst>*36);
philounit55.build();
philounit55.build();
val philounit56 = RecipeBuilder.newBuilder("philounit56","philosophers_unifier",2);
philounit56.addEnergyPerTickInput(100);
philounit56.addItemInput(<aoa3:sapphire>*3);
philounit56.addItemInput(<aoa3:jade>*3);
philounit56.addItemInput(<aoa3:amethyst>*3);
philounit56.addItemOutput(<contenttweaker:alchemical_crystal>*1);
philounit56.build();
val philounit57 = RecipeBuilder.newBuilder("philounit57","philosophers_unifier",2);
philounit57.addEnergyPerTickInput(100);
philounit57.addItemInput(<aoa3:sapphire>*2);
philounit57.addItemInput(<aoa3:jade>*2);
philounit57.addItemInput(<aoa3:amethyst>*2);
philounit57.addItemInput(<divinerpg:eden_fragments>*3);
philounit57.addItemOutput(<contenttweaker:alchemical_crystal>*4);
philounit57.build();
val philounit58 = RecipeBuilder.newBuilder("philounit58","philosophers_unifier",2);
philounit58.addEnergyPerTickInput(100);
philounit58.addItemInput(<aoa3:sapphire>*2);
philounit58.addItemInput(<aoa3:jade>*2);
philounit58.addItemInput(<aoa3:amethyst>*2);
philounit58.addItemInput(<divinerpg:wildwood_fragments>*3);
philounit58.addItemOutput(<contenttweaker:alchemical_crystal>*8);
philounit58.build();
val philounit59 = RecipeBuilder.newBuilder("philounit59","philosophers_unifier",2);
philounit59.addEnergyPerTickInput(100);
philounit59.addItemInput(<aoa3:sapphire>*2);
philounit59.addItemInput(<aoa3:jade>*2);
philounit59.addItemInput(<aoa3:amethyst>*2);
philounit59.addItemInput(<divinerpg:apalachia_fragments>*3);
philounit59.addItemOutput(<contenttweaker:alchemical_crystal>*16);
philounit59.build();
val philounit60 = RecipeBuilder.newBuilder("philounit60","philosophers_unifier",2);
philounit60.addEnergyPerTickInput(100);
philounit60.addItemInput(<aoa3:sapphire>*2);
philounit60.addItemInput(<aoa3:jade>*2);
philounit60.addItemInput(<aoa3:amethyst>*2);
philounit60.addItemInput(<divinerpg:skythern_fragments>*3);
philounit60.addItemOutput(<contenttweaker:alchemical_crystal>*32);
philounit60.build();
val philounit61 = RecipeBuilder.newBuilder("philounit61","philosophers_unifier",2);
philounit61.addEnergyPerTickInput(100);
philounit61.addItemInput(<aoa3:sapphire>*2);
philounit61.addItemInput(<aoa3:jade>*2);
philounit61.addItemInput(<aoa3:amethyst>*2);
philounit61.addItemInput(<divinerpg:mortum_fragments>*3);
philounit61.addItemOutput(<contenttweaker:alchemical_crystal>*64);
philounit61.build();
val philounit62 = RecipeBuilder.newBuilder("philounit62","philosophers_unifier",2);
philounit62.addEnergyPerTickInput(100);
philounit62.addItemInput(<contenttweaker:opalescent_matter>*128);
philounit62.addItemInput(<contenttweaker:recursion_of_history>*1);
philounit62.addItemOutput(<contenttweaker:gilded_matter>*128);
philounit62.build();
+28 -1
View File
@@ -29,6 +29,18 @@ plasmasednasuperduper.addItemInput(<contenttweaker:opalescent_matter>);
plasmasednasuperduper.addItemOutput(<contenttweaker:sednanite_ore>*1024);
plasmasednasuperduper.build();
val plasmasednahyper = RecipeBuilder.newBuilder("plasmasednahyper","plasmatic_condenser",20);
plasmasednahyper.addFluidInput(<fluid:dense_plasma>*160000);
plasmasednahyper.addItemInput(<advancedrocketry:crystal:0>*2);
plasmasednahyper.addItemInput(<advancedrocketry:crystal:1>*2);
plasmasednahyper.addItemInput(<advancedrocketry:crystal:2>*2);
plasmasednahyper.addItemInput(<advancedrocketry:crystal:3>*2);
plasmasednahyper.addItemInput(<advancedrocketry:crystal:4>*2);
plasmasednahyper.addItemInput(<advancedrocketry:crystal:5>*2);
plasmasednahyper.addItemInput(<contenttweaker:gilded_matter>);
plasmasednahyper.addItemOutput(<contenttweaker:sednanite_ore>*8192);
plasmasednahyper.build();
val plasmaeden = RecipeBuilder.newBuilder("plasmaeden","plasmatic_condenser",20);
plasmaeden.addFluidInput(<fluid:dense_plasma>*160000);
plasmaeden.addItemInput(<contenttweaker:eden_core>);
@@ -143,6 +155,14 @@ plasmamyrmexsuperduper.addItemInput(<contenttweaker:opalescent_matter>);
plasmamyrmexsuperduper.addItemOutput(<contenttweaker:myrmitite_ore>*1024);
plasmamyrmexsuperduper.build();
val plasmamyrmexhyper = RecipeBuilder.newBuilder("plasmamyrmexhyper","plasmatic_condenser",20);
plasmamyrmexhyper.addFluidInput(<fluid:dense_plasma>*160000);
plasmamyrmexhyper.addItemInput(<advancedrocketry:aliensapling>*64);
plasmamyrmexhyper.addItemInput(<aoa3:chitin>*16);
plasmamyrmexhyper.addItemInput(<contenttweaker:gilded_matter>);
plasmamyrmexhyper.addItemOutput(<contenttweaker:myrmitite_ore>*8192);
plasmamyrmexhyper.build();
val plasmacandyland1 = RecipeBuilder.newBuilder("plasmacandyland1","plasmatic_condenser",20);
plasmacandyland1.addFluidInput(<fluid:dense_plasma>*160000);
plasmacandyland1.addItemInput(<aoa3:sour_gummy>*64);
@@ -273,6 +293,14 @@ plasmapixoniasuperduper.addItemInput(<contenttweaker:universal_booster>);
plasmapixoniasuperduper.addItemOutput(<contenttweaker:ogerite_ore>*1024);
plasmapixoniasuperduper.build();
val plasmapixoniahyper = RecipeBuilder.newBuilder("plasmapixoniahyper","plasmatic_condenser",20);
plasmapixoniahyper.addFluidInput(<fluid:dense_plasma>*160000);
plasmapixoniahyper.addItemInput(<contenttweaker:gilded_matter>);
plasmapixoniahyper.addItemInput(<contenttweaker:fragment_madness>);
plasmapixoniahyper.addItemInput(<contenttweaker:universal_booster>);
plasmapixoniahyper.addItemOutput(<contenttweaker:ogerite_ore>*8192);
plasmapixoniahyper.build();
val plasmaapalachia = RecipeBuilder.newBuilder("plasmaapalachia","plasmatic_condenser",20);
plasmaapalachia.addFluidInput(<fluid:dense_plasma>*160000);
plasmaapalachia.addItemInput(<contenttweaker:apalachia_core>);
@@ -367,4 +395,3 @@ plasmaabomination.addItemInput(<contenttweaker:imperfect_gem_of_the_cosmos>*4);
plasmaabomination.addItemInput(<contenttweaker:eternal_tulite>*16);
plasmaabomination.addItemOutput(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:fesh_abomination_chicken"}}));
plasmaabomination.build();
+13
View File
@@ -680,3 +680,16 @@ quantumconaesing.addItemOutput(<appliedenergistics2:material:47>*2);
quantumconaesing.build();
val quantumcondcyanite = RecipeBuilder.newBuilder("quantumcondcyanite","quantum_condenser",4);
quantumcondcyanite.addEnergyPerTickInput(500000);
quantumcondcyanite.addItemInput(<bigreactors:ingotcyanite>*5056);
quantumcondcyanite.addItemOutput(<extendedcrafting:singularity_custom:2059>);
quantumcondcyanite.build();
val quantumconddivinerpgd = RecipeBuilder.newBuilder("quantumconddivinerpgd","quantum_condenser",4);
quantumconddivinerpgd.addEnergyPerTickInput(500000);
quantumconddivinerpgd.addItemInput(<divinerpg:divine_stone>*5056);
quantumconddivinerpgd.addItemOutput(<extendedcrafting:singularity_custom:2060>);
quantumconddivinerpgd.build();
+14 -1
View File
@@ -408,4 +408,17 @@ forgewyvrhenium2.addItemInput(<contenttweaker:chaotic_fulcrum>);
forgewyvrhenium2.setChance(0.0);
forgewyvrhenium2.addItemInput(<extendedcrafting:singularity_custom:2046>*10);
forgewyvrhenium2.addFluidOutput(<fluid:rhenium>*7280640);
forgewyvrhenium2.build();
forgewyvrhenium2.build();
val forgewyvtrinity = RecipeBuilder.newBuilder("forgewyvtrinity","forge_of_the_wyvern",2);
forgewyvtrinity.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvtrinity.setChance(0.0);
forgewyvtrinity.addItemInput(<contenttweaker:trinity_ingot>*1);
forgewyvtrinity.addFluidOutput(<fluid:trinity_ingot>*144);
forgewyvtrinity.build();
+7
View File
@@ -279,6 +279,13 @@ bettersolidfusion10.addItemInput(<ore:ingotSednanite>*2);
bettersolidfusion10.addItemOutput(<contenttweaker:magnetic_monopole>*10);
bettersolidfusion10.build();
val bettersolidfusion11 = RecipeBuilder.newBuilder("bettersolidfusion11","inertial_confinement_reactor",10);
bettersolidfusion11.addEnergyPerTickInput(1000000);
bettersolidfusion11.addItemInput(<contenttweaker:threefold_stellar_ingot>*1);
bettersolidfusion11.addItemInput(<nuclearcraft:lithium:2>*8);
bettersolidfusion11.addItemOutput(<materialpart:promethium:ingot>*6);
bettersolidfusion11.build();
+5 -5
View File
@@ -641,11 +641,11 @@ pulsestillfractionation36.build();
val pulsestillimmersive = RecipeBuilder.newBuilder("pulsestillimmersive","phasing_still_pot",5);
pulsestillimmersive.addItemInput(<contenttweaker:bottle_of_petrotheum>);
pulsestillimmersive.addFluidInput(<fluid:crude_oil>*750);
pulsestillimmersive.addFluidOutput(<fluid:gasoline>*390);
pulsestillimmersive.addFluidOutput(<fluid:diesel>*270);
pulsestillimmersive.addFluidOutput(<fluid:lubricant>*300);
pulsestillimmersive.addItemInput(<contenttweaker:bottle_of_petrotheum>*10);
pulsestillimmersive.addFluidInput(<fluid:crude_oil>*7500);
pulsestillimmersive.addFluidOutput(<fluid:gasoline>*3900);
pulsestillimmersive.addFluidOutput(<fluid:diesel>*2700);
pulsestillimmersive.addFluidOutput(<fluid:lubricant>*3000);
pulsestillimmersive.build();
+8
View File
@@ -433,3 +433,11 @@ superbee_doctoral.addItemOutput(<magicbees:beecomb:9>*64);
superbee_doctoral.build();
val superbee_oily = RecipeBuilder.newBuilder("superbee_oily","sacred_cinders_apiary",10);
superbee_oily.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "extrabees.species.oil", UID0: "extrabees.species.oil"}]}}));
superbee_oily.setChance(0.0);
superbee_oily.addFluidInput(<fluid:liquid_sunshine>*25);
superbee_oily.addItemOutput(<extrabees:honey_comb:3>*64);
superbee_oily.addItemOutput(<extrabees:honey_comb:23>*64);
superbee_oily.build();
+4 -4
View File
@@ -1193,9 +1193,9 @@ thaum113.addItemInput(makeVisCrystal(<aspect:aqua> * 1)*10);
thaum113.addItemInput(makeVisCrystal(<aspect:ordo> * 1)*10);
thaum113.addItemInput(makeVisCrystal(<aspect:terra> * 1)*10);
thaum113.addItemInput(<thaumcraft:fabric>*3);
thaum113.addItemInput(<contenttweaker:kamium_essence>*3);
thaum113.addItemInput(<thaumictinkerer:kamiresource:2>*3);
thaum113.addItemInput(<minecraft:diamond>*3);
thaum113.addItemOutput(<contenttweaker:kami_cloth>*3);
thaum113.addItemOutput(<thaumictinkerer:kamiresource:4>*3);
thaum113.build();
val thaum114 = RecipeBuilder.newBuilder("thaum114","arcane_autoworkbench",120);
@@ -1207,9 +1207,9 @@ thaum114.addItemInput(makeVisCrystal(<aspect:aqua> * 1)*5);
thaum114.addItemInput(makeVisCrystal(<aspect:ordo> * 1)*5);
thaum114.addItemInput(makeVisCrystal(<aspect:terra> * 1)*5);
thaum114.addItemInput(<thaumcraft:ingot:0>);
thaum114.addItemInput(<contenttweaker:kamium_essence>*3);
thaum114.addItemInput(<thaumictinkerer:kamiresource:2>*3);
thaum114.addItemInput(<minecraft:diamond>*1);
thaum114.addItemOutput(<contenttweaker:kamium_ingot>);
thaum114.addItemOutput(<thaumictinkerer:kamiresource:3>);
thaum114.build();
+5
View File
@@ -368,3 +368,8 @@ thaumrepl18me.addFluidOutput(<fluid:whisper_of_right_and_just_creation>*100);
thaumrepl18me.build();
val thaumrepl19 = RecipeBuilder.newBuilder("thaumrepl19","thaumic_replicator",800);
thaumrepl19.addAspectInput("aqua",1);
thaumrepl19.addItemInput(<chickens:liquid_egg:0>);
thaumrepl19.addFluidOutput(<fluid:water>*20000);
thaumrepl19.build();
+3 -3
View File
@@ -433,8 +433,8 @@ treeoflifefragnatlaw.build();
val treeoflifepapahimar = RecipeBuilder.newBuilder("treeoflifepapahimar","tree_of_life",2);
treeoflifepapahimar.addEnergyPerTickInput(100000);
treeoflifepapahimar.addItemInput(<extratrees:food:40>);
treeoflifepapahimar.addItemInput(<forestry:fruits:6>*512);
treeoflifepapahimar.addItemInput(<contenttweaker:sacred_cinders_fruit>*512);
treeoflifepapahimar.addItemOutput(<extratrees:food:40>*2048);
treeoflifepapahimar.addItemInput(<forestry:fruits:6>*2048);
treeoflifepapahimar.addItemInput(<contenttweaker:sacred_cinders_fruit>*2048);
treeoflifepapahimar.addItemOutput(<extratrees:food:40>*8192);
treeoflifepapahimar.build();
+6
View File
@@ -153,3 +153,9 @@ reci15.addItemOutput(<contenttweaker:hopebringer_crystal>*12);
reci15.build();
val reci16 = RecipeBuilder.newBuilder("twiweap16","carminite_empowerer",20);
reci16.addEnergyPerTickInput(5000);
reci16.addAspectInput("motus",20);
reci16.addItemInput(<contenttweaker:twilit_venom>*4);
reci16.addItemOutput(<bewitchment:snake_venom>*64);
reci16.build();
+65
View File
@@ -1514,6 +1514,71 @@ divinecombinerawakelectro3.addItemOutput(<contenttweaker:awakened_electromagnet>
divinecombinerawakelectro3.build();
val divinecombinerspinel1 = RecipeBuilder.newBuilder("divinecombinerspinel1","divine_combiner",2);
divinecombinerspinel1.addFluidInput(<fluid:hint_of_divinity>*100);
divinecombinerspinel1.addItemInput(<thaumcraft:baubles:1>*4);
divinecombinerspinel1.addItemInput(<contenttweaker:haumea_spinel>*4);
divinecombinerspinel1.addItemInput(<contenttweaker:europa_spinel>*4);
divinecombinerspinel1.addItemInput(<contenttweaker:oi_spinel>*4);
divinecombinerspinel1.addItemInput(<contenttweaker:hator_spinel>*4);
divinecombinerspinel1.addItemInput(<contenttweaker:ptah_spinel>*4);
divinecombinerspinel1.addItemInput(<contenttweaker:orcus_spinel>*4);
divinecombinerspinel1.addItemInput(<contenttweaker:falacer_spinel>*4);
divinecombinerspinel1.addItemInput(<contenttweaker:sedna_spinel>*4);
divinecombinerspinel1.addItemInput(<contenttweaker:osiris_spinel>*4);
divinecombinerspinel1.addItemOutput(<contenttweaker:spinel_ring>*4);
divinecombinerspinel1.build();
val divinecombinerspinel2 = RecipeBuilder.newBuilder("divinecombinerspinel2","divine_combiner",2);
divinecombinerspinel2.addFluidInput(<fluid:divine_resonant_hint>*100);
divinecombinerspinel2.addItemInput(<thaumcraft:baubles:1>*16);
divinecombinerspinel2.addItemInput(<contenttweaker:haumea_spinel>*16);
divinecombinerspinel2.addItemInput(<contenttweaker:europa_spinel>*16);
divinecombinerspinel2.addItemInput(<contenttweaker:oi_spinel>*16);
divinecombinerspinel2.addItemInput(<contenttweaker:hator_spinel>*16);
divinecombinerspinel2.addItemInput(<contenttweaker:ptah_spinel>*16);
divinecombinerspinel2.addItemInput(<contenttweaker:orcus_spinel>*16);
divinecombinerspinel2.addItemInput(<contenttweaker:falacer_spinel>*16);
divinecombinerspinel2.addItemInput(<contenttweaker:sedna_spinel>*16);
divinecombinerspinel2.addItemInput(<contenttweaker:osiris_spinel>*16);
divinecombinerspinel2.addItemOutput(<contenttweaker:spinel_ring>*16);
divinecombinerspinel2.build();
val divinecombinerspinel3 = RecipeBuilder.newBuilder("divinecombinerspinel3","divine_combiner",2);
divinecombinerspinel3.addFluidInput(<fluid:divine_resonance>*100);
divinecombinerspinel3.addItemInput(<thaumcraft:baubles:1>*64);
divinecombinerspinel3.addItemInput(<contenttweaker:haumea_spinel>*64);
divinecombinerspinel3.addItemInput(<contenttweaker:europa_spinel>*64);
divinecombinerspinel3.addItemInput(<contenttweaker:oi_spinel>*64);
divinecombinerspinel3.addItemInput(<contenttweaker:hator_spinel>*64);
divinecombinerspinel3.addItemInput(<contenttweaker:ptah_spinel>*64);
divinecombinerspinel3.addItemInput(<contenttweaker:orcus_spinel>*64);
divinecombinerspinel3.addItemInput(<contenttweaker:falacer_spinel>*64);
divinecombinerspinel3.addItemInput(<contenttweaker:sedna_spinel>*64);
divinecombinerspinel3.addItemInput(<contenttweaker:osiris_spinel>*64);
divinecombinerspinel3.addItemOutput(<contenttweaker:spinel_ring>*64);
divinecombinerspinel3.build();
mods.nuclearcraft.salt_fission.addRecipe([<fluid:explosive_actualization>*100, <fluid:catalyzed_actualization>*100, 800.0, 300.0, 3.0]);
mods.nuclearcraft.heat_exchanger.addRecipe([<fluid:stationary_actualization>*1000, <fluid:excited_actualization>*1000, 80000.0, 300, 700]);
mods.nuclearcraft.turbine.addRecipe([<fluid:exuberant_actualization>*50, <fluid:resting_actualization>*50, 30000.0, 200.0]);
mods.nuclearcraft.condenser.addRecipe([<fluid:hyperactive_actualization>*50, <fluid:acting_actualization>*50, 50.0, 500]);
val moltenchaosentropic1 = RecipeBuilder.newBuilder("explosiveactualization1","abyssal_entropic_catalyzer",2000);
moltenchaosentropic1.addItemInput(<contenttweaker:spren_summoner_hope>);
moltenchaosentropic1.addItemInput(<contenttweaker:spren_summoner_balance>);
moltenchaosentropic1.addItemInput(<contenttweaker:spren_summoner_glory>);
moltenchaosentropic1.addItemInput(<contenttweaker:spren_summoner_knowledge>);
moltenchaosentropic1.addItemInput(<contenttweaker:fractallite_quantum>);
moltenchaosentropic1.addFluidInput(<fluid:actualizing_fluid>*2000);
moltenchaosentropic1.addFluidOutput(<fluid:explosive_actualization>*250);
moltenchaosentropic1.build();
+20 -13
View File
@@ -1362,18 +1362,18 @@ mith16.addItemOutput(<aoa3:white_crystal_block>*20);
mith16.setChance(0.3);
mith16.addItemOutput(<aoa3:red_crystal_block>*20);
mith16.setChance(0.3);
mith16.addItemOutput(<aoa3:blue_crystal>*50);
mith16.setChance(0.5);
mith16.addItemOutput(<aoa3:green_crystal>*50);
mith16.setChance(0.5);
mith16.addItemOutput(<aoa3:purple_crystal>*50);
mith16.setChance(0.5);
mith16.addItemOutput(<aoa3:yellow_crystal>*50);
mith16.setChance(0.5);
mith16.addItemOutput(<aoa3:white_crystal>*50);
mith16.setChance(0.5);
mith16.addItemOutput(<aoa3:red_crystal>*50);
mith16.setChance(0.5);
mith16.addItemOutput(<aoa3:blue_crystal>*60);
mith16.setChance(0.9);
mith16.addItemOutput(<aoa3:green_crystal>*60);
mith16.setChance(0.9);
mith16.addItemOutput(<aoa3:purple_crystal>*60);
mith16.setChance(0.9);
mith16.addItemOutput(<aoa3:yellow_crystal>*60);
mith16.setChance(0.9);
mith16.addItemOutput(<aoa3:white_crystal>*60);
mith16.setChance(0.9);
mith16.addItemOutput(<aoa3:red_crystal>*60);
mith16.setChance(0.9);
mith16.addItemOutput(<aoa3:gold_coin>*10);
mith16.setChance(0.3);
mith16.addItemOutput(<aoa3:medium_skill_crystal>*3);
@@ -3289,6 +3289,14 @@ mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:arbiterite_c
[<contenttweaker:hassium_alloy_ingot>, <contenttweaker:hassium_alloy_ingot>,
<contenttweaker:hassium_alloy_ingot>, <contenttweaker:hassium_alloy_ingot>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:arbiterite_crystal>*24,
1000000,
<contenttweaker:gilded_matter>,
[<contenttweaker:hassium_alloy_ingot>, <contenttweaker:hassium_alloy_ingot>,
<contenttweaker:hassium_alloy_ingot>, <contenttweaker:hassium_alloy_ingot>,
<contenttweaker:hassium_alloy_ingot>, <contenttweaker:hassium_alloy_ingot>,
<contenttweaker:hassium_alloy_ingot>, <contenttweaker:hassium_alloy_ingot>]);
// mods.techreborn.implosionCompressor.addRecipe(<contenttweaker:defined_plate>, <minecraft:stone:0>, <contenttweaker:defined_ingot>, <contenttweaker:bloodmaster_block>*4, 60, 512);
@@ -3516,4 +3524,3 @@ mythassalltokens.addItemOutput(<aoa3:shyrelands_tokens>*64);
mythassalltokens.addItemOutput(<aoa3:vox_ponds_tokens>*64);
mythassalltokens.build();
+24 -5
View File
@@ -694,11 +694,11 @@ import crafttweaker.enchantments.IEnchantmentDefinition;
.add("minecraft:smite",20);
// Recipe
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<extrabotany:firstfractal>.withTag({display: {Name:"§6§o瘟疫之剑§r",Lore:["§d§o超限附魔§r"]}}), enchlistPlagueswordWrapped).getItem(),
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<aoa3:rosidian_sword>.withTag({display: {Name:"§6§o瘟疫之剑§r",Lore:["§d§o超限附魔§r"]}}), enchlistPlagueswordWrapped).getItem(),
[[<contenttweaker:eden_star>, <contenttweaker:infused_dread_shard>, null, null, null, <contenttweaker:infused_dread_shard>, <contenttweaker:eden_star>],
[<contenttweaker:infused_dread_shard>, <iceandfire:dread_shard>, <iceandfire:dread_shard>, null, <iceandfire:dread_shard>, <iceandfire:dread_shard>, <contenttweaker:infused_dread_shard>],
[null, <iceandfire:dread_shard>, <contenttweaker:fiery_rhenium_ingot>, <aoa3:runium_chunk>, <contenttweaker:fiery_rhenium_ingot>, <iceandfire:dread_shard>, null],
[null, null, <aoa3:runium_chunk>, <extrabotany:firstfractal>, <aoa3:runium_chunk>, null, null],
[null, null, <aoa3:runium_chunk>, <aoa3:rosidian_sword>, <aoa3:runium_chunk>, null, null],
[null, <iceandfire:dread_shard>, <contenttweaker:fiery_rhenium_ingot>, <aoa3:runium_chunk>, <contenttweaker:fiery_rhenium_ingot>, <iceandfire:dread_shard>, null],
[<contenttweaker:infused_dread_shard>, <iceandfire:dread_shard>, <iceandfire:dread_shard>, null, <iceandfire:dread_shard>, <iceandfire:dread_shard>, <contenttweaker:infused_dread_shard>],
[<contenttweaker:eden_star>, <contenttweaker:infused_dread_shard>, null, null, null, <contenttweaker:infused_dread_shard>, <contenttweaker:eden_star>]]);
@@ -1394,7 +1394,8 @@ import crafttweaker.enchantments.IEnchantmentDefinition;
{
val enchlistChoedanKal as EnchantMap = EnchantMap()
.add("cofhcore:vorpal",30000);
.add("thaumictinkerer:finalstrike",20000)
.add("thaumictinkerer:valiance",20000);
@@ -1456,6 +1457,7 @@ import crafttweaker.enchantments.IEnchantmentDefinition;
{
val enchlistAnduril as EnchantMap = EnchantMap()
.add("thaumictinkerer:valiance",30)
.add("minecraft:smite",100);
@@ -1474,7 +1476,7 @@ import crafttweaker.enchantments.IEnchantmentDefinition;
{
val enchlistScarlet as EnchantMap = EnchantMap()
.add("cofhcore:vorpal",12);
.add("thaumictinkerer:valiance",20);
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<thaumcraft:crimson_blade>.withTag({display: {Name:"§6§o猩红§r",Lore:["§d§o超限附魔§r"]}}), enchlistScarlet).getItem(),
@@ -1506,7 +1508,7 @@ import crafttweaker.enchantments.IEnchantmentDefinition;
{
val enchlistFirstKing as EnchantMap = EnchantMap()
.add("cofhcore:vorpal",31);
.add("thaumictinkerer:finalstrike",20);
@@ -2065,3 +2067,20 @@ import crafttweaker.enchantments.IEnchantmentDefinition;
}
// Chance
{
val enchlistChance as EnchantMap = EnchantMap()
.add("mod_lavacow:corrosive",5);
// Recipe
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<extrabotany:excaliber>.withTag({display: {Name:"§6§o机运§r",Lore:["§d§o超限附魔§r"]}}), enchlistChance).getItem(),
[[<contenttweaker:spinel_ring>, null, <contenttweaker:spinel_ring>, null, <contenttweaker:spinel_ring>, null, <contenttweaker:spinel_ring>],
[null, <contenttweaker:demon_stone>, null, <contenttweaker:innerved_sky_stone>, null, <contenttweaker:demon_stone>, null],
[<contenttweaker:spinel_ring>, null, <contenttweaker:prosperous_rock>, <contenttweaker:prosperous_rock>, <contenttweaker:prosperous_rock>, null, <contenttweaker:spinel_ring>],
[null, <contenttweaker:innerved_sky_stone>, <contenttweaker:prosperous_rock>, <extrabotany:excaliber>, <contenttweaker:prosperous_rock>, <contenttweaker:innerved_sky_stone>, null],
[<contenttweaker:spinel_ring>, null, <contenttweaker:prosperous_rock>, <contenttweaker:prosperous_rock>, <contenttweaker:prosperous_rock>, null, <contenttweaker:spinel_ring>],
[null, <contenttweaker:demon_stone>, null, <contenttweaker:innerved_sky_stone>, null, <contenttweaker:demon_stone>, null],
[<contenttweaker:spinel_ring>, null, <contenttweaker:spinel_ring>, null, <contenttweaker:spinel_ring>, null, <contenttweaker:spinel_ring>]]);
}
+52 -1
View File
@@ -1074,4 +1074,55 @@ mythallo146.addEnergyPerTickInput(80000);
mythallo146.addItemInput(<contenttweaker:diametric_catalyst>*24);
mythallo146.addItemInput(<contenttweaker:magnetic_monopole>*1);
mythallo146.addItemOutput(<contenttweaker:monopolar_catalyst>*24);
mythallo146.build();
mythallo146.build();
val mythallo147 = RecipeBuilder.newBuilder("mythallo147","mythic_processor_alloy_furnace",2);
mythallo147.addEnergyPerTickInput(80000);
mythallo147.addItemInput(<tardis:dalek_hull>*1);
mythallo147.addItemInput(<ore:ingotVibraniumAlloy>*16);
mythallo147.addItemOutput(<tardis:dalek_hull>*2);
mythallo147.build();
val mythallo148 = RecipeBuilder.newBuilder("mythallo148","mythic_processor_alloy_furnace",2);
mythallo148.addEnergyPerTickInput(80000);
mythallo148.addItemInput(<tardis:toyota_hexagon_4>*1);
mythallo148.addItemInput(<ore:ingotVibranium>*16);
mythallo148.addItemOutput(<tardis:toyota_hexagon_4>*2);
mythallo148.build();
val mythallo149 = RecipeBuilder.newBuilder("mythallo149","mythic_processor_alloy_furnace",2);
mythallo149.addEnergyPerTickInput(80000);
mythallo149.addItemInput(<tardis:megalos>*1);
mythallo149.addItemInput(<ore:ingotVibranium>*4);
mythallo149.addItemOutput(<tardis:megalos>*2);
mythallo149.build();
val mythallo150 = RecipeBuilder.newBuilder("mythallo150","mythic_processor_alloy_furnace",2);
mythallo150.addEnergyPerTickInput(80000);
mythallo150.addItemInput(<ore:crystalFluix>*32);
mythallo150.addItemInput(<ore:dustFluix>*32);
mythallo150.addItemInput(<minecraft:ender_pearl>*8);
mythallo150.addItemOutput(<appliedenergistics2:material:9>*8);
mythallo150.build();
val mythallo151 = RecipeBuilder.newBuilder("mythallo151","mythic_processor_alloy_furnace",2);
mythallo151.addEnergyPerTickInput(80000);
mythallo151.addItemInput(<ore:crystalPureFluix>*32);
mythallo151.addItemInput(<ore:dustFluix>*32);
mythallo151.addItemInput(<minecraft:ender_pearl>*8);
mythallo151.addItemOutput(<appliedenergistics2:material:9>*8);
mythallo151.build();
val mythallo152 = RecipeBuilder.newBuilder("mythallo152","mythic_processor_alloy_furnace",2);
mythallo152.addEnergyPerTickInput(80000);
mythallo152.addItemInput(<enderio:block_alloy_endergy:3>*12);
mythallo152.addItemInput(<contenttweaker:threefold_stellar_oscillator>*1);
mythallo152.addItemOutput(<contenttweaker:threefold_stellar_ingot>*1);
mythallo152.build();
val mythallo153 = RecipeBuilder.newBuilder("mythallo153","mythic_processor_alloy_furnace",2);
mythallo153.addEnergyPerTickInput(80000);
mythallo153.addItemInput(<ore:blockGlass>*4);
mythallo153.addItemInput(<ore:dustCertusQuartz>*5);
mythallo153.addItemOutput(<appliedenergistics2:quartz_glass>*4);
mythallo153.build();
+74 -15
View File
@@ -474,31 +474,31 @@ mythassmac61.build();
val mythassmac62 = RecipeBuilder.newBuilder("mythassmac62","mythic_processor_assembling_machine",2);
mythassmac62.addEnergyPerTickInput(40000);
mythassmac62.addItemInput(<ore:ingotTin>*6);
mythassmac62.addItemInput(<ore:ingotCopper>*1);
mythassmac62.addItemInput(<techreborn:part:8>*2);
mythassmac62.addItemOutput(<techreborn:part:9>*1);
mythassmac62.addItemInput(<ore:ingotTin>*24);
mythassmac62.addItemInput(<ore:ingotCopper>*4);
mythassmac62.addItemInput(<techreborn:part:8>*8);
mythassmac62.addItemOutput(<techreborn:part:9>*4);
mythassmac62.build();
val mythassmac63 = RecipeBuilder.newBuilder("mythassmac63","mythic_processor_assembling_machine",2);
mythassmac63.addEnergyPerTickInput(40000);
mythassmac63.addItemInput(<ore:ingotTin>*6);
mythassmac63.addItemInput(<techreborn:part:7>*3);
mythassmac63.addItemOutput(<techreborn:part:8>*1);
mythassmac63.addItemInput(<ore:ingotTin>*24);
mythassmac63.addItemInput(<techreborn:part:7>*12);
mythassmac63.addItemOutput(<techreborn:part:8>*4);
mythassmac63.build();
val mythassmac64 = RecipeBuilder.newBuilder("mythassmac64","mythic_processor_assembling_machine",2);
mythassmac64.addEnergyPerTickInput(40000);
mythassmac64.addItemInput(<ore:ingotTin>*4);
mythassmac64.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "helium", Amount: 1000}}));
mythassmac64.addItemOutput(<techreborn:part:7>*1);
mythassmac64.addItemInput(<ore:ingotTin>*16);
mythassmac64.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "helium", Amount: 1000}})*4);
mythassmac64.addItemOutput(<techreborn:part:7>*4);
mythassmac64.build();
val mythassmac65 = RecipeBuilder.newBuilder("mythassmac65","mythic_processor_assembling_machine",2);
mythassmac65.addEnergyPerTickInput(40000);
mythassmac65.addItemInput(<ore:ingotTin>*4);
mythassmac65.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidhelium", Amount: 1000}}));
mythassmac65.addItemOutput(<techreborn:part:7>*1);
mythassmac65.addItemInput(<ore:ingotTin>*16);
mythassmac65.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidhelium", Amount: 1000}})*4);
mythassmac65.addItemOutput(<techreborn:part:7>*4);
mythassmac65.build();
val mythassmac66 = RecipeBuilder.newBuilder("mythassmac66","mythic_processor_assembling_machine",2);
@@ -581,8 +581,67 @@ mythassmac76.addItemInput(<ore:ingotIridium>);
mythassmac76.addItemOutput(<techreborn:iridiumneutronreflector>*1);
mythassmac76.build();
val mythassmac77 = RecipeBuilder.newBuilder("mythassmac77","mythic_processor_assembling_machine",2);
mythassmac77.addEnergyPerTickInput(40000);
mythassmac77.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "water", Amount: 1000}})*4);
mythassmac77.addItemInput(<ore:ingotTin>*16);
mythassmac77.addItemOutput(<techreborn:part:36>*8);
mythassmac77.build();
val mythassmac78 = RecipeBuilder.newBuilder("mythassmac78","mythic_processor_assembling_machine",2);
mythassmac78.addEnergyPerTickInput(40000);
mythassmac78.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidpotassiun", Amount: 1000}})*8);
mythassmac78.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsodium", Amount: 1000}})*8);
mythassmac78.addItemInput(<ore:ingotTin>*16);
mythassmac78.addItemInput(<techreborn:part:36>*4);
mythassmac78.addItemOutput(<techreborn:part:10>*4);
mythassmac78.build();
val mythassmac79 = RecipeBuilder.newBuilder("mythassmac79","mythic_processor_assembling_machine",2);
mythassmac79.addEnergyPerTickInput(40000);
mythassmac79.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "potassium", Amount: 1000}})*8);
mythassmac79.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "sodium", Amount: 1000}})*8);
mythassmac79.addItemInput(<ore:ingotTin>*16);
mythassmac79.addItemInput(<techreborn:part:36>*4);
mythassmac79.addItemOutput(<techreborn:part:10>*4);
mythassmac79.build();
val mythassmac80 = RecipeBuilder.newBuilder("mythassmac80","mythic_processor_assembling_machine",2);
mythassmac80.addEnergyPerTickInput(40000);
mythassmac80.addItemInput(<ore:ingotTin>*24);
mythassmac80.addItemInput(<techreborn:part:10>*12);
mythassmac80.addItemOutput(<techreborn:part:11>*4);
mythassmac80.build();
val mythassmac81 = RecipeBuilder.newBuilder("mythassmac81","mythic_processor_assembling_machine",2);
mythassmac81.addEnergyPerTickInput(40000);
mythassmac81.addItemInput(<ore:ingotTin>*24);
mythassmac81.addItemInput(<techreborn:part:11>*8);
mythassmac81.addItemInput(<ore:ingotCopper>*4);
mythassmac81.addItemOutput(<techreborn:part:12>*4);
mythassmac81.build();
val mythassmac82 = RecipeBuilder.newBuilder("mythassmac82","mythic_processor_assembling_machine",2);
mythassmac82.addEnergyPerTickInput(40000);
mythassmac82.addItemInput(<immersiveengineering:wirecoil:0>*64);
mythassmac82.addItemInput(<minecraft:iron_ingot>*8);
mythassmac82.addItemOutput(<immersiveengineering:metal_decoration0:0>*8);
mythassmac82.build();
val mythassmac83 = RecipeBuilder.newBuilder("mythassmac83","mythic_processor_assembling_machine",2);
mythassmac83.addEnergyPerTickInput(40000);
mythassmac83.addItemInput(<immersiveengineering:material:20>*64);
mythassmac83.addItemInput(<ore:stickWood>*16);
mythassmac83.addItemOutput(<immersiveengineering:wirecoil:0>*64);
mythassmac83.build();
val mythassmac84 = RecipeBuilder.newBuilder("mythassmac84","mythic_processor_assembling_machine",2);
mythassmac84.addEnergyPerTickInput(40000);
mythassmac84.addItemInput(<techreborn:part:14>*24);
mythassmac84.addItemInput(<techreborn:part:17>*8);
mythassmac84.addItemInput(<contenttweaker:superconducting_fluix_blend>*1);
mythassmac84.addItemOutput(<contenttweaker:superconducting_heater>*1);
mythassmac84.build();
+94
View File
@@ -283,4 +283,98 @@ mythindblast42.addItemInput(<ore:dustYellorium>*8192);
mythindblast42.addItemOutput(<bigreactors:ingotyellorium>*8192);
mythindblast42.build();
val mythindblast43 = RecipeBuilder.newBuilder("mythindblast43","mythic_processor_blaster",2);
mythindblast43.addEnergyPerTickInput(100000);
mythindblast43.addFluidInput(<fluid:harmonic_fluid_lattice>*10);
mythindblast43.addItemInput(<contenttweaker:fire_dragonsteel_ore>*512);
mythindblast43.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast43.addItemOutput(<iceandfire:dragonsteel_fire_ingot>*8192);
mythindblast43.build();
val mythindblast44 = RecipeBuilder.newBuilder("mythindblast44","mythic_processor_blaster",2);
mythindblast44.addEnergyPerTickInput(100000);
mythindblast44.addFluidInput(<fluid:harmonic_fluid_lattice>*10);
mythindblast44.addItemInput(<contenttweaker:ice_dragonsteel_ore>*512);
mythindblast44.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast44.addItemOutput(<iceandfire:dragonsteel_ice_ingot>*8192);
mythindblast44.build();
val mythindblast45 = RecipeBuilder.newBuilder("mythindblast45","mythic_processor_blaster",2);
mythindblast45.addEnergyPerTickInput(100000);
mythindblast45.addFluidInput(<fluid:harmonic_fluid_lattice>*10);
mythindblast45.addItemInput(<contenttweaker:lightning_dragonsteel_ore>*512);
mythindblast45.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast45.addItemOutput(<iceandfire:dragonsteel_lightning_ingot>*8192);
mythindblast45.build();
val mythindblast46 = RecipeBuilder.newBuilder("mythindblast46","mythic_processor_blaster",2);
mythindblast46.addEnergyPerTickInput(100000);
mythindblast46.addFluidInput(<fluid:dense_plasma>*10000);
mythindblast46.addItemInput(<contenttweaker:stargate_brick_base>*16);
mythindblast46.addItemOutput(<immersiveengineering:stone_decoration:0>*64);
mythindblast46.build();
val mythindblast47 = RecipeBuilder.newBuilder("mythindblast47","mythic_processor_blaster",2);
mythindblast47.addEnergyPerTickInput(100000);
mythindblast47.addFluidInput(<fluid:recursive_computing_matter>*10);
mythindblast47.addItemInput(<ore:oreIridium>*8192);
mythindblast47.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast47.addItemOutput(<thermalfoundation:material:135>*524288);
mythindblast47.build();
val mythindblast48 = RecipeBuilder.newBuilder("mythindblast48","mythic_processor_blaster",2);
mythindblast48.addEnergyPerTickInput(100000);
mythindblast48.addFluidInput(<fluid:recursive_computing_matter>*10);
mythindblast48.addItemInput(<ore:oreTitanium>*8192);
mythindblast48.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast48.addItemOutput(<techreborn:ingot:14>*524288);
mythindblast48.build();
val mythindblast49 = RecipeBuilder.newBuilder("mythindblast49","mythic_processor_blaster",2);
mythindblast49.addEnergyPerTickInput(100000);
mythindblast49.addFluidInput(<fluid:recursive_computing_matter>*10);
mythindblast49.addItemInput(<ore:oreSheldonite>*8192);
mythindblast49.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast49.addItemOutput(<thermalfoundation:material:134>*524288);
mythindblast49.build();
val mythindblast50 = RecipeBuilder.newBuilder("mythindblast50","mythic_processor_blaster",2);
mythindblast50.addEnergyPerTickInput(100000);
mythindblast50.addFluidInput(<fluid:recursive_computing_matter>*10);
mythindblast50.addItemInput(<ore:orePlatinum>*8192);
mythindblast50.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast50.addItemOutput(<thermalfoundation:material:134>*524288);
mythindblast50.build();
val mythindblast51 = RecipeBuilder.newBuilder("mythindblast51","mythic_processor_blaster",2);
mythindblast51.addEnergyPerTickInput(100000);
mythindblast51.addFluidInput(<fluid:recursive_computing_matter>*10);
mythindblast51.addItemInput(<ore:oreTungsten>*8192);
mythindblast51.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast51.addItemOutput(<techreborn:ingot:15>*524288);
mythindblast51.build();
val mythindblast52 = RecipeBuilder.newBuilder("mythindblast52","mythic_processor_blaster",2);
mythindblast52.addEnergyPerTickInput(100000);
mythindblast52.addFluidInput(<fluid:recursive_computing_matter>*10);
mythindblast52.addItemInput(<ore:oreUranium>*8192);
mythindblast52.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast52.addItemOutput(<immersiveengineering:metal:5>*524288);
mythindblast52.build();
val mythindblast53 = RecipeBuilder.newBuilder("mythindblast53","mythic_processor_blaster",2);
mythindblast53.addEnergyPerTickInput(100000);
mythindblast53.addFluidInput(<fluid:recursive_computing_matter>*10);
mythindblast53.addItemInput(<ore:oreThorium>*8192);
mythindblast53.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast53.addItemOutput(<nuclearcraft:ingot:3>*524288);
mythindblast53.build();
val mythindblast54 = RecipeBuilder.newBuilder("mythindblast54","mythic_processor_blaster",2);
mythindblast54.addEnergyPerTickInput(100000);
mythindblast54.addFluidInput(<fluid:recursive_computing_matter>*10);
mythindblast54.addItemInput(<ore:oreYellorium>*8192);
mythindblast54.addItemInput(<contenttweaker:gilded_matter>*1);
mythindblast54.addItemOutput(<bigreactors:ingotyellorium>*524288);
mythindblast54.build();
+11 -5
View File
@@ -62,13 +62,13 @@ val mythproccentsep61 = RecipeBuilder.newBuilder("mythproccentsep61","mythic_pro
val mythproccentsep62 = RecipeBuilder.newBuilder("mythproccentsep62","mythic_processor_centrifuge",2); mythproccentsep62.addEnergyPerTickInput(70000); mythproccentsep62.addItemInput(<techreborn:dust:4>*16); mythproccentsep62.addItemOutput(<techreborn:dust:22>*8); mythproccentsep62.addItemOutput(<techreborn:dust:15>*4); mythproccentsep62.addItemOutput(<techreborn:dust:8>*3); mythproccentsep62.addItemOutput(<techreborn:dust:36>); mythproccentsep62.build();
val mythproccentsep63 = RecipeBuilder.newBuilder("mythproccentsep63","mythic_processor_centrifuge",2); mythproccentsep63.addEnergyPerTickInput(70000); mythproccentsep63.addItemInput(<forestry:fruits:4>); mythproccentsep63.addItemOutput(<minecraft:dirt>); mythproccentsep63.addItemOutput(<minecraft:dirt>); mythproccentsep63.addItemOutput(<minecraft:dirt>); mythproccentsep63.addItemOutput(<minecraft:dirt>); mythproccentsep63.build();
val mythproccentsep64 = RecipeBuilder.newBuilder("mythproccentsep64","mythic_processor_centrifuge",2); mythproccentsep64.addEnergyPerTickInput(70000); mythproccentsep64.addItemInput(<minecraft:carrot_on_a_stick>); mythproccentsep64.addItemOutput(<minecraft:fishing_rod>); mythproccentsep64.addItemOutput(<minecraft:dirt>); mythproccentsep64.addItemOutput(<minecraft:dirt>); mythproccentsep64.addItemOutput(<minecraft:dirt>); mythproccentsep64.build();
val mythproccentsep65 = RecipeBuilder.newBuilder("mythproccentsep65","mythic_processor_centrifuge",2); mythproccentsep65.addEnergyPerTickInput(70000); mythproccentsep65.addItemInput(<gendustry:honey_comb:13371>); mythproccentsep65.addItemOutput(<divinerpg:rupee_ore>*8); mythproccentsep65.addItemOutput(<divinerpg:arlemite_ore>*8); mythproccentsep65.addItemOutput(<divinerpg:realmite_ore>*8); mythproccentsep65.addItemOutput(<minecraft:dirt>); mythproccentsep65.build();
val mythproccentsep65 = RecipeBuilder.newBuilder("mythproccentsep65","mythic_processor_centrifuge",2); mythproccentsep65.addEnergyPerTickInput(70000); mythproccentsep65.addItemInput(<gendustry:honey_comb:13371>*4); mythproccentsep65.addItemOutput(<divinerpg:rupee_ore>*32); mythproccentsep65.addItemOutput(<divinerpg:arlemite_ore>*32); mythproccentsep65.addItemOutput(<divinerpg:realmite_ore>*32); mythproccentsep65.addItemOutput(<minecraft:dirt>); mythproccentsep65.build();
val mythproccentsep66 = RecipeBuilder.newBuilder("mythproccentsep66","mythic_processor_centrifuge",2); mythproccentsep66.addEnergyPerTickInput(70000); mythproccentsep66.addItemInput(<minecraft:carrot>); mythproccentsep66.addItemOutput(<minecraft:dirt>); mythproccentsep66.addItemOutput(<minecraft:dirt>); mythproccentsep66.addItemOutput(<minecraft:dirt>); mythproccentsep66.addItemOutput(<minecraft:dirt>); mythproccentsep66.build();
val mythproccentsep67 = RecipeBuilder.newBuilder("mythproccentsep67","mythic_processor_centrifuge",2); mythproccentsep67.addEnergyPerTickInput(70000); mythproccentsep67.addItemInput(<extratrees:food:11>); mythproccentsep67.addItemOutput(<minecraft:dirt>); mythproccentsep67.addItemOutput(<minecraft:dirt>); mythproccentsep67.addItemOutput(<minecraft:dirt>); mythproccentsep67.addItemOutput(<minecraft:dirt>); mythproccentsep67.build();
val mythproccentsep68 = RecipeBuilder.newBuilder("mythproccentsep68","mythic_processor_centrifuge",2); mythproccentsep68.addEnergyPerTickInput(70000); mythproccentsep68.addItemInput(<contenttweaker:shell_dust>*32); mythproccentsep68.addItemOutput(<contenttweaker:selenium_dust>); mythproccentsep68.addItemOutput(<techreborn:smalldust:30>); mythproccentsep68.addItemOutput(<thermalfoundation:material:768>); mythproccentsep68.addItemOutput(<minecraft:dirt>); mythproccentsep68.build();
val mythproccentsep69 = RecipeBuilder.newBuilder("mythproccentsep69","mythic_processor_centrifuge",2); mythproccentsep69.addEnergyPerTickInput(70000); mythproccentsep69.addItemInput(<extratrees:food:22>); mythproccentsep69.addItemOutput(<minecraft:dirt>); mythproccentsep69.addItemOutput(<minecraft:dirt>); mythproccentsep69.addItemOutput(<minecraft:dirt>); mythproccentsep69.addItemOutput(<minecraft:dirt>); mythproccentsep69.build();
val mythproccentsep70 = RecipeBuilder.newBuilder("mythproccentsep70","mythic_processor_centrifuge",2); mythproccentsep70.addEnergyPerTickInput(70000); mythproccentsep70.addItemInput(<minecraft:apple>); mythproccentsep70.addItemOutput(<minecraft:dirt>); mythproccentsep70.addItemOutput(<minecraft:dirt>); mythproccentsep70.addItemOutput(<minecraft:dirt>); mythproccentsep70.addItemOutput(<minecraft:dirt>); mythproccentsep70.build();
val mythproccentsep71 = RecipeBuilder.newBuilder("mythproccentsep71","mythic_processor_centrifuge",2); mythproccentsep71.addEnergyPerTickInput(70000); mythproccentsep71.addItemInput(<gendustry:honey_comb:13370>); mythproccentsep71.addItemOutput(<aoa3:emberstone_ore>*8); mythproccentsep71.addItemOutput(<aoa3:jade_ore>*8); mythproccentsep71.addItemOutput(<aoa3:sapphire_ore>*8); mythproccentsep71.addItemOutput(<aoa3:amethyst_ore>*8); mythproccentsep71.build();
val mythproccentsep71 = RecipeBuilder.newBuilder("mythproccentsep71","mythic_processor_centrifuge",2); mythproccentsep71.addEnergyPerTickInput(70000); mythproccentsep71.addItemInput(<gendustry:honey_comb:13370>*4); mythproccentsep71.addItemOutput(<aoa3:emberstone_ore>*32); mythproccentsep71.addItemOutput(<aoa3:jade_ore>*32); mythproccentsep71.addItemOutput(<aoa3:sapphire_ore>*32); mythproccentsep71.addItemOutput(<aoa3:amethyst_ore>*32); mythproccentsep71.build();
val mythproccentsep72 = RecipeBuilder.newBuilder("mythproccentsep72","mythic_processor_centrifuge",2); mythproccentsep72.addEnergyPerTickInput(70000); mythproccentsep72.addItemInput(<extratrees:food>); mythproccentsep72.addItemOutput(<minecraft:dirt>); mythproccentsep72.addItemOutput(<minecraft:dirt>); mythproccentsep72.addItemOutput(<minecraft:dirt>); mythproccentsep72.addItemOutput(<minecraft:dirt>); mythproccentsep72.build();
val mythproccentsep73 = RecipeBuilder.newBuilder("mythproccentsep73","mythic_processor_centrifuge",2); mythproccentsep73.addEnergyPerTickInput(70000); mythproccentsep73.addItemInput(<contenttweaker:living_flesh>); mythproccentsep73.addItemOutput(<cyclicmagic:peat_biomass>*24); mythproccentsep73.addItemOutput(<minecraft:dirt>); mythproccentsep73.addItemOutput(<minecraft:dirt>); mythproccentsep73.addItemOutput(<minecraft:dirt>); mythproccentsep73.build();
val mythproccentsep74 = RecipeBuilder.newBuilder("mythproccentsep74","mythic_processor_centrifuge",2); mythproccentsep74.addEnergyPerTickInput(70000); mythproccentsep74.addItemInput(<minecraft:concrete_powder:1>*2); mythproccentsep74.addItemOutput(<thermalfoundation:dye:15>); mythproccentsep74.addItemOutput(<minecraft:gravel>); mythproccentsep74.addItemOutput(<minecraft:sand>); mythproccentsep74.addItemOutput(<minecraft:dirt>); mythproccentsep74.build();
@@ -132,9 +132,9 @@ mythproccentsep116.build();
val mythproccentsep117 = RecipeBuilder.newBuilder("mythproccentsep117","mythic_processor_centrifuge",2);
mythproccentsep117.addEnergyPerTickInput(70000);
mythproccentsep117.addItemInput(<gendustry:honey_comb:13379>);
mythproccentsep117.addItemOutput(<divinerpg:netherite_ore>*8);
mythproccentsep117.addItemOutput(<divinerpg:bloodgem_ore>*8);
mythproccentsep117.addItemInput(<gendustry:honey_comb:13379>*4);
mythproccentsep117.addItemOutput(<divinerpg:netherite_ore>*32);
mythproccentsep117.addItemOutput(<divinerpg:bloodgem_ore>*32);
mythproccentsep117.addItemOutput(<minecraft:dirt>);
mythproccentsep117.addItemOutput(<minecraft:dirt>);
mythproccentsep117.build();
@@ -233,6 +233,12 @@ mythproccentsep128.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {Fluid
mythproccentsep128.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "argon", Amount: 1000}})*1);
mythproccentsep128.build();
val mythproccentsep129 = RecipeBuilder.newBuilder("mythproccentsep129","mythic_processor_centrifuge",2);
mythproccentsep129.addEnergyPerTickInput(70000);
mythproccentsep129.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "koh", Amount: 1000}})*5);
mythproccentsep129.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "potassium", Amount: 1000}})*1);
mythproccentsep129.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "water", Amount: 1000}})*5);
mythproccentsep129.build();
+80
View File
@@ -739,3 +739,83 @@ mithchemreac99.addFluidInput(<fluid:fluidpotassium>*144);
mithchemreac99.addFluidInput(<fluid:mineral_oil>*10);
mithchemreac99.addFluidOutput(<fluid:diluted_potassium>*144);
mithchemreac99.build();
val mithchemreac100 = RecipeBuilder.newBuilder("mithchemreac100","mythic_processor_chemical_reactor",2);
mithchemreac100.addEnergyPerTickInput(200000);
mithchemreac100.addFluidInput(<fluid:fluidsodium>*144);
mithchemreac100.addFluidInput(<fluid:mineral_oil>*10);
mithchemreac100.addFluidOutput(<fluid:diluted_sodium>*144);
mithchemreac100.build();
val mithchemreac101 = RecipeBuilder.newBuilder("mithchemreac101","mythic_processor_chemical_reactor",2);
mithchemreac101.addEnergyPerTickInput(200000);
mithchemreac101.addFluidInput(<fluid:water>*1);
mithchemreac101.addFluidInput(<fluid:whisper_of_ahkrast_korvalain>*1);
mithchemreac101.addFluidOutput(<fluid:warren_binder_oxygen>*1000);
mithchemreac101.addFluidOutput(<fluid:warren_binder_hydrogen>*1000);
mithchemreac101.build();
val mithchemreac102 = RecipeBuilder.newBuilder("mithchemreac102","mythic_processor_chemical_reactor",2);
mithchemreac102.addEnergyPerTickInput(200000);
mithchemreac102.addFluidInput(<fluid:hot_spring_water>*1);
mithchemreac102.addFluidInput(<fluid:whisper_of_ahkrast_korvalain>*1);
mithchemreac102.addFluidOutput(<fluid:warren_binder_deuterium>*1000);
mithchemreac102.addFluidOutput(<fluid:warren_binder_tritium>*1000);
mithchemreac102.build();
val mithchemreac103 = RecipeBuilder.newBuilder("mithchemreac103","mythic_processor_chemical_reactor",2);
mithchemreac103.addEnergyPerTickInput(200000);
mithchemreac103.addFluidInput(<fluid:moltenabyssalnite>*1);
mithchemreac103.addFluidInput(<fluid:whisper_of_ahkrast_korvalain>*1);
mithchemreac103.addFluidOutput(<fluid:warren_binder_iron>*1000);
mithchemreac103.addFluidOutput(<fluid:warren_binder_nickel>*1000);
mithchemreac103.build();
val mithchemreac104 = RecipeBuilder.newBuilder("mithchemreac104","mythic_processor_chemical_reactor",2);
mithchemreac104.addEnergyPerTickInput(200000);
mithchemreac104.addFluidInput(<fluid:moltendreadium>*1);
mithchemreac104.addFluidInput(<fluid:whisper_of_ahkrast_korvalain>*1);
mithchemreac104.addFluidOutput(<fluid:warren_binder_lead>*1000);
mithchemreac104.addFluidOutput(<fluid:warren_binder_mercury>*1000);
mithchemreac104.build();
val mithchemreac105 = RecipeBuilder.newBuilder("mithchemreac105","mythic_processor_chemical_reactor",2);
mithchemreac105.addEnergyPerTickInput(200000);
mithchemreac105.addFluidInput(<fluid:knightmetal>*1);
mithchemreac105.addFluidInput(<fluid:whisper_of_ahkrast_korvalain>*1);
mithchemreac105.addFluidOutput(<fluid:warren_binder_tin>*1000);
mithchemreac105.build();
val mithchemreac106 = RecipeBuilder.newBuilder("mithchemreac106","mythic_processor_chemical_reactor",2);
mithchemreac106.addEnergyPerTickInput(200000);
mithchemreac106.addFluidInput(<fluid:catalyzed_actualization>*1000);
mithchemreac106.addFluidInput(<fluid:gluttonous_lymph>*1000);
mithchemreac106.addFluidOutput(<fluid:lymph_of_pixonia>*10000);
mithchemreac106.addFluidOutput(<fluid:stationary_actualization>*1500);
mithchemreac106.build();
val mithchemreac107 = RecipeBuilder.newBuilder("mithchemreac107","mythic_processor_chemical_reactor",2);
mithchemreac107.addEnergyPerTickInput(200000);
mithchemreac107.addFluidInput(<fluid:excited_actualization>*1000);
mithchemreac107.addFluidInput(<fluid:blazing_tincture>*100);
mithchemreac107.addFluidOutput(<fluid:lymph_of_pixonia>*20000);
mithchemreac107.addFluidOutput(<fluid:exuberant_actualization>*1500);
mithchemreac107.build();
val mithchemreac108 = RecipeBuilder.newBuilder("mithchemreac108","mythic_processor_chemical_reactor",2);
mithchemreac108.addEnergyPerTickInput(200000);
mithchemreac108.addFluidInput(<fluid:resting_actualization>*1000);
mithchemreac108.addFluidInput(<fluid:glowing_tincture>*100);
mithchemreac108.addFluidOutput(<fluid:lymph_of_pixonia>*40000);
mithchemreac108.addFluidOutput(<fluid:hyperactive_actualization>*1500);
mithchemreac108.build();
val mithchemreac109 = RecipeBuilder.newBuilder("mithchemreac109","mythic_processor_chemical_reactor",2);
mithchemreac109.addEnergyPerTickInput(200000);
mithchemreac109.addFluidInput(<fluid:acting_actualization>*1000);
mithchemreac109.addFluidInput(<fluid:gunpowder_tincture>*100);
mithchemreac109.addFluidOutput(<fluid:lymph_of_pixonia>*80000);
mithchemreac109.addFluidOutput(<fluid:explosive_actualization>*1500);
mithchemreac109.build();
+44 -2
View File
@@ -740,8 +740,50 @@ mythcomp94.addItemInput(<contenttweaker:gold_leaf>*2);
mythcomp94.addItemOutput(<extrabotany:material:2>);
mythcomp94.build();
val mythcomp95 = RecipeBuilder.newBuilder("mythcomp95","mythic_processor_compactor",2);
mythcomp95.addEnergyPerTickInput(60000);
mythcomp95.addItemInput(<contenttweaker:radiation_absorbing_plate_stamp>);
mythcomp95.setChance(0.0);
mythcomp95.addItemInput(<ore:ingotLead>*16);
mythcomp95.addItemInput(<ore:dustGraphite>*16);
mythcomp95.addItemInput(<divinerpg:eden_soul>*16);
mythcomp95.addItemOutput(<nuclearcraft:part:0>*32);
mythcomp95.build();
val mythcomp96 = RecipeBuilder.newBuilder("mythcomp96","mythic_processor_compactor",2);
mythcomp96.addEnergyPerTickInput(60000);
mythcomp96.addItemInput(<contenttweaker:radiation_absorbing_plate_stamp>);
mythcomp96.setChance(0.0);
mythcomp96.addItemInput(<nuclearcraft:part:0>*16);
mythcomp96.addItemInput(<ore:ingotFluctuatite>*32);
mythcomp96.addItemInput(<ore:ingotTough>*64);
mythcomp96.addItemInput(<aoa3:runium_chunk>*32);
mythcomp96.addItemOutput(<nuclearcraft:part:1>*16);
mythcomp96.build();
val mythcomp97 = RecipeBuilder.newBuilder("mythcomp97","mythic_processor_compactor",2);
mythcomp97.addEnergyPerTickInput(60000);
mythcomp97.addItemInput(<contenttweaker:radiation_absorbing_plate_stamp>);
mythcomp97.setChance(0.0);
mythcomp97.addItemInput(<nuclearcraft:part:1>*16);
mythcomp97.addItemInput(<ore:ingotEmberstone>*32);
mythcomp97.addItemInput(<ore:dustSulfur>*32);
mythcomp97.addItemInput(<aoa3:bloodstone>*32);
mythcomp97.addItemInput(<nuclearcraft:uranium:4>*32);
mythcomp97.addItemOutput(<nuclearcraft:part:2>*16);
mythcomp97.build();
val mythcomp98 = RecipeBuilder.newBuilder("mythcomp98","mythic_processor_compactor",2);
mythcomp98.addEnergyPerTickInput(60000);
mythcomp98.addItemInput(<contenttweaker:radiation_absorbing_plate_stamp>);
mythcomp98.setChance(0.0);
mythcomp98.addItemInput(<nuclearcraft:part:2>*16);
mythcomp98.addItemInput(<ore:ingotSkeletal>*32);
mythcomp98.addItemInput(<extendedcrafting:storage:7>*16);
mythcomp98.addItemInput(<extendedcrafting:material:12>*16);
mythcomp98.addItemInput(<redstonearsenal:material:128>*64);
mythcomp98.addItemOutput(<nuclearcraft:part:3>*16);
mythcomp98.build();
+28 -1
View File
@@ -22,4 +22,31 @@ val mythdry4 = RecipeBuilder.newBuilder("mythdry4","mythic_processor_drying_rack
mythdry4.addEnergyPerTickInput(40000);
mythdry4.addItemInput(<thaumcraft:vishroom>);
mythdry4.addItemOutput(<contenttweaker:dried_vishroom>);
mythdry4.build();
mythdry4.build();
val mythdry5 = RecipeBuilder.newBuilder("mythdry5","mythic_processor_drying_rack",2);
mythdry5.addEnergyPerTickInput(40000);
mythdry5.addItemInput(<contenttweaker:recursion_of_history>);
mythdry5.addItemInput(<aoa3:abyss_stone>*64);
mythdry5.addItemInput(<aoa3:barathos_hellstone>*64);
mythdry5.addItemInput(<aoa3:baron_stone>*64);
mythdry5.addItemInput(<aoa3:borean_stone>*64);
mythdry5.addItemInput(<aoa3:creep_stone>*64);
mythdry5.addItemInput(<aoa3:crystevia_stone>*64);
mythdry5.addItemInput(<aoa3:deeplands_stone>*64);
mythdry5.addItemInput(<aoa3:dustopia_stone>*64);
mythdry5.addItemInput(<aoa3:gardencia_stone>*64);
mythdry5.addItemInput(<aoa3:greckon_stone>*64);
mythdry5.addItemInput(<aoa3:haven_stone>*64);
mythdry5.addItemInput(<aoa3:iromine_stone>*64);
mythdry5.addItemInput(<aoa3:lelyetia_stone>*64);
mythdry5.addItemInput(<aoa3:mysterium_stone>*64);
mythdry5.addItemInput(<aoa3:high_precasia_stone>*64);
mythdry5.addItemInput(<aoa3:low_precasia_stone>*64);
mythdry5.addItemInput(<aoa3:primed_stone>*64);
mythdry5.addItemInput(<aoa3:runic_stone>*64);
mythdry5.addItemInput(<aoa3:shyrelands_stone>*64);
mythdry5.addItemInput(<aoa3:toxic_stone>*64);
mythdry5.addItemInput(<aoa3:unstable_stone>*64);
mythdry5.addItemOutput(<contenttweaker:matter_of_the_ages>*1344);
mythdry5.build();
+13
View File
@@ -673,3 +673,16 @@ mythindgrind88.addItemInput(<contenttweaker:tartarite_ore>*16);
mythindgrind88.addItemOutput(<materialpart:tartarite:dust>*256);
mythindgrind88.build();
val mythindgrind89 = RecipeBuilder.newBuilder("mythindgrind89","mythic_processor_grinder",2);
mythindgrind89.addEnergyPerTickInput(2000000);
mythindgrind89.addFluidInput(<fluid:harmonic_fluid_lattice>*1);
mythindgrind89.addItemInput(<contenttweaker:bluefire_divine_ore>*1);
mythindgrind89.addItemOutput(<divinerpg:bluefire_stone>*4096);
mythindgrind89.build();
val mythindgrind90 = RecipeBuilder.newBuilder("mythindgrind90","mythic_processor_grinder",2);
mythindgrind90.addEnergyPerTickInput(2000000);
mythindgrind90.addFluidInput(<fluid:harmonic_fluid_lattice>*1);
mythindgrind90.addItemInput(<contenttweaker:unleashed_divine_ore>*1);
mythindgrind90.addItemOutput(<divinerpg:divine_stone>*4096);
mythindgrind90.build();
+169 -1
View File
@@ -993,7 +993,7 @@ mythmelt700.build();
val mythmelt701 = RecipeBuilder.newBuilder("mythmelt701","mythic_processor_melter",2);
mythmelt701.addEnergyPerTickInput(60000);
mythmelt701.addItemInput(<ore:blocknetherite>);
mythmelt701.addItemInput(<ore:blockNetherite>);
mythmelt701.addFluidOutput(<fluid:molten_netherite> * 1296);
mythmelt701.build();
@@ -1119,5 +1119,173 @@ mythmelt721.addItemInput(<contenttweaker:demonic_ember>);
mythmelt721.addFluidOutput(<fluid:molten_demonic_ember> * 144);
mythmelt721.build();
val mythmelt722 = RecipeBuilder.newBuilder("mythmelt722","mythic_processor_melter",2);
mythmelt722.addEnergyPerTickInput(60000);
mythmelt722.addItemInput(<contenttweaker:phasing_alloy_ingot>);
mythmelt722.addFluidOutput(<fluid:phasing_alloy> * 144);
mythmelt722.build();
val mythmelt723 = RecipeBuilder.newBuilder("mythmelt723","mythic_processor_melter",2);
mythmelt723.addEnergyPerTickInput(60000);
mythmelt723.addItemInput(<contenttweaker:bloodmaster_block>);
mythmelt723.addFluidOutput(<fluid:bloodmaster_metal> * 144);
mythmelt723.build();
val mythmelt724 = RecipeBuilder.newBuilder("mythmelt724","mythic_processor_melter",2);
mythmelt724.addEnergyPerTickInput(60000);
mythmelt724.addItemInput(<contenttweaker:barathosynium_ingot>);
mythmelt724.addFluidOutput(<fluid:molten_barathosynium> * 144);
mythmelt724.build();
val mythmelt725 = RecipeBuilder.newBuilder("mythmelt725","mythic_processor_melter",2);
mythmelt725.addEnergyPerTickInput(60000);
mythmelt725.addItemInput(<extrautils2:ingredients:12>);
mythmelt725.addFluidOutput(<fluid:xu_enchanted_metal> * 144);
mythmelt725.build();
val mythmelt726 = RecipeBuilder.newBuilder("mythmelt726","mythic_processor_melter",2);
mythmelt726.addEnergyPerTickInput(60000);
mythmelt726.addItemInput(<extrautils2:ingredients:17>);
mythmelt726.addFluidOutput(<fluid:xu_evil_metal> * 144);
mythmelt726.build();
val mythmelt727 = RecipeBuilder.newBuilder("mythmelt727","mythic_processor_melter",2);
mythmelt727.addEnergyPerTickInput(60000);
mythmelt727.addItemInput(<extrautils2:simpledecorative:2>);
mythmelt727.addFluidOutput(<fluid:xu_evil_metal> * 1296);
mythmelt727.build();
val mythmelt728 = RecipeBuilder.newBuilder("mythmelt728","mythic_processor_melter",2);
mythmelt728.addEnergyPerTickInput(60000);
mythmelt728.addItemInput(<extrautils2:simpledecorative:0>);
mythmelt728.addFluidOutput(<fluid:xu_enchanted_metal> * 1296);
mythmelt728.build();
val mythmelt729 = RecipeBuilder.newBuilder("mythmelt729","mythic_processor_melter",2);
mythmelt729.addEnergyPerTickInput(60000);
mythmelt729.addItemInput(<astralsorcery:itemcraftingcomponent:1>);
mythmelt729.addFluidOutput(<fluid:starmetal> * 144);
mythmelt729.build();
val mythmelt730 = RecipeBuilder.newBuilder("mythmelt730","mythic_processor_melter",2);
mythmelt730.addEnergyPerTickInput(60000);
mythmelt730.addItemInput(<astralsorcery:blockcustomore:1>);
mythmelt730.addFluidOutput(<fluid:starmetal> * 288);
mythmelt730.build();
val mythmelt731 = RecipeBuilder.newBuilder("mythmelt731","mythic_processor_melter",2);
mythmelt731.addEnergyPerTickInput(60000);
mythmelt731.addItemInput(<deepmoblearningbm:blood_infused_glitch_ingot>);
mythmelt731.addFluidOutput(<fluid:blood_infused_glitch> * 144);
mythmelt731.build();
val mythmelt732 = RecipeBuilder.newBuilder("mythmelt732","mythic_processor_melter",2);
mythmelt732.addEnergyPerTickInput(60000);
mythmelt732.addItemInput(<deepmoblearningbm:block_blood_infused_glitch_ingot>);
mythmelt732.addFluidOutput(<fluid:blood_infused_glitch> * 1296);
mythmelt732.build();
val mythmelt733 = RecipeBuilder.newBuilder("mythmelt733","mythic_processor_melter",2);
mythmelt733.addEnergyPerTickInput(60000);
mythmelt733.addItemInput(<extrautils2:simpledecorative:1>);
mythmelt733.addFluidOutput(<fluid:xu_demonic_metal> * 1296);
mythmelt733.build();
val mythmelt734 = RecipeBuilder.newBuilder("mythmelt734","mythic_processor_melter",2);
mythmelt734.addEnergyPerTickInput(60000);
mythmelt734.addItemInput(<extrautils2:ingredients:11>);
mythmelt734.addFluidOutput(<fluid:xu_demonic_metal> * 144);
mythmelt734.build();
val mythmelt735 = RecipeBuilder.newBuilder("mythmelt735","mythic_processor_melter",2);
mythmelt735.addEnergyPerTickInput(60000);
mythmelt735.addItemInput(<mysticalagriculture:crafting:38>);
mythmelt735.addFluidOutput(<fluid:soulium> * 144);
mythmelt735.build();
val mythmelt736 = RecipeBuilder.newBuilder("mythmelt736","mythic_processor_melter",2);
mythmelt736.addEnergyPerTickInput(60000);
mythmelt736.addItemInput(<mysticalagriculture:ingot_storage:6>);
mythmelt736.addFluidOutput(<fluid:soulium> * 1296);
mythmelt736.build();
val mythmelt737 = RecipeBuilder.newBuilder("mythmelt737","mythic_processor_melter",2);
mythmelt737.addEnergyPerTickInput(60000);
mythmelt737.addItemInput(<contenttweaker:wrought_iron_plate>);
mythmelt737.addFluidOutput(<fluid:molten_wrought_iron> * 144);
mythmelt737.build();
val mythmelt738 = RecipeBuilder.newBuilder("mythmelt738","mythic_processor_melter",2);
mythmelt738.addEnergyPerTickInput(60000);
mythmelt738.addItemInput(<contenttweaker:berserker_steel_ingot>);
mythmelt738.addFluidOutput(<fluid:berserker_steel> * 144);
mythmelt738.build();
val mythmelt739 = RecipeBuilder.newBuilder("mythmelt739","mythic_processor_melter",2);
mythmelt739.addEnergyPerTickInput(60000);
mythmelt739.addItemInput(<thermalfoundation:storage:8>);
mythmelt739.addFluidOutput(<fluid:mithril> * 1296);
mythmelt739.build();
val mythmelt740 = RecipeBuilder.newBuilder("mythmelt740","mythic_processor_melter",2);
mythmelt740.addEnergyPerTickInput(60000);
mythmelt740.addItemInput(<thermalfoundation:material:136>);
mythmelt740.addFluidOutput(<fluid:mithril> * 144);
mythmelt740.build();
val mythmelt741 = RecipeBuilder.newBuilder("mythmelt741","mythic_processor_melter",2);
mythmelt741.addEnergyPerTickInput(60000);
mythmelt741.addItemInput(<contenttweaker:trinity_ingot>);
mythmelt741.addFluidOutput(<fluid:trinity_ingot> * 144);
mythmelt741.build();
val mythmelt742 = RecipeBuilder.newBuilder("mythmelt742","mythic_processor_melter",2);
mythmelt742.addEnergyPerTickInput(60000);
mythmelt742.addItemInput(<extendedcrafting:singularity_custom:2059>);
mythmelt742.addFluidOutput(<fluid:cyanite> * 728064);
mythmelt742.build();
val mythmelt743 = RecipeBuilder.newBuilder("mythmelt743","mythic_processor_melter",2);
mythmelt743.addEnergyPerTickInput(60000);
mythmelt743.addItemInput(<contenttweaker:double_compressed_aeternalis_fuel>);
mythmelt743.addFluidOutput(<fluid:aeternalis_fuel> * 8100);
mythmelt743.build();
val mythmelt744 = RecipeBuilder.newBuilder("mythmelt744","mythic_processor_melter",2);
mythmelt744.addEnergyPerTickInput(60000);
mythmelt744.addItemInput(<contenttweaker:triple_compressed_aeternalis_fuel>);
mythmelt744.addFluidOutput(<fluid:aeternalis_fuel> * 72900);
mythmelt744.build();
val mythmelt745 = RecipeBuilder.newBuilder("mythmelt745","mythic_processor_melter",2);
mythmelt745.addEnergyPerTickInput(60000);
mythmelt745.addItemInput(<contenttweaker:quadruple_compressed_aeternalis_fuel>);
mythmelt745.addFluidOutput(<fluid:aeternalis_fuel> * 656100);
mythmelt745.build();
val mythmelt746 = RecipeBuilder.newBuilder("mythmelt746","mythic_processor_melter",2);
mythmelt746.addEnergyPerTickInput(60000);
mythmelt746.addItemInput(<contenttweaker:quintuple_compressed_aeternalis_fuel>);
mythmelt746.addFluidOutput(<fluid:aeternalis_fuel> * 5904900);
mythmelt746.build();
val mythmelt747 = RecipeBuilder.newBuilder("mythmelt747","mythic_processor_melter",2);
mythmelt747.addEnergyPerTickInput(60000);
mythmelt747.addItemInput(<divinerpg:arlemite_block>);
mythmelt747.addFluidOutput(<fluid:molten_arlemite> * 1296);
mythmelt747.build();
val mythmelt748 = RecipeBuilder.newBuilder("mythmelt748","mythic_processor_melter",2);
mythmelt748.addEnergyPerTickInput(60000);
mythmelt748.addItemInput(<divinerpg:realmite_block>);
mythmelt748.addFluidOutput(<fluid:molten_realmite> * 1296);
mythmelt748.build();
val mythmelt749 = RecipeBuilder.newBuilder("mythmelt749","mythic_processor_melter",2);
mythmelt749.addEnergyPerTickInput(60000);
mythmelt749.addItemInput(<aoa3:shyrestone_block>);
mythmelt749.addFluidOutput(<fluid:shyrestone> * 1296);
mythmelt749.build();
+25
View File
@@ -1410,3 +1410,28 @@ mythpulv224.addItemInput(<contenttweaker:hypercharged_wool>*16);
mythpulv224.addItemInput(<minecraft:redstone>*4);
mythpulv224.addItemOutput(<contenttweaker:hypercharged_redstone>*4);
mythpulv224.build();
val mythpulv225 = RecipeBuilder.newBuilder("mythpulv225","mythic_processor_pulverizer",2);
mythpulv225.addEnergyPerTickInput(60000);
mythpulv225.addItemInput(<ore:netherrack>*16);
mythpulv225.addItemOutput(<techreborn:dust:33>*16);
mythpulv225.build();
val mythpulv226 = RecipeBuilder.newBuilder("mythpulv226","mythic_processor_pulverizer",2);
mythpulv226.addEnergyPerTickInput(60000);
mythpulv226.addItemInput(<ore:stoneMarble>*16);
mythpulv226.addItemOutput(<techreborn:dust:32>*16);
mythpulv226.build();
val mythpulv227 = RecipeBuilder.newBuilder("mythpulv227","mythic_processor_pulverizer",2);
mythpulv227.addEnergyPerTickInput(60000);
mythpulv227.addItemInput(<nuclearcraft:gem_dust:8>*16);
mythpulv227.addItemOutput(<nuclearcraft:compound:3>*16);
mythpulv227.build();
val mythpulv228 = RecipeBuilder.newBuilder("mythpulv228","mythic_processor_pulverizer",2);
mythpulv228.addEnergyPerTickInput(60000);
mythpulv228.addItemInput(<contenttweaker:superconducting_fluix>*1);
mythpulv228.addItemInput(<redstonearsenal:material:0>*128);
mythpulv228.addItemOutput(<contenttweaker:superconducting_fluix_blend>*128);
mythpulv228.build();
+6
View File
@@ -54,3 +54,9 @@ mythreso9.addItemInput(<ebwizardry:magic_crystal:0>);
mythreso9.addItemOutput(<ebwizardry:magic_crystal:3>);
mythreso9.build();
val mythreso10 = RecipeBuilder.newBuilder("mythreso10","mythic_processor_resonator",5);
mythreso10.addEnergyPerTickInput(60000);
mythreso10.addItemInput(<contenttweaker:matter_of_the_ages>);
mythreso10.addItemInput(<minecraft:clay_ball>*400);
mythreso10.addItemOutput(<tconstruct:materials:2>*400);
mythreso10.build();
+7 -1
View File
@@ -202,4 +202,10 @@ mythrockcrush26.addItemInput(<contenttweaker:warren_livingwood>);
mythrockcrush26.addItemOutput(<botania:livingwood:0>*512);
mythrockcrush26.build();
val mythrockcrush27 = RecipeBuilder.newBuilder("mythrockcrush27","mythic_processor_rock_crusher",2);
mythrockcrush27.addEnergyPerTickInput(80000);
mythrockcrush27.addItemInput(<contenttweaker:ichorium_void_stone>);
mythrockcrush27.addItemOutput(<enderio:item_material:20>*64);
mythrockcrush27.addItemOutput(<enderio:item_material:20>*64);
mythrockcrush27.addItemOutput(<enderio:item_material:20>*64);
mythrockcrush27.build();
+29 -1
View File
@@ -154,4 +154,32 @@ mythroll20.addItemInput(<avaritiaitem:self_actualizing_stone>);
mythroll20.addItemInput(<contenttweaker:matter_agglomeration>*4);
mythroll20.addItemInput(<ore:blockShyrestone>*4);
mythroll20.addItemOutput(<contenttweaker:matter_inflorescence>);
mythroll20.build();
mythroll20.build();
val mythroll21 = RecipeBuilder.newBuilder("mythroll21","mythic_processor_rolling_machine",2);
mythroll21.addEnergyPerTickInput(60000);
mythroll21.addItemInput(<divinerpg:bluefire_stone>*2);
mythroll21.addItemInput(<techreborn:plates:2>*4);
mythroll21.addItemInput(<techreborn:plates:36>*2);
mythroll21.addItemInput(<contenttweaker:lyonite_plate>);
mythroll21.addItemOutput(<contenttweaker:lyonite_framing>);
mythroll21.build();
val mythroll22 = RecipeBuilder.newBuilder("mythroll22","mythic_processor_rolling_machine",2);
mythroll22.addEnergyPerTickInput(60000);
mythroll22.addItemInput(<ore:ingotSednanite>*1);
mythroll22.addItemInput(<ore:ingotPlutonium>*1);
mythroll22.addItemInput(<techreborn:plates:16>*2);
mythroll22.addItemInput(<techreborn:plates:20>*2);
mythroll22.addItemInput(<techreborn:plates:15>*2);
mythroll22.addItemInput(<contenttweaker:brightseel_alloy_plate>);
mythroll22.addItemOutput(<contenttweaker:brightsteel_alloy_framing>);
mythroll22.build();
val mythroll23 = RecipeBuilder.newBuilder("mythroll23","mythic_processor_rolling_machine",2);
mythroll23.addEnergyPerTickInput(60000);
mythroll23.addItemInput(<techreborn:part:0>*12);
mythroll23.addItemInput(<contenttweaker:pulsating_fluix_powder>*32);
mythroll23.addItemOutput(<contenttweaker:fluix_flow_circuit>);
mythroll23.build();
+142
View File
@@ -1259,6 +1259,123 @@ mythinfus155.addItemInput(<minecraft:glass_bottle>*1);
mythinfus155.addItemOutput(<contenttweaker:birch_soul_bottle>);
mythinfus155.build();
val mythinfus156 = RecipeBuilder.newBuilder("mythinfus156","mythic_processor_infuser",2);
mythinfus156.addEnergyPerTickInput(1000000);
mythinfus156.addFluidInput(<fluid:dimensional_essence>*1000);
mythinfus156.addItemInput(<aoa3:ghastly_ingot>*10);
mythinfus156.addItemOutput(<contenttweaker:nethersky_steel_ingot>*50);
mythinfus156.build();
val mythinfus157 = RecipeBuilder.newBuilder("mythinfus157","mythic_processor_infuser",2);
mythinfus157.addEnergyPerTickInput(1000000);
mythinfus157.addFluidInput(<fluid:dimensional_essence>*1000);
mythinfus157.addItemInput(<aoa3:ghoulish_ingot>*10);
mythinfus157.addItemOutput(<contenttweaker:nethersky_steel_ingot>*50);
mythinfus157.build();
val mythinfus158 = RecipeBuilder.newBuilder("mythinfus158","mythic_processor_infuser",2);
mythinfus158.addEnergyPerTickInput(1000000);
mythinfus158.addFluidInput(<fluid:dimensional_essence>*1000);
mythinfus158.addItemInput(<aoa3:shyrestone_ingot>*10);
mythinfus158.addItemOutput(<contenttweaker:nethersky_steel_ingot>*60);
mythinfus158.build();
val mythinfus159 = RecipeBuilder.newBuilder("mythinfus159","mythic_processor_infuser",2);
mythinfus159.addEnergyPerTickInput(1000000);
mythinfus159.addFluidInput(<fluid:fluidhelium>*1000);
mythinfus159.addItemInput(<techreborn:dynamiccell>*1);
mythinfus159.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidhelium", Amount: 1000}}));
mythinfus159.build();
val mythinfus160 = RecipeBuilder.newBuilder("mythinfus160","mythic_processor_infuser",2);
mythinfus160.addEnergyPerTickInput(1000000);
mythinfus160.addFluidInput(<fluid:helium>*1000);
mythinfus160.addItemInput(<techreborn:dynamiccell>*1);
mythinfus160.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "helium", Amount: 1000}}));
mythinfus160.build();
val mythinfus161 = RecipeBuilder.newBuilder("mythinfus161","mythic_processor_infuser",2);
mythinfus161.addEnergyPerTickInput(1000000);
mythinfus161.addFluidInput(<fluid:fluidpotassium>*1000);
mythinfus161.addItemInput(<techreborn:dynamiccell>*1);
mythinfus161.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidpotassium", Amount: 1000}}));
mythinfus161.build();
val mythinfus162 = RecipeBuilder.newBuilder("mythinfus162","mythic_processor_infuser",2);
mythinfus162.addEnergyPerTickInput(1000000);
mythinfus162.addFluidInput(<fluid:potassium>*1000);
mythinfus162.addItemInput(<techreborn:dynamiccell>*1);
mythinfus162.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "potassium", Amount: 1000}}));
mythinfus162.build();
val mythinfus163 = RecipeBuilder.newBuilder("mythinfus163","mythic_processor_infuser",2);
mythinfus163.addEnergyPerTickInput(1000000);
mythinfus163.addFluidInput(<fluid:fluidsodium>*1000);
mythinfus163.addItemInput(<techreborn:dynamiccell>*1);
mythinfus163.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsodium", Amount: 1000}}));
mythinfus163.build();
val mythinfus164 = RecipeBuilder.newBuilder("mythinfus164","mythic_processor_infuser",2);
mythinfus164.addEnergyPerTickInput(1000000);
mythinfus164.addFluidInput(<fluid:sodium>*1000);
mythinfus164.addItemInput(<techreborn:dynamiccell>*1);
mythinfus164.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "sodium", Amount: 1000}}));
mythinfus164.build();
val mythinfus165 = RecipeBuilder.newBuilder("mythinfus165","mythic_processor_infuser",2);
mythinfus165.addEnergyPerTickInput(1000000);
mythinfus165.addFluidInput(<fluid:water>*1000);
mythinfus165.addItemInput(<techreborn:dynamiccell>*1);
mythinfus165.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "water", Amount: 1000}}));
mythinfus165.build();
val mythinfus166 = RecipeBuilder.newBuilder("mythinfus166","mythic_processor_infuser",2);
mythinfus166.addEnergyPerTickInput(1000000);
mythinfus166.addFluidInput(<fluid:cyanite>*10368);
mythinfus166.addItemInput(<techreborn:part:12>*1);
mythinfus166.addItemOutput(<contenttweaker:cyanite_cell>);
mythinfus166.build();
val mythinfus167 = RecipeBuilder.newBuilder("mythinfus167","mythic_processor_infuser",2);
mythinfus167.addEnergyPerTickInput(1000000);
mythinfus167.addFluidInput(<fluid:galactic_plasma>*4000);
mythinfus167.addItemInput(<mysticalagradditions:neutronium_essence>*16);
mythinfus167.addItemOutput(<contenttweaker:dense_neutronium_essence>*16);
mythinfus167.build();
val mythinfus168 = RecipeBuilder.newBuilder("mythinfus168","mythic_processor_infuser",2);
mythinfus168.addEnergyPerTickInput(1000000);
mythinfus168.addFluidInput(<fluid:blood_great_snake>*100);
mythinfus168.addItemInput(<aoa3:bloodstone_block>*4);
mythinfus168.addItemOutput(<contenttweaker:bloodstone_of_the_great_snake>*4);
mythinfus168.build();
val mythinfus169 = RecipeBuilder.newBuilder("mythinfus169","mythic_processor_infuser",2);
mythinfus169.addEnergyPerTickInput(1000000);
mythinfus169.addFluidInput(<fluid:harmonic_fluid_lattice>*1000);
mythinfus169.addItemInput(<techreborn:dynamiccell>*1);
mythinfus169.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "harmonic_fluid_lattice", Amount: 1000}}));
mythinfus169.build();
val mythinfus170 = RecipeBuilder.newBuilder("mythinfus170","mythic_processor_infuser",2);
mythinfus170.addEnergyPerTickInput(1000000);
mythinfus170.addFluidInput(<fluid:koh>*1000);
mythinfus170.addItemInput(<techreborn:dynamiccell>*1);
mythinfus170.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "koh", Amount: 1000}}));
mythinfus170.build();
val mythinfus171 = RecipeBuilder.newBuilder("mythinfus171","mythic_processor_infuser",2);
mythinfus171.addEnergyPerTickInput(1000000);
mythinfus171.addFluidInput(<fluid:essence_of_temporal_synthesis>*5);
mythinfus171.addItemInput(<contenttweaker:actualized_chunk>*128);
mythinfus171.addItemOutput(<contenttweaker:twilight_horde_historical_chunk>*128);
mythinfus171.build();
@@ -1798,8 +1915,26 @@ mythextrac75.addItemOutput(<minecraft:glass_bottle>);
mythextrac75.addFluidOutput(<fluid:birch_soul>*1000);
mythextrac75.build();
val mythextrac76 = RecipeBuilder.newBuilder("mythextrac76","mythic_processor_infuser",2);
mythextrac76.addEnergyPerTickInput(1000000);
mythextrac76.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidpotassium", Amount: 1000}}));
mythextrac76.addItemOutput(<techreborn:dynamiccell>);
mythextrac76.addFluidOutput(<fluid:fluidpotassium>*1000);
mythextrac76.build();
val mythextrac77 = RecipeBuilder.newBuilder("mythextrac77","mythic_processor_infuser",2);
mythextrac77.addEnergyPerTickInput(1000000);
mythextrac77.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsodium", Amount: 1000}}));
mythextrac77.addItemOutput(<techreborn:dynamiccell>);
mythextrac77.addFluidOutput(<fluid:fluidsodium>*1000);
mythextrac77.build();
val mythextrac78 = RecipeBuilder.newBuilder("mythextrac78","mythic_processor_infuser",2);
mythextrac78.addEnergyPerTickInput(1000000);
mythextrac78.addItemInput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "potassium", Amount: 1000}}));
mythextrac78.addItemOutput(<techreborn:dynamiccell>);
mythextrac78.addFluidOutput(<fluid:potassium>*1000);
mythextrac78.build();
@@ -2071,4 +2206,11 @@ mythenrich58.addFluidInput(<fluid:hot_fluorine>*1000);
mythenrich58.addFluidOutput(<fluid:fluorine>*1000);
mythenrich58.build();
val mythenrich59 = RecipeBuilder.newBuilder("mythenrich59","mythic_processor_infuser",2);
mythenrich59.addEnergyPerTickInput(1000000);
mythenrich59.addItemInput(<nuclearcraft:compound:3>*10);
mythenrich59.addFluidInput(<fluid:water>*10000);
mythenrich59.addFluidOutput(<fluid:sodium_fluoride_solution>*10000);
mythenrich59.build();
+15 -1
View File
@@ -118,6 +118,20 @@ mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:part:4>,
[<nuclearcraft:part:0>, <techreborn:ingot:19>, null, <techreborn:ingot:19>, <immersiveengineering:material:3>],
[<thermalfoundation:material:128>, <immersiveengineering:material:3>, <techreborn:ingot:19>, <nuclearcraft:part:0>, <thermalfoundation:material:128>]]);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:part:4>*4,
[[<ore:blockCopper>, <nuclearcraft:part:0>, <techreborn:storage2:10>, <immersiveengineering:material:3>, <ore:blockCopper>],
[<immersiveengineering:material:3>, <techreborn:storage2:10>, <nuclearcraft:part:0>, <techreborn:storage2:10>, <nuclearcraft:part:0>],
[<techreborn:storage2:10>, <nuclearcraft:part:0>, <ore:ingotVityte>, <nuclearcraft:part:0>, <techreborn:storage2:10>],
[<nuclearcraft:part:0>, <techreborn:storage2:10>, <nuclearcraft:part:0>, <techreborn:storage2:10>, <immersiveengineering:material:3>],
[<ore:blockCopper>, <immersiveengineering:material:3>, <techreborn:storage2:10>, <nuclearcraft:part:0>, <ore:blockCopper>]]);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:part:4>*16,
[[<extendedcrafting:singularity:17>, <nuclearcraft:part:1>, <immersiveengineering:metal_ladder:0>, <nuclearcraft:part:1>, <extendedcrafting:singularity:17>],
[<nuclearcraft:part:1>, <techreborn:storage2:10>, <ore:ingotVityte>, <techreborn:storage2:10>, <nuclearcraft:part:1>],
[<immersiveengineering:metal_ladder:0>, <nuclearcraft:part:0>, <aoa3:shyregem>, <nuclearcraft:part:0>, <immersiveengineering:metal_ladder:0>],
[<nuclearcraft:part:1>, <techreborn:storage2:10>, <ore:ingotVityte>, <techreborn:storage2:10>, <nuclearcraft:part:1>],
[<extendedcrafting:singularity:17>, <nuclearcraft:part:1>, <immersiveengineering:metal_ladder:0>, <nuclearcraft:part:1>, <extendedcrafting:singularity:17>]]);
recipes.removeShaped(<nuclearcraft:part:12>);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:part:12>,
@@ -889,4 +903,4 @@ recipes.addShaped(<nuclearcraft:melter_idle>,
recipes.addShaped(<nuclearcraft:part:12>*2,
[[<ore:ingotLunastone>, <contenttweaker:hyperchitinous_plate>, <ore:ingotLunastone>],
[<redstonearsenal:material:128>, <nuclearcraft:part:10>, <redstonearsenal:material:128>],
[<ore:ingotLunastone>, <contenttweaker:hyperchitinous_plate>, <ore:ingotLunastone>]]);
[<ore:ingotLunastone>, <contenttweaker:hyperchitinous_plate>, <ore:ingotLunastone>]]);
+15 -7
View File
@@ -2529,29 +2529,37 @@ recipes.addShapeless(<divinerpg:halite_boots>,
recipes.addShapeless(<divinerpg:halite_phaser>,
[<contenttweaker:karot_farm>]);
recipes.addShapeless(<nuclearcraft:americium:0>,
[<contenttweaker:spam_free_americium_241>]);
recipes.addShapeless(<nuclearcraft:americium:2>,
[<contenttweaker:spam_free_americium_241>]);
recipes.addShapeless(<thaumadditions:mithrillium_ingot>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
recipes.addShapeless(<contenttweaker:halite_bejewelled_ichorium_catalyst>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
recipes.addShapeless(<contenttweaker:catalyst_of_the_warrens>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
recipes.addShapeless(<contenttweaker:trinuum_catalyst>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
recipes.addShapeless(<contenttweaker:infinitely_wishful_catalyst>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
recipes.addShapeless(<contenttweaker:ascended_eleint_catalyst>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
recipes.addShapeless(<thaumcraft:elemental_pick>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
recipes.addShapeless(<thaumicwonders:void_beacon>,
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
recipes.addShaped(<erebus:materials:66>*64,
+3 -1
View File
@@ -178,7 +178,9 @@ var controllers as IItemStack[] = [
<modularmachinery:wormhole_field_generator_controller>,
<modularmachinery:blood_altar_ziggurat_controller>,
<modularmachinery:megelium_detonator_controller>,
<modularmachinery:plith_of_ascension_controller>
<modularmachinery:plith_of_ascension_controller>,
<modularmachinery:t4_woot_farm_controller>,
<modularmachinery:plated_thermofabricator_controller>
];
// Add shapeless recipes for each controller
+116 -8
View File
@@ -826,21 +826,21 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:tardis_stem>,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:tardis_branch>,
[[<contenttweaker:discontinuous_void_module>, <contenttweaker:catalyst_of_universal_balance>, <contenttweaker:roaring_warren_alloy>, <contenttweaker:protodermis_casing>, <contenttweaker:roaring_warren_alloy>, <contenttweaker:catalyst_of_universal_balance>, <contenttweaker:discontinuous_void_module>],
[<contenttweaker:catalyst_of_universal_balance>, <contenttweaker:self_actualizing_warren_rift>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:black_hole_alloy_ingot>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:self_actualizing_warren_rift>, <contenttweaker:catalyst_of_universal_balance>],
[<contenttweaker:roaring_warren_alloy>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:herba_vis_condensate>, <contenttweaker:tardis_casing>, <contenttweaker:herba_vis_condensate>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:roaring_warren_alloy>],
[<contenttweaker:catalyst_of_universal_balance>, <contenttweaker:self_actualizing_warren_rift>, <contenttweaker:construct_of_creative_freedom>, <contenttweaker:black_hole_alloy_ingot>, <contenttweaker:construct_of_creative_freedom>, <contenttweaker:self_actualizing_warren_rift>, <contenttweaker:catalyst_of_universal_balance>],
[<contenttweaker:roaring_warren_alloy>, <contenttweaker:construct_of_creative_freedom>, <contenttweaker:herba_vis_condensate>, <contenttweaker:tardis_casing>, <contenttweaker:herba_vis_condensate>, <contenttweaker:construct_of_creative_freedom>, <contenttweaker:roaring_warren_alloy>],
[<contenttweaker:protodermis_casing>, <contenttweaker:black_hole_alloy_ingot>, <contenttweaker:tardis_casing>, <contenttweaker:tardis_stem>, <contenttweaker:tardis_casing>, <contenttweaker:black_hole_alloy_ingot>, <contenttweaker:protodermis_casing>],
[<contenttweaker:roaring_warren_alloy>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:herba_vis_condensate>, <contenttweaker:tardis_casing>, <contenttweaker:herba_vis_condensate>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:roaring_warren_alloy>],
[<contenttweaker:catalyst_of_universal_balance>, <contenttweaker:self_actualizing_warren_rift>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:black_hole_alloy_ingot>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:self_actualizing_warren_rift>, <contenttweaker:catalyst_of_universal_balance>],
[<contenttweaker:roaring_warren_alloy>, <contenttweaker:construct_of_creative_freedom>, <contenttweaker:herba_vis_condensate>, <contenttweaker:tardis_casing>, <contenttweaker:herba_vis_condensate>, <contenttweaker:construct_of_creative_freedom>, <contenttweaker:roaring_warren_alloy>],
[<contenttweaker:catalyst_of_universal_balance>, <contenttweaker:self_actualizing_warren_rift>, <contenttweaker:construct_of_creative_freedom>, <contenttweaker:black_hole_alloy_ingot>, <contenttweaker:construct_of_creative_freedom>, <contenttweaker:self_actualizing_warren_rift>, <contenttweaker:catalyst_of_universal_balance>],
[<contenttweaker:discontinuous_void_module>, <contenttweaker:catalyst_of_universal_balance>, <contenttweaker:roaring_warren_alloy>, <contenttweaker:protodermis_casing>, <contenttweaker:roaring_warren_alloy>, <contenttweaker:catalyst_of_universal_balance>, <contenttweaker:discontinuous_void_module>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:tardis_polyp>,
[[<contenttweaker:cosmic_string_module>, <contenttweaker:singular_fractal>, <contenttweaker:eye_of_gallifrey>, <contenttweaker:black_hole_alloy_ingot>, <contenttweaker:eye_of_gallifrey>, <contenttweaker:singular_fractal>, <contenttweaker:cosmic_string_module>],
[<contenttweaker:singular_fractal>, <contenttweaker:eleint_neutronium_casing>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:aqua_vis_condensate>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:eleint_neutronium_casing>, <contenttweaker:singular_fractal>],
[<contenttweaker:eye_of_gallifrey>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:tardis_branch>, <contenttweaker:balanced_machine_casing>, <contenttweaker:tardis_branch>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:eye_of_gallifrey>],
[<contenttweaker:singular_fractal>, <contenttweaker:eleint_neutronium_casing>, <contenttweaker:construct_of_the_time_lords>, <contenttweaker:aqua_vis_condensate>, <contenttweaker:construct_of_the_time_lords>, <contenttweaker:eleint_neutronium_casing>, <contenttweaker:singular_fractal>],
[<contenttweaker:eye_of_gallifrey>, <contenttweaker:construct_of_the_time_lords>, <contenttweaker:tardis_branch>, <contenttweaker:balanced_machine_casing>, <contenttweaker:tardis_branch>, <contenttweaker:construct_of_the_time_lords>, <contenttweaker:eye_of_gallifrey>],
[<contenttweaker:black_hole_alloy_ingot>, <contenttweaker:aqua_vis_condensate>, <contenttweaker:balanced_machine_casing>, <contenttweaker:tardis_branch>, <contenttweaker:balanced_machine_casing>, <contenttweaker:aqua_vis_condensate>, <contenttweaker:black_hole_alloy_ingot>],
[<contenttweaker:eye_of_gallifrey>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:tardis_branch>, <contenttweaker:balanced_machine_casing>, <contenttweaker:tardis_branch>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:eye_of_gallifrey>],
[<contenttweaker:singular_fractal>, <contenttweaker:eleint_neutronium_casing>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:aqua_vis_condensate>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:eleint_neutronium_casing>, <contenttweaker:singular_fractal>],
[<contenttweaker:eye_of_gallifrey>, <contenttweaker:construct_of_the_time_lords>, <contenttweaker:tardis_branch>, <contenttweaker:balanced_machine_casing>, <contenttweaker:tardis_branch>, <contenttweaker:construct_of_the_time_lords>, <contenttweaker:eye_of_gallifrey>],
[<contenttweaker:singular_fractal>, <contenttweaker:eleint_neutronium_casing>, <contenttweaker:construct_of_the_time_lords>, <contenttweaker:aqua_vis_condensate>, <contenttweaker:construct_of_the_time_lords>, <contenttweaker:eleint_neutronium_casing>, <contenttweaker:singular_fractal>],
[<contenttweaker:cosmic_string_module>, <contenttweaker:singular_fractal>, <contenttweaker:eye_of_gallifrey>, <contenttweaker:black_hole_alloy_ingot>, <contenttweaker:eye_of_gallifrey>, <contenttweaker:singular_fractal>, <contenttweaker:cosmic_string_module>]]);
@@ -1223,3 +1223,111 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:protodermis_casing
[<contenttweaker:infinite_resonator>, <contenttweaker:mythic_coil_t4>, <contenttweaker:defined_disk>, <contenttweaker:mythic_coil_t4>, <contenttweaker:infinite_resonator>],
[<contenttweaker:gravitational_time_crystal>, <contenttweaker:infinite_resonator>, <contenttweaker:kanohi_mask>, <contenttweaker:infinite_resonator>, <contenttweaker:gravitational_time_crystal>]]);
var maptimelordrelic as IData = {
display: {Lore:["§d§o时间领主遗物§r"]}
};
scripts.PuzzleUtil.addPuzzleShaped("arbiterrelic1",<astralsorcery:blockmarble:4>.withTag(maptimelordrelic)*8,
[[<astralsorcery:blockmarble:4>, <astralsorcery:blockmarble:4>, <astralsorcery:blockmarble:4>],
[<astralsorcery:blockmarble:4>, <contenttweaker:white_bangs>, <astralsorcery:blockmarble:4>],
[<astralsorcery:blockmarble:4>, <astralsorcery:blockmarble:4>, <astralsorcery:blockmarble:4>]]);
scripts.PuzzleUtil.addPuzzleShaped("arbiterrelic2",<bloodmagic:decorative_brick:0>.withTag(maptimelordrelic)*8,
[[<bloodmagic:decorative_brick:0>, <bloodmagic:decorative_brick:0>, <bloodmagic:decorative_brick:0>],
[<bloodmagic:decorative_brick:0>, <contenttweaker:kitty_paw>, <bloodmagic:decorative_brick:0>],
[<bloodmagic:decorative_brick:0>, <bloodmagic:decorative_brick:0>, <bloodmagic:decorative_brick:0>]]);
scripts.PuzzleUtil.addPuzzleShaped("arbiterrelic3",<aoa3:coral_bricks>.withTag(maptimelordrelic)*8,
[[<aoa3:coral_bricks>, <aoa3:coral_bricks>, <aoa3:coral_bricks>],
[<aoa3:coral_bricks>, <contenttweaker:green_eyebrows>, <aoa3:coral_bricks>],
[<aoa3:coral_bricks>, <aoa3:coral_bricks>, <aoa3:coral_bricks>]]);
scripts.PuzzleUtil.addPuzzleShaped("arbiterrelic4",<libvulpes:coil0:10>.withTag(maptimelordrelic)*8,
[[<libvulpes:coil0:10>, <libvulpes:coil0:10>, <libvulpes:coil0:10>],
[<libvulpes:coil0:10>, <contenttweaker:grayscale>, <libvulpes:coil0:10>],
[<libvulpes:coil0:10>, <libvulpes:coil0:10>, <libvulpes:coil0:10>]]);
scripts.PuzzleUtil.addPuzzleShaped("arbiterrelic5",<tconstruct:metal:2>.withTag(maptimelordrelic)*8,
[[<tconstruct:metal:2>, <tconstruct:metal:2>, <tconstruct:metal:2>],
[<tconstruct:metal:2>, <contenttweaker:voxel_camel>, <tconstruct:metal:2>],
[<tconstruct:metal:2>, <tconstruct:metal:2>, <tconstruct:metal:2>]]);
scripts.PuzzleUtil.addPuzzleShaped("arbiterrelic6",<enderio:block_alloy:8>.withTag(maptimelordrelic)*8,
[[<enderio:block_alloy:8>, <enderio:block_alloy:8>, <enderio:block_alloy:8>],
[<enderio:block_alloy:8>, <contenttweaker:cute_rabbit_ears>, <enderio:block_alloy:8>],
[<enderio:block_alloy:8>, <enderio:block_alloy:8>, <enderio:block_alloy:8>]]);
scripts.PuzzleUtil.addPuzzleShaped("arbiterrelic7",<thaumicaugmentation:starfield_glass:2>.withTag(maptimelordrelic)*8,
[[<thaumicaugmentation:starfield_glass:2>, <thaumicaugmentation:starfield_glass:2>, <thaumicaugmentation:starfield_glass:2>],
[<thaumicaugmentation:starfield_glass:2>, <contenttweaker:blue_planet>, <thaumicaugmentation:starfield_glass:2>],
[<thaumicaugmentation:starfield_glass:2>, <thaumicaugmentation:starfield_glass:2>, <thaumicaugmentation:starfield_glass:2>]]);
val relicofthetimelords = RecipeBuilder.newBuilder("relicofthetimelords","fractallite_furnace",2);
relicofthetimelords.addFluidInput(<fluid:aeternalis_fuel>*1000);
relicofthetimelords.addItemInput(<tardis:dalek_hull>);
relicofthetimelords.addItemInput(<tardis:toyota_hexagon_4>);
relicofthetimelords.addItemInput(<enderio:block_alloy:8>.withTag(maptimelordrelic));
relicofthetimelords.addItemInput(<tconstruct:metal:2>.withTag(maptimelordrelic));
relicofthetimelords.addItemInput(<libvulpes:coil0:10>.withTag(maptimelordrelic));
relicofthetimelords.addItemInput(<aoa3:coral_bricks>.withTag(maptimelordrelic));
relicofthetimelords.addItemInput(<bloodmagic:decorative_brick:0>.withTag(maptimelordrelic));
relicofthetimelords.addItemInput(<astralsorcery:blockmarble:4>.withTag(maptimelordrelic));
relicofthetimelords.addItemInput(<thaumicaugmentation:starfield_glass:2>.withTag(maptimelordrelic));
relicofthetimelords.addItemOutput(<contenttweaker:time_lord_relic>*1);
relicofthetimelords.build();
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:gallifreyan_shielding>*32,
[[<tardis:dalek_hull>, <tardis:dalek_hull>, <tardis:dalek_hull>, <tardis:dalek_hull>, <tardis:dalek_hull>],
[<tardis:dalek_hull>, <contenttweaker:space_time_beam>, <contenttweaker:time_lord_relic>, <contenttweaker:space_time_beam>, <tardis:dalek_hull>],
[<tardis:dalek_hull>, <contenttweaker:time_lord_relic>, <contenttweaker:tardis_casing>, <contenttweaker:time_lord_relic>, <tardis:dalek_hull>],
[<tardis:dalek_hull>, <contenttweaker:space_time_beam>, <contenttweaker:time_lord_relic>, <contenttweaker:space_time_beam>, <tardis:dalek_hull>],
[<tardis:dalek_hull>, <tardis:dalek_hull>, <tardis:dalek_hull>, <tardis:dalek_hull>, <tardis:dalek_hull>]]);
val gallifreyanglass = RecipeBuilder.newBuilder("gallifreyanglass","fractallite_furnace",2);
gallifreyanglass.addFluidInput(<fluid:aeternalis_fuel>*10000000);
gallifreyanglass.addItemInput(<contenttweaker:gallifreyan_shielding>);
gallifreyanglass.addItemInput(<thaumicaugmentation:starfield_glass>*64);
gallifreyanglass.addItemOutput(<glassential:glass_clear>*32);
gallifreyanglass.build();
furnace.remove(<glassential:glass_clear>);
mods.chisel.Carving.addGroup("toyotablocks");
mods.chisel.Carving.addVariation("toyotablocks", <tardis:toyota_hexagon_1>);
mods.chisel.Carving.addVariation("toyotablocks", <tardis:toyota_hexagon_2>);
mods.chisel.Carving.addVariation("toyotablocks", <tardis:toyota_hexagon_3>);
mods.chisel.Carving.addVariation("toyotablocks", <tardis:toyota_hexagon_4>);
recipes.addShapeless(<contenttweaker:temporal_mechanism>*4,
[<contenttweaker:bionic_construct>.reuse(),
<contenttweaker:temporal_linkage>,
<ore:rodMyrmitite>,
<thaumcraft:metal_alchemical_advanced>,
<contenttweaker:complex_gearbox>,
<contenttweaker:cuendillar_plate>,
<contenttweaker:cuendillar_plate>,
<contenttweaker:cuendillar_plate>,
<contenttweaker:cuendillar_plate>]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:construct_of_creative_freedom>,
[[<contenttweaker:cuendillar_plate>, <contenttweaker:fiery_eleint_ingot>, <contenttweaker:temporal_mechanism>, <contenttweaker:fiery_eleint_ingot>, <contenttweaker:cuendillar_plate>],
[<contenttweaker:ingot_of_shadesmar>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:ingot_of_shadesmar>],
[<contenttweaker:temporal_mechanism>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:black_hole_alloy_ingot>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:temporal_mechanism>],
[<contenttweaker:ingot_of_shadesmar>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:adamantium_reinforced_petrified_wood>, <contenttweaker:ingot_of_shadesmar>],
[<contenttweaker:cuendillar_plate>, <contenttweaker:fiery_eleint_ingot>, <contenttweaker:temporal_mechanism>, <contenttweaker:fiery_eleint_ingot>, <contenttweaker:cuendillar_plate>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:construct_of_the_time_lords>,
[[<contenttweaker:temporal_mechanism>, <contenttweaker:scattering_alloy_ingot>, <contenttweaker:construct_of_creative_freedom>, <contenttweaker:scattering_alloy_ingot>, <contenttweaker:temporal_mechanism>],
[<contenttweaker:black_hole_alloy_ingot>, <contenttweaker:time_beacon>, <contenttweaker:hopebringer_fabrial>, <contenttweaker:time_beacon>, <contenttweaker:black_hole_alloy_ingot>],
[<contenttweaker:construct_of_creative_freedom>, <contenttweaker:hopebringer_fabrial>, <contenttweaker:temporal_linkage>, <contenttweaker:hopebringer_fabrial>, <contenttweaker:construct_of_creative_freedom>],
[<contenttweaker:black_hole_alloy_ingot>, <contenttweaker:time_beacon>, <contenttweaker:hopebringer_fabrial>, <contenttweaker:time_beacon>, <contenttweaker:black_hole_alloy_ingot>],
[<contenttweaker:temporal_mechanism>, <contenttweaker:scattering_alloy_ingot>, <contenttweaker:construct_of_creative_freedom>, <contenttweaker:scattering_alloy_ingot>, <contenttweaker:temporal_mechanism>]]);
+38 -1
View File
@@ -149,6 +149,20 @@ mods.extendedcrafting.TableCrafting.addShaped(<techreborn:fusion_coil>*4,
[<techreborn:part:0>, <draconicevolution:draconic_ingot>, null, <techreborn:part:17>, null, <draconicevolution:draconic_ingot>, <techreborn:part:0>],
[<techreborn:part:0>, <techreborn:part:0>, <forestry:peat>, <techreborn:plates:16>, <forestry:peat>, <techreborn:part:0>, <techreborn:part:0>]]);
mods.extendedcrafting.TableCrafting.addShaped(<techreborn:fusion_coil>*18,
[[<techreborn:iridiumneutronreflector>, <techreborn:iridiumneutronreflector>, <forestry:peat>, <techreborn:plates:16>, <forestry:peat>, <techreborn:iridiumneutronreflector>, <techreborn:iridiumneutronreflector>],
[<techreborn:iridiumneutronreflector>, <techreborn:iridiumneutronreflector>, <draconicevolution:draconic_block>, <techreborn:plates:16>, <draconicevolution:draconic_block>, <techreborn:iridiumneutronreflector>, <techreborn:iridiumneutronreflector>],
[<forestry:peat>, <techreborn:plates:15>, <contenttweaker:fluix_flow_circuit>, <contenttweaker:superconducting_heater>, <contenttweaker:fluix_flow_circuit>, <techreborn:plates:15>, <forestry:peat>],
[<contenttweaker:crystalline_lens>, <contenttweaker:cursed_slime>, <contenttweaker:superconducting_heater>, <techreborn:lightning_rod>, <contenttweaker:superconducting_heater>, <contenttweaker:cursed_slime>, <contenttweaker:crystalline_lens>],
[<forestry:peat>, <techreborn:plates:15>, <contenttweaker:fluix_flow_circuit>, <contenttweaker:superconducting_heater>, <contenttweaker:fluix_flow_circuit>, <techreborn:plates:15>, <forestry:peat>],
[<techreborn:iridiumneutronreflector>, <techreborn:iridiumneutronreflector>, <draconicevolution:draconic_block>, <techreborn:plates:16>, <draconicevolution:draconic_block>, <techreborn:iridiumneutronreflector>, <techreborn:iridiumneutronreflector>],
[<techreborn:iridiumneutronreflector>, <techreborn:iridiumneutronreflector>, <forestry:peat>, <techreborn:plates:16>, <forestry:peat>, <techreborn:iridiumneutronreflector>, <techreborn:iridiumneutronreflector>]]);
recipes.addShaped(<contenttweaker:crystalline_lens>,
[[<ore:paneGlass>, <botania:manaresource:0>, <ore:paneGlass>],
[<botania:manaresource:0>, <bewitchment:crystal_ball>.reuse(), <botania:manaresource:0>],
@@ -341,4 +355,27 @@ recipes.addShaped(<techreborn:part:32>*32,
recipes.addShaped(<contenttweaker:better_lapotronic_orb>*2,
[[<contenttweaker:better_lapotron_crystal>,<contenttweaker:better_lapotron_crystal>,<contenttweaker:better_lapotron_crystal>],
[<contenttweaker:better_lapotron_crystal>,<contenttweaker:unidentified_plate>,<contenttweaker:better_lapotron_crystal>],
[<contenttweaker:better_lapotron_crystal>,<contenttweaker:better_lapotron_crystal>,<contenttweaker:better_lapotron_crystal>]]);
[<contenttweaker:better_lapotron_crystal>,<contenttweaker:better_lapotron_crystal>,<contenttweaker:better_lapotron_crystal>]]);
recipes.addShaped(<techreborn:machine_frame:0>*2,
[[<contenttweaker:nethersky_steel_ingot>, <ore:wireCopper>, <contenttweaker:nethersky_steel_ingot>],
[<ore:wireCopper>, null, <ore:wireCopper>],
[<contenttweaker:nethersky_steel_ingot>, <ore:wireCopper>, <contenttweaker:nethersky_steel_ingot>]]);
recipes.addShaped(<techreborn:machine_frame:0>*20,
[[<contenttweaker:wrought_iron_plate>, <immersiveengineering:wirecoil:0>, <contenttweaker:wrought_iron_plate>],
[<immersiveengineering:wirecoil:0>, <contenttweaker:rainbow_gemstones>, <immersiveengineering:wirecoil:0>],
[<contenttweaker:wrought_iron_plate>, <immersiveengineering:wirecoil:0>, <contenttweaker:wrought_iron_plate>]]);
recipes.addShaped(<techreborn:machine_frame:1>*3,
[[<techreborn:plates:2>, <contenttweaker:lyonite_framing>, <techreborn:plates:2>],
[<techreborn:machine_frame:0>, <contenttweaker:fluix_microcontroller>, <techreborn:machine_frame:0>],
[<techreborn:plates:2>, <contenttweaker:lyonite_framing>, <techreborn:plates:2>]]);
recipes.addShaped(<techreborn:machine_frame:2>*5,
[[<contenttweaker:brightsteel_alloy_framing>, <techreborn:machine_frame:1>, <contenttweaker:brightsteel_alloy_framing>],
[<techreborn:machine_frame:1>, <contenttweaker:infinity_fragment>, <techreborn:machine_frame:1>],
[<contenttweaker:brightsteel_alloy_framing>, <techreborn:machine_frame:1>, <contenttweaker:brightsteel_alloy_framing>]]);
+6 -34
View File
@@ -119,22 +119,22 @@ mods.thaumcraft.Infusion.registerRecipe("infuseshimmerleaf", "",
<aoa3:holly_top_seeds>,
[<thaumcraft:quicksilver>, <thaumcraft:quicksilver>, <thaumcraft:quicksilver>, <thaumcraft:quicksilver>]);
recipes.addShaped(<contenttweaker:kamium_ingot>,
recipes.addShaped(<thaumictinkerer:kamiresource:3>,
[[null, <aoa3:blazium_ingot>, null],
[<contenttweaker:kamium_essence>, <thaumcraft:ingot:0>, <contenttweaker:kamium_essence>],
[<thaumictinkerer:kamiresource:2>, <thaumcraft:ingot:0>, <thaumictinkerer:kamiresource:2>],
[null, <aoa3:varsium_ingot>, null]]);
recipes.addShaped(<contenttweaker:kami_essence_block>,
recipes.addShaped(<thaumictinkerer:ichor_block>,
[[null, <aoa3:bloodstone>, null],
[<contenttweaker:ender_terran_cluster>, <minecraft:nether_star>, <contenttweaker:nether_terran_cluster>],
[<thaumictinkerer:kamiresource:0>, <minecraft:nether_star>, <thaumictinkerer:kamiresource:1>],
[null, <aoa3:bloodstone>, null]]);
recipes.addShaped(<contenttweaker:ender_terran_cluster>*2,
recipes.addShaped(<thaumictinkerer:kamiresource:0>*2,
[[<divinerpg:ender_shards>, <divinerpg:ender_shards>, <divinerpg:ender_shards>],
[<divinerpg:ender_shards>, <contenttweaker:divine_wisp>, <divinerpg:ender_shards>],
[<divinerpg:ender_shards>, <divinerpg:ender_shards>, <divinerpg:ender_shards>]]);
recipes.addShaped(<contenttweaker:nether_terran_cluster>*2,
recipes.addShaped(<thaumictinkerer:kamiresource:1>*2,
[[<divinerpg:molten_shards>, <divinerpg:molten_shards>, <divinerpg:molten_shards>],
[<divinerpg:molten_shards>, <contenttweaker:divine_wisp>, <divinerpg:molten_shards>],
[<divinerpg:molten_shards>, <divinerpg:molten_shards>, <divinerpg:molten_shards>]]);
@@ -152,35 +152,7 @@ makefluxcontrolled.addFluxOutput(10.0);
makefluxcontrolled.build();
mods.thaumcraft.Infusion.registerRecipe("makekamiumblockinf", "",
<contenttweaker:kami_essence_block>, 6,
[<aspect:spiritus>*250, <aspect:lux>*125, <aspect:humanus>*125],
<minecraft:nether_star>,
[<minecraft:diamond>, <minecraft:ender_eye>, <contenttweaker:nether_terran_cluster>, <contenttweaker:ender_terran_cluster>]);
mods.thaumcraft.ArcaneWorkbench.registerShapedRecipe("makekamicloth", "", 20,
[<aspect:aer>*10, <aspect:ignis>*10, <aspect:terra>*10, <aspect:aqua>*10, <aspect:ordo>*10, <aspect:perditio>*10],
<contenttweaker:kami_cloth>*3,
[[<thaumcraft:fabric>, <thaumcraft:fabric>, <thaumcraft:fabric>],
[<contenttweaker:kamium_essence>, <contenttweaker:kamium_essence>, <contenttweaker:kamium_essence>],
[<minecraft:diamond>, <minecraft:diamond>, <minecraft:diamond>]]);
recipes.addShapeless(<contenttweaker:kamium_essence>*8,
[<contenttweaker:kami_essence_block>]);
recipes.addShaped(<contenttweaker:kami_essence_block>,
[[<contenttweaker:kamium_essence>, <contenttweaker:kamium_essence>, <contenttweaker:kamium_essence>],
[<contenttweaker:kamium_essence>, null, <contenttweaker:kamium_essence>],
[<contenttweaker:kamium_essence>, <contenttweaker:kamium_essence>, <contenttweaker:kamium_essence>]]);
mods.storagedrawers.Compaction.add(<contenttweaker:kami_essence_block>, <contenttweaker:kamium_essence>, 8);
mods.thaumcraft.ArcaneWorkbench.registerShapedRecipe("makekamiingot", "", 5,
[<aspect:aer>*5, <aspect:ignis>*5, <aspect:terra>*5, <aspect:aqua>*5, <aspect:ordo>*5, <aspect:perditio>*5],
<contenttweaker:kamium_ingot>,
[[null, <thaumcraft:ingot:0>, null],
[<contenttweaker:kamium_essence>, <contenttweaker:kamium_essence>, <contenttweaker:kamium_essence>],
[null, <minecraft:diamond>, null]]);
+10
View File
@@ -602,3 +602,13 @@ mods.nuclearcraft.infuser.addRecipe([<contenttweaker:crying_obsidian_powder>, <f
mods.nuclearcraft.pressurizer.addRecipe([<contenttweaker:crying_redstone>*4, <contenttweaker:dense_redstone>]);
// snake venom
recipes.addShaped(<contenttweaker:twilit_venom>*64,
[[<twilightforest:naga_scale>, <twilightforest:naga_scale>, <twilightforest:naga_scale>],
[<twilightforest:naga_scale>, <contenttweaker:twilit_venom>, <twilightforest:naga_scale>],
[<twilightforest:naga_scale>, <enderio:item_soul_vial:1>.withTag({entityId: "bewitchment:snake"}), <twilightforest:naga_scale>]]);
+55 -11
View File
@@ -26,7 +26,7 @@ recipes.addShapeless(<thermalfoundation:material:772>*2,
mods.abyssalcraft.Materializer.removeMaterialization(<abyssalcraft:nitre>);
mods.abyssalcraft.Materializer.addMaterialization(<thermalfoundation:material:772>*1, [<abyssalcraft:crystal:8>, <abyssalcraft:crystal:9>]);
mods.abyssalcraft.Materializer.addMaterialization(<thermalfoundation:material:772>, [<abyssalcraft:crystal:8>, <abyssalcraft:crystal:9>]);
recipes.remove(<immersiveengineering:material:24>);
recipes.addShapeless(<thermalfoundation:material:772>, [<ore:oreSaltpeter>, <immersiveengineering:tool:0>]);
@@ -772,6 +772,35 @@ obsidiandust.remove(<railcraft:dust:0>);
obsidiandust.remove(<nuclearcraft:gem_dust:3>);
obsidiandust.remove(<enderio:item_material:29>);
recipes.remove(<randomthings:ingredient:14>);
recipes.addShaped(<randomthings:spectresword>,
[[<randomthings:ingredient:3>],[<randomthings:ingredient:3>],[<wrcbe:material:0>]]);
recipes.addShaped(<randomthings:spectreshovel>,
[[<randomthings:ingredient:3>],[<wrcbe:material:0>],[<wrcbe:material:0>]]);
recipes.addShaped(<randomthings:spectrepickaxe>,
[[<randomthings:ingredient:3>, <randomthings:ingredient:3>, <randomthings:ingredient:3>],
[null, <wrcbe:material:0>, null],
[null, <wrcbe:material:0>, null]]);
recipes.addShaped(<randomthings:spectrehoe>,
[[<randomthings:ingredient:3>, <randomthings:ingredient:3>, null],
[null, <wrcbe:material:0>, null],
[null, <wrcbe:material:0>, null]]);
recipes.addShaped(<randomthings:spectreaxe>,
[[<randomthings:ingredient:3>, <randomthings:ingredient:3>, null],
[<randomthings:ingredient:3>, <wrcbe:material:0>, null],
[null, <wrcbe:material:0>, null]]);
recipes.addShaped(<randomthings:biomepainter>,
[[<randomthings:biomecrystal>],
[<ore:blockWool>],
[<wrcbe:material:0>]]);
//==================================================================
// slime
val slimeball = <ore:slimeball>;
@@ -901,18 +930,18 @@ recipes.addShapeless(<nuclearcraft:dust:7>,
//==================================================================
// ichorium
// val ichoriumingot = <ore:ingotIchorium>;
// ichoriumingot.remove(<thaumictinkerer:kamiresource:3>);
val ichoriumingot = <ore:ingotIchorium>;
ichoriumingot.remove(<thaumictinkerer:kamiresource:3>);
// val ichoriumnugget = <ore:nuggetIchorium>;
// ichoriumnugget.remove(<thaumictinkerer:kamiresource:5>);
val ichoriumnugget = <ore:nuggetIchorium>;
ichoriumnugget.remove(<thaumictinkerer:kamiresource:5>);
// mods.nuclearcraft.manufactory.removeRecipeWithInput([<thaumictinkerer:kamiresource:3>]);
mods.nuclearcraft.manufactory.removeRecipeWithInput([<thaumictinkerer:kamiresource:3>]);
// mods.nuclearcraft.melter.removeRecipeWithInput([<thaumictinkerer:kamiresource:3>]);
// mods.nuclearcraft.melter.removeRecipeWithInput([<thaumictinkerer:kamiresource:5>]);
mods.nuclearcraft.melter.removeRecipeWithInput([<thaumictinkerer:kamiresource:3>]);
mods.nuclearcraft.melter.removeRecipeWithInput([<thaumictinkerer:kamiresource:5>]);
// mods.nuclearcraft.pressurizer.removeRecipeWithInput([<thaumictinkerer:kamiresource:3>]);
mods.nuclearcraft.pressurizer.removeRecipeWithInput([<thaumictinkerer:kamiresource:3>]);
@@ -923,10 +952,26 @@ siliconball.remove(<enderio:item_material:5>);
//==================================================================
// silver
// zinc
val zincingot = <ore:ingotZinc>;
zincingot.remove(<railcraft:ingot:8>);
furnace.remove(<railcraft:ingot:8>, <ore:oreZinc>);
furnace.addRecipe(<techreborn:ingot:18>, <ore:oreZinc>);
recipes.remove(<railcraft:ingot:8>);
recipes.addShaped(<techreborn:ingot:18>,
[[<ore:nuggetZinc>, <ore:nuggetZinc>, <ore:nuggetZinc>],
[<ore:nuggetZinc>, <ore:nuggetZinc>, <ore:nuggetZinc>],
[<ore:nuggetZinc>, <ore:nuggetZinc>, <ore:nuggetZinc>]]);
mods.immersiveengineering.ArcFurnace.removeRecipe(<railcraft:ingot:8>);
mods.immersiveengineering.ArcFurnace.addRecipe(<techreborn:ingot:18>, <ore:dustZinc>, null, 100, 512);
mods.immersiveengineering.ArcFurnace.addRecipe(<techreborn:ingot:18>*2, <ore:oreZinc>, <immersiveengineering:material:7>, 100, 512);
//==================================================================
// alumite
@@ -941,4 +986,3 @@ recipes.addShaped(<tconstruct:ingots:6>*4,
[<mysticalagriculture:alumite_essence>, <mysticalagriculture:alumite_essence>, <mysticalagriculture:alumite_essence>]]);
-4
View File
@@ -149,10 +149,6 @@ recipes.addShaped(<extrautils2:machine:0>*4,
[<minecraft:redstone>, <aoa3:holly_top_petals>, <minecraft:redstone>],
[<ore:ingotDreadium>, <minecraft:redstone>, <ore:ingotDreadium>]]);
recipes.addShaped(<techreborn:machine_frame:0>*2,
[[<contenttweaker:nethersky_steel_ingot>, <ore:wireCopper>, <contenttweaker:nethersky_steel_ingot>],
[<ore:wireCopper>, null, <ore:wireCopper>],
[<contenttweaker:nethersky_steel_ingot>, <ore:wireCopper>, <contenttweaker:nethersky_steel_ingot>]]);
recipes.addShaped(<nuclearcraft:part:10>*4,
[[<ore:gaiaIngot>, <ore:plateCarbon>, <ore:gaiaIngot>],
+2 -3
View File
@@ -2183,7 +2183,7 @@
<contenttweaker:freed_sky_stone>.addTooltip(format.red("推荐用使用者 :)"));
<bewitchment:bottled_hellfire>.addTooltip(format.red("警告:若蒸馏塔只有一个可用输出栏位,合成该物品会导致崩溃"));
//<bewitchment:bottled_hellfire>.addTooltip(format.red("警告:若蒸馏塔只有一个可用输出栏位,合成该物品会导致崩溃"));
<contenttweaker:sword_shield>.addTooltip(format.red("使用循环装配台实现复制配方的自动化"));
@@ -2695,7 +2695,7 @@
<contenttweaker:cuendillar_plate>.addTooltip(format.red("注意:要自动化该物品,遵循JEI信息框中的提示"));
<contenttweaker:cuendillar_plate>.addTooltip(format.red("初始需要以下超限附魔:"));
<contenttweaker:cuendillar_plate>.addTooltip(format.red("天顶剑"));
<contenttweaker:cuendillar_plate>.addTooltip(format.red("伊恩剑"));
<contenttweaker:cuendillar_plate>.addTooltip(format.red("爆破剑"));
<contenttweaker:cuendillar_plate>.addTooltip(format.red("星钢盔甲"));
@@ -3003,4 +3003,3 @@
+7 -8
View File
@@ -855,7 +855,7 @@ import crafttweaker.item.IItemCondition;
<tconstruct:materials:50>.addTooltip(format.red("匠魂强化:增加一个额外强化槽"));
<bloodarsenal:glass_shards>.addTooltip(format.red("匠魂强化:流血"));
<bloodarsenal:base_item:0>.addTooltip(format.red("匠魂强化:流血"));
<iceandfire:ice_dragon_blood>.addTooltip(format.red("匠魂强化:冻结目标并造成龙霜伤害"));
@@ -1918,8 +1918,8 @@ import crafttweaker.item.IItemCondition;
<contenttweaker:tainted_callstone>.addTooltip(format.red("会召唤一个非常牛逼的Boss - 一定要小心!"));
<contenttweaker:enchdesc_sharpness>.addTooltip(format.red("非常感谢Tom和Quantum Chromodynamic Charge添加的描述"));
<contenttweaker:enchdesc_protection>.addTooltip(format.red("非常感谢Tom和Quantum Chromodynamic Charge添加的描述"));
<contenttweaker:enchdesc_sharpness>.addTooltip(format.red("非常感谢Tom4455和Quantum Chromodynamic Charge添加的描述"));
<contenttweaker:enchdesc_protection>.addTooltip(format.red("非常感谢Tom4455和Quantum Chromodynamic Charge添加的描述"));
<contenttweaker:enchdesc_smite>.addTooltip(format.red("叫我派大星教授加博士!"));
<contenttweaker:enchdesc_withering>.addTooltip(format.red("使用电动刷怪箱"));
@@ -1970,7 +1970,6 @@ import crafttweaker.item.IItemCondition;
<thermalexpansion:satchel:0>.addTooltip(format.red("基础等级的不怎么好用,但配合升级和扩容魔咒就很好用了!"));
<enderio:item_alloy_endergy_ingot:0>.addTooltip(format.red("核电工艺提供的配方更好"));
<techreborn:chemical_reactor>.addTooltip(format.red("该机器已禁用"));
@@ -2145,7 +2144,7 @@ import crafttweaker.item.IItemCondition;
<gendustry:honey_comb:13341>.addTooltip(format.red("通过福鲁伊克斯召唤石获得"));
<ore:ingotIridium>.addTooltip(format.red("感谢Tom为JEI信息框所做的工作!"));
<ore:ingotIridium>.addTooltip(format.red("感谢Tom4455为JEI信息框所做的工作!"));
<ore:ingotTitanium>.addTooltip(format.red("感谢Bluecat整理了所有矿物的生成高度!"));
@@ -2388,8 +2387,8 @@ import crafttweaker.item.IItemCondition;
<aether_legacy:invisibility_cape>.addTooltip(format.red("LordRaine觉得这太强了,我同意!"));
<appliedenergistics2:energy_acceptor>.addTooltip(format.red("感谢Tom为AE2添加的JEI信息框"));
<appliedenergistics2:controller>.addTooltip(format.red("感谢Tom为AE2添加的JEI信息框"));
<appliedenergistics2:energy_acceptor>.addTooltip(format.red("感谢Tom4455为AE2添加的JEI信息框"));
<appliedenergistics2:controller>.addTooltip(format.red("感谢Tom4455为AE2添加的JEI信息框"));
<contenttweaker:right_sacred_sapling>.addTooltip(format.red("用神圣橡果!"));
<contenttweaker:left_sacred_sapling>.addTooltip(format.red("用神圣橡果!"));
@@ -3130,7 +3129,7 @@ import crafttweaker.item.IItemCondition;
<contenttweaker:magic_mushroom_dark>.addTooltip(format.red("感谢Xenosplitter和Ikea Bear编辑的研究步骤!"));
<contenttweaker:omothol_warp_cleanser>.addTooltip(format.red("感谢Tom编辑的研究步骤!"));
<contenttweaker:omothol_warp_cleanser>.addTooltip(format.red("感谢Tom4455编辑的研究步骤!"));
<thaumcraft:nugget:9>.addTooltip(format.red("丢进坩埚来将多余的源质转化为水晶碎片"));
+40 -7
View File
@@ -80,6 +80,7 @@ import crafttweaker.item.IItemCondition;
<contenttweaker:black_hole_juice>.addTooltip(format.red("达成永恒荣耀的玩家:"));
<contenttweaker:black_hole_juice>.addTooltip(format.red("Morph & Shinko (团队)"));
<contenttweaker:black_hole_juice>.addTooltip(format.red("Origami10004 & _TheOrangeJuice_ (团队)"));
<contenttweaker:black_hole_juice>.addTooltip(format.red("alltheanova & Randomism (团队)"));
<avaritia:infinity_sword>.addTooltip(format.red("达成永恒荣耀的玩家:"));
@@ -267,9 +268,9 @@ import crafttweaker.item.IItemCondition;
<contenttweaker:infinite_loving_plate>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:ingot_of_omnibelevolence>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:summons_of_ragnarok>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:kamium_ingot>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:kami_cloth>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:kamium_essence>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<thaumictinkerer:kamiresource:3>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<thaumictinkerer:kamiresource:4>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<thaumictinkerer:kamiresource:2>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:stone_of_the_divine_love>.addTooltip(format.red("感谢GalacticSilver绘制的纹理!"));
<contenttweaker:stone_of_natural_might>.addTooltip(format.red("感谢GalacticSilver绘制的纹理!"));
@@ -279,8 +280,6 @@ import crafttweaker.item.IItemCondition;
<contenttweaker:flood_stone>.addTooltip(format.red("你去过强能界吗?"));
<extrabotany:firstfractal>.addTooltip(format.red("我们喜欢困难模式,也喜欢犬牙钓竿"));
<contenttweaker:astral_mastery_tome>.addTooltip(format.red("达成永恒荣耀的玩家:"));
<contenttweaker:astral_mastery_tome>.addTooltip(format.red("legoman187 (单人)"));
@@ -311,8 +310,42 @@ import crafttweaker.item.IItemCondition;
<bewitchment:stone_ichor>.addTooltip(format.red("注意:以该物品作为输入的多方块结构配方可能无法正常工作,你可以改用其瓶装版本"));
<contenttweaker:kitty_paw>.addTooltip(format.red("时间领主遗物"));
<contenttweaker:white_bangs>.addTooltip(format.red("时间领主遗物"));
<contenttweaker:green_eyebrows>.addTooltip(format.red("时间领主遗物"));
<contenttweaker:grayscale>.addTooltip(format.red("时间领主遗物"));
<contenttweaker:voxel_camel>.addTooltip(format.red("时间领主遗物"));
<contenttweaker:cute_rabbit_ears>.addTooltip(format.red("时间领主遗物"));
<ore:itemSonicScrewdriver>.addTooltip(format.green("可重复使用"));
<tardis:gallifreyan_stone>.addTooltip(format.red("法咒主宰或许知道如何提前获取此物"));
<contenttweaker:infinite_plate_stamp>.addTooltip(format.green("可重复使用"));
<contenttweaker:radiation_absorbing_plate_stamp>.addTooltip(format.green("可重复使用"));
<ore:itemSonicScrewdriver>.addTooltip(format.red("通过时间领主召唤师获得"));
<tardis:temporal_grace_circuits>.addTooltip(format.red("通过时间领主召唤师获得"));
<contenttweaker:utopic_spires_special_drop>.addTooltip(format.red("根据乌托邦尖塔中心球体结构内的不同微型天体,产出特殊的掉落物"));
<contenttweaker:spam_free_americium_241>.addTooltip(format.red("感谢Soren整理的合成链"));
<contenttweaker:one_power_aspected_emerald>.addTooltip(format.red("感谢GalacticSilver绘制的纹理!"));
<contenttweaker:bloodstone_of_the_great_snake>.addTooltip(format.red("感谢GalacticSilver绘制的纹理!"));
<contenttweaker:scattering_alloy_ingot>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:threefold_stellar_ingot>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:fiery_eleint_ingot>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:ingot_of_shadesmar>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:voxel_camel>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:kitty_paw>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:green_eyebrows>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:cute_rabbit_ears>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:grayscale>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:white_bangs>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:blue_planet>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
+14 -1
View File
@@ -499,6 +499,15 @@
<avaritia:block_resource:0>.addTooltip(format.aqua(" 神话开掘反应堆"));
<avaritia:block_resource:0>.addTooltip(format.white(" 机器速度x5"));
<deepmoblearningbm:block_blood_infused_glitch_ingot>.addTooltip(format.gold("多方块升级:"));
<deepmoblearningbm:block_blood_infused_glitch_ingot>.addTooltip(format.aqua(" 神话开掘反应堆"));
<deepmoblearningbm:block_blood_infused_glitch_ingot>.addTooltip(format.white(" 机器速度x100"));
<contenttweaker:screaming_blood_infused_glitch_block>.addTooltip(format.gold("多方块升级:"));
<contenttweaker:screaming_blood_infused_glitch_block>.addTooltip(format.aqua(" 神话开掘反应堆"));
<contenttweaker:screaming_blood_infused_glitch_block>.addTooltip(format.white(" 机器速度x100"));
<contenttweaker:screaming_blood_infused_glitch_block>.addTooltip(format.white(" x6并行"));
<avaritia:block_resource:1>.addTooltip(format.gold("多方块升级:"));
<avaritia:block_resource:1>.addTooltip(format.aqua(" 热钢混合器"));
<avaritia:block_resource:1>.addTooltip(format.white(" x10并行"));
@@ -1079,7 +1088,11 @@
<aoa3:holy_sword>.addTooltip(format.aqua(" 在同一天将所有神明的祝福升到最大值"));
<contenttweaker:void_ichorium_rift_cap>.addTooltip(format.gold("多方块升级:"));
<contenttweaker:void_ichorium_rift_cap>.addTooltip(format.aqua(" 自动奥术工作台"));
<contenttweaker:void_ichorium_rift_cap>.addTooltip(format.white(" 机器速度x60"));
<contenttweaker:void_ichorium_rift_cap>.addTooltip(format.aqua(" 自动奥术注魔器"));
<contenttweaker:void_ichorium_rift_cap>.addTooltip(format.white(" 机器速度x20"));
+2 -3
View File
@@ -80,9 +80,9 @@ recipes.addShapeless(<aoa3:penguin_slab>.withTag({display: {Name: "ᚤᛟᛟᛠ
[<contenttweaker:eldunari>.reuse(),
<aoa3:penguin_slab>]);
recipes.addShapeless(<contenttweaker:kami_cloth>.withTag({display: {Name: "ᚵᛊᛠᛔᛟᚤᛕᛊᚧ",Lore:["§d§o真名§r"]}}),
recipes.addShapeless(<thaumictinkerer:kamiresource:4>.withTag({display: {Name: "ᚵᛊᛠᛔᛟᚤᛕᛊᚧ",Lore:["§d§o真名§r"]}}),
[<contenttweaker:eldunari>.reuse(),
<contenttweaker:kami_cloth>]);
<thaumictinkerer:kamiresource:4>]);
recipes.addShapeless(<minecraft:end_crystal>.withTag({display: {Name: "ᚵᛟᚣᚵᚣᚤᛊ",Lore:["§d§o真名§r"]}}),
[<contenttweaker:eldunari>.reuse(),
@@ -93,4 +93,3 @@ recipes.addShapeless(<tconstruct:ingots:4>.withTag({display: {Name: "ᛟᛁᚤ
<tconstruct:ingots:4>]);
+48
View File
@@ -379,3 +379,51 @@ recipes.addShaped(<divinerpg:mortum_heart>,
[[<divinerpg:mortum_gem>, <divinerpg:mortum_gem>, <divinerpg:mortum_gem>],
[<divinerpg:mortum_gem>, <contenttweaker:mortum_core>, <divinerpg:mortum_gem>],
[<divinerpg:mortum_gem>, <divinerpg:mortum_gem>, <divinerpg:mortum_gem>]]);
recipes.addShaped(<divinerpg:halite_bow>,
[[<divinerpg:wildwood_bow>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:apalachia_bow>],
[<contenttweaker:one_power_aspected_emerald>, <divinerpg:mortum_bow>, <contenttweaker:one_power_aspected_emerald>],
[<divinerpg:eden_bow>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:skythern_bow>]]);
recipes.addShaped(<divinerpg:halite_blitz>,
[[<divinerpg:wildwood_blitz>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:apalachia_blitz>],
[<contenttweaker:one_power_aspected_emerald>, <divinerpg:mortum_blitz>, <contenttweaker:one_power_aspected_emerald>],
[<divinerpg:eden_blitz>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:skythern_blitz>]]);
recipes.addShaped(<divinerpg:halite_slicer>*32,
[[<divinerpg:wildwood_slicer>, <erebus:materials:66>, <divinerpg:apalachia_slicer>],
[<contenttweaker:shard_of_nothingness>, <divinerpg:mortum_slicer>, <contenttweaker:shard_of_nothingness>],
[<divinerpg:eden_slicer>, <erebus:materials:66>, <divinerpg:skythern_slicer>]]);
recipes.addShaped(<divinerpg:halite_blade>,
[[<divinerpg:wildwood_blade>, <contenttweaker:eleint_scale>, <divinerpg:apalachia_blade>],
[<contenttweaker:universal_constellation>, <divinerpg:mortum_blade>, <contenttweaker:universal_constellation>],
[<divinerpg:eden_blade>, <contenttweaker:eleint_scale>, <divinerpg:skythern_blade>]]);
recipes.addShaped(<divinerpg:halite_shield>,
[[<divinerpg:wildwood_shield>, <contenttweaker:hopebringer_crystal>, <divinerpg:apalachia_shield>],
[<ore:ingotIronwood>, <divinerpg:mortum_shield>, <ore:ingotFiery>],
[<divinerpg:eden_shield>, <ore:ingotKnightmetal>, <divinerpg:skythern_shield>]]);
recipes.addShaped(<divinerpg:halite_chestplate>,
[[<divinerpg:wildwood_chestplate>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:apalachia_chestplate>],
[<contenttweaker:bionic_divine_star>, <divinerpg:mortum_chestplate>, <contenttweaker:bionic_divine_star>],
[<divinerpg:eden_chestplate>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:skythern_chestplate>]]);
recipes.addShaped(<divinerpg:halite_leggings>,
[[<divinerpg:wildwood_leggings>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:apalachia_leggings>],
[<contenttweaker:bionic_divine_star>, <divinerpg:mortum_leggings>, <contenttweaker:bionic_divine_star>],
[<divinerpg:eden_leggings>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:skythern_leggings>]]);
recipes.addShaped(<divinerpg:halite_helmet>,
[[<divinerpg:wildwood_helmet>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:apalachia_helmet>],
[<contenttweaker:bionic_divine_star>, <divinerpg:mortum_helmet>, <contenttweaker:bionic_divine_star>],
[<divinerpg:eden_helmet>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:skythern_helmet>]]);
recipes.addShaped(<divinerpg:halite_boots>,
[[<divinerpg:wildwood_boots>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:apalachia_boots>],
[<contenttweaker:bionic_divine_star>, <divinerpg:mortum_boots>, <contenttweaker:bionic_divine_star>],
[<divinerpg:eden_boots>, <contenttweaker:one_power_aspected_emerald>, <divinerpg:skythern_boots>]]);
@@ -0,0 +1,286 @@
import native.net.minecraft.item.Item;
import native.net.minecraft.item.ItemStack;
import crafttweaker.block.IBlockState;
import crafttweaker.command.ICommandSender;
import crafttweaker.world.IBlockPos;
import mods.modularmachinery.RecipeBuilder;
import mods.modularmachinery.MachineTickEvent;
import mods.modularmachinery.RecipeStartEvent;
import mods.modularmachinery.MMEvents;
import mods.modularmachinery.IMachineController;
import crafttweaker.world.IFacing;
import crafttweaker.util.Position3f;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
import native.erebus.entity.EntityAnimatedBlock;
// Shared code
import scripts.util.ModularEventUtils as Util;
static offset as Util.Offset = Util.Offset(0, 0);
var utopicspireallinone1 = RecipeBuilder.newBuilder("utopicspireallinone1","utopic_spires",600);
utopicspireallinone1.addBiomeInput("tardis:telos")
.addBiomeInput("tardis:mountains")
.addBiomeInput("tardis:redlands")
.addBiomeInput("tardis:farmlands")
.addBiomeInput("tardis:telos")
.addBiomeInput("biomesoplenty:sacred_springs")
.addFluidInput(<fluid:dimensional_essence>*1000)
.addFluidInput(<fluid:liquid_void>*1000)
.addFluidInput(<fluid:overworldian_fluid>*1000)
.addFluidInput(<fluid:nethengeic_fluid>*1000)
.addFluidInput(<fluid:spatial_matter>*1000)
.addFluidInput(<fluid:cosmic_matter>*1000)
.addFluidInput(<fluid:galactic_matter>*1000)
.addFluidInput(<fluid:recursive_life_essence>*1000)
.addFluidInput(<fluid:chaotic_matter>*1000)
.addFluidInput(<fluid:nightmarish_matter>*1000)
.addFluidInput(<fluid:universal_matter>*1000)
.addFluidInput(<fluid:ultimate_fractallite_essence>*1000)
.addItemInput(<contenttweaker:time_beacon_construct>*1)
.addItemInput(<appliedenergistics2:material:34>*1)
.addItemInput(<appliedenergistics2:material:43>*1)
.addItemInput(<appliedenergistics2:material:44>*1)
.addFluidOutput(<fluid:essence_of_temporal_synthesis>*100)
.addFluidOutput(<fluid:essence_of_temporal_synthesis>*100)
.addFluidOutput(<fluid:essence_of_temporal_synthesis>*100)
.addFluidOutput(<fluid:essence_of_temporal_synthesis>*100)
.addItemOutput(<contenttweaker:recursion_of_history>*1)
.addStartHandler(function(event as RecipeStartEvent) {
utopicSpiresRecipeStart(event.controller);
}
)
.addRecipeTooltip(["必须在球体中央放置以下微型天体之一:恒星、脉冲星、黑洞、白洞"])
.build();
var utopicspireallinone2 = RecipeBuilder.newBuilder("utopicspireallinone2","utopic_spires",600);
utopicspireallinone2.addBiomeInput("tardis:telos")
.addBiomeInput("tardis:mountains")
.addBiomeInput("tardis:redlands")
.addBiomeInput("tardis:farmlands")
.addBiomeInput("tardis:telos")
.addBiomeInput("biomesoplenty:sacred_springs")
.addFluidInput(<fluid:dimensional_essence>*4000)
.addFluidInput(<fluid:liquid_void>*4000)
.addFluidInput(<fluid:overworldian_fluid>*4000)
.addFluidInput(<fluid:nethengeic_fluid>*4000)
.addFluidInput(<fluid:spatial_matter>*4000)
.addFluidInput(<fluid:cosmic_matter>*4000)
.addFluidInput(<fluid:galactic_matter>*4000)
.addFluidInput(<fluid:recursive_life_essence>*4000)
.addFluidInput(<fluid:chaotic_matter>*4000)
.addFluidInput(<fluid:nightmarish_matter>*4000)
.addFluidInput(<fluid:universal_matter>*4000)
.addFluidInput(<fluid:ultimate_fractallite_essence>*4000)
.addItemInput(<contenttweaker:time_beacon>*1)
.addItemInput(<appliedenergistics2:material:34>*1)
.addItemInput(<appliedenergistics2:material:43>*1)
.addItemInput(<appliedenergistics2:material:44>*1)
.addFluidOutput(<fluid:essence_of_temporal_synthesis>*10000)
.addFluidOutput(<fluid:essence_of_temporal_synthesis>*10000)
.addFluidOutput(<fluid:essence_of_temporal_synthesis>*10000)
.addFluidOutput(<fluid:essence_of_temporal_synthesis>*10000)
.addItemOutput(<contenttweaker:recursion_of_history>*1)
.addStartHandler(function(event as RecipeStartEvent) {
utopicSpiresRecipeStart(event.controller);
}
)
.addRecipeTooltip(["必须在球体中央放置以下微型天体之一:恒星、脉冲星、黑洞、白洞"])
.build();
function utopicSpiresRecipeStart(controller as IMachineController) {
var posunshifted = offset.getCenter(controller).asPosition3f();
var pos = offset.getCenter(controller).asPosition3f();
pos.y = posunshifted.y + 19;
var sender = Util.getControllerSender(controller);
Util.scheduleTask(controller, function() as void {
var currentAstralBody = controller.world.getBlock(pos).definition.id as string;
if (currentAstralBody == "contenttweaker:miniature_black_hole") {
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + "contenttweaker:tribody_fabrial" + " 0 replace " + "techreborn:machine_frame 0");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + "contenttweaker:tribody_fabrial" + " 0 replace " + "techreborn:machine_frame 0");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + "contenttweaker:tribody_fabrial" + " 0 replace " + "techreborn:machine_frame 0");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + "contenttweaker:tribody_fabrial" + " 0 replace " + "techreborn:machine_frame 0");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + "contenttweaker:tribody_fabrial" + " 0 replace " + "techreborn:machine_frame 0");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + "contenttweaker:tribody_fabrial" + " 0 replace " + "techreborn:machine_frame 0");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + "contenttweaker:tribody_fabrial" + " 0 replace " + "techreborn:machine_frame 0");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + "contenttweaker:tribody_fabrial" + " 0 replace " + "techreborn:machine_frame 0");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z - 6) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + (posunshifted.x - 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + (posunshifted.x + 2) + " " + (posunshifted.y) + " " + (posunshifted.z + 6) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + (posunshifted.x + 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z + 2) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + (posunshifted.x - 6) + " " + (posunshifted.y) + " " + (posunshifted.z - 2) + " " + "contenttweaker:basic_machine_frame_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:bluefire_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:bluefire_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:bluefire_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:bluefire_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + "contenttweaker:bluefire_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + "contenttweaker:bluefire_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + "contenttweaker:bluefire_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + "contenttweaker:bluefire_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:unleashed_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:unleashed_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:unleashed_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:unleashed_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + "contenttweaker:unleashed_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + "contenttweaker:unleashed_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + "contenttweaker:unleashed_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + "contenttweaker:unleashed_divine_ore" + " 0 replace " + "minecraft:stone");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x - 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x + 18) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 18) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 18) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x - 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z - 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + (posunshifted.x + 12) + " " + (posunshifted.y) + " " + (posunshifted.z + 3) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z + 12) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + (posunshifted.x + 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + (posunshifted.x - 3) + " " + (posunshifted.y) + " " + (posunshifted.z - 12) + " " + "contenttweaker:strange_stone_ghost" + " 0 replace " + "contenttweaker:harmonic_fluid_lattice");
}
if (currentAstralBody == "contenttweaker:miniature_star") {
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 8) + " " + (posunshifted.y + 4) + " " + (posunshifted.z) + " " + (posunshifted.x + 8) + " " + (posunshifted.y + 4) + " " + (posunshifted.z) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 8) + " " + (posunshifted.y + 4) + " " + (posunshifted.z) + " " + (posunshifted.x - 8) + " " + (posunshifted.y + 4) + " " + (posunshifted.z) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 8) + " " + (posunshifted.x) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 8) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 8) + " " + (posunshifted.x) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 8) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 20) + " " + (posunshifted.y + 4) + " " + (posunshifted.z) + " " + (posunshifted.x + 20) + " " + (posunshifted.y + 4) + " " + (posunshifted.z) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 20) + " " + (posunshifted.y + 4) + " " + (posunshifted.z) + " " + (posunshifted.x - 20) + " " + (posunshifted.y + 4) + " " + (posunshifted.z) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 20) + " " + (posunshifted.x) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 20) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 20) + " " + (posunshifted.x) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 20) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 6) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 6) + " " + (posunshifted.x + 6) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 6) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 6) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 6) + " " + (posunshifted.x - 6) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 6) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 6) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 6) + " " + (posunshifted.x + 6) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 6) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 6) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 6) + " " + (posunshifted.x - 6) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 6) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 15) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 15) + " " + (posunshifted.x + 15) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 15) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 15) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 15) + " " + (posunshifted.x - 15) + " " + (posunshifted.y + 4) + " " + (posunshifted.z + 15) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x + 15) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 15) + " " + (posunshifted.x + 15) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 15) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
server.commandManager.executeCommand(sender, "fill " + (posunshifted.x - 15) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 15) + " " + (posunshifted.x - 15) + " " + (posunshifted.y + 4) + " " + (posunshifted.z - 15) + " " + "contenttweaker:harmonic_fluid_lattice" + " 0 replace " + "air");
}
if (currentAstralBody == "contenttweaker:miniature_pulsar") {
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x - 15) + " " + (posunshifted.y + 12) + " " + (posunshifted.z) + " {Item:{id:\"contenttweaker:temporal_linkage\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x + 15) + " " + (posunshifted.y + 12) + " " + (posunshifted.z) + " {Item:{id:\"contenttweaker:temporal_linkage\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x) + " " + (posunshifted.y + 12) + " " + (posunshifted.z - 15) + " {Item:{id:\"contenttweaker:temporal_linkage\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x) + " " + (posunshifted.y + 12) + " " + (posunshifted.z + 15) + " {Item:{id:\"contenttweaker:temporal_linkage\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x + 12) + " " + (posunshifted.y + 12) + " " + (posunshifted.z + 12) + " {Item:{id:\"contenttweaker:temporal_linkage\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x - 12) + " " + (posunshifted.y + 12) + " " + (posunshifted.z + 12) + " {Item:{id:\"contenttweaker:temporal_linkage\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x + 12) + " " + (posunshifted.y + 12) + " " + (posunshifted.z - 12) + " {Item:{id:\"contenttweaker:temporal_linkage\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x - 12) + " " + (posunshifted.y + 12) + " " + (posunshifted.z - 12) + " {Item:{id:\"contenttweaker:temporal_linkage\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x) + " " + (posunshifted.y + 6) + " " + (posunshifted.z - 4) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x) + " " + (posunshifted.y + 6) + " " + (posunshifted.z + 4) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x + 4) + " " + (posunshifted.y + 6) + " " + (posunshifted.z) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x - 4) + " " + (posunshifted.y + 6) + " " + (posunshifted.z) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x - 1) + " " + (posunshifted.y + 10) + " " + (posunshifted.z + 3) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x + 1) + " " + (posunshifted.y + 10) + " " + (posunshifted.z + 3) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x - 1) + " " + (posunshifted.y + 10) + " " + (posunshifted.z - 3) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x + 1) + " " + (posunshifted.y + 10) + " " + (posunshifted.z - 3) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x + 3) + " " + (posunshifted.y + 10) + " " + (posunshifted.z - 1) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x + 3) + " " + (posunshifted.y + 10) + " " + (posunshifted.z + 1) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x - 3) + " " + (posunshifted.y + 10) + " " + (posunshifted.z - 1) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
server.commandManager.executeCommand(sender, "summon Item " + (posunshifted.x - 3) + " " + (posunshifted.y + 10) + " " + (posunshifted.z + 1) + " {Item:{id:\"contenttweaker:self_confined_neutrino_plasma\",Count:1b}}");
}
if (currentAstralBody == "contenttweaker:miniature_white_hole") {
server.commandManager.executeCommand(sender, "summon twilightforest:castle_guardian " + (posunshifted.x - 19) + " " + (posunshifted.y + 6) + " " + (posunshifted.z + 8) + " {HandItems:[{Count:1,id:\"contenttweaker:covetous_incubator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:30.0}],Health:2000f,CustomName:\"贪婪的戴立克\"}");
server.commandManager.executeCommand(sender, "summon twilightforest:castle_guardian " + (posunshifted.x - 19) + " " + (posunshifted.y + 6) + " " + (posunshifted.z - 8) + " {HandItems:[{Count:1,id:\"contenttweaker:covetous_incubator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:30.0}],Health:2000f,CustomName:\"贪婪的戴立克\"}");
server.commandManager.executeCommand(sender, "summon twilightforest:castle_guardian " + (posunshifted.x + 19) + " " + (posunshifted.y + 6) + " " + (posunshifted.z + 8) + " {HandItems:[{Count:1,id:\"contenttweaker:covetous_incubator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:30.0}],Health:2000f,CustomName:\"贪婪的戴立克\"}");
server.commandManager.executeCommand(sender, "summon twilightforest:castle_guardian " + (posunshifted.x + 19) + " " + (posunshifted.y + 6) + " " + (posunshifted.z - 8) + " {HandItems:[{Count:1,id:\"contenttweaker:covetous_incubator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:30.0}],Health:2000f,CustomName:\"贪婪的戴立克\"}");
server.commandManager.executeCommand(sender, "summon twilightforest:castle_guardian " + (posunshifted.x + 8) + " " + (posunshifted.y + 6) + " " + (posunshifted.z - 19) + " {HandItems:[{Count:1,id:\"contenttweaker:covetous_incubator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:30.0}],Health:2000f,CustomName:\"贪婪的戴立克\"}");
server.commandManager.executeCommand(sender, "summon twilightforest:castle_guardian " + (posunshifted.x - 8) + " " + (posunshifted.y + 6) + " " + (posunshifted.z - 19) + " {HandItems:[{Count:1,id:\"contenttweaker:covetous_incubator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:30.0}],Health:2000f,CustomName:\"贪婪的戴立克\"}");
server.commandManager.executeCommand(sender, "summon twilightforest:castle_guardian " + (posunshifted.x + 8) + " " + (posunshifted.y + 6) + " " + (posunshifted.z + 19) + " {HandItems:[{Count:1,id:\"contenttweaker:covetous_incubator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:30.0}],Health:2000f,CustomName:\"贪婪的戴立克\"}");
server.commandManager.executeCommand(sender, "summon twilightforest:castle_guardian " + (posunshifted.x - 8) + " " + (posunshifted.y + 6) + " " + (posunshifted.z + 19) + " {HandItems:[{Count:1,id:\"contenttweaker:covetous_incubator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:30.0}],Health:2000f,CustomName:\"贪婪的戴立克\"}");
}
});
}
val oresonicscrewdriver = <ore:itemSonicScrewdriver>;
oresonicscrewdriver.add(<tardis:sonic_second>);
oresonicscrewdriver.add(<tardis:sonic_third>);
oresonicscrewdriver.add(<tardis:sonic_fourth>);
oresonicscrewdriver.add(<tardis:sonic_fifth>);
oresonicscrewdriver.add(<tardis:sonic_seven>);
oresonicscrewdriver.add(<tardis:sonic_war>);
oresonicscrewdriver.add(<tardis:sonic_10>);
oresonicscrewdriver.add(<tardis:sonic_romana>);
oresonicscrewdriver.add(<tardis:sonic_lance>);
oresonicscrewdriver.add(<tardis:sonic_lipstick>);
oresonicscrewdriver.add(<tardis:sonic_trowel>);
oresonicscrewdriver.add(<tardis:sonic_pen>);
oresonicscrewdriver.add(<tardis:sonic_cane>);
oresonicscrewdriver.add(<tardis:sonic_screwdriver>);
oresonicscrewdriver.add(<tardis:sonic_screwdriver_13>);
recipes.addShaped(<contenttweaker:time_beacon>*4,
[[<contenttweaker:time_beacon_construct>, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "harmonic_fluid_lattice", Amount: 1000}}), <contenttweaker:time_beacon_construct>],
[<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "harmonic_fluid_lattice", Amount: 1000}}), <thaumicwonders:void_beacon>, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "harmonic_fluid_lattice", Amount: 1000}})],
[<contenttweaker:time_beacon_construct>, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "harmonic_fluid_lattice", Amount: 1000}}), <contenttweaker:time_beacon_construct>]]);
recipes.addShaped(<contenttweaker:time_beacon_construct>,
[[<rftools:infused_enderpearl>, <cells:hyper_density_component:0>, <rftools:infused_enderpearl>],
[<rftools:shield_template_block>, <ore:itemSonicScrewdriver>.reuse(), <rftools:shield_template_block>],
[<rftools:infused_enderpearl>, <tardis:temporal_grace_circuits>, <rftools:infused_enderpearl>]]);
recipes.addShaped(<tardis:circuts>,
[[<contenttweaker:spatial_processing_unit>, <techreborn:part:0>, <contenttweaker:spatial_processing_unit>],
[<contenttweaker:spatial_processing_unit>, <ore:itemSonicScrewdriver>.reuse(), <contenttweaker:spatial_processing_unit>],
[<contenttweaker:spatial_processing_unit>, <techreborn:part:1>, <contenttweaker:spatial_processing_unit>]]);
+25
View File
@@ -0,0 +1,25 @@
#modloaded extrabotany
#loader mixin
import native.com.meteor.extrabotany.common.item.relic.ItemFirstFractal;
#mixin {value: "com.meteor.extrabotany.common.item.relic.ItemFirstFractal"}
zenClass MixinItemFirstFractal {
#mixin Definition
#{
# id: "addToolMaterial", method: "Lnet/minecraftforge/common/util/EnumHelper;addToolMaterial(Ljava/lang/String;IIFFI)Lnet/minecraft/item/Item$ToolMaterial;"
#}
#mixin Expression
#{
# value: "addToolMaterial('B_FIRSTFRACTAL', ?, ?, ?, @(?), ?)"
#}
#mixin Static
#mixin ModifyExpressionValue
#{
# method: "<clinit>",
# at: {value: "MIXINEXTRAS:EXPRESSION"}
#}
function buffExcaliber(original as float) as float {
return 500.0F;
}
}
@@ -49,6 +49,84 @@ registerInfusionRecipeFromAddon(`${tcAdditions}:crystal_bore`, "TAR_CRYSTAL_BORE
]
);
# infusion claw
registerInfusionRecipeFromAddon(`${tcGado}:infusion_claw`, "INFUSION_CLAW",
<gadothaumy:infusion_claw>, 32,
[
<aspect:alienis> * 120, <aspect:machina> * 70, <aspect:ordo> * 70,
<aspect:praecantatio> * 60, <aspect:tenebrae> * 40
],
<thaumcraft:stabilizer>,
[
<thaumcraft:brain>, <thaumcraft:stone_arcane>,
<thaumadditions:adaminite_ingot>, <thaumcraft:stone_arcane>,
<thaumcraft:caster_basic>, <thaumcraft:stone_arcane>,
<thaumadditions:adaminite_ingot>, <thaumcraft:stone_arcane>
]
);
# KAMI armor
registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_helm`, "TT_KAMIHELM",
<thaumictinkerer:kami_helm>, 32,
[
<aspect:aqua> * 150, <aspect:auram> * 125, <aspect:cognitio> * 125,
<aspect:victus> * 60, <aspect:lux> * 250, <aspect:praemunio> * 125
],
<thaumictinkerer:ichor_helm>,
[
<thaumadditions:mithrillium_ingot>, <thaumadditions:mithrillium_ingot>, <thaumictinkerer:kamiresource:2>,
<thaumictinkerer:kamiresource:2>, <minecraft:chorus_fruit_popped>, <minecraft:golden_helmet>,
<minecraft:potion>.withTag({Potion: "minecraft:night_vision"}), <thaumcraft:goggles>, <minecraft:ghast_tear>,
<minecraft:fish>, <minecraft:cake>, <minecraft:ender_eye>
]
);
registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_chest`, "TT_KAMICHEST",
<thaumictinkerer:kami_chest>, 32,
[
<aspect:aer> * 150, <aspect:praemunio> * 125, <aspect:volatus> * 125,
<aspect:ordo> * 125, <aspect:lux> * 250, <aspect:alienis> * 60
],
<thaumictinkerer:ichor_chest>,
[
<thaumadditions:mithrillium_ingot>, <thaumadditions:mithrillium_ingot>, <thaumictinkerer:kamiresource:2>,
<thaumictinkerer:kamiresource:2>, <minecraft:chorus_fruit_popped>, <minecraft:golden_chestplate>,
<thaumcraft:cloud_ring>, <minecraft:elytra>, <minecraft:shield>,
<minecraft:feather>, <minecraft:ghast_tear>, <minecraft:arrow>
]
);
registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_legs`, "TT_KAMILEGS",
<thaumictinkerer:kami_legs>, 32,
[
<aspect:aer> * 150, <aspect:praemunio> * 125, <aspect:volatus> * 125,
<aspect:ordo> * 125, <aspect:lux> * 250, <aspect:alienis> * 60
],
<thaumictinkerer:ichor_legs>,
[
<thaumadditions:mithrillium_ingot>, <thaumadditions:mithrillium_ingot>, <thaumictinkerer:kamiresource:2>,
<thaumictinkerer:kamiresource:2>, <minecraft:chorus_fruit_popped>, <minecraft:golden_leggings>,
<minecraft:potion>.withTag({Potion: "minecraft:fire_resistance"}), <thaumictinkerer:energetic_nitor>, <thaumcraft:lamp_arcane>,
<minecraft:lava_bucket>, <minecraft:fire_charge>, <minecraft:blaze_rod>
]
);
registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_boots`, "TT_KAMIBOOTS",
<thaumictinkerer:kami_boots>, 32,
[
<aspect:terra> * 150, <aspect:praemunio> * 125, <aspect:instrumentum> * 125,
<aspect:motus> * 125, <aspect:lux> * 250, <aspect:herba> * 60,
<aspect:volatus> * 60
],
<thaumictinkerer:ichor_boots>,
[
<thaumadditions:mithrillium_ingot>, <thaumadditions:mithrillium_ingot>, <thaumictinkerer:kamiresource:2>,
<thaumictinkerer:kamiresource:2>, <minecraft:chorus_fruit_popped>, <minecraft:golden_boots>,
<minecraft:grass>, <minecraft:wheat_seeds>, <thaumcraft:lamp_growth>,
<thaumcraft:turret:2>, <minecraft:wool:0>, <minecraft:lead>
]
);
/*
The same as Infusion.registerRecipe(), but allows a namespace in the resource location.
ModTweaker only allows infusion recipes with the "thaumcraft" namespace, this allows any namespace.