Pre-Patch

This commit is contained in:
PietroSainaghi
2023-01-20 14:31:42 -08:00
parent 4b3a9e89b3
commit ac93e323d2
439 changed files with 17454 additions and 2836 deletions
+19 -5
View File
@@ -79,11 +79,11 @@ mods.extendedcrafting.TableCrafting.addShaped(<appliedenergistics2:spatial_pylon
<appliedenergistics2:quartz_glass>, <appliedenergistics2:quartz_glass>, <ore:ingotStellarAlloy>],
[<appliedenergistics2:quartz_glass>, <bewitchment:demon_heart>, <appliedenergistics2:quartz_glass>,
null, <extendedcrafting:singularity:2>, null,
<contenttweaker:tiny_germanium_dust>, <extendedcrafting:singularity:2>, <contenttweaker:tiny_germanium_dust>,
<appliedenergistics2:quartz_glass>, <bewitchment:demon_heart>, <appliedenergistics2:quartz_glass>],
[<appliedenergistics2:quartz_glass>, <appliedenergistics2:quartz_glass>, <enderio:item_endergy_conduit:9>,
null, <appliedenergistics2:material:47>, null,
<contenttweaker:tiny_gallium_dust>, <appliedenergistics2:material:47>, <contenttweaker:tiny_gallium_dust>,
<enderio:item_endergy_conduit:9>, <appliedenergistics2:quartz_glass>, <appliedenergistics2:quartz_glass>],
[<appliedenergistics2:material:8>, <appliedenergistics2:material:8>, <appliedenergistics2:material:8>,
@@ -99,11 +99,11 @@ null, <appliedenergistics2:material:47>, null,
<appliedenergistics2:material:8>, <appliedenergistics2:material:8>, <appliedenergistics2:material:8>],
[<appliedenergistics2:quartz_glass>, <appliedenergistics2:quartz_glass>, <enderio:item_endergy_conduit:9>,
null, <appliedenergistics2:material:47>, null,
<contenttweaker:tiny_gallium_dust>, <appliedenergistics2:material:47>, <contenttweaker:tiny_gallium_dust>,
<enderio:item_endergy_conduit:9>, <appliedenergistics2:quartz_glass>, <appliedenergistics2:quartz_glass>],
[<appliedenergistics2:quartz_glass>, <bewitchment:demon_heart>, <appliedenergistics2:quartz_glass>,
null, <extendedcrafting:singularity:2>, null,
<contenttweaker:tiny_germanium_dust>, <extendedcrafting:singularity:2>, <contenttweaker:tiny_germanium_dust>,
<appliedenergistics2:quartz_glass>, <bewitchment:demon_heart>, <appliedenergistics2:quartz_glass>],
[<ore:ingotStellarAlloy>, <appliedenergistics2:quartz_glass>, <appliedenergistics2:quartz_glass>,
@@ -297,4 +297,18 @@ recipes.addShaped(<appliedenergistics2:part:341>,
[<contenttweaker:mythic_excavation_engine>, <appliedenergistics2:part:76>, <contenttweaker:mythic_excavation_engine>]]);
mods.thermalexpansion.Insolator.removeRecipe(<appliedenergistics2:crystal_seed:600>, <minecraft:glowstone_dust>);
mods.thermalexpansion.Insolator.removeRecipe(<appliedenergistics2:crystal_seed:1200>, <minecraft:glowstone_dust>);
mods.thermalexpansion.Insolator.removeRecipe(<appliedenergistics2:crystal_seed:1200>, <minecraft:glowstone_dust>);
mods.thermalexpansion.Insolator.removeRecipe(<appliedenergistics2:crystal_seed:0>, <minecraft:glowstone_dust>);
mods.nuclearcraft.crystallizer.addRecipe([<fluid:energetic_ogerite>*10, <contenttweaker:ogerite_crystal_matrix>, 0.1, 0.1, 0.0]);
recipes.addShaped(<appliedenergistics2:material:35>*6,
[[<minecraft:redstone>, <contenttweaker:ogerite_crystal_matrix>, <minecraft:redstone>],
[<contenttweaker:ogerite_crystal_matrix>, <appliedenergistics2:material:22>, <contenttweaker:ogerite_crystal_matrix>],
[<minecraft:redstone>, <contenttweaker:ogerite_crystal_matrix>, <minecraft:redstone>]]);
recipes.addShaped(<appliedenergistics2:material:54>*6,
[[<minecraft:dye:4>, <contenttweaker:ogerite_crystal_matrix>, <minecraft:dye:4>],
[<contenttweaker:ogerite_crystal_matrix>, <appliedenergistics2:material:22>, <contenttweaker:ogerite_crystal_matrix>],
[<minecraft:dye:4>, <contenttweaker:ogerite_crystal_matrix>, <minecraft:dye:4>]]);
+60 -46
View File
@@ -1,53 +1,67 @@
import mods.modularmachinery.RecipeBuilder;
val scabystsacrifice = RecipeBuilder.newBuilder("scabystsacrifice","sterilized_altar",1200);
scabystsacrifice.addEnergyPerTickInput(1200);
scabystsacrifice.addFluidInput(<fluid:liquid_pe>*100);
scabystsacrifice.addFluidInput(<fluid:liquid_pe>*100);
scabystsacrifice.addItemInput(<thebetweenlands:items_misc:39>);
scabystsacrifice.addItemInput(<abyssalcraft:cchunk>*2);
scabystsacrifice.addItemOutput(<contenttweaker:dreadia_gem>);
scabystsacrifice.build();
// val scabystsacrifice = RecipeBuilder.newBuilder("scabystsacrifice","sterilized_altar",1200);
// scabystsacrifice.addEnergyPerTickInput(1200);
// scabystsacrifice.addFluidInput(<fluid:liquid_pe>*100);
// scabystsacrifice.addFluidInput(<fluid:liquid_pe>*100);
// scabystsacrifice.addItemInput(<thebetweenlands:items_misc:39>);
// scabystsacrifice.addItemInput(<abyssalcraft:cchunk>*2);
// scabystsacrifice.addItemOutput(<contenttweaker:dreadia_gem>);
// scabystsacrifice.build();
val gravititestarlight = RecipeBuilder.newBuilder("gravititestarlight","auto_astral_altar",1200);
gravititestarlight.addEnergyPerTickInput(1000);
gravititestarlight.addItemInput(<contenttweaker:empowered_gravitite>);
gravititestarlight.addItemInput(<torchmaster:feral_flare_lantern>);
gravititestarlight.addItemOutput(<contenttweaker:caeles_gem>);
gravititestarlight.build();
mods.thaumcraft.Crucible.registerRecipe("dreadiagem", "", <contenttweaker:dreadia_gem>, <techreborn:scrapbox>, [<aspect:dreadia>*5]);
val eldritchcold = RecipeBuilder.newBuilder("eldritchcold","cold_iron_forge",1200);
eldritchcold.addItemInput(<contenttweaker:eldritch_will_crystal>);
eldritchcold.addItemInput(<bewitchment:cold_iron_ingot>*2);
eldritchcold.addItemOutput(<contenttweaker:vitium_gem>);
eldritchcold.build();
val jadecrucible = RecipeBuilder.newBuilder("jadecrucible","dragonfire_crucible",1200);
jadecrucible.addFluidInput(<fluid:eternal_dragon_fire>*20);
jadecrucible.addItemInput(<erebus:materials:1>);
jadecrucible.addItemInput(<ebwizardry:grand_crystal>);
jadecrucible.addItemOutput(<contenttweaker:mythus_gem>);
jadecrucible.build();
// val gravititestarlight = RecipeBuilder.newBuilder("gravititestarlight","auto_astral_altar",1200);
// gravititestarlight.addEnergyPerTickInput(1000);
// gravititestarlight.addItemInput(<contenttweaker:empowered_gravitite>);
// gravititestarlight.addItemInput(<torchmaster:feral_flare_lantern>);
// gravititestarlight.addItemOutput(<contenttweaker:caeles_gem>);
// gravititestarlight.build();
val supergemsinfusion = RecipeBuilder.newBuilder("supergemsinfusion","arcane_autoinfuser",1200);
supergemsinfusion.addEnergyPerTickInput(100);
supergemsinfusion.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aer"}]}));
supergemsinfusion.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "terra"}]}));
supergemsinfusion.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "ignis"}]}));
supergemsinfusion.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aqua"}]}));
supergemsinfusion.addItemInput(<contenttweaker:mythus_gem>);
supergemsinfusion.addItemInput(<contenttweaker:vitium_gem>);
supergemsinfusion.addItemInput(<contenttweaker:caeles_gem>);
supergemsinfusion.addItemInput(<contenttweaker:dreadia_gem>);
supergemsinfusion.addItemInput(<contenttweaker:divine_star>);
supergemsinfusion.addItemOutput(<contenttweaker:primordial_star>);
supergemsinfusion.build();
mods.thaumcraft.Crucible.registerRecipe("caelesgem", "", <contenttweaker:caeles_gem>, <techreborn:scrapbox>, [<aspect:caeles>*5]);
// val eldritchcold = RecipeBuilder.newBuilder("eldritchcold","cold_iron_forge",1200);
// eldritchcold.addItemInput(<contenttweaker:eldritch_will_crystal>);
// eldritchcold.addItemInput(<bewitchment:cold_iron_ingot>*2);
// eldritchcold.addItemOutput(<contenttweaker:vitium_gem>);
// eldritchcold.build();
mods.thaumcraft.Crucible.registerRecipe("vitiumgem", "", <contenttweaker:vitium_gem>, <techreborn:scrapbox>, [<aspect:vitium>*5]);
// val jadecrucible = RecipeBuilder.newBuilder("jadecrucible","dragonfire_crucible",1200);
// jadecrucible.addFluidInput(<fluid:eternal_dragon_fire>*20);
// jadecrucible.addItemInput(<erebus:materials:1>);
// jadecrucible.addItemInput(<ebwizardry:grand_crystal>);
// jadecrucible.addItemOutput(<contenttweaker:mythus_gem>);
// jadecrucible.build();
mods.thaumcraft.Crucible.registerRecipe("mythusgem", "", <contenttweaker:mythus_gem>, <techreborn:scrapbox>, [<aspect:mythus>*5]);
// val supergemsinfusion = RecipeBuilder.newBuilder("supergemsinfusion","arcane_autoinfuser",1200);
// supergemsinfusion.addEnergyPerTickInput(100);
// supergemsinfusion.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aer"}]}));
// supergemsinfusion.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "terra"}]}));
// supergemsinfusion.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "ignis"}]}));
// supergemsinfusion.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aqua"}]}));
// supergemsinfusion.addItemInput(<contenttweaker:mythus_gem>);
// supergemsinfusion.addItemInput(<contenttweaker:vitium_gem>);
// supergemsinfusion.addItemInput(<contenttweaker:caeles_gem>);
// supergemsinfusion.addItemInput(<contenttweaker:dreadia_gem>);
// supergemsinfusion.addItemInput(<contenttweaker:divine_star>);
// supergemsinfusion.addItemOutput(<contenttweaker:primordial_star>);
// supergemsinfusion.build();
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:primordial_star>,
300,
<contenttweaker:divine_star>,
[<contenttweaker:mythus_gem>,
<contenttweaker:vitium_gem>,
<contenttweaker:caeles_gem>,
<contenttweaker:dreadia_gem>]);
recipes.addShaped(<thaumadditions:adaminite_block>,
[[<contenttweaker:vibrating_stone>, <materialpart:dreaded_steel:ingot>, <contenttweaker:vibrating_stone>],
[<ore:ingotMithril>, <thaumadditions:mithrillium_block>, <ore:ingotMithril>],
[<contenttweaker:vibrating_stone>, <contenttweaker:primordial_star>, <contenttweaker:vibrating_stone>]]);
mods.extendedcrafting.TableCrafting.addShaped(<thaumadditions:adaminite_block>,
[[<thaumadditions:mithrillium_ingot>, <contenttweaker:vibrating_stone>, <contenttweaker:vibrating_stone>, <materialpart:vibranium:ingot>, <contenttweaker:vibrating_stone>, <contenttweaker:vibrating_stone>, <thaumadditions:mithrillium_ingot>],
[<contenttweaker:vibrating_stone>, <contenttweaker:jeweled_runium>, <materialpart:dreaded_steel:ingot>, <materialpart:dreaded_steel:ingot>, <materialpart:dreaded_steel:ingot>, <contenttweaker:jeweled_runium>, <contenttweaker:vibrating_stone>],
[<contenttweaker:vibrating_stone>, <materialpart:dreaded_steel:ingot>, <thaumadditions:mithrillium_ingot>, <thaumadditions:jar_mithrillium>, <thaumadditions:mithrillium_ingot>, <materialpart:dreaded_steel:ingot>, <contenttweaker:vibrating_stone>],
[<materialpart:vibranium:ingot>, <materialpart:dreaded_steel:ingot>, <thaumadditions:mithrillium_ingot>, <contenttweaker:primordial_star>, <thaumadditions:mithrillium_ingot>, <materialpart:dreaded_steel:ingot>, <materialpart:vibranium:ingot>],
[<contenttweaker:vibrating_stone>, <materialpart:dreaded_steel:ingot>, <thaumadditions:mithrillium_ingot>, <thaumadditions:jar_mithrillium>, <thaumadditions:mithrillium_ingot>, <materialpart:dreaded_steel:ingot>, <contenttweaker:vibrating_stone>],
[<contenttweaker:vibrating_stone>, <contenttweaker:jeweled_runium>, <materialpart:dreaded_steel:ingot>, <materialpart:dreaded_steel:ingot>, <materialpart:dreaded_steel:ingot>, <contenttweaker:jeweled_runium>, <contenttweaker:vibrating_stone>],
[<thaumadditions:mithrillium_ingot>, <contenttweaker:vibrating_stone>, <contenttweaker:vibrating_stone>, <materialpart:vibranium:ingot>, <contenttweaker:vibrating_stone>, <contenttweaker:vibrating_stone>, <thaumadditions:mithrillium_ingot>]]);
+9 -1
View File
@@ -266,4 +266,12 @@ recipes.addShaped(<advancedrocketry:rollingmachine>,
recipes.addShapeless(<libvulpes:metal0:7>,
[<ore:blockTitanium>]);
recipes.removeShaped(<advancedrocketry:lathe>);
recipes.removeShaped(<advancedrocketry:lathe>);
recipes.addShapeless(<advancedrocketry:moonturf>,
[<contenttweaker:fragment_of_the_arbiter>.reuse(),
<minecraft:cobblestone>]);
recipes.addShapeless(<advancedrocketry:moonturf_dark>,
[<contenttweaker:fragment_of_the_arbiter>.reuse(),
<minecraft:mossy_cobblestone>]);
+24
View File
@@ -9,6 +9,28 @@ recipes.addShaped(<avaritia:resource:0>,
[<contenttweaker:lyonite_plate>, <appliedenergistics2:material:38>, <contenttweaker:lyonite_plate>],
[<contenttweaker:neodymium_magnetic_alloy>, <extendedcrafting:singularity:50>, <contenttweaker:neodymium_magnetic_alloy>]]);
recipes.addShaped(<avaritia:resource:0>,
[[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
[<contenttweaker:lyonite_plate>, <appliedenergistics2:material:38>, <contenttweaker:lyonite_plate>],
[<contenttweaker:neodymium_magnetic_alloy>, <extendedcrafting:singularity:27>, <contenttweaker:neodymium_magnetic_alloy>]]);
recipes.addShaped(<avaritia:resource:0>,
[[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
[<contenttweaker:lyonite_plate>, <appliedenergistics2:material:38>, <contenttweaker:lyonite_plate>],
[<contenttweaker:neodymium_magnetic_alloy>, <extendedcrafting:singularity:49>, <contenttweaker:neodymium_magnetic_alloy>]]);
recipes.addShaped(<avaritia:resource:0>,
[[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
[<contenttweaker:lyonite_plate>, <appliedenergistics2:material:38>, <contenttweaker:lyonite_plate>],
[<contenttweaker:neodymium_magnetic_alloy>, <extendedcrafting:singularity:48>, <contenttweaker:neodymium_magnetic_alloy>]]);
recipes.addShaped(<avaritia:resource:0>,
[[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
[<contenttweaker:lyonite_plate>, <appliedenergistics2:material:38>, <contenttweaker:lyonite_plate>],
[<contenttweaker:neodymium_magnetic_alloy>, <extendedcrafting:singularity:66>, <contenttweaker:neodymium_magnetic_alloy>]]);
recipes.removeShaped(<avaritia:extreme_crafting_table>);
mods.extendedcrafting.TableCrafting.addShaped(<avaritia:extreme_crafting_table>,
@@ -239,3 +261,5 @@ mods.extendedcrafting.EnderCrafting.addShaped(<avaritia:neutronium_compressor>,
[[<contenttweaker:lawrencium_262>, <contenttweaker:mythic_excavation_reactor>, <contenttweaker:lawrencium_262>],
[<avaritia:block_resource:0>, <biomesoplenty:earth>, <avaritia:block_resource:0>],
[<contenttweaker:lawrencium_262>, <contenttweaker:mythic_excavation_reactor>, <contenttweaker:lawrencium_262>]], 20);
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:unidentified_ingot>, <ore:ingotMithrillium>*3, <avaritia:resource:1>]);
+2
View File
@@ -241,3 +241,5 @@ mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:cut_immortallis_garnet>,
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:cut_greckon_garnet>, <fluid:chaos>*144, <fluid:ghastly>*432]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:cut_greckon_garnet>, <fluid:chaos>*144, <aoa3:ghoulish_ingot>*2]);
mods.forestry.Squeezer.addRecipe(<fluid:purifying_fluid>*1000, [<contenttweaker:pure_egg>], 120);
+28 -11
View File
@@ -1,7 +1,7 @@
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:iron_centrifuge"}),
[[<modularmachinery:itemmodularium>,<modularmachinery:itemmodularium>,<modularmachinery:itemmodularium>],
[<modularmachinery:itemmodularium>,<minecraft:paper>,<modularmachinery:itemmodularium>],
[<modularmachinery:itemmodularium>,<modularmachinery:itemmodularium>,<modularmachinery:itemmodularium>]]);
[[<modularmachinery:itemmodularium>,null,<modularmachinery:itemmodularium>],
[null,<minecraft:paper>,null],
[<modularmachinery:itemmodularium>,null,<modularmachinery:itemmodularium>]]);
mods.chisel.Carving.addGroup("modularblueprint");
@@ -99,10 +99,11 @@ mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itembluep
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:advanced_compression_engine"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:herne_altar"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:neutronium_cannon"}),
[[null,null,null],
[<avaritia:resource:2>,<minecraft:paper>,<modularmachinery:itemmodularium>],
[<modularmachinery:itemmodularium>,<minecraft:paper>,<modularmachinery:itemmodularium>],
[null,null,null]]);
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:neutronium_cannon"}));
@@ -114,9 +115,9 @@ mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier1"}),
[[<environmentaltech:structure_frame_1>,<modularmachinery:itemmodularium>,<environmentaltech:structure_frame_1>],
[[null,<modularmachinery:itemmodularium>,null],
[<modularmachinery:itemmodularium>,<minecraft:paper>,<modularmachinery:itemmodularium>],
[<environmentaltech:structure_frame_1>,<modularmachinery:itemmodularium>,<environmentaltech:structure_frame_1>]]);
[null,<modularmachinery:itemmodularium>,null]]);
mods.chisel.Carving.addGroup("mythicvoidminer");
@@ -151,10 +152,10 @@ mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itembluepr
mods.chisel.Carving.addVariation("mythicvoidminer", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier29"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_sphere"}),
[[null,null,null],
[<contenttweaker:magnetic_monopole>,<minecraft:paper>,<contenttweaker:magnetic_monopole>],
[null,null,null]]);
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:relativistic_collapser"}),
[[null,<modularmachinery:itemmodularium>,null],
[null,<minecraft:paper>,null],
[null,<modularmachinery:itemmodularium>,null]]);
mods.chisel.Carving.addGroup("dysonstuff");
@@ -162,4 +163,20 @@ mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_irradiator"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_discharger"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_compressor"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:herne_altar"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:relativistic_collapser"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_alloy_furnace"}),
[[<modularmachinery:itemmodularium>,null,null],
[null,<minecraft:paper>,null],
[null,null,<modularmachinery:itemmodularium>]]);
mods.chisel.Carving.addGroup("mythicprocessors");
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_alloy_furnace"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_empowerer"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_pulverizer"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_purifier"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_muon_extractor"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_gearworking_die"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_compactor"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:nightmare_electrolyzer"}));
+2 -2
View File
@@ -8,7 +8,7 @@ recipes.addShaped(<careerbees:ingredients:12>*15,
[<minecraft:nether_star>, <gendustry:honey_comb:13349>, null],
[<minecraft:nether_star>, null, null]]);
mods.forestry.Squeezer.addRecipe(<fluid:hot_spring_water>*250,
mods.forestry.Squeezer.addRecipe(<fluid:hot_spring_water>*1000,
[<gendustry:honey_comb:13331>], 30);
recipes.addShaped(<iceandfire:gorgon_head>,
@@ -16,5 +16,5 @@ recipes.addShaped(<iceandfire:gorgon_head>,
[<minecraft:cobblestone>, <gendustry:honey_comb:13341>, <minecraft:cobblestone>],
[<minecraft:cobblestone>, <minecraft:cobblestone>, <minecraft:cobblestone>]]);
mods.forestry.Squeezer.addRecipe(<fluid:formic_acid>*100,
mods.forestry.Squeezer.addRecipe(<fluid:formic_acid>*1000,
[<gendustry:honey_comb:13340>], 30);
+22 -1
View File
@@ -1123,4 +1123,25 @@ matrixore.setBlockHardness(1.0);
matrixore.setBlockResistance(2.5);
matrixore.setToolClass("pickaxe");
matrixore.setToolLevel(3);
matrixore.register();
matrixore.register();
var sednanitestabilizer = VanillaFactory.createBlock("sednanite_stabilizer", <blockmaterial:iron>);
sednanitestabilizer.setBlockHardness(1.0);
sednanitestabilizer.setBlockResistance(2.5);
sednanitestabilizer.setToolClass("pickaxe");
sednanitestabilizer.setToolLevel(3);
sednanitestabilizer.register();
var plasmacannon = VanillaFactory.createBlock("plasma_collider", <blockmaterial:iron>);
plasmacannon.setBlockHardness(1.0);
plasmacannon.setBlockResistance(2.5);
plasmacannon.setToolClass("pickaxe");
plasmacannon.setToolLevel(3);
plasmacannon.register();
var plasmainject = VanillaFactory.createBlock("plasma_injector", <blockmaterial:iron>);
plasmainject.setBlockHardness(1.0);
plasmainject.setBlockResistance(2.5);
plasmainject.setToolClass("pickaxe");
plasmainject.setToolLevel(3);
plasmainject.register();
+11 -1
View File
@@ -274,4 +274,14 @@ infinitychicken.register();
var elecaniumchicken = ChickenFactory.createChicken("elecanium_chicken", Color.fromHex("5dc4cf"), <item:contenttweaker:elecanium_egg>);
elecaniumchicken.setForegroundColor(Color.fromHex("5dc4cf"));
elecaniumchicken.setSpawnType("NONE");
elecaniumchicken.register();
elecaniumchicken.register();
var purechicken = ChickenFactory.createChicken("pure_chicken", Color.fromHex("263373"), <item:contenttweaker:pure_egg>);
purechicken.setForegroundColor(Color.fromHex("388a4e"));
purechicken.setSpawnType("NONE");
purechicken.register();
var osmiumchicken = ChickenFactory.createChicken("osmium_chicken", Color.fromHex("263073"), <item:contenttweaker:osmium_egg>);
osmiumchicken.setForegroundColor(Color.fromHex("388a2e"));
osmiumchicken.setSpawnType("NONE");
osmiumchicken.register();
+82 -1
View File
@@ -525,4 +525,85 @@ var darmstadtium = VanillaFactory.createFluid("darmstadtium", Color.fromHex("9e1
darmstadtium.register();
var oganesson = VanillaFactory.createFluid("oganesson", Color.fromHex("1e229e"));
oganesson.register();
oganesson.register();
var roentgenium = VanillaFactory.createFluid("roentgenium", Color.fromHex("3b0018"));
roentgenium.register();
var moltenawakened = VanillaFactory.createFluid("molten_awakened", Color.fromHex("ffa200"));
moltenawakened.register();
var decayinducingmatter = VanillaFactory.createFluid("decay_inducing_matter", Color.fromHex("452f08"));
decayinducingmatter.register();
var energeticogerite = VanillaFactory.createFluid("energetic_ogerite", Color.fromHex("1d6e26"));
energeticogerite.register();
var copernicium = VanillaFactory.createFluid("copernicium", Color.fromHex("5e68f2"));
copernicium.register();
var nihonium = VanillaFactory.createFluid("nihonium", Color.fromHex("1d1d1f"));
nihonium.register();
var flerovium = VanillaFactory.createFluid("flerovium", Color.fromHex("8f0a03"));
flerovium.register();
var moscovium = VanillaFactory.createFluid("moscovium", Color.fromHex("c9c74d"));
moscovium.register();
var livermorium = VanillaFactory.createFluid("livermorium", Color.fromHex("d77cde"));
livermorium.register();
var technetium = VanillaFactory.createFluid("technetium", Color.fromHex("a595a6"));
technetium.register();
var technetiumdiss = VanillaFactory.createFluid("technetium_disulfide", Color.fromHex("a595b6"));
technetiumdiss.register();
var primedtechnetium = VanillaFactory.createFluid("primed_technetium", Color.fromHex("a595a3"));
primedtechnetium.register();
var tennessine = VanillaFactory.createFluid("tennessine", Color.fromHex("96546b"));
tennessine.register();
var meatballium = VanillaFactory.createFluid("meatballium", Color.fromHex("70132f"));
meatballium.register();
var hassium = VanillaFactory.createFluid("hassium", Color.fromHex("555559"));
hassium.register();
var inbalancedmatter = VanillaFactory.createFluid("unbalanced_negative_matter", Color.fromHex("99ff00"));
inbalancedmatter.register();
var nightmarefluidhydrogen = VanillaFactory.createFluid("nightmare_binder_hydrogen", Color.fromHex("19a664"));
nightmarefluidhydrogen.register();
var nightmarefluidoxygen = VanillaFactory.createFluid("nightmare_binder_oxygen", Color.fromHex("097d47"));
nightmarefluidoxygen.register();
var nightmarefluidduterium = VanillaFactory.createFluid("nightmare_binder_deuterium", Color.fromHex("78ebb5"));
nightmarefluidduterium.register();
var nightmarefluidtritium = VanillaFactory.createFluid("nightmare_binder_tritium", Color.fromHex("90d4b4"));
nightmarefluidtritium.register();
var nightmarefluidiron = VanillaFactory.createFluid("nightmare_binder_iron", Color.fromHex("316b50"));
nightmarefluidiron.register();
var nightmarefluidnickel = VanillaFactory.createFluid("nightmare_binder_nickel", Color.fromHex("1d593d"));
nightmarefluidnickel.register();
var nightmarefluidlead = VanillaFactory.createFluid("nightmare_binder_lead", Color.fromHex("0a6e3f"));
nightmarefluidlead.register();
var nightmarefluidmercury = VanillaFactory.createFluid("nightmare_binder_mercury", Color.fromHex("0a6e3f"));
nightmarefluidmercury.register();
var nightmarefluidtin = VanillaFactory.createFluid("nightmare_binder_tin", Color.fromHex("0a6e3f"));
nightmarefluidtin.register();
var possessedstarlight = VanillaFactory.createFluid("possessed_starlight", Color.fromHex("8c8194"));
possessedstarlight.register();
var whisperingstarlight = VanillaFactory.createFluid("whispering_starlight", Color.fromHex("7b668a"));
whisperingstarlight.register();
+126 -1
View File
@@ -3377,4 +3377,129 @@ lutetiumcluster.register();
var stabledarmstadtium = VanillaFactory.createItem("stable_darmstadtium");
stabledarmstadtium.maxStackSize = 64;
stabledarmstadtium.beaconPayment = false;
stabledarmstadtium.register();
stabledarmstadtium.register();
var abyssitecrystal = VanillaFactory.createItem("abyssite_crystal");
abyssitecrystal.maxStackSize = 64;
abyssitecrystal.beaconPayment = false;
abyssitecrystal.register();
var ogeritecrystalmatrix = VanillaFactory.createItem("ogerite_crystal_matrix");
ogeritecrystalmatrix.maxStackSize = 64;
ogeritecrystalmatrix.beaconPayment = false;
ogeritecrystalmatrix.register();
var stablenihonium = VanillaFactory.createItem("stable_nihonium");
stablenihonium.maxStackSize = 64;
stablenihonium.beaconPayment = false;
stablenihonium.register();
var fleroviummatrix = VanillaFactory.createItem("flerovium_matrix");
fleroviummatrix.maxStackSize = 64;
fleroviummatrix.beaconPayment = false;
fleroviummatrix.register();
var nethengeicgem = VanillaFactory.createItem("nethengeic_gem");
nethengeicgem.maxStackSize = 64;
nethengeicgem.beaconPayment = false;
nethengeicgem.register();
var rainbowegg = VanillaFactory.createItem("rainbow_egg");
rainbowegg.maxStackSize = 64;
rainbowegg.beaconPayment = false;
rainbowegg.register();
var disgustingomelette = VanillaFactory.createItem("disgusting_omelette");
disgustingomelette.maxStackSize = 64;
disgustingomelette.beaconPayment = false;
disgustingomelette.register();
var moscoviumtraces = VanillaFactory.createItem("moscovium_traces");
moscoviumtraces.maxStackSize = 64;
moscoviumtraces.beaconPayment = false;
moscoviumtraces.register();
var livermoriumsliver = VanillaFactory.createItem("livermorium_sliver");
livermoriumsliver.maxStackSize = 64;
livermoriumsliver.beaconPayment = false;
livermoriumsliver.register();
var technetiumdisulfide = VanillaFactory.createItem("technetium_disulfide");
technetiumdisulfide.maxStackSize = 64;
technetiumdisulfide.beaconPayment = false;
technetiumdisulfide.register();
var tennessinegem = VanillaFactory.createItem("tennessine_gem");
tennessinegem.maxStackSize = 64;
tennessinegem.beaconPayment = false;
tennessinegem.register();
var lowdensitysalt = VanillaFactory.createItem("low_density_salt");
lowdensitysalt.maxStackSize = 64;
lowdensitysalt.beaconPayment = false;
lowdensitysalt.register();
var pureegg = VanillaFactory.createItem("pure_egg");
pureegg.maxStackSize = 64;
pureegg.beaconPayment = false;
pureegg.register();
var superconductingfluix = VanillaFactory.createItem("superconducting_fluix");
superconductingfluix.maxStackSize = 64;
superconductingfluix.beaconPayment = false;
superconductingfluix.register();
var flyingmeatball = VanillaFactory.createItem("flying_meatball");
flyingmeatball.maxStackSize = 64;
flyingmeatball.beaconPayment = false;
flyingmeatball.register();
var mithminitecore = VanillaFactory.createItem("mithminite_core");
mithminitecore.maxStackSize = 64;
mithminitecore.beaconPayment = false;
mithminitecore.register();
var negativelychargedmithril = VanillaFactory.createItem("negatively_charged_mithril");
negativelychargedmithril.maxStackSize = 64;
negativelychargedmithril.beaconPayment = false;
negativelychargedmithril.register();
var positivelychargedmithril = VanillaFactory.createItem("positively_charged_mithril");
positivelychargedmithril.maxStackSize = 64;
positivelychargedmithril.beaconPayment = false;
positivelychargedmithril.register();
var superconductingmithril = VanillaFactory.createItem("superconducting_mithril");
superconductingmithril.maxStackSize = 64;
superconductingmithril.beaconPayment = false;
superconductingmithril.register();
var osmiumingot = VanillaFactory.createItem("osmium_ingot");
osmiumingot.maxStackSize = 64;
osmiumingot.beaconPayment = false;
osmiumingot.register();
var osmiumegg = VanillaFactory.createItem("osmium_egg");
osmiumegg.maxStackSize = 64;
osmiumegg.beaconPayment = false;
osmiumegg.register();
var meatballattunedcrystal = VanillaFactory.createItem("meatball_attuned_crystal");
meatballattunedcrystal.maxStackSize = 64;
meatballattunedcrystal.beaconPayment = false;
meatballattunedcrystal.register();
var nightflyegg = VanillaFactory.createItem("nightfly_egg");
nightflyegg.maxStackSize = 64;
nightflyegg.beaconPayment = false;
nightflyegg.register();
var ogeritelattice = VanillaFactory.createItem("ogerite_crystal_lattice");
ogeritelattice.maxStackSize = 64;
ogeritelattice.beaconPayment = false;
ogeritelattice.register();
var ghoulspirit = VanillaFactory.createItem("ghoul_spirit");
ghoulspirit.maxStackSize = 64;
ghoulspirit.beaconPayment = false;
ghoulspirit.register();
+15
View File
@@ -392,3 +392,18 @@ val primordialmalevolence = LootTweaker.getTable("thebetweenlands:entities/fortr
val primordialmalevolenceprism = primordialmalevolence.addPool("primordialmalevolenceprism", 1, 2, 1, 1);
primordialmalevolenceprism.addItemEntry(<contenttweaker:primordial_prism>, 35);
val rovingcube = LootTweaker.getTable("twilightforest:entities/roving_cube");
val rovingcubeannhilation = rovingcube.addPool("rovingcubeannhilation", 1, 2, 1, 1);
rovingcubeannhilation.addItemEntry(<twilightforest:cube_talisman>, 25);
val netherfortress = LootTweaker.getTable("minecraft:chests/nether_bridge");
val netherfortressspecial = netherfortress.addPool("netherfortressspecial", 1, 2, 1, 1);
netherfortressspecial.addItemEntry(<abyssalcraft:coraliumore>*2, 10);
val endcity = LootTweaker.getTable("minecraft:chests/end_city_treasure");
val endcityspecial = endcity.addPool("endcityspecial", 1, 2, 1, 1);
endcityspecial.addItemEntry(<thermalfoundation:material:134>, 15);
val runicorn = LootTweaker.getTable("aoa3:entities/mobs/runandor/runicorn");
val runicornprimordial = runicorn.addPool("runicornprimordial", 1, 1, 0, 0);
runicornprimordial.addItemEntry(<contenttweaker:primordial_sliver>, 15);
+5
View File
@@ -369,6 +369,11 @@ hassium.registerParts(["nugget", "ingot", "plate", "gear", "rod"] as string[]);
var colorhalite = Color.fromHex("17c414") as Color;
var halite = MaterialSystem.getMaterialBuilder().setName("Halite").setColor(colorhalite).build();
halite.registerParts(["ingot", "rod"] as string[]);
var armorhalite = halite.registerPart("armor").getData();
armorhalite.addDataValue("durability", "9500000");
armorhalite.addDataValue("enchantability", "100");
armorhalite.addDataValue("reduction", "200,200,200,200");
armorhalite.addDataValue("toughness", "200");
var colorabyssite = Color.fromHex("1beb00") as Color;
var abyssite = MaterialSystem.getMaterialBuilder().setName("Abyssite").setColor(colorabyssite).build();
+3 -3
View File
@@ -4,7 +4,7 @@ mods.thaumcraft.Infusion.registerRecipe("sednaartifactinfusion", "",
<contenttweaker:sedna_artifact>, 5,
[<aspect:alienis>*100, <aspect:visum>*100, <aspect:ventus>*100],
<contenttweaker:divine_star>,
[<ore:dragonScaleBlock>, <iceandfire:dragon_skull:1>, <libvulpes:productgem:0>, <libvulpes:productgem:0>, <libvulpes:productgem:0>, <libvulpes:productgem:0>]);
[<ore:dragonScaleBlock>, <thaumicaugmentation:research_notes:0>, <libvulpes:productgem:0>, <libvulpes:productgem:0>, <libvulpes:productgem:0>, <libvulpes:productgem:0>]);
mods.thaumcraft.Infusion.registerRecipe("rheniaartifactinfusion", "",
<contenttweaker:rhenia_artifact>, 5,
@@ -16,7 +16,7 @@ mods.thaumcraft.Infusion.registerRecipe("pixoniaartifactinf", "",
<contenttweaker:pixonia_artifact>, 5,
[<aspect:alienis>*100, <aspect:praecantatio>*100, <aspect:cognitio>*100],
<draconicevolution:draconic_block>,
[<contenttweaker:rainbow_gemstones>, <contenttweaker:rainbow_gemstones>, <contenttweaker:lyonite_plate>, <contenttweaker:lyonite_plate>]);
[<contenttweaker:rainbow_gemstones>, <contenttweaker:rainbow_gemstones>, <contenttweaker:lyonite_plate>, <contenttweaker:lyonite_plate>, <contenttweaker:fluxed_electrum_shaft>, <contenttweaker:fluxed_electrum_shaft>]);
mods.thaumcraft.Infusion.registerRecipe("alkemiaartifactinf", "",
<contenttweaker:alkemia_artifact>, 9,
@@ -25,4 +25,4 @@ mods.thaumcraft.Infusion.registerRecipe("alkemiaartifactinf", "",
[<contenttweaker:shyre_crystal>, <contenttweaker:shyre_crystal>,
<contenttweaker:shyre_crystal>, <contenttweaker:shyre_crystal>,
<contenttweaker:sacred_cinders_log>, <contenttweaker:sacred_cinders_log>,
<projectex:power_flower:15>, <projectex:matter:11>]);
<projectex:power_flower:15>, <contenttweaker:low_density_salt>]);
+2 -2
View File
@@ -11,11 +11,11 @@ recipes.addShaped(<draconicevolution:crafting_injector:0>*2,
[<aoa3:baron_stone>, <contenttweaker:projector_gem>, <aoa3:creep_stone>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:draconic_machine_frame>,
[[<minecraft:dragon_egg>, <minecraft:dragon_egg>, <draconicevolution:dragon_heart>, <minecraft:dragon_egg>, <minecraft:dragon_egg>],
[[<contenttweaker:indium_dust>, <minecraft:dragon_egg>, <draconicevolution:dragon_heart>, <minecraft:dragon_egg>, <contenttweaker:indium_dust>],
[<minecraft:dragon_egg>, <draconicevolution:draconium_block:0>, <nuclearcraft:fuel_mixed_oxide:1>, <draconicevolution:draconium_block:0>, <minecraft:dragon_egg>],
[<draconicevolution:dragon_heart>, <nuclearcraft:fuel_mixed_oxide:0>, <techreborn:machine_frame:2>, <nuclearcraft:fuel_mixed_oxide:0>, <draconicevolution:dragon_heart>],
[<minecraft:dragon_egg>, <draconicevolution:draconium_block:0>, <nuclearcraft:fuel_mixed_oxide:1>, <draconicevolution:draconium_block:0>, <minecraft:dragon_egg>],
[<minecraft:dragon_egg>, <minecraft:dragon_egg>, <draconicevolution:dragon_heart>, <minecraft:dragon_egg>, <minecraft:dragon_egg>]]);
[<contenttweaker:indium_dust>, <minecraft:dragon_egg>, <draconicevolution:dragon_heart>, <minecraft:dragon_egg>, <contenttweaker:indium_dust>]]);
recipes.addShapeless(<minecraft:dragon_egg>,
[<mysticalagradditions:stuff:3>, <mysticalagradditions:stuff:2>]);
+4
View File
@@ -0,0 +1,4 @@
recipes.remove(<minecraft:ender_eye>);
recipes.addShapeless(<minecraft:ender_eye>,
[<projecte:item.pe_fuel:2>, <minecraft:ender_pearl>]);
+6 -6
View File
@@ -58,11 +58,11 @@ mods.extendedcrafting.TableCrafting.addShaped(<environmentaltech:solar_cont_3>,
recipes.removeShaped(<environmentaltech:solar_cell_pladium>);
mods.extendedcrafting.TableCrafting.addShaped(<environmentaltech:solar_cell_pladium>,
[[<environmentaltech:pladium_crystal>, null, <environmentaltech:pladium_crystal>, null, <environmentaltech:pladium_crystal>],
[[<environmentaltech:pladium_crystal>, <materialpart:bloodmaster_metal:ingot>, <environmentaltech:pladium_crystal>, <materialpart:bloodmaster_metal:ingot>, <environmentaltech:pladium_crystal>],
[null, <extendedcrafting:material:41>, <extendedcrafting:material:41>, <extendedcrafting:material:41>, null],
[null, <extendedcrafting:material:41>, <environmentaltech:solar_cell_kyronite>, <extendedcrafting:material:41>, null],
[null, <extendedcrafting:material:41>, <extendedcrafting:material:41>, <extendedcrafting:material:41>, null],
[<divinerpg:bluefire_stone>, null, <divinerpg:bluefire_stone>, null, <divinerpg:bluefire_stone>]]);
[<divinerpg:bluefire_stone>, <materialpart:bloodmaster_metal:ingot>, <divinerpg:bluefire_stone>, <materialpart:bloodmaster_metal:ingot>, <divinerpg:bluefire_stone>]]);
recipes.removeShaped(<environmentaltech:solar_cont_4>);
@@ -97,18 +97,18 @@ mods.extendedcrafting.TableCrafting.addShaped(<environmentaltech:solar_cell_ioni
[<extendedcrafting:material:12>, null, <extendedcrafting:material:48>, <environmentaltech:solar_cell_pladium>, <extendedcrafting:material:48>, null, <extendedcrafting:material:12>],
[null, null, <extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>, null, null],
[null, <contenttweaker:nethersky_steel_ingot>, null, null, null, <contenttweaker:nethersky_steel_ingot>, null],
[<materialpart:bloodmaster_metal:ingot>, null, <materialpart:bloodmaster_metal:ingot>, <materialpart:bloodmaster_metal:ingot>, <materialpart:bloodmaster_metal:ingot>, null, <materialpart:bloodmaster_metal:ingot>]]);
[<contenttweaker:nethengeic_gem>, null, null, <contenttweaker:nethengeic_gem>, null, null, <contenttweaker:nethengeic_gem>]]);
recipes.removeShaped(<environmentaltech:solar_cont_5>);
mods.extendedcrafting.TableCrafting.addShaped(<environmentaltech:solar_cont_5>,
[[<environmentaltech:ionite>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <environmentaltech:ionite>],
[[<environmentaltech:ionite>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <contenttweaker:nethengeic_gem>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <environmentaltech:ionite>],
[<twilightforest:transformation_powder>, <contenttweaker:nethersky_steel_ingot>, <nuclearcraft:alloy:10>, <appliedenergistics2:controller>, <nuclearcraft:alloy:10>, <contenttweaker:nethersky_steel_ingot>, <twilightforest:transformation_powder>],
[<twilightforest:transformation_powder>, <nuclearcraft:alloy:10>, <extendedcrafting:singularity:1>, <extendedcrafting:singularity:5>, <extendedcrafting:singularity:1>, <nuclearcraft:alloy:10>, <twilightforest:transformation_powder>],
[<twilightforest:transformation_powder>, <appliedenergistics2:controller>, <extendedcrafting:singularity:5>, <environmentaltech:solar_cont_4>, <extendedcrafting:singularity:5>, <appliedenergistics2:controller>, <twilightforest:transformation_powder>],
[<contenttweaker:nethengeic_gem>, <appliedenergistics2:controller>, <extendedcrafting:singularity:5>, <environmentaltech:solar_cont_4>, <extendedcrafting:singularity:5>, <appliedenergistics2:controller>, <contenttweaker:nethengeic_gem>],
[<twilightforest:transformation_powder>, <nuclearcraft:alloy:10>, <extendedcrafting:singularity:1>, <extendedcrafting:singularity:5>, <extendedcrafting:singularity:1>, <nuclearcraft:alloy:10>, <twilightforest:transformation_powder>],
[<twilightforest:transformation_powder>, <contenttweaker:nethersky_steel_ingot>, <nuclearcraft:alloy:10>, <appliedenergistics2:controller>, <nuclearcraft:alloy:10>, <contenttweaker:nethersky_steel_ingot>, <twilightforest:transformation_powder>],
[<environmentaltech:ionite>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <environmentaltech:ionite>]]);
[<environmentaltech:ionite>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <contenttweaker:nethengeic_gem>, <twilightforest:transformation_powder>, <twilightforest:transformation_powder>, <environmentaltech:ionite>]]);
recipes.removeShaped(<environmentaltech:solar_cont_6>);
+4 -4
View File
@@ -2,10 +2,10 @@ mods.techreborn.implosionCompressor.addRecipe(<contenttweaker:hyperchitinous_pla
recipes.removeShaped(<erebus:wand_of_animation>);
recipes.addShaped(<erebus:wand_of_animation>,
[[null, <materialpart:hassium:ingot>, <erebus:materials:64>],
[null, <ore:stickWood>, <materialpart:hassium:ingot>],
[<materialpart:halite:ingot>, null, null]]);
// recipes.addShaped(<erebus:wand_of_animation>,
// [[null, <materialpart:hassium:ingot>, <erebus:materials:64>],
// [null, <ore:stickWood>, <materialpart:hassium:ingot>],
// [<materialpart:halite:ingot>, null, null]]);
recipes.addShaped(<minecraft:spawn_egg>.withTag({EntityTag: {id: "erebus:erebus.stag_beetle"}}),
[[null, <bewitchment:triskelion>, null],
+9 -9
View File
@@ -126,7 +126,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<extrautils2:rainbowgenerator:0>,
<extrautils2:machine>.withTag({Type: "extrautils2:generator_netherstar"}), <extrautils2:machine>.withTag({Type: "extrautils2:generator_tnt"}), <extrautils2:machine>.withTag({Type: "extrautils2:generator_pink"})],
[null, null, null,
null, null, null,
null, <contenttweaker:rainbow_egg>, null,
null, null, null],
[<contenttweaker:rainbow_core>, <contenttweaker:rainbow_core>, <contenttweaker:rainbow_core>,
@@ -134,7 +134,7 @@ null, null, null],
<contenttweaker:rainbow_core>, <contenttweaker:rainbow_core>, <contenttweaker:rainbow_core>],
[null, null, null,
null, null, null,
null, <contenttweaker:rainbow_egg>, null,
null, null, null],
[<buildcraftsilicon:redstone_chipset:4>, <nuclearcraft:fusion_connector>, <nuclearcraft:fusion_connector>,
@@ -142,7 +142,7 @@ null, null, null],
<nuclearcraft:fusion_connector>, <nuclearcraft:fusion_connector>, <buildcraftsilicon:redstone_chipset:4>],
[null, null, null,
null, null, null,
null, <contenttweaker:rainbow_egg>, null,
null, null, null],
[<contenttweaker:rainbow_core>, <contenttweaker:rainbow_core>, <contenttweaker:rainbow_core>,
@@ -150,7 +150,7 @@ null, null, null],
<contenttweaker:rainbow_core>, <contenttweaker:rainbow_core>, <contenttweaker:rainbow_core>],
[null, null, null,
null, null, null,
null, <contenttweaker:rainbow_egg>, null,
null, null, null],
[<extrautils2:machine>.withTag({Type: "extrautils2:generator_potion"}), <extrautils2:machine>.withTag({Type: "extrautils2:generator_ender"}), <extrautils2:machine>.withTag({Type: "extrautils2:generator_redstone"}),
@@ -175,10 +175,10 @@ mods.extendedcrafting.TableCrafting.addShaped(<extrautils2:machine:0>,
recipes.removeShaped(<extrautils2:machine>.withTag({Type: "extrautils2:enchanter"}));
recipes.addShaped(<extrautils2:machine>.withTag({Type: "extrautils2:enchanter"}),
[[null, <minecraft:enchanted_book>, null],
[<minecraft:diamond>, <extrautils2:machine:0>, <minecraft:diamond>],
[<minecraft:iron_ingot>, <minecraft:iron_ingot>, <minecraft:iron_ingot>]]);
// recipes.addShaped(<extrautils2:machine>.withTag({Type: "extrautils2:enchanter"}),
// [[null, <minecraft:enchanted_book>, null],
// [<minecraft:diamond>, <extrautils2:machine:0>, <minecraft:diamond>],
// [<minecraft:iron_ingot>, <minecraft:iron_ingot>, <minecraft:iron_ingot>]]);
recipes.removeShaped(<extrautils2:lawsword>);
@@ -202,7 +202,7 @@ recipes.addHiddenShaped("lawkingofpiratesone",
recipes.remove(<extrautils2:machine>.withTag({Type: "extrautils2:enchanter"}));
recipes.addShaped(<extrautils2:machine>.withTag({Type: "extrautils2:enchanter"}),
[[null, <extrautils2:opinium:8>, null],
[[null, <minecraft:enchanted_book>, null],
[<divinerpg:corrupted_stone>, <extrautils2:machine:0>, <divinerpg:corrupted_stone>],
[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>]]);
+6 -1
View File
@@ -1,2 +1,7 @@
mods.astralsorcery.GameStages.addLevelCap("ExtendedCrafting", 30);
mods.astralsorcery.GameStages.addLevelCap("DivineStage", 50);
mods.astralsorcery.GameStages.addLevelCap("DivineStage", 40);
mods.astralsorcery.GameStages.addLevelCap("DraconicStage", 50);
mods.astralsorcery.GameStages.addLevelCap("BrightsteelForging", 70);
mods.astralsorcery.GameStages.addLevelCap("MinorVetheaBinding", 100);
+12 -6
View File
@@ -18,7 +18,12 @@ mods.MobStages.addStage("ModularStage", "thaumcraft:cultistknight", 0);
mods.recipestages.Recipes.setRecipeStage("BloodmasterStage", <contenttweaker:nethersky_amber>);
mods.bloodmagic.BloodAltar.addRecipe(<contenttweaker:bloodmaster_tome>, <nuclearcraft:depleted_fuel_uranium:4>, 0, 20,30,40);
recipes.addShaped(<contenttweaker:bloodmaster_tome>,
[[<bloodmagic:slate:0>, <nuclearcraft:depleted_fuel_uranium:4>, <bloodmagic:slate:0>],
[<minecraft:redstone_block>, <minecraft:book>, <minecraft:redstone_block>],
[<bloodmagic:slate:0>, <soulshardsrespawn:soul_shard>.withTag({binding: {kills: 1024, bound: "minecraft:blaze"}}), <bloodmagic:slate:0>]]);
mods.recipestages.Recipes.setRecipeStage("DivineStage", <contenttweaker:realmstone>);
@@ -36,13 +41,13 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:singularity_master
mods.recipestages.Recipes.setRecipeStage("DraconicStage", <draconicevolution:fusion_crafting_core>);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:draconic_key>,
[[<extendedcrafting:material:12>, <extendedcrafting:material:12>, <draconicevolution:draconium_block:0>, <draconicevolution:draconium_block:0>, <draconicevolution:draconium_block:0>, <extendedcrafting:material:12>, <extendedcrafting:material:12>],
[[<extendedcrafting:material:12>, <extendedcrafting:material:12>, <draconicevolution:draconium_block:0>, <contenttweaker:deeplands_garnet>, <draconicevolution:draconium_block:0>, <extendedcrafting:material:12>, <extendedcrafting:material:12>],
[<extendedcrafting:material:12>, <appliedenergistics2:spatial_pylon>, <contenttweaker:tritium_crystal>, <contenttweaker:ender_feather>, <contenttweaker:tritium_crystal>, <appliedenergistics2:spatial_pylon>, <extendedcrafting:material:12>],
[<draconicevolution:draconium_block:0>, <contenttweaker:tritium_crystal>, <extendedcrafting:singularity:49>, <materialpart:vibranium:ingot>, <extendedcrafting:singularity:50>, <contenttweaker:tritium_crystal>, <draconicevolution:draconium_block:0>],
[<draconicevolution:draconium_block:0>, <thaumicaugmentation:rift_jar>.withTag({seed: 1337, size: 100}), <materialpart:vibranium:ingot>, <minecraft:book>, <materialpart:vibranium:ingot>, <thaumicaugmentation:rift_jar>.withTag({seed: 1337, size: 100}), <draconicevolution:draconium_block:0>],
[<draconicevolution:draconium_block:0>, <contenttweaker:tritium_crystal>, <extendedcrafting:singularity:24>, <materialpart:vibranium:ingot>, <extendedcrafting:singularity:48>, <contenttweaker:tritium_crystal>, <draconicevolution:draconium_block:0>],
[<contenttweaker:abyss_garnet>, <contenttweaker:tritium_crystal>, <extendedcrafting:singularity:49>, <materialpart:vibranium:ingot>, <extendedcrafting:singularity:50>, <contenttweaker:tritium_crystal>, <contenttweaker:lelyetia_garnet>],
[<draconicevolution:draconium_block:0>, <thaumicaugmentation:rift_jar>.withTag({seed: 1337, size: 100}), <materialpart:vibranium:ingot>, <contenttweaker:crystalline_beryllium>, <materialpart:vibranium:ingot>, <thaumicaugmentation:rift_jar>.withTag({seed: 1337, size: 100}), <draconicevolution:draconium_block:0>],
[<contenttweaker:precasia_garnet>, <contenttweaker:tritium_crystal>, <extendedcrafting:singularity:24>, <materialpart:vibranium:ingot>, <extendedcrafting:singularity:48>, <contenttweaker:tritium_crystal>, <contenttweaker:barathos_garnet>],
[<extendedcrafting:material:12>, <appliedenergistics2:spatial_pylon>, <contenttweaker:tritium_crystal>, <contenttweaker:ender_feather>, <contenttweaker:tritium_crystal>, <appliedenergistics2:spatial_pylon>, <extendedcrafting:material:12>],
[<extendedcrafting:material:12>, <extendedcrafting:material:12>, <draconicevolution:draconium_block:0>, <draconicevolution:draconium_block:0>, <draconicevolution:draconium_block:0>, <extendedcrafting:material:12>, <extendedcrafting:material:12>]]);
[<extendedcrafting:material:12>, <extendedcrafting:material:12>, <draconicevolution:draconium_block:0>, <contenttweaker:creeponia_garnet>, <draconicevolution:draconium_block:0>, <extendedcrafting:material:12>, <extendedcrafting:material:12>]]);
recipes.addShaped(<contenttweaker:minor_vethea_binding>,
[[null, <divinerpg:karos_lump>, null],
@@ -101,3 +106,4 @@ mods.DimensionStages.addDimensionStage("dynatos", 171);
mods.DimensionStages.addDimensionStage("dynatos", 172);
mods.DimensionStages.addDimensionStage("dynatos", 173);
mods.DimensionStages.addDimensionStage("alkemia", 173);
mods.DimensionStages.addDimensionStage("ExtendedCrafting", -1);
+2 -3
View File
@@ -25,11 +25,10 @@ mods.nuclearcraft.crystallizer.addRecipe([<fluid:chaotic_honey_2>*5, <contenttwe
mods.nuclearcraft.crystallizer.addRecipe([<fluid:chaotic_honey_3>*5, <contenttweaker:chaotic_honey_shard_3>]);
mods.nuclearcraft.crystallizer.addRecipe([<fluid:chaotic_honey_4>*5, <contenttweaker:chaotic_honey_shard_4>]);
mods.forestry.ThermionicFabricator.addCast(<contenttweaker:chaotic_propolis>,
recipes.addShaped(<contenttweaker:chaotic_propolis>*4,
[[<contenttweaker:chaotic_honey_shard_1>,<forge:bucketfilled>.withTag({FluidName: "low_quality_steam", Amount: 1000}),<contenttweaker:chaotic_honey_shard_2>],
[<ore:dustMana>,<forestry:propolis:3>,<ore:dustMana>],
[<contenttweaker:chaotic_honey_shard_4>,<forge:bucketfilled>.withTag({FluidName: "low_quality_steam", Amount: 1000}),<contenttweaker:chaotic_honey_shard_3>]],
<liquid: glass> * 1000, <forestry:wax_cast>);
[<contenttweaker:chaotic_honey_shard_4>,<forge:bucketfilled>.withTag({FluidName: "low_quality_steam", Amount: 1000}),<contenttweaker:chaotic_honey_shard_3>]]);
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:chaotic_propolis>*4, <extrabees:honey_comb:76>, <contenttweaker:chaotic_comb>*4]);
+2 -7
View File
@@ -16,18 +16,13 @@ val mythasspurityoffer = RecipeBuilder.newBuilder("mythasspurityoffer","me_mythi
mythasspurityoffer.addEnergyPerTickInput(600000);
mythasspurityoffer.addFluidInput(<fluid:terrasteel>*10000);
mythasspurityoffer.addFluidInput(<fluid:short.mead>*10000);
mythasspurityoffer.addItemInput(<contenttweaker:greater_gaia_spirit>*7);
mythasspurityoffer.addItemInput(<contenttweaker:draconic_machine_frame>*5);
mythasspurityoffer.addItemInput(<extendedcrafting:singularity:66>);
mythasspurityoffer.addItemInput(<contenttweaker:eden_refined_gem>);
mythasspurityoffer.addItemInput(<extendedcrafting:singularity_custom:990>);
mythasspurityoffer.addItemInput(<magicbees:beecomb:4>*256);
mythasspurityoffer.addItemInput(<botania:specialflower>.withTag({type: "puredaisy"})*64);
mythasspurityoffer.addItemInput(<botania:manaresource:14>*64);
mythasspurityoffer.addItemInput(<abyssalcraft:psdl>);
mythasspurityoffer.addItemInput(<contenttweaker:warped_stone>*4);
mythasspurityoffer.addItemInput(<contenttweaker:vibrating_stone>*4);
mythasspurityoffer.addItemInput(<draconicevolution:fusion_crafting_core>*24);
mythasspurityoffer.addItemOutput(<contenttweaker:purity_offer>);
mythasspurityoffer.build();
@@ -53,8 +48,8 @@ mods.techreborn.industrialGrinder.addRecipe(<contenttweaker:bifrost_gem>*3, <mat
<materialpart:sednanite:dust>, null,
<contenttweaker:aesir_gemstone>, <enderio:item_alloy_endergy_ball:6>, <fluid:weakened_cryotheoum>*20, 100, 64);
mods.techreborn.industrialGrinder.addRecipe(<contenttweaker:bifrost_dust>*2, <contenttweaker:vibrating_stone>*18,
<contenttweaker:vibrating_stone>*15, <contenttweaker:vibrating_stone>*13,
mods.techreborn.industrialGrinder.addRecipe(<contenttweaker:bifrost_dust>*2, null,
null, null,
<contenttweaker:bifrost_gem>, <enderio:item_alloy_endergy_ball:2>, <fluid:luminous_lava>*20, 100, 64);
mods.techreborn.industrialGrinder.addRecipe(<contenttweaker:recursive_powder>*3, <magicbees:resource:5>,
+14 -7
View File
@@ -2,18 +2,25 @@ recipes.removeShaped(<integrateddynamics:mechanical_squeezer:0>);
mods.extendedcrafting.TableCrafting.addShaped(<integrateddynamics:mechanical_squeezer:0>,
[[<minecraft:shulker_shell>, null, null, null, <minecraft:shulker_shell>],
[null, <integrateddynamics:crystalized_chorus_block>, <integrateddynamics:energy_battery>.anyDamage(), <integrateddynamics:crystalized_chorus_block>, null],
[null, <integrateddynamics:energy_battery>.anyDamage(), <integrateddynamics:squeezer:0>, <integrateddynamics:energy_battery>.anyDamage(), null],
[null, <integrateddynamics:crystalized_chorus_block>, <integrateddynamics:energy_battery>.anyDamage(), <integrateddynamics:crystalized_chorus_block>, null],
[null, <integrateddynamics:crystalized_chorus_block>, <integrateddynamics:menril_torch_stone>, <integrateddynamics:crystalized_chorus_block>, null],
[null, <integrateddynamics:menril_torch_stone>, <integrateddynamics:squeezer:0>, <integrateddynamics:menril_torch_stone>, null],
[null, <integrateddynamics:crystalized_chorus_block>, <integrateddynamics:menril_torch_stone>, <integrateddynamics:crystalized_chorus_block>, null],
[<minecraft:shulker_shell>, null, null, null, <minecraft:shulker_shell>]]);
recipes.removeShaped(<integrateddynamics:mechanical_drying_basin:0>);
mods.extendedcrafting.TableCrafting.addShaped(<integrateddynamics:mechanical_drying_basin:0>,
[[<minecraft:shulker_shell>, null, null, null, <minecraft:shulker_shell>],
[null, <integrateddynamics:crystalized_chorus_block>, <integrateddynamics:energy_battery>.anyDamage(), <integrateddynamics:crystalized_chorus_block>, null],
[null, <integrateddynamics:energy_battery>.anyDamage(), <integrateddynamics:drying_basin>, <integrateddynamics:energy_battery>.anyDamage(), null],
[null, <integrateddynamics:crystalized_chorus_block>, <integrateddynamics:energy_battery>.anyDamage(), <integrateddynamics:crystalized_chorus_block>, null],
[null, <integrateddynamics:crystalized_chorus_block>, <integrateddynamics:menril_torch_stone>, <integrateddynamics:crystalized_chorus_block>, null],
[null, <integrateddynamics:menril_torch_stone>, <integrateddynamics:drying_basin>, <integrateddynamics:menril_torch_stone>, null],
[null, <integrateddynamics:crystalized_chorus_block>, <integrateddynamics:menril_torch_stone>, <integrateddynamics:crystalized_chorus_block>, null],
[<minecraft:shulker_shell>, null, null, null, <minecraft:shulker_shell>]]);
recipes.remove(<integrateddynamics:coal_generator:0>);
recipes.remove(<integrateddynamics:coal_generator:0>);
recipes.remove(<integrateddynamics:energy_battery>);
recipes.addShaped(<integrateddynamics:energy_battery>,
[[<minecraft:redstone>, <enderio:item_basic_capacitor:0>, <minecraft:redstone>],
[<integrateddynamics:crystalized_chorus_chunk>, <thermalexpansion:cell:0>, <integrateddynamics:crystalized_chorus_chunk>],
[<minecraft:redstone>, <enderio:item_basic_capacitor:0>, <minecraft:redstone>]]);
+10
View File
@@ -21,3 +21,13 @@ recipes.addShaped(<contenttweaker:skeletal_callstone>,
[<avaritia:cosmic_meatballs>, <contenttweaker:hard_bone>, <avaritia:cosmic_meatballs>],
[<forestry:bee_combs:5>, <avaritia:cosmic_meatballs>, <forestry:bee_combs:5>]]);
recipes.addShaped(<contenttweaker:fluix_callstone>,
[[<appliedenergistics2:material:12>, <appliedenergistics2:material:1>, <appliedenergistics2:material:12>],
[<appliedenergistics2:material:1>, <divinerpg:ender_shards>, <appliedenergistics2:material:1>],
[<appliedenergistics2:material:12>, <appliedenergistics2:material:1>, <appliedenergistics2:material:12>]]);
recipes.addShaped(<contenttweaker:aesir_rift>,
[[<contenttweaker:bifrost_gem>, <contenttweaker:reinforced_shyre_bricks>, <contenttweaker:bifrost_gem>],
[<contenttweaker:reinforced_shyre_bricks>, <contenttweaker:bright_matter>, <contenttweaker:reinforced_shyre_bricks>],
[<contenttweaker:bifrost_gem>, <contenttweaker:reinforced_shyre_bricks>, <contenttweaker:bifrost_gem>]]);
+1 -1
View File
@@ -783,7 +783,7 @@ fluixcallstone.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
// check if player is in spatial storage
if(player.getDimension() != 1) {
player.sendChat("You gotta be in the end");
return "FAIL";
+14
View File
@@ -0,0 +1,14 @@
recipes.addHiddenShapeless("ezmithminiteboii",<contenttweaker:ghoul_spirit>,
[<aoa3:primed_ghoulasm>,
<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "mythus"}]}),
<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "auram"}]}),
<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "vitreus"}]}),
<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "potentia"}]})]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<thaumadditions:mithminite_ingot>,
300,
<contenttweaker:ghoul_spirit>,
[<thaumadditions:adaminite_ingot>,
<thaumadditions:adaminite_ingot>,
<contenttweaker:livermorium_sliver>,
<contenttweaker:enhanced_chaos_fragment>]);
+1 -1
View File
@@ -9,5 +9,5 @@ recipes.addShaped(<contenttweaker:definer_casing>,
recipes.addShaped(<contenttweaker:well_defined_machine_case>,
[[<contenttweaker:compressed_realgar>, <contenttweaker:defined_gear>, <contenttweaker:compressed_realgar>],
[<materialpart:promethium:ingot>, <contenttweaker:defined_machine_case>, <materialpart:promethium:ingot>],
[<contenttweaker:everburning_seed>, <extendedcrafting:singularity:35>, <contenttweaker:everburning_seed>]]);
[<contenttweaker:compressed_realgar>, <extendedcrafting:singularity:35>, <contenttweaker:compressed_realgar>]]);
+40 -40
View File
@@ -111,122 +111,122 @@ compressionf20.build();
val compadvf1 = RecipeBuilder.newBuilder("compadvf1","advanced_compression_engine",400);
val compadvf1 = RecipeBuilder.newBuilder("compadvf1","advanced_compression_engine",100);
compadvf1.addFluidInput(<fluid:creosote>*1000);
compadvf1.addFluidInput(<fluid:water>*500);
compadvf1.addFluidInput(<fluid:water>*50);
compadvf1.addFluidOutput(<fluid:steam>*500);
compadvf1.build();
val compadvf2 = RecipeBuilder.newBuilder("compadvf2","advanced_compression_engine",400);
val compadvf2 = RecipeBuilder.newBuilder("compadvf2","advanced_compression_engine",100);
compadvf2.addFluidInput(<fluid:seed_oil>*1000);
compadvf2.addFluidInput(<fluid:water>*1000);
compadvf2.addFluidInput(<fluid:water>*100);
compadvf2.addFluidOutput(<fluid:steam>*1000);
compadvf2.build();
val compadvf3 = RecipeBuilder.newBuilder("compadvf3","advanced_compression_engine",400);
val compadvf3 = RecipeBuilder.newBuilder("compadvf3","advanced_compression_engine",100);
compadvf3.addFluidInput(<fluid:canolaoil>*1000);
compadvf3.addFluidInput(<fluid:water>*1000);
compadvf3.addFluidInput(<fluid:water>*100);
compadvf3.addFluidOutput(<fluid:steam>*1000);
compadvf3.build();
val compadvf4 = RecipeBuilder.newBuilder("compadvf4","advanced_compression_engine",400);
val compadvf4 = RecipeBuilder.newBuilder("compadvf4","advanced_compression_engine",100);
compadvf4.addFluidInput(<fluid:refinedcanolaoil>*1000);
compadvf4.addFluidInput(<fluid:water>*4000);
compadvf4.addFluidInput(<fluid:water>*400);
compadvf4.addFluidOutput(<fluid:steam>*4000);
compadvf4.build();
val compadvf5 = RecipeBuilder.newBuilder("compadvf5","advanced_compression_engine",400);
val compadvf5 = RecipeBuilder.newBuilder("compadvf5","advanced_compression_engine",100);
compadvf5.addFluidInput(<fluid:crystaloil>*1000);
compadvf5.addFluidInput(<fluid:water>*5000);
compadvf5.addFluidInput(<fluid:water>*500);
compadvf5.addFluidOutput(<fluid:steam>*5000);
compadvf5.build();
val compadvf6 = RecipeBuilder.newBuilder("compadvf6","advanced_compression_engine",400);
val compadvf6 = RecipeBuilder.newBuilder("compadvf6","advanced_compression_engine",100);
compadvf6.addFluidInput(<fluid:empoweredoil>*1000);
compadvf6.addFluidInput(<fluid:water>*6000);
compadvf6.addFluidInput(<fluid:water>*600);
compadvf6.addFluidOutput(<fluid:steam>*6000);
compadvf6.build();
val compadvf7 = RecipeBuilder.newBuilder("compadvf7","advanced_compression_engine",400);
val compadvf7 = RecipeBuilder.newBuilder("compadvf7","advanced_compression_engine",100);
compadvf7.addFluidInput(<fluid:enriched_canola_oil>*1000);
compadvf7.addFluidInput(<fluid:water>*10000);
compadvf7.addFluidInput(<fluid:water>*1000);
compadvf7.addFluidOutput(<fluid:steam>*10000);
compadvf7.build();
val compadvf8 = RecipeBuilder.newBuilder("compadvf8","advanced_compression_engine",400);
val compadvf8 = RecipeBuilder.newBuilder("compadvf8","advanced_compression_engine",100);
compadvf8.addFluidInput(<fluid:biodiesel>*1000);
compadvf8.addFluidInput(<fluid:water>*6500);
compadvf8.addFluidInput(<fluid:water>*650);
compadvf8.addFluidOutput(<fluid:steam>*6500);
compadvf8.build();
val compadvf9 = RecipeBuilder.newBuilder("compadvf9","advanced_compression_engine",400);
val compadvf9 = RecipeBuilder.newBuilder("compadvf9","advanced_compression_engine",100);
compadvf9.addFluidInput(<fluid:coal>*1000);
compadvf9.addFluidInput(<fluid:water>*2000);
compadvf9.addFluidInput(<fluid:water>*200);
compadvf9.addFluidOutput(<fluid:steam>*2000);
compadvf9.build();
val compadvf10 = RecipeBuilder.newBuilder("compadvf10","advanced_compression_engine",400);
val compadvf10 = RecipeBuilder.newBuilder("compadvf10","advanced_compression_engine",100);
compadvf10.addFluidInput(<fluid:refined_oil>*1000);
compadvf10.addFluidInput(<fluid:water>*4000);
compadvf10.addFluidInput(<fluid:water>*400);
compadvf10.addFluidOutput(<fluid:steam>*4000);
compadvf10.build();
val compadvf11 = RecipeBuilder.newBuilder("compadvf11","advanced_compression_engine",400);
val compadvf11 = RecipeBuilder.newBuilder("compadvf11","advanced_compression_engine",100);
compadvf11.addFluidInput(<fluid:refined_fuel>*1000);
compadvf11.addFluidInput(<fluid:water>*6000);
compadvf11.addFluidInput(<fluid:water>*600);
compadvf11.addFluidOutput(<fluid:steam>*6000);
compadvf11.build();
val compadvf12 = RecipeBuilder.newBuilder("compadvf12","advanced_compression_engine",400);
val compadvf12 = RecipeBuilder.newBuilder("compadvf12","advanced_compression_engine",100);
compadvf12.addFluidInput(<fluid:crude_oil>*1000);
compadvf12.addFluidInput(<fluid:water>*2000);
compadvf12.addFluidInput(<fluid:water>*200);
compadvf12.addFluidOutput(<fluid:steam>*2000);
compadvf12.build();
val compadvf13 = RecipeBuilder.newBuilder("compadvf13","advanced_compression_engine",400);
val compadvf13 = RecipeBuilder.newBuilder("compadvf13","advanced_compression_engine",100);
compadvf13.addFluidInput(<fluid:fossile_refined_oil>*1000);
compadvf13.addFluidInput(<fluid:water>*10000);
compadvf13.addFluidInput(<fluid:water>*1000);
compadvf13.addFluidOutput(<fluid:steam>*10000);
compadvf13.build();
val compadvf14 = RecipeBuilder.newBuilder("compadvf14","advanced_compression_engine",400);
val compadvf14 = RecipeBuilder.newBuilder("compadvf14","advanced_compression_engine",100);
compadvf14.addFluidInput(<fluid:refined_biofuel>*1000);
compadvf14.addFluidInput(<fluid:water>*4000);
compadvf14.addFluidInput(<fluid:water>*400);
compadvf14.addFluidOutput(<fluid:steam>*4000);
compadvf14.build();
val compadvf15 = RecipeBuilder.newBuilder("compadvf15","advanced_compression_engine",400);
val compadvf15 = RecipeBuilder.newBuilder("compadvf15","advanced_compression_engine",100);
compadvf15.addFluidInput(<fluid:tree_oil>*1000);
compadvf15.addFluidInput(<fluid:water>*4000);
compadvf15.addFluidInput(<fluid:water>*400);
compadvf15.addFluidOutput(<fluid:steam>*4000);
compadvf15.build();
val compadvf16 = RecipeBuilder.newBuilder("compadvf16","advanced_compression_engine",400);
val compadvf16 = RecipeBuilder.newBuilder("compadvf16","advanced_compression_engine",100);
compadvf16.addFluidInput(<fluid:seed_oil>*1000);
compadvf16.addFluidInput(<fluid:water>*1000);
compadvf16.addFluidInput(<fluid:water>*100);
compadvf16.addFluidOutput(<fluid:steam>*1000);
compadvf16.build();
val compadvf17 = RecipeBuilder.newBuilder("compadvf17","advanced_compression_engine",400);
val compadvf17 = RecipeBuilder.newBuilder("compadvf17","advanced_compression_engine",100);
compadvf17.addFluidInput(<fluid:bio.ethanol>*1000);
compadvf17.addFluidInput(<fluid:water>*3000);
compadvf17.addFluidInput(<fluid:water>*300);
compadvf17.addFluidOutput(<fluid:steam>*3000);
compadvf17.build();
val compadvf18 = RecipeBuilder.newBuilder("compadvf18","advanced_compression_engine",400);
val compadvf18 = RecipeBuilder.newBuilder("compadvf18","advanced_compression_engine",100);
compadvf18.addFluidInput(<fluid:rocket_fuel>*1000);
compadvf18.addFluidInput(<fluid:water>*4000);
compadvf18.addFluidInput(<fluid:water>*400);
compadvf18.addFluidOutput(<fluid:steam>*4000);
compadvf18.build();
val compadvf19 = RecipeBuilder.newBuilder("compadvf19","advanced_compression_engine",400);
val compadvf19 = RecipeBuilder.newBuilder("compadvf19","advanced_compression_engine",100);
compadvf19.addFluidInput(<fluid:hootch>*1000);
compadvf19.addFluidInput(<fluid:water>*2000);
compadvf19.addFluidInput(<fluid:water>*200);
compadvf19.addFluidOutput(<fluid:steam>*2000);
compadvf19.build();
val compadvf20 = RecipeBuilder.newBuilder("compadvf20","advanced_compression_engine",400);
val compadvf20 = RecipeBuilder.newBuilder("compadvf20","advanced_compression_engine",100);
compadvf20.addFluidInput(<fluid:fire_water>*1000);
compadvf20.addFluidInput(<fluid:water>*3500);
compadvf20.addFluidInput(<fluid:water>*350);
compadvf20.addFluidOutput(<fluid:steam>*3500);
compadvf20.build();
+126
View File
@@ -0,0 +1,126 @@
import mods.modularmachinery.RecipeBuilder;
val makedefinedingot = RecipeBuilder.newBuilder("makedefinedingot","definer_two",100);
makedefinedingot.addEnergyPerTickInput(10000000);
makedefinedingot.addFluidInput(<fluid:hydrogen>*500);
makedefinedingot.addFluidInput(<fluid:helium>*500);
makedefinedingot.addFluidInput(<fluid:lithium>*500);
makedefinedingot.addFluidInput(<fluid:beryllium>*500);
makedefinedingot.addFluidInput(<fluid:boron>*500);
makedefinedingot.addFluidInput(<fluid:fluidcarbon>*500);
makedefinedingot.addFluidInput(<fluid:nitrogen>*500);
makedefinedingot.addFluidInput(<fluid:oxygen>*500);
makedefinedingot.addFluidInput(<fluid:fluorine>*500);
makedefinedingot.addFluidInput(<fluid:neon>*500);
makedefinedingot.addFluidInput(<fluid:sodium>*500);
makedefinedingot.addFluidInput(<fluid:magnesium>*500);
makedefinedingot.addFluidInput(<fluid:aluminum>*500);
makedefinedingot.addFluidInput(<fluid:molten_silicon>*500);
makedefinedingot.addFluidInput(<fluid:molten_phosphorus>*500);
makedefinedingot.addFluidInput(<fluid:sulfur>*500);
makedefinedingot.addFluidInput(<fluid:chlorine>*500);
makedefinedingot.addFluidInput(<fluid:argon>*500);
makedefinedingot.addFluidInput(<fluid:potassium>*500);
makedefinedingot.addFluidInput(<fluid:fluidcalcium>*500);
makedefinedingot.addFluidInput(<fluid:molten_scandium>*500);
makedefinedingot.addFluidInput(<fluid:titanium>*500);
makedefinedingot.addFluidInput(<fluid:molten_vanadium>*500);
makedefinedingot.addFluidInput(<fluid:chrome>*500);
makedefinedingot.addFluidInput(<fluid:manganese>*500);
makedefinedingot.addFluidInput(<fluid:iron>*500);
makedefinedingot.addFluidInput(<fluid:cobalt>*500);
makedefinedingot.addFluidInput(<fluid:nickel>*500);
makedefinedingot.addFluidInput(<fluid:copper>*500);
makedefinedingot.addFluidInput(<fluid:zinc>*500);
makedefinedingot.addFluidInput(<fluid:molten_gallium>*500);
makedefinedingot.addFluidInput(<fluid:molten_germanium>*500);
makedefinedingot.addFluidInput(<fluid:arsenic>*500);
makedefinedingot.addFluidInput(<fluid:selenium>*500);
makedefinedingot.addFluidInput(<fluid:bromine>*500);
makedefinedingot.addFluidInput(<fluid:krypton>*500);
makedefinedingot.addFluidInput(<fluid:rubidium>*500);
makedefinedingot.addFluidInput(<fluid:strontium>*500);
makedefinedingot.addFluidInput(<fluid:yttrium>*500);
makedefinedingot.addFluidInput(<fluid:molten_zirconium>*500);
makedefinedingot.addFluidInput(<fluid:niobium>*500);
makedefinedingot.addFluidInput(<fluid:molten_molybdenum>*500);
makedefinedingot.addFluidInput(<fluid:technetium>*500);
makedefinedingot.addFluidInput(<fluid:molten_ruthenium>*500);
makedefinedingot.addFluidInput(<fluid:rhodium>*500);
makedefinedingot.addFluidInput(<fluid:palladium>*500);
makedefinedingot.addFluidInput(<fluid:silver>*500);
makedefinedingot.addFluidInput(<fluid:cadmium>*500);
makedefinedingot.addFluidInput(<fluid:indium>*500);
makedefinedingot.addFluidInput(<fluid:tin>*500);
makedefinedingot.addFluidInput(<fluid:antimony>*500);
makedefinedingot.addFluidInput(<fluid:tellurium>*500);
makedefinedingot.addFluidInput(<fluid:iodine>*500);
makedefinedingot.addFluidInput(<fluid:xenon>*500);
makedefinedingot.addFluidInput(<fluid:caesium>*500);
makedefinedingot.addFluidInput(<fluid:barium>*500);
makedefinedingot.addFluidInput(<fluid:lanthanum>*500);
makedefinedingot.addFluidInput(<fluid:hafnium>*500);
makedefinedingot.addFluidInput(<fluid:tantalum>*500);
makedefinedingot.addFluidInput(<fluid:tungsten>*500);
makedefinedingot.addFluidInput(<fluid:rhenium>*500);
makedefinedingot.addFluidInput(<fluid:osmium>*500);
makedefinedingot.addFluidInput(<fluid:iridium>*500);
makedefinedingot.addFluidInput(<fluid:platinum>*500);
makedefinedingot.addFluidInput(<fluid:gold>*500);
makedefinedingot.addFluidInput(<fluid:fluidmercury>*500);
makedefinedingot.addFluidInput(<fluid:thallium>*500);
makedefinedingot.addFluidInput(<fluid:lead>*500);
makedefinedingot.addFluidInput(<fluid:bismuth>*500);
makedefinedingot.addFluidInput(<fluid:polonium>*500);
makedefinedingot.addFluidInput(<fluid:astatine>*500);
makedefinedingot.addFluidInput(<fluid:radon>*500);
makedefinedingot.addFluidInput(<fluid:francium>*500);
makedefinedingot.addFluidInput(<fluid:radium>*500);
makedefinedingot.addFluidInput(<fluid:actinium>*500);
makedefinedingot.addFluidInput(<fluid:rutherfordium>*500);
makedefinedingot.addFluidInput(<fluid:dubnium>*500);
makedefinedingot.addFluidInput(<fluid:seaborgium>*500);
makedefinedingot.addFluidInput(<fluid:bohrium>*500);
makedefinedingot.addFluidInput(<fluid:hassium>*500);
makedefinedingot.addFluidInput(<fluid:meitnerium>*500);
makedefinedingot.addFluidInput(<fluid:darmstadtium>*500);
makedefinedingot.addFluidInput(<fluid:roentgenium>*500);
makedefinedingot.addFluidInput(<fluid:copernicium>*500);
makedefinedingot.addFluidInput(<fluid:nihonium>*500);
makedefinedingot.addFluidInput(<fluid:flerovium>*500);
makedefinedingot.addFluidInput(<fluid:moscovium>*500);
makedefinedingot.addFluidInput(<fluid:livermorium>*500);
makedefinedingot.addFluidInput(<fluid:tennessine>*500);
makedefinedingot.addFluidInput(<fluid:oganesson>*500);
makedefinedingot.addFluidInput(<fluid:cerium>*500);
makedefinedingot.addFluidInput(<fluid:praseodymium>*500);
makedefinedingot.addFluidInput(<fluid:neodymium>*500);
makedefinedingot.addFluidInput(<fluid:promethium>*500);
makedefinedingot.addFluidInput(<fluid:samarium>*500);
makedefinedingot.addFluidInput(<fluid:europium>*500);
makedefinedingot.addFluidInput(<fluid:gadolinium>*500);
makedefinedingot.addFluidInput(<fluid:terbium>*500);
makedefinedingot.addFluidInput(<fluid:dysprosium>*500);
makedefinedingot.addFluidInput(<fluid:holmium>*500);
makedefinedingot.addFluidInput(<fluid:erbium>*500);
makedefinedingot.addFluidInput(<fluid:thulium>*500);
makedefinedingot.addFluidInput(<fluid:ytterbium>*500);
makedefinedingot.addFluidInput(<fluid:lutetium>*500);
makedefinedingot.addFluidInput(<fluid:thorium>*500);
makedefinedingot.addFluidInput(<fluid:proactinium>*500);
makedefinedingot.addFluidInput(<fluid:uranium>*500);
makedefinedingot.addFluidInput(<fluid:neptunium_237>*500);
makedefinedingot.addFluidInput(<fluid:plutonium>*500);
makedefinedingot.addFluidInput(<fluid:americium_243>*500);
makedefinedingot.addFluidInput(<fluid:curium_247>*500);
makedefinedingot.addFluidInput(<fluid:berkelium_247>*500);
makedefinedingot.addFluidInput(<fluid:californium_251>*500);
makedefinedingot.addFluidInput(<fluid:einstenium>*500);
makedefinedingot.addFluidInput(<fluid:fermium>*500);
makedefinedingot.addFluidInput(<fluid:mendelevium>*500);
makedefinedingot.addFluidInput(<fluid:nobelium>*500);
makedefinedingot.addFluidInput(<fluid:lawrencium>*500);
makedefinedingot.addFluidInput(<fluid:meatballium>*500);
makedefinedingot.addFluidInput(<fluid:arbiterium>*500);
makedefinedingot.addItemOutput(<contenttweaker:defined_ingot>);
makedefinedingot.build();
+3 -8
View File
@@ -1,11 +1,6 @@
import mods.modularmachinery.RecipeBuilder;
recipes.addShaped(<contenttweaker:miniature_black_hole>,
[[<contenttweaker:charged_dyson_capacitor>, <draconicevolution:celestial_manipulator>, <contenttweaker:charged_dyson_capacitor>],
[<avaritia:block_resource:1>, <contenttweaker:miniature_pulsar>, <avaritia:block_resource:1>],
[<advancedrocketry:terraformer>, <contenttweaker:charged_dyson_capacitor>, <advancedrocketry:gravitymachine>]]);
recipes.addShaped(<contenttweaker:triple_compressed_realgar>,
[[<contenttweaker:double_compressed_realgar>, <contenttweaker:double_compressed_realgar>, <contenttweaker:double_compressed_realgar>],
[<contenttweaker:double_compressed_realgar>, <contenttweaker:double_compressed_realgar>, <contenttweaker:double_compressed_realgar>],
@@ -75,12 +70,12 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:recursion_infinity
[<draconicevolution:chaotic_core>, <contenttweaker:primordial_star>, <draconicevolution:chaotic_core>],
[<avaritia:resource:6>, <draconicevolution:chaotic_core>, <avaritia:resource:6>]]);
mods.extendedcrafting.EnderCrafting.addShaped(<contenttweaker:horizon_stabilizer>*4,
mods.extendedcrafting.EnderCrafting.addShaped(<contenttweaker:horizon_stabilizer>*6,
[[<contenttweaker:dyson_collector>, <contenttweaker:mythic_excavation_reactor>, <contenttweaker:dyson_collector>],
[<contenttweaker:entropy_construct>, <contenttweaker:hypercubic_energy_orb>, <contenttweaker:entropy_construct>],
[<contenttweaker:dyson_collector>, <contenttweaker:recursion_infinity>, <contenttweaker:dyson_collector>]], 1);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:infinity_dyson_conduit>*8,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:infinity_dyson_conduit>*12,
[[<appliedenergistics2:spatial_pylon>, <contenttweaker:barathos_cap>, <contenttweaker:abyssal_cap>,
<contenttweaker:creeponian_cap>, <contenttweaker:lelyetian_cap>, <contenttweaker:precasian_cap>,
<contenttweaker:crystevia_cap>, <contenttweaker:deepland_cap>, <appliedenergistics2:spatial_pylon>],
@@ -118,7 +113,7 @@ null, <contenttweaker:compressed_realgar>, <draconicevolution:reactor_component:
<contenttweaker:celeve_cap>, <contenttweaker:gardencia_cap>, <appliedenergistics2:spatial_pylon>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:dyson_compressor>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:dyson_compressor>*5,
[[<contenttweaker:mythic_coil_t2>, <contenttweaker:linear_accelerator_tube>, <contenttweaker:nightmare_block>,
<contenttweaker:mythic_excavation_reactor>, <contenttweaker:hypercubic_energy_orb>, <contenttweaker:mythic_excavation_reactor>,
+22 -164
View File
@@ -30,7 +30,7 @@ recipes.addShaped(<contenttweaker:double_compressed_realgar>,
[<contenttweaker:compressed_realgar>, <contenttweaker:compressed_realgar>, <contenttweaker:compressed_realgar>],
[<contenttweaker:compressed_realgar>, <contenttweaker:compressed_realgar>, <contenttweaker:compressed_realgar>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:dyson_conduit>,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:dyson_conduit>*4,
[[<environmentaltech:nano_cont_ranged_6>, <contenttweaker:mirroring_mithminite_prism>, <astralsorcery:blockcelestialgateway>, <contenttweaker:quantum_shard>, <environmentaltech:nano_cont_ranged_6>],
[<contenttweaker:quantum_shard>, <contenttweaker:botanical_pillar>, <extrabees:alveary:4>, <contenttweaker:botanical_pillar>, <contenttweaker:mirroring_mithminite_prism>],
[<astralsorcery:blockcelestialgateway>, <contenttweaker:defined_gear>, <contenttweaker:instant_power_junction>, <contenttweaker:defined_gear>, <astralsorcery:blockcelestialgateway>],
@@ -140,7 +140,7 @@ infinityfurnacerefractall.build();
mods.nuclearcraft.extractor.addRecipe([<aoa3:shyre_weed>, <forestry:mulch>, <fluid:shyre_weed_oil>*25, 0.1, 0.9, 0.2]);
mods.nuclearcraft.irradiator.addRecipe([<fluid:shyre_weed_oil>*100, <fluid:aerotheum>*500, <fluid:energized_mulch>*500, <fluid:seed_oil>*100, 0.9, 0.4, 0.1]);
mods.nuclearcraft.irradiator.addRecipe([<fluid:shyre_weed_oil>*100, <fluid:neutron>*50, <fluid:energized_mulch>*500, <fluid:seed_oil>*100, 0.9, 0.4, 0.1]);
mods.nuclearcraft.crystallizer.addRecipe([<fluid:energized_mulch>*250, <contenttweaker:shyre_mulch>, 0.1, 0.9, 0.5]);
@@ -163,7 +163,7 @@ corruptedlibrarydefinedengine.addItemInput(<contenttweaker:defined_gear>*4);
corruptedlibrarydefinedengine.addItemOutput(<contenttweaker:defined_engine>);
corruptedlibrarydefinedengine.build();
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:irradiator_casing>*10,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:irradiator_casing>*12,
[[<contenttweaker:high_refraction_alloy_ingot>, <contenttweaker:infinity_plate>, <contenttweaker:radiation_crafter>, <contenttweaker:infinity_plate>, <contenttweaker:high_refraction_alloy_ingot>],
[<contenttweaker:infinity_plate>, <extendedcrafting:storage:4>, <nuclearcraft:fusion_core>, <extendedcrafting:storage:4>, <contenttweaker:infinity_plate>],
[<contenttweaker:radiation_crafter>, <extracells:storage.physical:3>, <contenttweaker:living_case>, <extracells:storage.physical:3>, <contenttweaker:radiation_crafter>],
@@ -189,20 +189,9 @@ val irradiationultimate = RecipeBuilder.newBuilder("irradiationultimate","dyson_
irradiationultimate.addEnergyPerTickInput(500000);
irradiationultimate.addGridPowerInput(500);
irradiationultimate.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationultimate.addFluidInput(<fluid:magnatar_stabilizer>*200);
irradiationultimate.addItemInput(<contenttweaker:defined_ingot>);
irradiationultimate.addItemInput(<avaritia:resource:5>*4);
irradiationultimate.addItemInput(<materialpart:chaos:ingot>*10);
irradiationultimate.addItemInput(<contenttweaker:twilight_alloy_ingot>);
irradiationultimate.addItemInput(<contenttweaker:abyssal_alloy_ingot>);
irradiationultimate.addItemInput(<contenttweaker:between_alloy_ingot>);
irradiationultimate.addItemInput(<contenttweaker:thermionic_alloy_ingot>);
irradiationultimate.addItemInput(<contenttweaker:high_refraction_alloy_ingot>);
irradiationultimate.addItemInput(<divinerpg:divine_shards>*2);
irradiationultimate.addItemInput(<thaumadditions:mithminite_ingot>);
irradiationultimate.addItemInput(<botania:manaresource:14>);
irradiationultimate.addItemInput(<contenttweaker:starmetal_alloy_ingot>);
irradiationultimate.addItemInput(<thermalfoundation:material:136>*64);
irradiationultimate.addItemInput(<abyssalcraft:ethaxiumingot>*4);
irradiationultimate.addItemOutput(<avaritia:resource:6>);
irradiationultimate.build();
@@ -213,18 +202,6 @@ irradiationultimate1.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationultimate1.addFluidInput(<fluid:magnatar_stabilizer>*200);
irradiationultimate1.addItemInput(<contenttweaker:defined_ingot>);
irradiationultimate1.addItemInput(<avaritia:resource:5>*4);
irradiationultimate1.addItemInput(<materialpart:chaos:ingot>*10);
irradiationultimate1.addItemInput(<contenttweaker:twilight_alloy_ingot>);
irradiationultimate1.addItemInput(<contenttweaker:abyssal_alloy_ingot>);
irradiationultimate1.addItemInput(<contenttweaker:between_alloy_ingot>);
irradiationultimate1.addItemInput(<contenttweaker:thermionic_alloy_ingot>);
irradiationultimate1.addItemInput(<contenttweaker:high_refraction_alloy_ingot>);
irradiationultimate1.addItemInput(<divinerpg:divine_shards>*2);
irradiationultimate1.addItemInput(<thaumadditions:mithminite_ingot>);
irradiationultimate1.addItemInput(<botania:manaresource:14>);
irradiationultimate1.addItemInput(<contenttweaker:starmetal_alloy_ingot>);
irradiationultimate1.addItemInput(<thermalfoundation:material:136>*64);
irradiationultimate1.addItemInput(<abyssalcraft:ethaxiumingot>*4);
irradiationultimate1.addItemInput(<contenttweaker:infinity_egg>);
irradiationultimate1.addItemOutput(<avaritia:resource:6>*12);
irradiationultimate1.build();
@@ -268,42 +245,6 @@ recipes.addShaped(<contenttweaker:evil_resonator>,
[<contenttweaker:resonating_stone>, <enderio:block_death_pouch>, <contenttweaker:resonating_stone>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:miniature_pulsar>,
[[<contenttweaker:deuterium_chunk>, <contenttweaker:deuterium_chunk>, <contenttweaker:deuterium_chunk>,
<contenttweaker:hydrogen_chunk>, <contenttweaker:hydrogen_chunk>, <contenttweaker:hydrogen_chunk>,
<contenttweaker:tritium_chunk>, <contenttweaker:tritium_chunk>, <contenttweaker:tritium_chunk>],
[<contenttweaker:deuterium_chunk>, <contenttweaker:reinforced_shyre_bricks>, null,
null, <contenttweaker:muon_crystal>, null,
null, <contenttweaker:reinforced_shyre_bricks>, <contenttweaker:tritium_chunk>],
[<contenttweaker:deuterium_chunk>, null, <contenttweaker:mythic_excavation_reactor>,
null, <contenttweaker:strings_crystal>, null,
<contenttweaker:mythic_excavation_reactor>, null, <contenttweaker:tritium_chunk>],
[<contenttweaker:hydrogen_chunk>, null, null,
<contenttweaker:evil_resonator>, <contenttweaker:nightmare_block>, <contenttweaker:evil_resonator>,
null, null, <contenttweaker:hydrogen_chunk>],
[<contenttweaker:hydrogen_chunk>, <contenttweaker:muon_crystal>, <contenttweaker:strings_crystal>,
<contenttweaker:nightmare_block>, <contenttweaker:miniature_star>, <contenttweaker:nightmare_block>,
<contenttweaker:strings_crystal>, <contenttweaker:muon_crystal>, <contenttweaker:hydrogen_chunk>],
[<contenttweaker:hydrogen_chunk>, null, null,
<contenttweaker:evil_resonator>, <contenttweaker:nightmare_block>, <contenttweaker:evil_resonator>,
null, null, <contenttweaker:hydrogen_chunk>],
[<contenttweaker:tritium_chunk>, null, <contenttweaker:mythic_excavation_reactor>,
null, <contenttweaker:strings_crystal>, null,
<contenttweaker:mythic_excavation_reactor>, null, <contenttweaker:deuterium_chunk>],
[<contenttweaker:tritium_chunk>, <contenttweaker:reinforced_shyre_bricks>, null,
null, <contenttweaker:muon_crystal>, null,
null, <contenttweaker:reinforced_shyre_bricks>, <contenttweaker:deuterium_chunk>],
[<contenttweaker:tritium_chunk>, <contenttweaker:tritium_chunk>, <contenttweaker:tritium_chunk>,
<contenttweaker:hydrogen_chunk>, <contenttweaker:hydrogen_chunk>, <contenttweaker:hydrogen_chunk>,
<contenttweaker:deuterium_chunk>, <contenttweaker:deuterium_chunk>, <contenttweaker:deuterium_chunk>]]);
recipes.addShaped(<contenttweaker:energized_peat>,
@@ -537,108 +478,25 @@ spatialcruchalite.addFluidOutput(<fluid:halite_fluid>*1000);
spatialcruchalite.build();
val haliteshield = RecipeBuilder.newBuilder("haliteshield","dyson_irradiator",200);
haliteshield.addEnergyPerTickInput(50000000);
haliteshield.addFluidInput(<fluid:halite_fluid>*2000);
haliteshield.addAspectInput("herba",50);
haliteshield.addItemInput(<erebus:bamboo_shield>);
haliteshield.addItemInput(<divinerpg:apalachia_shield>);
haliteshield.addItemInput(<erebus:rhino_exoskeleton_shield>);
haliteshield.addItemInput(<enderio:item_end_steel_shield>);
haliteshield.addItemInput(<twilightforest:knightmetal_shield>);
haliteshield.addItemInput(<redstonearsenal:tool.shield_flux>);
haliteshield.addItemOutput(<divinerpg:halite_shield>);
haliteshield.build();
val halitewarrior = RecipeBuilder.newBuilder("halitewarrior","dyson_irradiator",200);
halitewarrior.addEnergyPerTickInput(50000000);
halitewarrior.addFluidInput(<fluid:halite_fluid>*2000);
halitewarrior.addFluidInput(<fluid:magnatar_stabilizer>*2000);
halitewarrior.addAspectInput("herba",50);
halitewarrior.addItemInput(<divinerpg:halite_shield>);
halitewarrior.addItemInput(<divinerpg:halite_blade>);
halitewarrior.addItemInput(<divinerpg:halite_bow>);
halitewarrior.addItemInput(<divinerpg:halite_slicer>);
halitewarrior.addItemInput(<divinerpg:halite_blitz>);
halitewarrior.addItemInput(<divinerpg:halite_phaser>);
halitewarrior.addItemInput(<divinerpg:halite_helmet>);
halitewarrior.addItemInput(<divinerpg:halite_chestplate>);
halitewarrior.addItemInput(<divinerpg:halite_leggings>);
halitewarrior.addItemInput(<divinerpg:halite_boots>);
halitewarrior.addItemOutput(<contenttweaker:halite_warrior>);
halitewarrior.build();
val halitehelm = RecipeBuilder.newBuilder("halitehelm","dyson_irradiator",200);
halitehelm.addEnergyPerTickInput(50000000);
halitehelm.addFluidInput(<fluid:halite_fluid>*2000);
halitehelm.addAspectInput("herba",50);
halitehelm.addItemInput(<abyssalcraft:corhelmetp>);
halitehelm.addItemInput(<abyssalcraft:dreadiumsamuraihelmet>);
halitehelm.addItemInput(<botania:terrasteelhelm>);
halitehelm.addItemInput(<divinerpg:kraken_helmet>);
halitehelm.addItemInput(<erebus:rhino_exoskeleton_helmet>);
halitehelm.addItemInput(<natura:imp_armor_helmet>);
halitehelm.addItemOutput(<divinerpg:halite_helmet>);
halitehelm.build();
val halitesword = RecipeBuilder.newBuilder("halitesword","dyson_irradiator",200);
halitesword.addEnergyPerTickInput(50000000);
halitesword.addFluidInput(<fluid:halite_fluid>*2000);
halitesword.addAspectInput("herba",50);
halitesword.addItemInput(<projecte:item.pe_rm_katar>);
halitesword.addItemInput(<divinerpg:scorching_sword>);
halitesword.addItemInput(<mysticalagriculture:supremium_sword>);
halitesword.addItemInput(<abyssalcraft:ethaxiumsword>);
halitesword.addItemInput(<iceandfire:dragonbone_sword_ice>);
halitesword.addItemInput(<divinerpg:aquatooth_sword>);
halitesword.addItemOutput(<divinerpg:halite_blade>);
halitesword.build();
val halitebow = RecipeBuilder.newBuilder("halitebow","dyson_irradiator",200);
halitebow.addEnergyPerTickInput(50000000);
halitebow.addFluidInput(<fluid:halite_fluid>*2000);
halitebow.addAspectInput("herba",50);
halitebow.addItemInput(<aoa3:justice_bow>);
halitebow.addItemInput(<aoa3:toxin_bow>);
halitebow.addItemInput(<aoa3:weaken_bow>);
halitebow.addItemInput(<botania:crystalbow>);
halitebow.addItemInput(<iceandfire:dragonbone_bow>);
halitebow.addItemInput(<mysticalagriculture:supremium_bow>);
halitebow.addItemOutput(<divinerpg:halite_bow>);
halitebow.build();
val haliteslicer = RecipeBuilder.newBuilder("haliteslicer","dyson_irradiator",200);
haliteslicer.addEnergyPerTickInput(50000000);
haliteslicer.addFluidInput(<fluid:halite_fluid>*2000);
haliteslicer.addAspectInput("herba",50);
haliteslicer.addItemInput(<divinerpg:eden_slicer>);
haliteslicer.addItemInput(<divinerpg:wildwood_slicer>);
haliteslicer.addItemInput(<divinerpg:apalachia_slicer>);
haliteslicer.addItemInput(<divinerpg:skythern_slicer>);
haliteslicer.addItemInput(<divinerpg:mortum_slicer>);
haliteslicer.addItemOutput(<divinerpg:halite_slicer>*200);
haliteslicer.build();
val haliteblitz = RecipeBuilder.newBuilder("haliteblitz","dyson_irradiator",200);
haliteblitz.addEnergyPerTickInput(50000000);
haliteblitz.addFluidInput(<fluid:halite_fluid>*2000);
haliteblitz.addAspectInput("herba",50);
haliteblitz.addItemInput(<divinerpg:eden_blitz>);
haliteblitz.addItemInput(<divinerpg:wildwood_blitz>);
haliteblitz.addItemInput(<divinerpg:apalachia_blitz>);
haliteblitz.addItemInput(<divinerpg:skythern_blitz>);
haliteblitz.addItemInput(<divinerpg:mortum_blitz>);
haliteblitz.addItemOutput(<divinerpg:halite_blitz>);
haliteblitz.build();
val halitephaser = RecipeBuilder.newBuilder("halitephaser","dyson_irradiator",200);
halitephaser.addEnergyPerTickInput(50000000);
halitephaser.addFluidInput(<fluid:halite_fluid>*2000);
halitephaser.addAspectInput("herba",50);
halitephaser.addItemInput(<divinerpg:eden_phaser>);
halitephaser.addItemInput(<divinerpg:wildwood_phaser>);
halitephaser.addItemInput(<divinerpg:apalachia_phaser>);
halitephaser.addItemInput(<divinerpg:skythern_phaser>);
halitephaser.addItemInput(<divinerpg:mortum_phaser>);
halitephaser.addItemOutput(<divinerpg:halite_phaser>);
halitephaser.build();
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:halite_warrior>,
[[<divinerpg:halite_slicer>, <divinerpg:halite_slicer>, <divinerpg:halite_slicer>, <divinerpg:halite_slicer>, <divinerpg:halite_slicer>],
[<divinerpg:halite_slicer>, <divinerpg:halite_slicer>, <divinerpg:awakened_halite_helmet>, <divinerpg:halite_slicer>, <divinerpg:halite_slicer>],
[<divinerpg:halite_slicer>, <divinerpg:halite_blade>, <divinerpg:awakened_halite_chestplate>, <divinerpg:halite_blitz>, <divinerpg:halite_slicer>],
[<divinerpg:halite_slicer>, <divinerpg:halite_shield>, <divinerpg:awakened_halite_leggings>, <divinerpg:halite_phaser>, <divinerpg:halite_slicer>],
[<divinerpg:halite_slicer>, <divinerpg:halite_slicer>, <divinerpg:awakened_halite_boots>, <divinerpg:halite_slicer>, <divinerpg:halite_slicer>]]);
val dragonfiremagnatar = RecipeBuilder.newBuilder("dragonfiremagnatar","dragonfire_crucible",100);
dragonfiremagnatar.addFluidInput(<fluid:eternal_dragon_fire>*1000);
dragonfiremagnatar.addItemInput(<contenttweaker:magnetic_monopole>*4);
dragonfiremagnatar.addItemInput(<minecraft:bucket>);
dragonfiremagnatar.addItemOutput(<forge:bucketfilled>.withTag({FluidName: "magnatar_stabilizer", Amount: 1000}));
dragonfiremagnatar.build();
mods.nuclearcraft.fusion.addRecipe([<fluid:relativistic_matter>*10, <fluid:technetium>*10, <fluid:magnatar_stabilizer>*100, <fluid:technetium>*10, null, null, 150.0, 155.0, 6556.0]);
val irradiationchaosbuff = RecipeBuilder.newBuilder("irradiationchaosbuff","dyson_irradiator",200);
irradiationchaosbuff.addEnergyPerTickInput(500000);
+1 -5
View File
@@ -87,13 +87,9 @@ mods.nuclearcraft.crystallizer.addRecipe([<fluid:hydrogen>*500, <contenttweaker:
mods.thermalexpansion.Compactor.addMintRecipe(<contenttweaker:hydrogen_chunk>, <contenttweaker:hydrogen_crystal>*8, 512);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:miniature_star>,
100000,
<extendedcrafting:singularity_ultimate>,
[<contenttweaker:hydrogen_chunk>, <contenttweaker:tritium_chunk>, <contenttweaker:deuterium_chunk>, <extrautils2:compressedcobblestone:7>, <extendedcrafting:storage:4>]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:sentient_factory_core>,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:sentient_factory_core>*4,
[[<deepmoblearning:pristine_matter_shulker>, <deepmoblearning:pristine_matter_shulker>, null,
null, <woot:structure:9>, null,
null, <deepmoblearning:pristine_matter_shulker>, <deepmoblearning:pristine_matter_shulker>],
+16 -16
View File
@@ -18,7 +18,7 @@ mapBright += enchlistBright[4].makeEnchantment(10).makeTag();
mapBright += enchlistBright[5].makeEnchantment(10).makeTag();
mapBright += enchlistBright[6].makeEnchantment(10).makeTag();
val reci1 = RecipeBuilder.newBuilder("electroblob1","wizardry_combiner",400);
val reci1 = RecipeBuilder.newBuilder("electroblob1","wizardry_combiner",100);
reci1.addEnergyPerTickInput(15000);
reci1.addItemInput(<ebwizardry:magic_crystal:0>*4);
reci1.addItemInput(<minecraft:ghast_tear>*4);
@@ -26,7 +26,7 @@ reci1.addItemInput(<minecraft:book>);
reci1.addItemOutput(<ebwizardry:storage_upgrade>);
reci1.build();
val reci2 = RecipeBuilder.newBuilder("electroblob2","wizardry_combiner",400);
val reci2 = RecipeBuilder.newBuilder("electroblob2","wizardry_combiner",100);
reci2.addEnergyPerTickInput(15000);
reci2.addItemInput(<ebwizardry:magic_crystal:5>*4);
reci2.addItemInput(<minecraft:skull:2>*4);
@@ -34,7 +34,7 @@ reci2.addItemInput(<minecraft:book>);
reci2.addItemOutput(<ebwizardry:siphon_upgrade>);
reci2.build();
val reci3 = RecipeBuilder.newBuilder("electroblob3","wizardry_combiner",400);
val reci3 = RecipeBuilder.newBuilder("electroblob3","wizardry_combiner",100);
reci3.addEnergyPerTickInput(15000);
reci3.addItemInput(<ebwizardry:magic_crystal:1>*4);
reci3.addItemInput(<minecraft:ghast_tear>*4);
@@ -42,7 +42,7 @@ reci3.addItemInput(<minecraft:book>);
reci3.addItemOutput(<ebwizardry:condenser_upgrade>);
reci3.build();
val reci4 = RecipeBuilder.newBuilder("electroblob4","wizardry_combiner",400);
val reci4 = RecipeBuilder.newBuilder("electroblob4","wizardry_combiner",100);
reci4.addEnergyPerTickInput(15000);
reci4.addItemInput(<ebwizardry:magic_crystal:6>*4);
reci4.addItemInput(<minecraft:sponge>*4);
@@ -50,7 +50,7 @@ reci4.addItemInput(<minecraft:book>);
reci4.addItemOutput(<ebwizardry:range_upgrade>);
reci4.build();
val reci5 = RecipeBuilder.newBuilder("electroblob5","wizardry_combiner",400);
val reci5 = RecipeBuilder.newBuilder("electroblob5","wizardry_combiner",100);
reci5.addEnergyPerTickInput(15000);
reci5.addItemInput(<ebwizardry:magic_crystal:2>*4);
reci5.addItemInput(<minecraft:skull:1>*4);
@@ -58,7 +58,7 @@ reci5.addItemInput(<minecraft:book>);
reci5.addItemOutput(<ebwizardry:duration_upgrade>);
reci5.build();
val reci6 = RecipeBuilder.newBuilder("electroblob6","wizardry_combiner",400);
val reci6 = RecipeBuilder.newBuilder("electroblob6","wizardry_combiner",100);
reci6.addEnergyPerTickInput(15000);
reci6.addItemInput(<ebwizardry:magic_crystal:7>*4);
reci6.addItemInput(<minecraft:shulker_shell>*4);
@@ -66,7 +66,7 @@ reci6.addItemInput(<minecraft:book>);
reci6.addItemOutput(<ebwizardry:cooldown_upgrade>);
reci6.build();
val reci7 = RecipeBuilder.newBuilder("electroblob7","wizardry_combiner",400);
val reci7 = RecipeBuilder.newBuilder("electroblob7","wizardry_combiner",100);
reci7.addEnergyPerTickInput(15000);
reci7.addItemInput(<ebwizardry:magic_crystal:3>*4);
reci7.addItemInput(<minecraft:skull:4>*4);
@@ -74,7 +74,7 @@ reci7.addItemInput(<minecraft:book>);
reci7.addItemOutput(<ebwizardry:blast_upgrade>);
reci7.build();
val reci8 = RecipeBuilder.newBuilder("electroblob8","wizardry_combiner",400);
val reci8 = RecipeBuilder.newBuilder("electroblob8","wizardry_combiner",100);
reci8.addEnergyPerTickInput(15000);
reci8.addItemInput(<ebwizardry:magic_crystal:4>*4);
reci8.addItemInput(<minecraft:nether_star>*4);
@@ -82,7 +82,7 @@ reci8.addItemInput(<minecraft:book>);
reci8.addItemOutput(<ebwizardry:attunement_upgrade>);
reci8.build();
val reci9 = RecipeBuilder.newBuilder("electroblob9","wizardry_combiner",400);
val reci9 = RecipeBuilder.newBuilder("electroblob9","wizardry_combiner",100);
reci9.addEnergyPerTickInput(15000);
reci9.addItemInput(<ebwizardry:magic_crystal:7>*4);
reci9.addItemInput(<minecraft:diamond>*4);
@@ -90,7 +90,7 @@ reci9.addItemInput(<minecraft:book>);
reci9.addItemOutput(<ebwizardry:melee_upgrade>);
reci9.build();
val reci10 = RecipeBuilder.newBuilder("electroblob10","wizardry_combiner",400);
val reci10 = RecipeBuilder.newBuilder("electroblob10","wizardry_combiner",100);
reci10.addEnergyPerTickInput(15000);
reci10.addItemInput(<ebwizardry:magic_crystal:0>);
reci10.addItemInput(<ebwizardry:magic_crystal:1>);
@@ -104,28 +104,28 @@ reci10.addItemInput(<minecraft:diamond>);
reci10.addItemOutput(<ebwizardry:grand_crystal>);
reci10.build();
val reci11 = RecipeBuilder.newBuilder("electroblob11","wizardry_combiner",400);
val reci11 = RecipeBuilder.newBuilder("electroblob11","wizardry_combiner",100);
reci11.addEnergyPerTickInput(15000);
reci11.addItemInput(<ebwizardry:crystal_block:0>*2);
reci11.addItemInput(<minecraft:book>);
reci11.addItemOutput(<ebwizardry:arcane_tome:1>);
reci11.build();
val reci12 = RecipeBuilder.newBuilder("electroblob12","wizardry_combiner",400);
val reci12 = RecipeBuilder.newBuilder("electroblob12","wizardry_combiner",100);
reci12.addEnergyPerTickInput(15000);
reci12.addItemInput(<ebwizardry:grand_crystal>*2);
reci12.addItemInput(<minecraft:book>);
reci12.addItemOutput(<ebwizardry:arcane_tome:2>);
reci12.build();
val reci13 = RecipeBuilder.newBuilder("electroblob13","wizardry_combiner",400);
val reci13 = RecipeBuilder.newBuilder("electroblob13","wizardry_combiner",100);
reci13.addEnergyPerTickInput(15000);
reci13.addItemInput(<ebwizardry:astral_diamond>*2);
reci13.addItemInput(<minecraft:book>);
reci13.addItemOutput(<ebwizardry:arcane_tome:3>);
reci13.build();
val reci14 = RecipeBuilder.newBuilder("electroblob14","wizardry_combiner",400);
val reci14 = RecipeBuilder.newBuilder("electroblob14","wizardry_combiner",100);
reci14.addEnergyPerTickInput(15000);
reci14.addItemInput(<botania:manaresource:2>);
reci14.addItemInput(<astralsorcery:itemcraftingcomponent:2>*8);
@@ -275,7 +275,7 @@ reci28.addItemInput(<materialpart:dreaded_steel:ingot>*2);
reci28.addItemOutput(<arcane_essentials:master_ice_sword>.withTag({ench: [{lvl: 55 as short, id: 16 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Ice Flamberg"}}));
reci28.build();
val reci29 = RecipeBuilder.newBuilder("electroblob29","wizardry_combiner",4000);
val reci29 = RecipeBuilder.newBuilder("electroblob29","wizardry_combiner",100);
reci29.addEnergyPerTickInput(15000);
reci29.addItemInput(<advancedrocketry:moonturf>);
reci29.addItemInput(<materialpart:chalcedony:ingot>*4);
@@ -322,7 +322,7 @@ reci33.addItemInput(<materialpart:lunastone:ingot>*5);
reci33.addItemOutput(<contenttweaker:brightsteel_head>.withTag(mapBright));
reci33.build();
val reci34 = RecipeBuilder.newBuilder("electroblob34","wizardry_combiner",400);
val reci34 = RecipeBuilder.newBuilder("electroblob34","wizardry_combiner",100);
reci34.addEnergyPerTickInput(15000);
reci34.addItemInput(<aoa3:ghostly_powder>);
reci34.addItemInput(<xreliquary:mob_ingredient:9>);
+18 -18
View File
@@ -1,14 +1,14 @@
import mods.modularmachinery.RecipeBuilder;
val opdra1 = RecipeBuilder.newBuilder("dragonsword1","dragonfire_forge",300);
val opdra1 = RecipeBuilder.newBuilder("dragonsword1","dragonfire_forge",100);
opdra1.addItemInput(<minecraft:coal:0>*64);
opdra1.addItemInput(<minecraft:coal:1>*64);
opdra1.addItemInput(<thermalfoundation:material:136>*12);
opdra1.addFluidOutput(<fluid:eternal_dragon_fire>*10);
opdra1.build();
val opdra2 = RecipeBuilder.newBuilder("dragonsword2","dragonfire_forge",300);
val opdra2 = RecipeBuilder.newBuilder("dragonsword2","dragonfire_forge",100);
opdra2.addItemInput(<minecraft:blaze_powder>*32);
opdra2.addItemInput(<thermalfoundation:material:2049>*32);
opdra2.addItemInput(<thermalfoundation:material:2051>*32);
@@ -16,7 +16,7 @@ opdra2.addItemInput(<thermalfoundation:material:2053>*32);
opdra2.addFluidOutput(<fluid:eternal_dragon_fire>*20);
opdra2.build();
val opdra3 = RecipeBuilder.newBuilder("dragonsword3","dragonfire_forge",300);
val opdra3 = RecipeBuilder.newBuilder("dragonsword3","dragonfire_forge",100);
opdra3.addItemInput(<botania:manaresource:0>*20);
opdra3.addItemInput(<botania:rune:1>*32);
opdra3.addItemInput(<minecraft:fire_charge>*64);
@@ -24,7 +24,7 @@ opdra3.addItemInput(<minecraft:tnt>*64);
opdra3.addFluidOutput(<fluid:eternal_dragon_fire>*30);
opdra3.build();
val opdra4 = RecipeBuilder.newBuilder("dragonsword4","dragonfire_forge",300);
val opdra4 = RecipeBuilder.newBuilder("dragonsword4","dragonfire_forge",100);
opdra4.addItemInput(<aoa3:nether_tokens>*32);
opdra4.addItemInput(<aoa3:hellfire>);
opdra4.addItemInput(<minecraft:diamond>*64);
@@ -32,21 +32,21 @@ opdra4.addItemInput(<extratrees:food:55>*32);
opdra4.addFluidOutput(<fluid:eternal_dragon_fire>*80);
opdra4.build();
val opdra5 = RecipeBuilder.newBuilder("dragonsword5","dragonfire_forge",300);
val opdra5 = RecipeBuilder.newBuilder("dragonsword5","dragonfire_forge",100);
opdra5.addItemInput(<aoa3:flammable_dust>*4);
opdra5.addItemInput(<divinerpg:divine_shards>);
opdra5.addItemInput(<minecraft:nether_star>*8);
opdra5.addFluidOutput(<fluid:eternal_dragon_fire>*100);
opdra5.build();
val opdra6 = RecipeBuilder.newBuilder("dragonsword6","dragonfire_forge",300);
val opdra6 = RecipeBuilder.newBuilder("dragonsword6","dragonfire_forge",100);
opdra6.addItemInput(<projecte:item.pe_fuel:2>*16);
opdra6.addItemInput(<thebetweenlands:items_misc:39>*4);
opdra6.addItemInput(<minecraft:nether_star>);
opdra6.addFluidOutput(<fluid:eternal_dragon_fire>*50);
opdra6.build();
val opdra7 = RecipeBuilder.newBuilder("dragonsword7","dragonfire_forge",300);
val opdra7 = RecipeBuilder.newBuilder("dragonsword7","dragonfire_forge",100);
opdra7.addItemInput(<aoa3:chestbone_fragment>*16);
opdra7.addItemInput(<aoa3:footbone_fragment>*16);
opdra7.addItemInput(<aoa3:legbone_fragment>*16);
@@ -55,59 +55,59 @@ opdra7.addItemInput(<projecte:item.pe_fuel:2>*32);
opdra7.addFluidOutput(<fluid:eternal_dragon_fire>*600);
opdra7.build();
val opdra8 = RecipeBuilder.newBuilder("dragonsword8","dragonfire_forge",300);
val opdra8 = RecipeBuilder.newBuilder("dragonsword8","dragonfire_forge",100);
opdra8.addItemInput(<aoa3:blazium_ingot>*32);
opdra8.addItemInput(<aoa3:varsium_ingot>*32);
opdra8.addItemInput(<projecte:item.pe_fuel:2>*32);
opdra8.addFluidOutput(<fluid:eternal_dragon_fire>*300);
opdra8.build();
val opdra9 = RecipeBuilder.newBuilder("dragonsword9","dragonfire_forge",300);
val opdra9 = RecipeBuilder.newBuilder("dragonsword9","dragonfire_forge",100);
opdra9.addItemInput(<divinerpg:apalachia_heart>);
opdra9.addFluidOutput(<fluid:eternal_dragon_fire>*1000);
opdra9.build();
val nightmarefire1 = RecipeBuilder.newBuilder("nightmarefire1","dragonfire_forge",300);
val nightmarefire1 = RecipeBuilder.newBuilder("nightmarefire1","dragonfire_forge",100);
nightmarefire1.addItemInput(<divinerpg:teaker_lump>*4);
nightmarefire1.addFluidOutput(<fluid:twilight_fire>*100);
nightmarefire1.build();
val nightmarefire2 = RecipeBuilder.newBuilder("nightmarefire2","dragonfire_forge",300);
val nightmarefire2 = RecipeBuilder.newBuilder("nightmarefire2","dragonfire_forge",100);
nightmarefire2.addItemInput(<divinerpg:amthirmis_lump>*4);
nightmarefire2.addFluidOutput(<fluid:twilight_fire>*200);
nightmarefire2.build();
val nightmarefire3 = RecipeBuilder.newBuilder("nightmarefire3","dragonfire_forge",300);
val nightmarefire3 = RecipeBuilder.newBuilder("nightmarefire3","dragonfire_forge",100);
nightmarefire3.addItemInput(<divinerpg:darven_lump>*4);
nightmarefire3.addFluidOutput(<fluid:twilight_fire>*333);
nightmarefire3.build();
val nightmarefire4 = RecipeBuilder.newBuilder("nightmarefire4","dragonfire_forge",300);
val nightmarefire4 = RecipeBuilder.newBuilder("nightmarefire4","dragonfire_forge",100);
nightmarefire4.addItemInput(<divinerpg:cermile_lump>*4);
nightmarefire4.addFluidOutput(<fluid:twilight_fire>*500);
nightmarefire4.build();
val nightmarefire5 = RecipeBuilder.newBuilder("nightmarefire5","dragonfire_forge",300);
val nightmarefire5 = RecipeBuilder.newBuilder("nightmarefire5","dragonfire_forge",100);
nightmarefire5.addItemInput(<divinerpg:pardimal_lump>*4);
nightmarefire5.addFluidOutput(<fluid:twilight_fire>*1100);
nightmarefire5.build();
val nightmarefire6 = RecipeBuilder.newBuilder("nightmarefire6","dragonfire_forge",300);
val nightmarefire6 = RecipeBuilder.newBuilder("nightmarefire6","dragonfire_forge",100);
nightmarefire6.addItemInput(<divinerpg:quadrotic_lump>*4);
nightmarefire6.addFluidOutput(<fluid:twilight_fire>*1555);
nightmarefire6.build();
val nightmarefire7 = RecipeBuilder.newBuilder("nightmarefire7","dragonfire_forge",300);
val nightmarefire7 = RecipeBuilder.newBuilder("nightmarefire7","dragonfire_forge",100);
nightmarefire7.addItemInput(<divinerpg:karos_lump>*4);
nightmarefire7.addFluidOutput(<fluid:twilight_fire>*1666);
nightmarefire7.build();
val nightmarefire8 = RecipeBuilder.newBuilder("nightmarefire8","dragonfire_forge",300);
val nightmarefire8 = RecipeBuilder.newBuilder("nightmarefire8","dragonfire_forge",100);
nightmarefire8.addItemInput(<divinerpg:heliosis_lump>*4);
nightmarefire8.addFluidOutput(<fluid:twilight_fire>*1999);
nightmarefire8.build();
val nightmarefire9 = RecipeBuilder.newBuilder("nightmarefire9","dragonfire_forge",300);
val nightmarefire9 = RecipeBuilder.newBuilder("nightmarefire9","dragonfire_forge",100);
nightmarefire9.addItemInput(<divinerpg:arksiane_lump>*4);
nightmarefire9.addFluidOutput(<fluid:twilight_fire>*4444);
nightmarefire9.build();
+5 -5
View File
@@ -1,14 +1,14 @@
import mods.modularmachinery.RecipeBuilder;
val opdra1 = RecipeBuilder.newBuilder("dragoncruc1","dragonfire_crucible",3000);
val opdra1 = RecipeBuilder.newBuilder("dragoncruc1","dragonfire_crucible",100);
opdra1.addFluidInput(<fluid:eternal_dragon_fire>*20);
opdra1.addItemInput(<minecraft:potion>.withTag({Potion: "minecraft:long_fire_resistance"}));
opdra1.addItemInput(<aoa3:emberstone_ingot>*12);
opdra1.addItemOutput(<aoa3:hellfire>);
opdra1.build();
val opdra2 = RecipeBuilder.newBuilder("dragoncruc2","dragonfire_crucible",3000);
val opdra2 = RecipeBuilder.newBuilder("dragoncruc2","dragonfire_crucible",100);
opdra2.addFluidInput(<fluid:eternal_dragon_fire>*2000);
opdra2.addItemInput(<minecraft:glass_bottle>);
opdra2.addItemInput(<techreborn:ingot:25>*4);
@@ -16,7 +16,7 @@ opdra2.addItemInput(<minecraft:magma>*64);
opdra2.addItemOutput(<iceandfire:fire_dragon_blood>);
opdra2.build();
val opdra3 = RecipeBuilder.newBuilder("dragoncruc3","dragonfire_crucible",3000);
val opdra3 = RecipeBuilder.newBuilder("dragoncruc3","dragonfire_crucible",100);
opdra3.addFluidInput(<fluid:eternal_dragon_fire>*2000);
opdra3.addItemInput(<minecraft:glass_bottle>);
opdra3.addItemInput(<techreborn:ingot:25>*4);
@@ -24,14 +24,14 @@ opdra3.addItemInput(<minecraft:packed_ice>*64);
opdra3.addItemOutput(<iceandfire:ice_dragon_blood>);
opdra3.build();
val opdra4 = RecipeBuilder.newBuilder("dragoncruc4","dragonfire_crucible",300);
val opdra4 = RecipeBuilder.newBuilder("dragoncruc4","dragonfire_crucible",100);
opdra4.addFluidInput(<fluid:eternal_dragon_fire>*1000);
opdra4.addItemInput(<minecraft:iron_ingot>);
opdra4.addItemInput(<iceandfire:ice_dragon_blood>);
opdra4.addItemOutput(<iceandfire:dragonsteel_ice_ingot>);
opdra4.build();
val opdra5 = RecipeBuilder.newBuilder("dragoncruc5","dragonfire_crucible",300);
val opdra5 = RecipeBuilder.newBuilder("dragoncruc5","dragonfire_crucible",100);
opdra5.addFluidInput(<fluid:eternal_dragon_fire>*1000);
opdra5.addItemInput(<minecraft:iron_ingot>);
opdra5.addItemInput(<iceandfire:fire_dragon_blood>);
+5
View File
@@ -11,6 +11,11 @@ recipes.addShaped(<contenttweaker:neutronium_casing>*4,
[<modularmachinery:blockcasing:0>, <draconicevolution:awakened_core>, <modularmachinery:blockcasing:0>],
[<avaritia:resource:4>, <openblocks:tank>.withTag({tank: {FluidName: "fluidnitrodiesel", Amount: 16000}}), <avaritia:resource:4>]]);
recipes.addShaped(<contenttweaker:neutronium_casing>*8,
[[<avaritia:resource:4>, <contenttweaker:superconducting_mithril>, <avaritia:resource:4>],
[<modularmachinery:blockcasing:0>, <draconicevolution:awakened_core>, <modularmachinery:blockcasing:0>],
[<avaritia:resource:4>, <openblocks:tank>.withTag({tank: {FluidName: "fluidnitrodiesel", Amount: 16000}}), <avaritia:resource:4>]]);
val neutroniumcannon = RecipeBuilder.newBuilder("neutroniumcannon","neutronium_cannon",100);
neutroniumcannon.addItemInput(<avaritia:resource:2>);
neutroniumcannon.addFluidOutput(<fluid:netrino_plasma>*100);
+10 -10
View File
@@ -268,16 +268,16 @@ plasmamortum.addItemInput(<divinerpg:twilight_stone>*32);
plasmamortum.addItemOutput(<divinerpg:mortum_ore>*30);
plasmamortum.build();
val plasmadefiner = RecipeBuilder.newBuilder("plasmadefiner","plasmatic_condenser",20);
plasmadefiner.addFluidInput(<fluid:dense_plasma>*160000);
plasmadefiner.addItemInput(<contenttweaker:definer_core>);
plasmadefiner.addItemInput(<contenttweaker:bright_matter>*5);
plasmadefiner.addItemInput(<divinerpg:twilight_stone>*32);
plasmadefiner.addItemInput(<materialpart:chalcedony:ingot>);
plasmadefiner.addItemInput(<materialpart:brightsteel:ingot>);
plasmadefiner.addItemInput(<materialpart:lunastone:ingot>);
plasmadefiner.addItemOutput(<contenttweaker:defined_ingot>*10);
plasmadefiner.build();
// val plasmadefiner = RecipeBuilder.newBuilder("plasmadefiner","plasmatic_condenser",20);
// plasmadefiner.addFluidInput(<fluid:dense_plasma>*160000);
// plasmadefiner.addItemInput(<contenttweaker:definer_core>);
// plasmadefiner.addItemInput(<contenttweaker:bright_matter>*5);
// plasmadefiner.addItemInput(<divinerpg:twilight_stone>*32);
// plasmadefiner.addItemInput(<materialpart:chalcedony:ingot>);
// plasmadefiner.addItemInput(<materialpart:brightsteel:ingot>);
// plasmadefiner.addItemInput(<materialpart:lunastone:ingot>);
// plasmadefiner.addItemOutput(<contenttweaker:defined_ingot>*10);
// plasmadefiner.build();
val plasmagravitite = RecipeBuilder.newBuilder("plasmagravitite","plasmatic_condenser",20);
plasmagravitite.addFluidInput(<fluid:dense_plasma>*160000);
+89
View File
@@ -0,0 +1,89 @@
import mods.modularmachinery.RecipeBuilder;
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:water>*1, <fluid:twilight_fire>*1, <fluid:nightmare_binder_hydrogen>*1000, <fluid:nightmare_binder_oxygen>*500]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:hot_spring_water>*1, <fluid:twilight_fire>*1, <fluid:nightmare_binder_deuterium>*500, <fluid:nightmare_binder_tritium>*500]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:moltenabyssalnite>*1, <fluid:twilight_fire>*1, <fluid:nightmare_binder_iron>*1000, <fluid:nightmare_binder_nickel>*1000]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:moltendreadium>*1, <fluid:twilight_fire>*1, <fluid:nightmare_binder_lead>*1000, <fluid:nightmare_binder_mercury>*1000]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:knightmetal>*1, <fluid:twilight_fire>*1, <fluid:nightmare_binder_tin>*1000, null]);
recipes.addShaped(<contenttweaker:sednanite_stabilizer>,
[[<advancedrocketry:crystal:0>, <advancedrocketry:crystal:1>, <advancedrocketry:crystal:2>],
[<dimdoors:rift_stabilizer>, <extendedcrafting:singularity_custom:630>, <dimdoors:rift_stabilizer>],
[<advancedrocketry:crystal:5>, <advancedrocketry:crystal:4>, <advancedrocketry:crystal:3>]]);
val nighmareelectr1 = RecipeBuilder.newBuilder("nighmareelectr1","nightmare_electrolyzer",1);
nighmareelectr1.addFluidInput(<fluid:nightmare_binder_hydrogen>*1);
nighmareelectr1.addFluidOutput(<fluid:hydrogen>*32000);
nighmareelectr1.build();
val nighmareelectr2 = RecipeBuilder.newBuilder("nighmareelectr2","nightmare_electrolyzer",1);
nighmareelectr2.addFluidInput(<fluid:nightmare_binder_oxygen>*1);
nighmareelectr2.addFluidOutput(<fluid:oxygen>*32000);
nighmareelectr2.build();
val nighmareelectr3 = RecipeBuilder.newBuilder("nighmareelectr3","nightmare_electrolyzer",1);
nighmareelectr3.addFluidInput(<fluid:nightmare_binder_deuterium>*1);
nighmareelectr3.addFluidOutput(<fluid:deuterium>*32000);
nighmareelectr3.build();
val nighmareelectr4 = RecipeBuilder.newBuilder("nighmareelectr4","nightmare_electrolyzer",1);
nighmareelectr4.addFluidInput(<fluid:nightmare_binder_tritium>*1);
nighmareelectr4.addFluidOutput(<fluid:tritium>*32000);
nighmareelectr4.build();
val nighmareelectr5 = RecipeBuilder.newBuilder("nighmareelectr5","nightmare_electrolyzer",1);
nighmareelectr5.addFluidInput(<fluid:nightmare_binder_iron>*1);
nighmareelectr5.addFluidOutput(<fluid:iron>*32000);
nighmareelectr5.build();
val nighmareelectr6 = RecipeBuilder.newBuilder("nighmareelectr6","nightmare_electrolyzer",1);
nighmareelectr6.addFluidInput(<fluid:nightmare_binder_nickel>*1);
nighmareelectr6.addFluidOutput(<fluid:nickel>*32000);
nighmareelectr6.build();
val nighmareelectr7 = RecipeBuilder.newBuilder("nighmareelectr7","nightmare_electrolyzer",1);
nighmareelectr7.addFluidInput(<fluid:nightmare_binder_lead>*1);
nighmareelectr7.addFluidOutput(<fluid:lead>*32000);
nighmareelectr7.build();
val nighmareelectr8 = RecipeBuilder.newBuilder("nighmareelectr8","nightmare_electrolyzer",1);
nighmareelectr8.addFluidInput(<fluid:nightmare_binder_mercury>*1);
nighmareelectr8.addFluidOutput(<fluid:fluidmercury>*32000);
nighmareelectr8.build();
val nighmareelectr9 = RecipeBuilder.newBuilder("nighmareelectr9","nightmare_electrolyzer",1);
nighmareelectr9.addFluidInput(<fluid:nightmare_binder_tin>*1);
nighmareelectr9.addFluidOutput(<fluid:tin>*32000);
nighmareelectr9.build();
val collapserstar = RecipeBuilder.newBuilder("collapserstar","relativistic_collapser",1000);
collapserstar.addEnergyPerTickInput(70000000);
collapserstar.addItemInput(<industrialforegoing:black_hole_tank>.withTag({FluidName: "hydrogen", Amount: 2147483647}));
collapserstar.addItemInput(<industrialforegoing:black_hole_tank>.withTag({FluidName: "deuterium", Amount: 2147483647}));
collapserstar.addItemInput(<industrialforegoing:black_hole_tank>.withTag({FluidName: "tritium", Amount: 2147483647}));
collapserstar.addItemInput(<contenttweaker:everlasting_fusor>);
collapserstar.addItemOutput(<contenttweaker:star_core>);
collapserstar.build();
val collapserpulsar = RecipeBuilder.newBuilder("collapserpulsar","relativistic_collapser",1000);
collapserpulsar.addEnergyPerTickInput(70000000);
collapserpulsar.addItemInput(<industrialforegoing:black_hole_tank>.withTag({FluidName: "oxygen", Amount: 2147483647}));
collapserpulsar.addItemInput(<industrialforegoing:black_hole_tank>.withTag({FluidName: "iron", Amount: 2147483647}));
collapserpulsar.addItemInput(<industrialforegoing:black_hole_tank>.withTag({FluidName: "nickel", Amount: 2147483647}));
collapserpulsar.addItemInput(<contenttweaker:everlasting_fusor>);
collapserpulsar.addItemOutput(<contenttweaker:pulsar_core>);
collapserpulsar.build();
val collapserhole = RecipeBuilder.newBuilder("collapserhole","relativistic_collapser",1000);
collapserhole.addEnergyPerTickInput(70000000);
collapserhole.addItemInput(<industrialforegoing:black_hole_tank>.withTag({FluidName: "fluidmercury", Amount: 2147483647}));
collapserhole.addItemInput(<industrialforegoing:black_hole_tank>.withTag({FluidName: "tin", Amount: 2147483647}));
collapserhole.addItemInput(<industrialforegoing:black_hole_tank>.withTag({FluidName: "lead", Amount: 2147483647}));
collapserhole.addItemInput(<contenttweaker:everlasting_fusor>);
collapserhole.addItemOutput(<contenttweaker:black_hole_core>);
collapserhole.build();
+2 -2
View File
@@ -16,7 +16,7 @@ mods.thermalexpansion.InductionSmelter.addRecipe(<nuclearcraft:alloy:14>,
mods.techreborn.wireMill.addRecipe(<nuclearcraft:part:13>,
<nuclearcraft:alloy:13>, 60, 100);
val expensivecompression = RecipeBuilder.newBuilder("expensivecompression","compression_turbine",1000);
val expensivecompression = RecipeBuilder.newBuilder("expensivecompression","compression_turbine",80);
expensivecompression.addFluidInput(<fluid:stellar_alloy>*144);
expensivecompression.addFluidInput(<fluid:lif>*144);
expensivecompression.addFluidOutput(<fluid:promethium>*1);
@@ -31,7 +31,7 @@ mods.techreborn.fusionReactor.addRecipe(<thermalfoundation:material:130>,
mods.nuclearcraft.melter.addRecipe([<contenttweaker:unstable_hassium_chunk>, <fluid:unstable_hassium>*144]);
val cheapcompression = RecipeBuilder.newBuilder("cheapcompression","compression_turbine",1000);
val cheapcompression = RecipeBuilder.newBuilder("cheapcompression","compression_turbine",80);
cheapcompression.addFluidInput(<fluid:neutron>*10);
cheapcompression.addFluidInput(<fluid:unstable_hassium>*144);
cheapcompression.addFluidOutput(<fluid:promethium>*144);
+1 -9
View File
@@ -123,7 +123,7 @@ recipes.addShaped(<contenttweaker:secret_weapon>,
[<thaumcraft:taint_rock>, <contenttweaker:resonating_stone>, <thaumcraft:taint_rock>]]);
val makerecursivegoo = RecipeBuilder.newBuilder("makerecursivegoo","bloodmaster_crucible",1200);
makerecursivegoo.addEnergyPerTickInput(1000);
makerecursivegoo.addFluidInput(<fluid:lifeessence>*500);
makerecursivegoo.addItemInput(<contenttweaker:nethengeic_rune>);
makerecursivegoo.addItemInput(<contenttweaker:everwatching_eye>);
makerecursivegoo.addItemInput(<contenttweaker:fiery_pyrite>*4);
@@ -146,14 +146,6 @@ recipes.addShaped(<techreborn:creative_solar_panel>,
val holographicoredict = <ore:oreHolographic>;
holographicoredict.add(<contenttweaker:holographic_ore>);
mods.immersiveengineering.Crusher.addRecipe(<contenttweaker:projector_gem>*8, <contenttweaker:holographic_ore>, 30);
mods.immersiveengineering.Excavator.addMineral("Projector Rhenium", 80, 0.0001, ["oreRhenium", "oreHolographic"], [0.5, 0.5], [163]);
recipes.addShaped(<contenttweaker:possessed_fluix>*8,
[[<appliedenergistics2:material:12>, <appliedenergistics2:material:12>, <appliedenergistics2:material:12>],
[<appliedenergistics2:material:12>, <contenttweaker:whispering_meatball>.reuse(), <appliedenergistics2:material:12>],
+42 -30
View File
@@ -347,6 +347,8 @@ mith5.addItemOutput(<projectex:power_flower:3>);
mith5.setChance(0.05);
mith5.addItemOutput(<aoa3:rune_box>);
mith5.setChance(0.3);
mith5.addItemOutput(<contenttweaker:nethengeic_gem>*12);
mith5.setChance(0.5);
mith5.addItemOutput(<contenttweaker:tier5_token>);
mith5.build();
@@ -1259,15 +1261,11 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:fine_mineral_dust>
mods.nuclearcraft.dissolver.addRecipe([
<contenttweaker:fine_mineral_dust>,
<fluid:ogerite>*12,
<fluid:primal_ogerite>*12,
<fluid:ogerite>*144,
<fluid:primal_ogerite>*144,
0.2, 10.2, 0.5
]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:ogerite>*144,
<fluid:mana>*160,
<fluid:primal_ogerite>*144,
null]);
mods.tconstruct.Melting.addRecipe(<fluid:ogerite> * 144,<materialpart:ogerite:ingot>);
@@ -1701,12 +1699,12 @@ null,null,null],
null,null,null]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:brightseel_alloy_plate>,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:brightseel_alloy_plate>*2,
[[<bigreactors:mineralanglesite>, <contenttweaker:brightsteel_alloy_ingot>, <bigreactors:mineralbenitoite>],
[<contenttweaker:tungsten_molybdenum_dust>, <materialpart:brightsteel:ingot>, <contenttweaker:tungsten_molybdenum_dust>],
[<bigreactors:mineralbenitoite>, <contenttweaker:brightsteel_alloy_ingot>, <bigreactors:mineralanglesite>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:brightseel_alloy_gear>,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:brightseel_alloy_gear>*4,
[[<materialpart:vibranium_alloy:gear>, <contenttweaker:brightsteel_alloy_ingot>, <materialpart:vibranium_alloy:gear>],
[<contenttweaker:brightsteel_alloy_ingot>, <aoa3:elecanium_block>, <contenttweaker:brightsteel_alloy_ingot>],
[<materialpart:vibranium_alloy:gear>, <contenttweaker:brightsteel_alloy_ingot>, <materialpart:vibranium_alloy:gear>]]);
@@ -1946,13 +1944,21 @@ null,null,null,
<avaritia:resource:1>,<avaritia:resource:1>,<avaritia:resource:1>,
<avaritia:resource:1>,<avaritia:resource:1>,<contenttweaker:dream_cluster>]]);
val eterabyssite = RecipeBuilder.newBuilder("eterabyssite","dragonfire_crucible",100);
eterabyssite.addFluidInput(<fluid:eternal_dragon_fire>*150);
eterabyssite.addItemInput(<abyssalcraft:crystalcluster:13>);
eterabyssite.addItemInput(<abyssalcraft:crystalcluster:14>);
eterabyssite.addItemInput(<abyssalcraft:crystalcluster2:6>);
eterabyssite.addItemOutput(<materialpart:abyssite:ingot>);
eterabyssite.build();
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:abyssite_crystal>,
1000,
<abyssalcraft:crystalcluster:14>,
[
<astralsorcery:itemtunedcelestialcrystal>.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.discidia", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}),
<astralsorcery:itemtunedcelestialcrystal>.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.armara", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}),
<astralsorcery:itemtunedcelestialcrystal>.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.vicio", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}),
<astralsorcery:itemtunedcelestialcrystal>.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.aevitas", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}),
<astralsorcery:itemtunedcelestialcrystal>.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.evorsio", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}),
<astralsorcery:itemtunedcelestialcrystal>.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.lucerna", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}),
<astralsorcery:itemtunedcelestialcrystal>.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.mineralis", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})
]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:abyssite_crystal>, <fluid:plasma>*10, <materialpart:abyssite:ingot>]);
mods.nuclearcraft.melter.addRecipe([<materialpart:abyssite:ingot>, <fluid:abyssite>*144]);
@@ -2095,6 +2101,7 @@ val spatcruc6 = RecipeBuilder.newBuilder("spatialcruc6","spatial_crucible",200);
spatcruc6.addEnergyPerTickInput(120000);
spatcruc6.addItemInput(<contenttweaker:skythern_star>);
spatcruc6.addItemInput(<projectex:matter:7>*6);
spatcruc6.addItemInput(<materialpart:chaos:ingot>);
spatcruc6.addItemInput(<contenttweaker:unidentified_ingot>);
spatcruc6.addFluidOutput(<fluid:nightmarish_matter>*2000);
spatcruc6.build();
@@ -2173,7 +2180,7 @@ true,
game.setLocalization("ac.ritual.VetheaWhiteInfusion", "Vethea White Hole Infusion");
game.setLocalization("ac.ritual.VetheaWhiteInfusion.desc", "Bring a white hole into existance through eldritch infusion!");
val edendragonref = RecipeBuilder.newBuilder("edendragonref","dragonfire_crucible",300);
val edendragonref = RecipeBuilder.newBuilder("edendragonref","dragonfire_crucible",100);
edendragonref.addFluidInput(<fluid:twilight_fire>*1000);
edendragonref.addItemInput(<divinerpg:eden_chunk>);
edendragonref.addItemInput(<contenttweaker:precasia_garnet>);
@@ -2185,7 +2192,7 @@ edendragonref.addItemInput(<contenttweaker:abyss_garnet>);
edendragonref.addItemOutput(<contenttweaker:eden_refined_gem>);
edendragonref.build();
val wildwooddragonref = RecipeBuilder.newBuilder("wildwooddragonref","dragonfire_crucible",300);
val wildwooddragonref = RecipeBuilder.newBuilder("wildwooddragonref","dragonfire_crucible",100);
wildwooddragonref.addFluidInput(<fluid:twilight_fire>*1000);
wildwooddragonref.addItemInput(<divinerpg:wildwood_chunk>);
wildwooddragonref.addItemInput(<contenttweaker:candyland_garnet>);
@@ -2199,7 +2206,7 @@ wildwooddragonref.addItemInput(<contenttweaker:vox_ponds_garnet>);
wildwooddragonref.addItemOutput(<contenttweaker:wildwood_refined_gem>);
wildwooddragonref.build();
val apalachiadragonref = RecipeBuilder.newBuilder("apalachiadragonref","dragonfire_crucible",300);
val apalachiadragonref = RecipeBuilder.newBuilder("apalachiadragonref","dragonfire_crucible",100);
apalachiadragonref.addFluidInput(<fluid:twilight_fire>*1000);
apalachiadragonref.addItemInput(<divinerpg:wildwood_chunk>);
apalachiadragonref.addItemInput(<contenttweaker:runandor_garnet>);
@@ -2208,7 +2215,7 @@ apalachiadragonref.addItemInput(<contenttweaker:borean_garnet>);
apalachiadragonref.addItemOutput(<contenttweaker:apalachia_refined_gem>);
apalachiadragonref.build();
val skytherndragonref = RecipeBuilder.newBuilder("skytherndragonref","dragonfire_crucible",300);
val skytherndragonref = RecipeBuilder.newBuilder("skytherndragonref","dragonfire_crucible",100);
skytherndragonref.addFluidInput(<fluid:twilight_fire>*1000);
skytherndragonref.addItemInput(<divinerpg:wildwood_chunk>);
skytherndragonref.addItemInput(<contenttweaker:ancient_cavern_garnet>);
@@ -2234,17 +2241,17 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:collapser_casing>*
<contenttweaker:awakened_electromagnet>, <contenttweaker:unidentified_plate>, <contenttweaker:awakened_electromagnet>,
<contenttweaker:high_strength_transmission>, <contenttweaker:enchanted_myrmitite>, <contenttweaker:corrupted_aragonite>],
[<thaumadditions:adaminite_ingot>, <contenttweaker:imperfect_gem_of_the_cosmos>, <contenttweaker:enchanted_myrmitite>,
[<thaumadditions:adaminite_ingot>, <contenttweaker:imperfect_gem_of_the_cosmos>, <contenttweaker:tungsten_molybdenum_dust>,
<nuclearcraft:fusion_connector>, <contenttweaker:twilight_gear>, <nuclearcraft:fusion_connector>,
<contenttweaker:enchanted_myrmitite>, <contenttweaker:imperfect_gem_of_the_cosmos>, <thaumadditions:adaminite_ingot>],
<contenttweaker:tungsten_molybdenum_dust>, <contenttweaker:imperfect_gem_of_the_cosmos>, <thaumadditions:adaminite_ingot>],
[<contenttweaker:gravitite_stone>, <techreborn:fusion_coil>, <contenttweaker:unidentified_plate>,
<contenttweaker:twilight_gear>, <contenttweaker:nightmare_machine_case>, <contenttweaker:twilight_gear>,
<contenttweaker:unidentified_plate>, <techreborn:fusion_coil>, <contenttweaker:gravitite_stone>],
[<thaumadditions:adaminite_ingot>, <contenttweaker:imperfect_gem_of_the_cosmos>, <contenttweaker:enchanted_myrmitite>,
[<thaumadditions:adaminite_ingot>, <contenttweaker:imperfect_gem_of_the_cosmos>, <contenttweaker:tungsten_molybdenum_dust>,
<nuclearcraft:fusion_connector>, <contenttweaker:twilight_gear>, <nuclearcraft:fusion_connector>,
<contenttweaker:enchanted_myrmitite>, <contenttweaker:imperfect_gem_of_the_cosmos>, <thaumadditions:adaminite_ingot>],
<contenttweaker:tungsten_molybdenum_dust>, <contenttweaker:imperfect_gem_of_the_cosmos>, <thaumadditions:adaminite_ingot>],
[<contenttweaker:corrupted_aragonite>, <contenttweaker:enchanted_myrmitite>, <contenttweaker:high_strength_transmission>,
<contenttweaker:awakened_electromagnet>, <contenttweaker:unidentified_plate>, <contenttweaker:awakened_electromagnet>,
@@ -2452,6 +2459,11 @@ recipes.addShaped(<materialpart:hassium:ingot>,
mods.nuclearcraft.infuser.addRecipe([<materialpart:myrmitite:dust>, <fluid:niobium>*10, <contenttweaker:myrminiobite_ingot>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:mortum_star>*2,
2000000,
<minecraft:nether_star>,
[<contenttweaker:myrminiobite_ingot>, <contenttweaker:hafnium_chunk>, <contenttweaker:tantalum_chunk>, <contenttweaker:cerium_ingot>, <materialpart:hassium:ingot>, <contenttweaker:ruthenium_ingot>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:mortum_star>,
2000000,
<minecraft:nether_star>,
@@ -2488,7 +2500,7 @@ recipes.addShaped(<contenttweaker:compressed_realgar>,
[<contenttweaker:universal_realgar>, <contenttweaker:universal_realgar>, <contenttweaker:universal_realgar>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:infinity_furnace_bricks>,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:infinity_furnace_bricks>*4,
[[<advancedrocketry:blastbrick>, <contenttweaker:draconic_machine_frame>, <advancedrocketry:blastbrick>,
<advancedrocketry:blastbrick>, <contenttweaker:ineffable_sun>, <advancedrocketry:blastbrick>,
<advancedrocketry:blastbrick>, <contenttweaker:draconic_machine_frame>, <advancedrocketry:blastbrick>],
@@ -2588,10 +2600,10 @@ hassiumalloyinf.addItemInput(<aoa3:shyrestone_ingot>);
hassiumalloyinf.addItemOutput(<contenttweaker:hassium_alloy_ingot>*3);
hassiumalloyinf.build();
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:defined_ingot>*2,
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:arbiterite_crystal>*4,
1000000,
<contenttweaker:unidentified_ingot>,
[<contenttweaker:hassium_alloy_ingot>, <contenttweaker:hassium_alloy_ingot>, <avaritia:block_resource:0>, <draconicevolution:chaotic_core>, <extendedcrafting:singularity_ultimate>, <contenttweaker:bright_matter>]);
<contenttweaker:bright_matter>,
[<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);
@@ -2752,7 +2764,7 @@ mods.avaritia.ExtremeCrafting.addShaped("makesupergemofthecosmos",
<extrautils2:decorativesolid:8>, <contenttweaker:recursive_powder>, <contenttweaker:recursive_powder>],
[<contenttweaker:recursive_powder>, null, <contenttweaker:big_slime>,
null, <contenttweaker:cursed_sapphire>, null,
<contenttweaker:tennessine_gem>, <contenttweaker:cursed_sapphire>, <contenttweaker:tennessine_gem>,
<contenttweaker:big_slime>, null, <contenttweaker:recursive_powder>],
[<contenttweaker:clunky_chunky_brick>, null, null,
@@ -2776,7 +2788,7 @@ null, null, <contenttweaker:clunky_chunky_brick>],
null, null, <contenttweaker:clunky_chunky_brick>],
[<contenttweaker:recursive_powder>, null, <contenttweaker:big_slime>,
null, <contenttweaker:cursed_sapphire>, null,
<contenttweaker:tennessine_gem>, <contenttweaker:cursed_sapphire>, <contenttweaker:tennessine_gem>,
<contenttweaker:big_slime>, null, <contenttweaker:recursive_powder>],
[<contenttweaker:recursive_powder>, <contenttweaker:recursive_powder>, <extrautils2:decorativesolid:8>,
@@ -2891,7 +2903,7 @@ recipes.addShaped(<contenttweaker:everburner>,
recipes.addShaped(<contenttweaker:brightsteel_conduit>,
[[<contenttweaker:muon_crystal>, <avaritia:block_resource:0>, <contenttweaker:muon_crystal>],
[<contenttweaker:hassium_alloy_ingot>, <contenttweaker:everburning_seed>, <contenttweaker:hassium_alloy_ingot>],
[<contenttweaker:hassium_alloy_ingot>, <contenttweaker:brightsteel_case>, <contenttweaker:hassium_alloy_ingot>],
[<contenttweaker:muon_crystal>, <contenttweaker:bright_matter>, <contenttweaker:muon_crystal>]]);
+36 -3
View File
@@ -1,16 +1,36 @@
import mods.modularmachinery.RecipeBuilder;
mods.nuclearcraft.infuser.addRecipe([<thermalfoundation:material:136>*1, <fluid:atomic_nuclei>*600, <contenttweaker:positively_charged_mithril>]);
mods.nuclearcraft.infuser.addRecipe([<thermalfoundation:material:136>*1, <fluid:electrons>*600, <contenttweaker:negatively_charged_mithril>]);
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:negatively_charged_mithril>, <contenttweaker:positively_charged_mithril>, <contenttweaker:superconducting_mithril>*2]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:linear_accelerator_tube>*2,
[[<nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <techreborn:fusion_coil>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>],
[<nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>],
[<thermaldynamics:duct_0:5>, <techreborn:fusion_coil>, <thermaldynamics:duct_0:5>, <techreborn:fusion_coil>, <thermaldynamics:duct_0:5>],
[<thermaldynamics:duct_0:5>, <techreborn:part:17>, <thermaldynamics:duct_0:5>, <techreborn:part:17>, <thermaldynamics:duct_0:5>],
[<nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>],
[<nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <techreborn:fusion_coil>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:linear_accelerator_tube>*4,
[[<nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <techreborn:fusion_coil>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>],
[<nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>],
[<thermaldynamics:duct_0:5>, <techreborn:part:17>, <contenttweaker:superconducting_mithril>, <techreborn:part:17>, <thermaldynamics:duct_0:5>],
[<nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>, <nuclearcraft:cooler:10>],
[<nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <techreborn:fusion_coil>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:accelerator_tube>*4,
[[<nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <techreborn:fusion_coil>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>],
[<nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>],
[<thermaldynamics:duct_0:5>, <thermaldynamics:duct_0:5>, <thermaldynamics:duct_0:5>, <thermaldynamics:duct_0:5>, <thermaldynamics:duct_0:5>],
[<thermaldynamics:duct_0:5>, <techreborn:part:17>, <thermaldynamics:duct_0:5>, <techreborn:part:17>, <thermaldynamics:duct_0:5>],
[<nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>],
[<nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <techreborn:fusion_coil>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:accelerator_tube>*8,
[[<nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <techreborn:fusion_coil>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>],
[<nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>],
[<thermaldynamics:duct_0:5>, <techreborn:part:17>, <contenttweaker:superconducting_mithril>, <techreborn:part:17>, <thermaldynamics:duct_0:5>],
[<nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>, <nuclearcraft:cooler:9>],
[<nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <techreborn:fusion_coil>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>]]);
@@ -21,15 +41,28 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:experiment_casing>
[<nuclearcraft:fusion_electromagnet_idle>, <materialpart:vibranium_alloy:gear>, <contenttweaker:magnetic_monopole>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:fusion_electromagnet_idle>],
[<nuclearcraft:fusion_electromagnet_idle>, <nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>, <nuclearcraft:fusion_electromagnet_idle>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:experiment_casing>*2,
[[<nuclearcraft:fusion_electromagnet_idle>, <nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>, <nuclearcraft:fusion_electromagnet_idle>],
[<nuclearcraft:fusion_electromagnet_idle>, <materialpart:vibranium_alloy:gear>, <contenttweaker:magnetic_monopole>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:fusion_electromagnet_idle>],
[<contenttweaker:superconducting_mithril>, <contenttweaker:magnetic_monopole>, <appliedenergistics2:controller>, <contenttweaker:magnetic_monopole>, <contenttweaker:superconducting_mithril>],
[<nuclearcraft:fusion_electromagnet_idle>, <materialpart:vibranium_alloy:gear>, <contenttweaker:magnetic_monopole>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:fusion_electromagnet_idle>],
[<nuclearcraft:fusion_electromagnet_idle>, <nuclearcraft:fusion_electromagnet_idle>, <contenttweaker:arc_reactor_coil>, <nuclearcraft:fusion_electromagnet_idle>, <nuclearcraft:fusion_electromagnet_idle>]]);
recipes.remove(<nuclearcraft:accelerator_electromagnet_idle>);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:accelerator_electromagnet_idle>*8,
[[<contenttweaker:awakened_electromagnet>, <nuclearcraft:part:3>, <nuclearcraft:part:3>, <nuclearcraft:part:3>, <contenttweaker:awakened_electromagnet>],
[<nuclearcraft:part:3>, <nuclearcraft:part:5>, <nuclearcraft:part:5>, <nuclearcraft:part:5>, <nuclearcraft:part:3>],
[<nuclearcraft:part:3>, <nuclearcraft:part:5>, <appliedenergistics2:controller>, <nuclearcraft:part:5>, <nuclearcraft:part:3>],
[<nuclearcraft:part:3>, <nuclearcraft:part:5>, <techreborn:part:17>, <nuclearcraft:part:5>, <nuclearcraft:part:3>],
[<nuclearcraft:part:3>, <nuclearcraft:part:5>, <nuclearcraft:part:5>, <nuclearcraft:part:5>, <nuclearcraft:part:3>],
[<contenttweaker:awakened_electromagnet>, <nuclearcraft:part:3>, <nuclearcraft:part:3>, <nuclearcraft:part:3>, <contenttweaker:awakened_electromagnet>]]);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:accelerator_electromagnet_idle>*14,
[[<contenttweaker:awakened_electromagnet>, <nuclearcraft:part:3>, <nuclearcraft:part:3>, <nuclearcraft:part:3>, <contenttweaker:awakened_electromagnet>],
[<nuclearcraft:part:3>, <nuclearcraft:part:5>, <nuclearcraft:part:5>, <nuclearcraft:part:5>, <nuclearcraft:part:3>],
[<contenttweaker:superconducting_mithril>, <nuclearcraft:part:5>, <techreborn:part:17>, <nuclearcraft:part:5>, <contenttweaker:superconducting_mithril>],
[<nuclearcraft:part:3>, <nuclearcraft:part:5>, <nuclearcraft:part:5>, <nuclearcraft:part:5>, <nuclearcraft:part:3>],
[<contenttweaker:awakened_electromagnet>, <nuclearcraft:part:3>, <nuclearcraft:part:3>, <nuclearcraft:part:3>, <contenttweaker:awakened_electromagnet>]]);
val accelerator1 = RecipeBuilder.newBuilder("accelerator1","particle_accelerator",100);
accelerator1.addEnergyPerTickInput(1000000);
+41 -1
View File
@@ -175,12 +175,52 @@ recipes.removeShapeless(<mysticalagriculture:crafting:4>, [<mysticalagradditions
recipes.addShapeless(<mysticalagriculture:crafting:1>*4,
[<mysticalagriculture:crafting:2>, <mysticalagriculture:master_infusion_crystal>.reuse()]);
recipes.addShapeless(<mysticalagriculture:crafting:1>*4,
[<mysticalagriculture:crafting:2>, <matc:inferiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:1>*4,
[<mysticalagriculture:crafting:2>, <matc:prudentiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:1>*4,
[<mysticalagriculture:crafting:2>, <matc:intermediumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:1>*4,
[<mysticalagriculture:crafting:2>, <matc:superiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:1>*4,
[<mysticalagriculture:crafting:2>, <matc:supremiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:2>*4,
[<mysticalagriculture:crafting:3>, <mysticalagriculture:master_infusion_crystal>.reuse()]);
recipes.addShapeless(<mysticalagriculture:crafting:2>*4,
[<mysticalagriculture:crafting:3>, <matc:inferiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:2>*4,
[<mysticalagriculture:crafting:3>, <matc:prudentiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:2>*4,
[<mysticalagriculture:crafting:3>, <matc:intermediumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:2>*4,
[<mysticalagriculture:crafting:3>, <matc:superiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:2>*4,
[<mysticalagriculture:crafting:3>, <matc:supremiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:3>*4,
[<mysticalagriculture:crafting:4>, <mysticalagriculture:master_infusion_crystal>.reuse()]);
recipes.addShapeless(<mysticalagriculture:crafting:3>*4,
[<mysticalagriculture:crafting:4>, <matc:inferiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:3>*4,
[<mysticalagriculture:crafting:4>, <matc:prudentiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:3>*4,
[<mysticalagriculture:crafting:4>, <matc:intermediumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:3>*4,
[<mysticalagriculture:crafting:4>, <matc:superiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:3>*4,
[<mysticalagriculture:crafting:4>, <matc:supremiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:4>*4,
[<mysticalagradditions:insanium:0>, <mysticalagriculture:master_infusion_crystal>.reuse()]);
[<mysticalagradditions:insanium:0>, <mysticalagriculture:master_infusion_crystal>.reuse()]);
recipes.addShapeless(<mysticalagriculture:crafting:4>*4,
[<mysticalagradditions:insanium:0>, <matc:inferiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:4>*4,
[<mysticalagradditions:insanium:0>, <matc:prudentiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:4>*4,
[<mysticalagradditions:insanium:0>, <matc:intermediumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:4>*4,
[<mysticalagradditions:insanium:0>, <matc:superiumcrystal>.anyDamage()]);
recipes.addShapeless(<mysticalagriculture:crafting:4>*4,
[<mysticalagradditions:insanium:0>, <matc:supremiumcrystal>.anyDamage()]);
+66 -66
View File
@@ -1,4 +1,4 @@
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:ancient_cavern_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:ancient_cavern_cap>*8,
[[<avaritia:resource:3>, null, <bigreactors:blockludicrite>,
null, <avaritia:resource:0>, null,
@@ -13,15 +13,15 @@ null, <bloodmagic:blood_shard:1>, null,
<draconicevolution:chaos_shard:3>, null, <bigreactors:blockludicrite>],
[null, <bigreactors:mineralbenitoite>, null,
<contenttweaker:unidentified_plate>, <divinerpg:apalachia_block>, <contenttweaker:unidentified_plate>,
<contenttweaker:unidentified_plate>, <contenttweaker:technetium_remains>, <contenttweaker:unidentified_plate>,
null, <bigreactors:mineralbenitoite>, null],
[<avaritia:resource:0>, <thebetweenlands:items_misc:39>, <bloodmagic:blood_shard:1>,
<divinerpg:apalachia_block>, <avaritia:block_resource:2>, <divinerpg:apalachia_block>,
<contenttweaker:technetium_remains>, <avaritia:block_resource:2>, <contenttweaker:technetium_remains>,
<bloodmagic:blood_shard:1>, <thebetweenlands:items_misc:39>, <avaritia:resource:0>],
[null, <bigreactors:mineralbenitoite>, null,
<contenttweaker:unidentified_plate>, <divinerpg:apalachia_block>, <contenttweaker:unidentified_plate>,
<contenttweaker:unidentified_plate>, <contenttweaker:technetium_remains>, <contenttweaker:unidentified_plate>,
null, <bigreactors:mineralbenitoite>, null],
[<bigreactors:blockludicrite>, null, <draconicevolution:chaos_shard:3>,
@@ -38,7 +38,7 @@ null, <avaritia:resource:0>, null,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:greckon_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:greckon_cap>*8,
[[<avaritia:resource:3>, null, <bigreactors:blockludicrite>,
null, <avaritia:resource:0>, null,
@@ -53,15 +53,15 @@ null, <bloodmagic:blood_shard:1>, null,
<draconicevolution:chaos_shard:3>, null, <bigreactors:blockludicrite>],
[null, <bigreactors:mineralbenitoite>, null,
<contenttweaker:unidentified_plate>, <divinerpg:apalachia_block>, <contenttweaker:unidentified_plate>,
<contenttweaker:unidentified_plate>, <contenttweaker:technetium_remains>, <contenttweaker:unidentified_plate>,
null, <bigreactors:mineralbenitoite>, null],
[<avaritia:resource:0>, <thebetweenlands:items_misc:39>, <bloodmagic:blood_shard:1>,
<divinerpg:apalachia_block>, <avaritia:block_resource:2>, <divinerpg:apalachia_block>,
<contenttweaker:technetium_remains>, <avaritia:block_resource:2>, <contenttweaker:technetium_remains>,
<bloodmagic:blood_shard:1>, <thebetweenlands:items_misc:39>, <avaritia:resource:0>],
[null, <bigreactors:mineralbenitoite>, null,
<contenttweaker:unidentified_plate>, <divinerpg:apalachia_block>, <contenttweaker:unidentified_plate>,
<contenttweaker:unidentified_plate>, <contenttweaker:technetium_remains>, <contenttweaker:unidentified_plate>,
null, <bigreactors:mineralbenitoite>, null],
[<bigreactors:blockludicrite>, null, <draconicevolution:chaos_shard:3>,
@@ -78,7 +78,7 @@ null, <avaritia:resource:0>, null,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:immortallis_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:immortallis_cap>*8,
[[<avaritia:resource:3>, null, <bigreactors:blockludicrite>,
null, <avaritia:resource:0>, null,
@@ -93,15 +93,15 @@ null, <bloodmagic:blood_shard:1>, null,
<draconicevolution:chaos_shard:3>, null, <bigreactors:blockludicrite>],
[null, <bigreactors:mineralanglesite>, null,
<contenttweaker:unidentified_plate>, <divinerpg:apalachia_block>, <contenttweaker:unidentified_plate>,
<contenttweaker:unidentified_plate>, <contenttweaker:technetium_remains>, <contenttweaker:unidentified_plate>,
null, <bigreactors:mineralanglesite>, null],
[<avaritia:resource:0>, <thebetweenlands:items_misc:39>, <bloodmagic:blood_shard:1>,
<divinerpg:apalachia_block>, <avaritia:block_resource:2>, <divinerpg:apalachia_block>,
<contenttweaker:technetium_remains>, <avaritia:block_resource:2>, <contenttweaker:technetium_remains>,
<bloodmagic:blood_shard:1>, <thebetweenlands:items_misc:39>, <avaritia:resource:0>],
[null, <bigreactors:mineralanglesite>, null,
<contenttweaker:unidentified_plate>, <divinerpg:apalachia_block>, <contenttweaker:unidentified_plate>,
<contenttweaker:unidentified_plate>, <contenttweaker:technetium_remains>, <contenttweaker:unidentified_plate>,
null, <bigreactors:mineralanglesite>, null],
[<bigreactors:blockludicrite>, null, <draconicevolution:chaos_shard:3>,
@@ -118,7 +118,7 @@ null, <avaritia:resource:0>, null,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:dustopia_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:dustopia_cap>*8,
[[<avaritia:resource:3>, null, <bigreactors:blockludicrite>,
null, <avaritia:resource:0>, null,
@@ -133,15 +133,15 @@ null, <bloodmagic:blood_shard:1>, null,
<draconicevolution:chaos_shard:3>, null, <bigreactors:blockludicrite>],
[null, <bigreactors:mineralanglesite>, null,
<contenttweaker:unidentified_plate>, <divinerpg:apalachia_block>, <contenttweaker:unidentified_plate>,
<contenttweaker:unidentified_plate>, <contenttweaker:technetium_remains>, <contenttweaker:unidentified_plate>,
null, <bigreactors:mineralanglesite>, null],
[<avaritia:resource:0>, <thebetweenlands:items_misc:39>, <bloodmagic:blood_shard:1>,
<divinerpg:apalachia_block>, <aoa3:raxxan_statue>, <divinerpg:apalachia_block>,
<contenttweaker:technetium_remains>, <aoa3:raxxan_statue>, <contenttweaker:technetium_remains>,
<bloodmagic:blood_shard:1>, <thebetweenlands:items_misc:39>, <avaritia:resource:0>],
[null, <bigreactors:mineralanglesite>, null,
<contenttweaker:unidentified_plate>, <divinerpg:apalachia_block>, <contenttweaker:unidentified_plate>,
<contenttweaker:unidentified_plate>, <contenttweaker:technetium_remains>, <contenttweaker:unidentified_plate>,
null, <bigreactors:mineralanglesite>, null],
[<bigreactors:blockludicrite>, null, <draconicevolution:chaos_shard:3>,
@@ -158,7 +158,7 @@ null, <avaritia:resource:0>, null,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:precasian_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:precasian_cap>*8,
[[<erebus:gneiss:0>, <erebus:gneiss:0>, <erebus:gneiss:0>,
<erebus:gneiss:0>, <erebus:gneiss:0>, <erebus:gneiss:0>,
@@ -198,7 +198,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:precasian_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:lelyetian_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:lelyetian_cap>*8,
[[<astralsorcery:itemusabledust:0>, <astralsorcery:itemusabledust:0>, <astralsorcery:itemusabledust:0>,
<astralsorcery:itemusabledust:0>, <astralsorcery:itemusabledust:0>, <astralsorcery:itemusabledust:0>,
@@ -238,7 +238,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:lelyetian_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:barathos_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:barathos_cap>*8,
[[<aether_legacy:dungeon_block:0>, <aether_legacy:dungeon_block:0>, <aether_legacy:dungeon_block:0>,
<aether_legacy:dungeon_block:0>, <aether_legacy:dungeon_block:0>, <aether_legacy:dungeon_block:0>,
@@ -278,7 +278,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:barathos_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:creeponian_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:creeponian_cap>*8,
[[<minecraft:skull:4>, <minecraft:skull:4>, <minecraft:skull:4>,
<minecraft:skull:4>, <minecraft:skull:4>, <minecraft:skull:4>,
@@ -318,7 +318,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:creeponian_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:deepland_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:deepland_cap>*8,
[[<environmentaltech:mica>, <environmentaltech:mica>, <environmentaltech:mica>,
<environmentaltech:mica>, <environmentaltech:mica>, <environmentaltech:mica>,
@@ -358,7 +358,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:deepland_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:abyssal_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:abyssal_cap>*8,
[[<twilightforest:carminite>, <twilightforest:carminite>, <twilightforest:carminite>,
<twilightforest:carminite>, <twilightforest:carminite>, <twilightforest:carminite>,
@@ -405,7 +405,7 @@ recipes.addShaped(<contenttweaker:heart_of_darkness>,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:candyland_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:candyland_cap>*8,
[[<aoa3:cotton_candor_statue>, <thaumcraft:inlay>, <thaumcraft:inlay>,
<abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>,
<thaumcraft:inlay>, <thaumcraft:inlay>, <aoa3:cotton_candor_statue>],
@@ -444,7 +444,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:candyland_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:celeve_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:celeve_cap>*8,
[[<aoa3:gyro_statue>, <thaumcraft:inlay>, <thaumcraft:inlay>,
<abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>,
<thaumcraft:inlay>, <thaumcraft:inlay>, <aoa3:gyro_statue>],
@@ -483,7 +483,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:celeve_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:gardencia_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:gardencia_cap>*8,
[[<aoa3:vinocorne_statue>, <thaumcraft:inlay>, <thaumcraft:inlay>,
<abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>,
<thaumcraft:inlay>, <thaumcraft:inlay>, <aoa3:vinocorne_statue>],
@@ -522,7 +522,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:gardencia_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:crystevia_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:crystevia_cap>*8,
[[<aoa3:crystocore_statue>, <thaumcraft:inlay>, <thaumcraft:inlay>,
<abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>,
<thaumcraft:inlay>, <thaumcraft:inlay>, <aoa3:crystocore_statue>],
@@ -561,7 +561,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:crystevia_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:haven_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:haven_cap>*8,
[[<aoa3:guardian_statue>, <thaumcraft:inlay>, <thaumcraft:inlay>,
<abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>,
<thaumcraft:inlay>, <thaumcraft:inlay>, <aoa3:guardian_statue>],
@@ -600,7 +600,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:haven_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:iromine_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:iromine_cap>*8,
[[<aoa3:silverfoot_statue>, <thaumcraft:inlay>, <thaumcraft:inlay>,
<abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>,
<thaumcraft:inlay>, <thaumcraft:inlay>, <aoa3:silverfoot_statue>],
@@ -639,7 +639,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:iromine_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:mysterium_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:mysterium_cap>*8,
[[<aoa3:king_shroomus_statue>, <thaumcraft:inlay>, <thaumcraft:inlay>,
<abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>,
<thaumcraft:inlay>, <thaumcraft:inlay>, <aoa3:king_shroomus_statue>],
@@ -678,7 +678,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:mysterium_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:voxponds_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:voxponds_cap>*8,
[[<aoa3:voxxulon_statue>, <thaumcraft:inlay>, <thaumcraft:inlay>,
<abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>, <abyssalcraft:shoggothflesh:4>,
<thaumcraft:inlay>, <thaumcraft:inlay>, <aoa3:voxxulon_statue>],
@@ -717,10 +717,10 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:voxponds_cap>*4,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:borean_cap>*4,
[[<contenttweaker:mythic_excavation_computer>, <rftools:shield_block4>, null,
<nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>,
null, <rftools:shield_block4>, <contenttweaker:mythic_excavation_computer>],
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:borean_cap>*8,
[[<contenttweaker:tellurium_crystal>, <rftools:shield_block4>, null,
<contenttweaker:antimony_crystal>, <nuclearcraft:salt_fission_wall>, <contenttweaker:antimony_crystal>,
null, <rftools:shield_block4>, <contenttweaker:tellurium_crystal>],
[<rftools:shield_block4>, <aoa3:hydrolisk_statue>, <nuclearcraft:californium:0>,
<draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>,
@@ -730,17 +730,17 @@ null, <rftools:shield_block4>, <contenttweaker:mythic_excavation_computer>],
null, null, null,
null, <nuclearcraft:californium:0>, null],
[<nuclearcraft:salt_fission_wall>, <draconicevolution:energy_crystal:2>, null,
[<contenttweaker:antimony_crystal>, <draconicevolution:energy_crystal:2>, null,
<extrautils2:drum:3>, <modularmachinery:blockcasing:0>, <extrautils2:drum:3>,
null, <draconicevolution:energy_crystal:2>, <nuclearcraft:salt_fission_wall>],
null, <draconicevolution:energy_crystal:2>, <contenttweaker:antimony_crystal>],
[<nuclearcraft:salt_fission_wall>, <draconicevolution:energy_crystal:2>, null,
<modularmachinery:blockcasing:0>, <techreborn:solar_panel:3>, <modularmachinery:blockcasing:0>,
<modularmachinery:blockcasing:0>, <contenttweaker:mythic_excavation_computer>, <modularmachinery:blockcasing:0>,
null, <draconicevolution:energy_crystal:2>, <nuclearcraft:salt_fission_wall>],
[<nuclearcraft:salt_fission_wall>, <draconicevolution:energy_crystal:2>, null,
[<contenttweaker:antimony_crystal>, <draconicevolution:energy_crystal:2>, null,
<extrautils2:drum:3>, <modularmachinery:blockcasing:0>, <extrautils2:drum:3>,
null, <draconicevolution:energy_crystal:2>, <nuclearcraft:salt_fission_wall>],
null, <draconicevolution:energy_crystal:2>, <contenttweaker:antimony_crystal>],
[null, <nuclearcraft:californium:0>, null,
null, null, null,
@@ -750,16 +750,16 @@ null, <nuclearcraft:californium:0>, null],
<draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>,
<nuclearcraft:californium:0>, <aoa3:dracyon_statue>, <rftools:shield_block4>],
[<contenttweaker:mythic_excavation_computer>, <rftools:shield_block4>, null,
<nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>,
null, <rftools:shield_block4>, <contenttweaker:mythic_excavation_computer>]]);
[<contenttweaker:tellurium_crystal>, <rftools:shield_block4>, null,
<contenttweaker:antimony_crystal>, <nuclearcraft:salt_fission_wall>, <contenttweaker:antimony_crystal>,
null, <rftools:shield_block4>, <contenttweaker:tellurium_crystal>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:runador_cap>*4,
[[<contenttweaker:mythic_excavation_computer>, <rftools:shield_block4>, null,
<nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>,
null, <rftools:shield_block4>, <contenttweaker:mythic_excavation_computer>],
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:runador_cap>*8,
[[<contenttweaker:tellurium_crystal>, <rftools:shield_block4>, null,
<contenttweaker:antimony_crystal>, <nuclearcraft:salt_fission_wall>, <contenttweaker:antimony_crystal>,
null, <rftools:shield_block4>, <contenttweaker:tellurium_crystal>],
[<rftools:shield_block4>, <aoa3:clunkhead_statue>, <nuclearcraft:californium:0>,
<draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>,
@@ -769,17 +769,17 @@ null, <rftools:shield_block4>, <contenttweaker:mythic_excavation_computer>],
null, null, null,
null, <nuclearcraft:californium:0>, null],
[<nuclearcraft:salt_fission_wall>, <draconicevolution:energy_crystal:2>, null,
[<contenttweaker:antimony_crystal>, <draconicevolution:energy_crystal:2>, null,
<extrautils2:drum:3>, <modularmachinery:blockcasing:0>, <extrautils2:drum:3>,
null, <draconicevolution:energy_crystal:2>, <nuclearcraft:salt_fission_wall>],
null, <draconicevolution:energy_crystal:2>, <contenttweaker:antimony_crystal>],
[<nuclearcraft:salt_fission_wall>, <draconicevolution:energy_crystal:2>, null,
<modularmachinery:blockcasing:0>, <techreborn:solar_panel:3>, <modularmachinery:blockcasing:0>,
<modularmachinery:blockcasing:0>, <contenttweaker:mythic_excavation_computer>, <modularmachinery:blockcasing:0>,
null, <draconicevolution:energy_crystal:2>, <nuclearcraft:salt_fission_wall>],
[<nuclearcraft:salt_fission_wall>, <draconicevolution:energy_crystal:2>, null,
[<contenttweaker:antimony_crystal>, <draconicevolution:energy_crystal:2>, null,
<extrautils2:drum:3>, <modularmachinery:blockcasing:0>, <extrautils2:drum:3>,
null, <draconicevolution:energy_crystal:2>, <nuclearcraft:salt_fission_wall>],
null, <draconicevolution:energy_crystal:2>, <contenttweaker:antimony_crystal>],
[null, <nuclearcraft:californium:0>, null,
null, null, null,
@@ -789,16 +789,16 @@ null, <nuclearcraft:californium:0>, null],
<draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>,
<nuclearcraft:californium:0>, <aoa3:clunkhead_statue>, <rftools:shield_block4>],
[<contenttweaker:mythic_excavation_computer>, <rftools:shield_block4>, null,
<nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>,
null, <rftools:shield_block4>, <contenttweaker:mythic_excavation_computer>]]);
[<contenttweaker:tellurium_crystal>, <rftools:shield_block4>, null,
<contenttweaker:antimony_crystal>, <nuclearcraft:salt_fission_wall>, <contenttweaker:antimony_crystal>,
null, <rftools:shield_block4>, <contenttweaker:tellurium_crystal>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:lunalus_cap>*4,
[[<contenttweaker:mythic_excavation_computer>, <rftools:shield_block4>, null,
<nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>,
null, <rftools:shield_block4>, <contenttweaker:mythic_excavation_computer>],
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:lunalus_cap>*8,
[[<contenttweaker:tellurium_crystal>, <rftools:shield_block4>, null,
<contenttweaker:antimony_crystal>, <nuclearcraft:salt_fission_wall>, <contenttweaker:antimony_crystal>,
null, <rftools:shield_block4>, <contenttweaker:tellurium_crystal>],
[<rftools:shield_block4>, <aoa3:visualent_statue>, <nuclearcraft:californium:0>,
<draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>,
@@ -808,17 +808,17 @@ null, <rftools:shield_block4>, <contenttweaker:mythic_excavation_computer>],
null, null, null,
null, <nuclearcraft:californium:0>, null],
[<nuclearcraft:salt_fission_wall>, <draconicevolution:energy_crystal:2>, null,
[<contenttweaker:antimony_crystal>, <draconicevolution:energy_crystal:2>, null,
<extrautils2:drum:3>, <modularmachinery:blockcasing:0>, <extrautils2:drum:3>,
null, <draconicevolution:energy_crystal:2>, <nuclearcraft:salt_fission_wall>],
null, <draconicevolution:energy_crystal:2>, <contenttweaker:antimony_crystal>],
[<nuclearcraft:salt_fission_wall>, <draconicevolution:energy_crystal:2>, null,
<modularmachinery:blockcasing:0>, <techreborn:solar_panel:3>, <modularmachinery:blockcasing:0>,
<modularmachinery:blockcasing:0>, <contenttweaker:mythic_excavation_computer>, <modularmachinery:blockcasing:0>,
null, <draconicevolution:energy_crystal:2>, <nuclearcraft:salt_fission_wall>],
[<nuclearcraft:salt_fission_wall>, <draconicevolution:energy_crystal:2>, null,
[<contenttweaker:antimony_crystal>, <draconicevolution:energy_crystal:2>, null,
<extrautils2:drum:3>, <modularmachinery:blockcasing:0>, <extrautils2:drum:3>,
null, <draconicevolution:energy_crystal:2>, <nuclearcraft:salt_fission_wall>],
null, <draconicevolution:energy_crystal:2>, <contenttweaker:antimony_crystal>],
[null, <nuclearcraft:californium:0>, null,
null, null, null,
@@ -828,6 +828,6 @@ null, <nuclearcraft:californium:0>, null],
<draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>, <draconicevolution:energy_crystal:2>,
<nuclearcraft:californium:0>, <aoa3:visualent_statue>, <rftools:shield_block4>],
[<contenttweaker:mythic_excavation_computer>, <rftools:shield_block4>, null,
<nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>, <nuclearcraft:salt_fission_wall>,
null, <rftools:shield_block4>, <contenttweaker:mythic_excavation_computer>]]);
[<contenttweaker:tellurium_crystal>, <rftools:shield_block4>, null,
<contenttweaker:antimony_crystal>, <nuclearcraft:salt_fission_wall>, <contenttweaker:antimony_crystal>,
null, <rftools:shield_block4>, <contenttweaker:tellurium_crystal>]]);
+19 -19
View File
@@ -9,49 +9,49 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:draconium_electrom
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:awakened_electromagnet>*4,
[[<draconicevolution:draconic_block>, null, <contenttweaker:magnetic_monopole>, <techreborn:fusion_coil>, <contenttweaker:magnetic_monopole>, null, <draconicevolution:draconic_block>],
[null, <extendedcrafting:material:32>, null, <advancedrocketry:structuretower>, null, <extendedcrafting:material:32>, null],
[null, <extendedcrafting:material:33>, null, <advancedrocketry:structuretower>, null, <extendedcrafting:material:33>, null],
[null, null, null, <advancedrocketry:structuretower>, null, null, null],
[<nuclearcraft:fusion_electromagnet_idle>, <advancedrocketry:structuretower>, <advancedrocketry:structuretower>, <contenttweaker:mythic_machine_case>, <advancedrocketry:structuretower>, <advancedrocketry:structuretower>, <nuclearcraft:fusion_electromagnet_idle>],
[null, null, null, <advancedrocketry:structuretower>, null, null, null],
[null, <extendedcrafting:material:32>, null, <advancedrocketry:structuretower>, null, <extendedcrafting:material:32>, null],
[null, <extendedcrafting:material:33>, null, <advancedrocketry:structuretower>, null, <extendedcrafting:material:33>, null],
[<draconicevolution:draconic_block>, null, <contenttweaker:magnetic_monopole>, <techreborn:fusion_coil>, <contenttweaker:magnetic_monopole>, null, <draconicevolution:draconic_block>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:mythic_coil_t1>,
[[<thaumadditions:adaminite_block>, <draconicevolution:crafting_injector:2>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <draconicevolution:crafting_injector:2>, <thaumadditions:adaminite_block>],
[[<draconicevolution:crafting_injector:2>, <techreborn:part:17>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:1>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <techreborn:part:17>, <draconicevolution:crafting_injector:2>],
[<draconicevolution:crafting_injector:2>, <techreborn:fusion_coil>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <techreborn:fusion_coil>, <draconicevolution:crafting_injector:2>],
[<techreborn:part:17>, <techreborn:fusion_coil>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:1>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <techreborn:fusion_coil>, <techreborn:part:17>],
[<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>, <contenttweaker:imperfect_neutronium_nugget>,
<contenttweaker:imperfect_neutronium_nugget>, <nuclearcraft:depleted_fuel_americium:2>, <contenttweaker:imperfect_neutronium_nugget>,
<contenttweaker:imperfect_neutronium_nugget>, <immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>],
[<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>, <contenttweaker:imperfect_neutronium_nugget>,
<materialpart:vibranium_alloy:gear>, <materialpart:vibranium_alloy:gear>, <materialpart:vibranium_alloy:gear>,
<materialpart:vibranium_alloy:gear>, <thaumadditions:adaminite_plate>, <materialpart:vibranium_alloy:gear>,
<contenttweaker:imperfect_neutronium_nugget>, <immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>],
[<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>, <nuclearcraft:depleted_fuel_americium:2>,
<materialpart:vibranium_alloy:gear>, <contenttweaker:mythic_machine_case>, <materialpart:vibranium_alloy:gear>,
<nuclearcraft:depleted_fuel_americium:2>, <immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>],
[<immersiveengineering:metal_decoration0:1>, <immersiveengineering:metal_decoration0:1>, <nuclearcraft:depleted_fuel_americium:2>,
<thaumadditions:adaminite_plate>, <contenttweaker:mythic_machine_case>, <thaumadditions:adaminite_plate>,
<nuclearcraft:depleted_fuel_americium:2>, <immersiveengineering:metal_decoration0:1>, <immersiveengineering:metal_decoration0:1>],
[<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>, <contenttweaker:imperfect_neutronium_nugget>,
<materialpart:vibranium_alloy:gear>, <materialpart:vibranium_alloy:gear>, <materialpart:vibranium_alloy:gear>,
<materialpart:vibranium_alloy:gear>, <thaumadditions:adaminite_plate>, <materialpart:vibranium_alloy:gear>,
<contenttweaker:imperfect_neutronium_nugget>, <immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>],
[<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>, <contenttweaker:imperfect_neutronium_nugget>,
<contenttweaker:imperfect_neutronium_nugget>, <nuclearcraft:depleted_fuel_americium:2>, <contenttweaker:imperfect_neutronium_nugget>,
<contenttweaker:imperfect_neutronium_nugget>, <immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>],
[<draconicevolution:crafting_injector:2>, <techreborn:fusion_coil>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <techreborn:fusion_coil>, <draconicevolution:crafting_injector:2>],
[<techreborn:part:17>, <techreborn:fusion_coil>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:1>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <techreborn:fusion_coil>, <techreborn:part:17>],
[<thaumadditions:adaminite_block>, <draconicevolution:crafting_injector:2>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <draconicevolution:crafting_injector:2>, <thaumadditions:adaminite_block>]]);
[<draconicevolution:crafting_injector:2>, <techreborn:part:17>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <immersiveengineering:metal_decoration0:1>, <immersiveengineering:metal_decoration0:0>,
<immersiveengineering:metal_decoration0:0>, <techreborn:part:17>, <draconicevolution:crafting_injector:2>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:mythic_coil_t2>,
[[<libvulpes:coil0:7>, <contenttweaker:mythic_coil_t1>, <libvulpes:coil0:7>],
+64 -3
View File
@@ -214,6 +214,17 @@ mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:salt_fission_wall>*4
[<thermalfoundation:material:131>, <erebus:materials:0>, <thebetweenlands:items_misc:11>, <tconstruct:large_plate>.withTag({Material: "dreadium"}), <thebetweenlands:items_misc:11>, <erebus:materials:0>, <thermalfoundation:material:131>],
[<bigreactors:ingotcyanite>, <thermalfoundation:material:131>, <nuclearcraft:part:2>, <contenttweaker:tellurium_crystal>, <nuclearcraft:part:2>, <thermalfoundation:material:131>, <bigreactors:ingotcyanite>]]);
mods.thermalexpansion.Insolator.addRecipe(<contenttweaker:ogerite_crystal_lattice>, <contenttweaker:nightfly_egg>, <contenttweaker:meatball>, 10, <contenttweaker:nightfly_egg>, 100, 10);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:salt_fission_wall>*8,
[[<bigreactors:ingotcyanite>, <thermalfoundation:material:131>, <nuclearcraft:part:2>, <contenttweaker:tellurium_crystal>, <nuclearcraft:part:2>, <thermalfoundation:material:131>, <bigreactors:ingotcyanite>],
[<thermalfoundation:material:131>, <erebus:materials:0>, <thebetweenlands:items_misc:11>, <tconstruct:large_plate>.withTag({Material: "dreadium"}), <thebetweenlands:items_misc:11>, <erebus:materials:0>, <thermalfoundation:material:131>],
[<nuclearcraft:part:2>, <thebetweenlands:items_misc:11>, <nuclearcraft:alloy:1>, <contenttweaker:ogerite_crystal_lattice>, <nuclearcraft:alloy:1>, <thebetweenlands:items_misc:11>, <nuclearcraft:part:2>],
[<nuclearcraft:berkelium:1>, <tconstruct:large_plate>.withTag({Material: "dreadium"}), <nuclearcraft:alloy:1>, <nuclearcraft:part:12>, <nuclearcraft:alloy:1>, <tconstruct:large_plate>.withTag({Material: "dreadium"}), <nuclearcraft:berkelium:1>],
[<nuclearcraft:part:2>, <thebetweenlands:items_misc:11>, <nuclearcraft:alloy:1>, <contenttweaker:ogerite_crystal_lattice>, <nuclearcraft:alloy:1>, <thebetweenlands:items_misc:11>, <nuclearcraft:part:2>],
[<thermalfoundation:material:131>, <erebus:materials:0>, <thebetweenlands:items_misc:11>, <tconstruct:large_plate>.withTag({Material: "dreadium"}), <thebetweenlands:items_misc:11>, <erebus:materials:0>, <thermalfoundation:material:131>],
[<bigreactors:ingotcyanite>, <thermalfoundation:material:131>, <nuclearcraft:part:2>, <contenttweaker:tellurium_crystal>, <nuclearcraft:part:2>, <thermalfoundation:material:131>, <bigreactors:ingotcyanite>]]);
recipes.removeShaped(<nuclearcraft:solar_panel_basic>);
@@ -350,12 +361,29 @@ recipes.removeShaped(<nuclearcraft:salt_fission_vessel>);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:salt_fission_vessel>,
[[<nuclearcraft:part:3>, <nuclearcraft:part:3>, <contenttweaker:fiery_rhenium_ingot>, <aoa3:ambient_infusion_stone>, <contenttweaker:fiery_rhenium_ingot>, <nuclearcraft:part:3>, <nuclearcraft:part:3>],
[<nuclearcraft:part:3>, <nuclearcraft:part:7>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:alloy:12>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:part:7>, <nuclearcraft:part:3>],
[<contenttweaker:fiery_rhenium_ingot>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:salt_fission_frame>, <contenttweaker:bismuth_cluster>, <nuclearcraft:salt_fission_frame>, <materialpart:vibranium_alloy:gear>, <contenttweaker:fiery_rhenium_ingot>],
[<contenttweaker:fiery_rhenium_ingot>, <materialpart:sednanite:rod>, <nuclearcraft:salt_fission_frame>, <contenttweaker:bismuth_cluster>, <nuclearcraft:salt_fission_frame>, <materialpart:sednanite:rod>, <contenttweaker:fiery_rhenium_ingot>],
[<aoa3:ambient_infusion_stone>, <nuclearcraft:alloy:12>, <contenttweaker:bismuth_cluster>, <nuclearcraft:part:12>, <contenttweaker:bismuth_cluster>, <nuclearcraft:alloy:12>, <aoa3:ambient_infusion_stone>],
[<contenttweaker:fiery_rhenium_ingot>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:salt_fission_frame>, <contenttweaker:bismuth_cluster>, <nuclearcraft:salt_fission_frame>, <materialpart:vibranium_alloy:gear>, <contenttweaker:fiery_rhenium_ingot>],
[<contenttweaker:fiery_rhenium_ingot>, <materialpart:sednanite:rod>, <nuclearcraft:salt_fission_frame>, <contenttweaker:bismuth_cluster>, <nuclearcraft:salt_fission_frame>, <materialpart:sednanite:rod>, <contenttweaker:fiery_rhenium_ingot>],
[<nuclearcraft:part:3>, <nuclearcraft:part:7>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:alloy:12>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:part:7>, <nuclearcraft:part:3>],
[<nuclearcraft:part:3>, <nuclearcraft:part:3>, <contenttweaker:fiery_rhenium_ingot>, <aoa3:ambient_infusion_stone>, <contenttweaker:fiery_rhenium_ingot>, <nuclearcraft:part:3>, <nuclearcraft:part:3>]]);
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:possessed_fluix>, <fluid:astralsorcery.liquidstarlight>*4000, <fluid:possessed_starlight>*1000]);
mods.nuclearcraft.salt_fission.addRecipe([<fluid:possessed_starlight>*1000, <fluid:whispering_starlight>*1000, 1000.0, 100.0, 1.0]);
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:possessed_fluix>, <fluid:whispering_starlight>*2000, <fluid:whispering_starlight>*4000]);
mods.nuclearcraft.crystallizer.addRecipe([<fluid:whispering_starlight>*100, <contenttweaker:meatball_attuned_crystal>, 1.0, 1.4, 0.8]);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:salt_fission_vessel>*2,
[[<nuclearcraft:part:3>, <nuclearcraft:part:3>, <contenttweaker:fiery_rhenium_ingot>, <contenttweaker:meatball_attuned_crystal>, <contenttweaker:fiery_rhenium_ingot>, <nuclearcraft:part:3>, <nuclearcraft:part:3>],
[<nuclearcraft:part:3>, <nuclearcraft:part:7>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:alloy:12>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:part:7>, <nuclearcraft:part:3>],
[<contenttweaker:fiery_rhenium_ingot>, <materialpart:sednanite:rod>, <nuclearcraft:salt_fission_frame>, <contenttweaker:bismuth_cluster>, <nuclearcraft:salt_fission_frame>, <materialpart:sednanite:rod>, <contenttweaker:fiery_rhenium_ingot>],
[<contenttweaker:meatball_attuned_crystal>, <nuclearcraft:alloy:12>, <contenttweaker:bismuth_cluster>, <nuclearcraft:part:12>, <contenttweaker:bismuth_cluster>, <nuclearcraft:alloy:12>, <contenttweaker:meatball_attuned_crystal>],
[<contenttweaker:fiery_rhenium_ingot>, <materialpart:sednanite:rod>, <nuclearcraft:salt_fission_frame>, <contenttweaker:bismuth_cluster>, <nuclearcraft:salt_fission_frame>, <materialpart:sednanite:rod>, <contenttweaker:fiery_rhenium_ingot>],
[<nuclearcraft:part:3>, <nuclearcraft:part:7>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:alloy:12>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:part:7>, <nuclearcraft:part:3>],
[<nuclearcraft:part:3>, <nuclearcraft:part:3>, <contenttweaker:fiery_rhenium_ingot>, <contenttweaker:meatball_attuned_crystal>, <contenttweaker:fiery_rhenium_ingot>, <nuclearcraft:part:3>, <nuclearcraft:part:3>]]);
recipes.addShaped(<contenttweaker:restless_steel_frame>,
[[<contenttweaker:restless_steel_ingot>, <ore:blockSoularium>, <contenttweaker:restless_steel_ingot>],
[<ore:blockSoularium>, <nuclearcraft:part:12>, <ore:blockSoularium>],
@@ -372,6 +400,15 @@ mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:heat_exchanger_wall>
[<nuclearcraft:alloy:11>, <railcraft:tank_iron_wall>, null, <railcraft:tank_iron_wall>, null, <railcraft:tank_iron_wall>, <nuclearcraft:alloy:11>],
[<ore:blockSteel>, <nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>, <forge:bucketfilled>.withTag({FluidName: "liquidhelium_nak", Amount: 1000}), <nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>, <ore:blockSteel>]]);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:heat_exchanger_wall>*12,
[[<ore:blockSteel>, <nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>, <forge:bucketfilled>.withTag({FluidName: "liquidhelium_nak", Amount: 1000}), <nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>, <ore:blockSteel>],
[<nuclearcraft:alloy:11>, <railcraft:tank_iron_wall>, null, <contenttweaker:ogerite_crystal_lattice>, null, <railcraft:tank_iron_wall>, <nuclearcraft:alloy:11>],
[<nuclearcraft:alloy:11>, null, <thebetweenlands:items_misc:24>, <thaumicaugmentation:impetus_drainer>, <thebetweenlands:items_misc:24>, null, <nuclearcraft:alloy:11>],
[<forge:bucketfilled>.withTag({FluidName: "liquidhelium_nak", Amount: 1000}), <contenttweaker:ogerite_crystal_lattice>, <thaumicaugmentation:impetus_drainer>, <contenttweaker:restless_steel_frame>, <thaumicaugmentation:impetus_drainer>, <contenttweaker:ogerite_crystal_lattice>, <forge:bucketfilled>.withTag({FluidName: "liquidhelium_nak", Amount: 1000})],
[<nuclearcraft:alloy:11>, null, <thebetweenlands:items_misc:24>, <thaumicaugmentation:impetus_drainer>, <thebetweenlands:items_misc:24>, null, <nuclearcraft:alloy:11>],
[<nuclearcraft:alloy:11>, <railcraft:tank_iron_wall>, null, <contenttweaker:ogerite_crystal_lattice>, null, <railcraft:tank_iron_wall>, <nuclearcraft:alloy:11>],
[<ore:blockSteel>, <nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>, <forge:bucketfilled>.withTag({FluidName: "liquidhelium_nak", Amount: 1000}), <nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>, <ore:blockSteel>]]);
recipes.addShaped(<contenttweaker:stellar_alloy_shaft>,
[[<ore:blockSoularium>, <ore:blockStellarAlloy>, <ore:blockSoularium>],
[<ore:blockSoularium>, <ore:blockStellarAlloy>, <ore:blockSoularium>],
@@ -399,7 +436,7 @@ recipes.removeShaped(<nuclearcraft:heat_exchanger_tube_thermoconducting>);
recipes.removeShaped(<nuclearcraft:heat_exchanger_tube_copper>);
recipes.removeShaped(<nuclearcraft:heat_exchanger_tube_hard_carbon>);
mods.nuclearcraft.alloy_furnace.addRecipe([<techreborn:upgrades:3>, <bewitchment:golden_thread>*32, <contenttweaker:superconducting_thread>]);
mods.nuclearcraft.alloy_furnace.addRecipe([<techreborn:upgrades:3>, <bewitchment:golden_thread>*32, <contenttweaker:superconducting_thread>*8]);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:heat_exchanger_tube_thermoconducting>*4,
[[<nuclearcraft:part:3>, <nuclearcraft:part:3>, <aoa3:radiant_infusion_stone>,
@@ -461,6 +498,15 @@ mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:turbine_wall>*4,
[<techreborn:storage2:0>, <contenttweaker:meatballium_324>, <techreborn:storage2:0>, <nuclearcraft:alloy:15>, <techreborn:storage2:0>, <contenttweaker:meatballium_324>, <techreborn:storage2:0>],
[<ore:plateDU>, <techreborn:storage2:0>, <bewitchment:stew_of_the_grotesque>, <nuclearcraft:alloy:15>, <bewitchment:stew_of_the_grotesque>, <techreborn:storage2:0>, <ore:plateDU>]]);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:turbine_wall>*8,
[[<ore:plateDU>, <techreborn:storage2:0>, <bewitchment:stew_of_the_grotesque>, <contenttweaker:superconducting_mithril>, <bewitchment:stew_of_the_grotesque>, <techreborn:storage2:0>, <ore:plateDU>],
[<techreborn:storage2:0>, <contenttweaker:meatballium_324>, <techreborn:storage2:0>, <nuclearcraft:alloy:15>, <techreborn:storage2:0>, <contenttweaker:meatballium_324>, <techreborn:storage2:0>],
[<bewitchment:stew_of_the_grotesque>, <techreborn:storage2:0>, <ore:plateDU>, <nuclearcraft:alloy:15>, <ore:plateDU>, <techreborn:storage2:0>, <bewitchment:stew_of_the_grotesque>],
[<contenttweaker:superconducting_mithril>, <nuclearcraft:alloy:15>, <nuclearcraft:alloy:15>, <contenttweaker:restless_steel_frame>, <nuclearcraft:alloy:15>, <nuclearcraft:alloy:15>, <contenttweaker:superconducting_mithril>],
[<bewitchment:stew_of_the_grotesque>, <techreborn:storage2:0>, <ore:plateDU>, <nuclearcraft:alloy:15>, <ore:plateDU>, <techreborn:storage2:0>, <bewitchment:stew_of_the_grotesque>],
[<techreborn:storage2:0>, <contenttweaker:meatballium_324>, <techreborn:storage2:0>, <nuclearcraft:alloy:15>, <techreborn:storage2:0>, <contenttweaker:meatballium_324>, <techreborn:storage2:0>],
[<ore:plateDU>, <techreborn:storage2:0>, <bewitchment:stew_of_the_grotesque>, <contenttweaker:superconducting_mithril>, <bewitchment:stew_of_the_grotesque>, <techreborn:storage2:0>, <ore:plateDU>]]);
recipes.removeShaped(<nuclearcraft:turbine_frame>);
recipes.addShaped(<nuclearcraft:turbine_frame>,
@@ -494,4 +540,19 @@ mods.nuclearcraft.fuel_reprocessor.addRecipe([<contenttweaker:depleted_heuf_fuel
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:meatballium_323>, <contenttweaker:meatballium_328>, <contenttweaker:meatballium_ingot>]);
recipes.removeShaped(<nuclearcraft:salt_fission_heater>);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:salt_fission_heater>,
[[<nuclearcraft:part:3>, <nuclearcraft:alloy:12>, <nuclearcraft:part:7>, <nuclearcraft:alloy:12>, <nuclearcraft:part:3>],
[<nuclearcraft:alloy:12>, <contenttweaker:jeweled_runium>, <materialpart:vibranium:rod>, <contenttweaker:jeweled_runium>, <nuclearcraft:alloy:12>],
[<aoa3:gleaming_infusion_stone>, <nuclearcraft:part:5>, <nuclearcraft:part:12>, <nuclearcraft:part:5>, <aoa3:gleaming_infusion_stone>],
[<nuclearcraft:alloy:12>, <contenttweaker:jeweled_runium>, <materialpart:vibranium:rod>, <contenttweaker:jeweled_runium>, <nuclearcraft:alloy:12>],
[<nuclearcraft:part:3>, <nuclearcraft:alloy:12>, <nuclearcraft:part:7>, <nuclearcraft:alloy:12>, <nuclearcraft:part:3>]]);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:salt_fission_heater>*2,
[[<nuclearcraft:part:3>, <nuclearcraft:alloy:12>, <nuclearcraft:part:7>, <nuclearcraft:alloy:12>, <nuclearcraft:part:3>],
[<nuclearcraft:alloy:12>, <contenttweaker:jeweled_runium>, <materialpart:vibranium:rod>, <contenttweaker:jeweled_runium>, <nuclearcraft:alloy:12>],
[<contenttweaker:meatball_attuned_crystal>, <nuclearcraft:part:5>, <nuclearcraft:part:12>, <nuclearcraft:part:5>, <contenttweaker:meatball_attuned_crystal>],
[<nuclearcraft:alloy:12>, <contenttweaker:jeweled_runium>, <materialpart:vibranium:rod>, <contenttweaker:jeweled_runium>, <nuclearcraft:alloy:12>],
[<nuclearcraft:part:3>, <nuclearcraft:alloy:12>, <nuclearcraft:part:7>, <nuclearcraft:alloy:12>, <nuclearcraft:part:3>]]);
+119 -15
View File
@@ -44,18 +44,21 @@ mods.nuclearcraft.melter.addRecipe([<contenttweaker:phosphorous_crystal>, <fluid
// making chlorine, francium, and bromine
mods.nuclearcraft.dissolver.addRecipe([<ore:dustSalt>, <fluid:water>*100, <fluid:salt_water>*100, 0.9, 0.2, 0.1]);
mods.nuclearcraft.dissolver.addRecipe([<ore:dustSalt>, <fluid:water>*100, <fluid:salt_water>*100, 0.9, 0.2, 0.0]);
mods.nuclearcraft.electrolyser.addRecipe([<fluid:salt_water>*20, <fluid:chlorine>*4, <fluid:sodium>*4, <fluid:mineral_water>*12, null, 0.1, 0.9, 0.2]);
mods.nuclearcraft.electrolyser.addRecipe([<fluid:salt_water>*20, <fluid:chlorine>*4, <fluid:sodium>*4, <fluid:mineral_water>*12, null, 0.1, 0.9, 0.0]);
mods.nuclearcraft.heat_exchanger.addRecipe([<fluid:mineral_water>*10, <fluid:brine>*20, 80000.0, 300, 700]);
mods.nuclearcraft.electrolyser.addRecipe([<fluid:brine>*20, <fluid:chlorine>*4, <fluid:sodium>*4, <fluid:saline_remains>*12, null, 0.1, 0.9, 0.2]);
mods.nuclearcraft.electrolyser.addRecipe([<fluid:brine>*20, <fluid:chlorine>*4, <fluid:sodium>*4, <fluid:saline_remains>*12, null, 0.1, 0.9, 0.0]);
mods.nuclearcraft.electrolyser.addRecipe([<fluid:saline_remains>*10, <fluid:francium>*5, <fluid:bromine>*5, null, null, 0.1, 0.9, 0.2]);
mods.nuclearcraft.electrolyser.addRecipe([<fluid:saline_remains>*10, <fluid:francium>*5, <fluid:bromine>*5, null, null, 0.1, 0.9, 0.0]);
mods.nuclearcraft.melter.removeRecipeWithOutput([<fluid:brine>]);
mods.nuclearcraft.crystallizer.addRecipe([<fluid:saline_remains>*16000, <contenttweaker:low_density_salt>]);
// making calcium
mods.nuclearcraft.melter.addRecipe([<contenttweaker:calcite_gem>, <fluid:molten_calcite>*144]);
@@ -128,9 +131,9 @@ niobiumaccelerator.build();
// making molybdenum
mods.bloodmagic.TartaricForge.addRecipe(<contenttweaker:crystallized_tungstensteel>,[<contenttweaker:eternal_tulite>, <techreborn:storage2:0>, <enderio:item_alloy_endergy_ball:2>, <divinerpg:vamacheron_crystal>], 100,20);
mods.bloodmagic.TartaricForge.addRecipe(<contenttweaker:crystallized_tungstensteel>,[<contenttweaker:ender_dolomite>, <techreborn:storage2:0>, <enderio:item_alloy_endergy_ball:2>, <divinerpg:vamacheron_crystal>], 100,20);
mods.nuclearcraft.manufactory.addRecipe([<contenttweaker:crystallized_tungstensteel>, <contenttweaker:tungsten_molybdenum_dust>]);
mods.techreborn.industrialGrinder.addRecipe(<techreborn:dust:55>, <contenttweaker:tungsten_molybdenum_dust>, <thermalfoundation:material:96>, null, <contenttweaker:crystallized_tungstensteel>, null, 30, 25);
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:tungsten_molybdenum_dust>, <fluid:manyullyn>*144, <fluid:tungsten_molybdenum_mix>*144]);
@@ -150,7 +153,7 @@ mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:lanthanum_salt>, <fluid:f
mods.nuclearcraft.supercooler.addRecipe([<fluid:dense_plasma>*1000, <fluid:triple_point_fluid>*10, 0.1, 1.5, 6.0]);
mods.nuclearcraft.irradiator.addRecipe([<fluid:netrino_plasma>*10, <fluid:triple_point_fluid>*100, <fluid:meitnerium>*50, <fluid:neutron>*100, 0.2, 1.8, 2.5]);
mods.nuclearcraft.irradiator.addRecipe([<fluid:atomic_nuclei>*10, <fluid:unbalanced_negative_matter>*50, <fluid:meitnerium>*50, <fluid:neutron>*100, 0.2, 1.8, 2.5]);
// making ruthenium
@@ -207,7 +210,9 @@ recipes.addShaped(<contenttweaker:seaborgium_chunk>,
[<contenttweaker:tritium_crystal>, <contenttweaker:aethite_chunk>, <contenttweaker:tritium_crystal>],
[<environmentaltech:mica>, <contenttweaker:tritium_crystal>, <environmentaltech:mica>]]);
mods.tconstruct.Melting.addRecipe(<fluid:seaborgium> * 144,<contenttweaker:seaborgium_chunk>);
mods.tconstruct.Melting.addRecipe(<fluid:seaborgium> * 250,<contenttweaker:seaborgium_chunk>);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:seaborgium_chunk>, <fluid:seaborgium>*144]);
// making indium
@@ -245,7 +250,11 @@ mods.nuclearcraft.melter.addRecipe([<contenttweaker:tantalum_chunk>, <fluid:tant
// making osmium
mods.nuclearcraft.melter.addRecipe([<agricraft:agri_nugget:11>, <fluid:osmium>*20]);
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:osmium_egg>, <mysticalagriculture:fire_essence>, <contenttweaker:osmium_ingot>]);
mods.nuclearcraft.melter.addRecipe([<agricraft:agri_nugget:11>, <fluid:osmium>*16]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:osmium_ingot>, <fluid:osmium>*144]);
// making mercury
@@ -292,9 +301,11 @@ mods.nuclearcraft.fusion.addRecipe([<fluid:americium_243>*10, <fluid:neon>*10, <
// making bohrium
mods.nuclearcraft.irradiator.addRecipe([<fluid:electrons>*50, <fluid:neutron>*50, <fluid:relativistic_matter>*200, null]);
mods.nuclearcraft.irradiator.addRecipe([<fluid:triple_point_fluid>*1000, <fluid:sednanite>*1000, <fluid:relativistic_matter>*200, null]);
mods.nuclearcraft.dissolver.addRecipe([<materialpart:rhenium:dust>, <fluid:relativistic_matter>*20, <fluid:bohrium>*40]);
mods.nuclearcraft.irradiator.addRecipe([<fluid:electrons>*25, <fluid:dense_plasma>*1000, <fluid:unbalanced_negative_matter>*200, null]);
mods.nuclearcraft.dissolver.addRecipe([<materialpart:rhenium:dust>, <fluid:unbalanced_negative_matter>*50, <fluid:bohrium>*40]);
// making cerium
@@ -410,9 +421,9 @@ mods.avaritia.Compressor.add("compressorrelativistic", <contenttweaker:everlasti
recipes.addShapeless(<contenttweaker:stable_oganesson>,
[<contenttweaker:everlasting_fusor>.reuse(),
<nuclearcraft:californium:12>,
<ore:ingotBoron>,
<ore:ingotBoron>]);
<ore:ingotPlutonium>,
<ore:ingotMagnesium>,
<ore:ingotMagnesium>]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:stable_oganesson>, <fluid:oganesson>*144]);
@@ -470,7 +481,7 @@ mods.nuclearcraft.melter.addRecipe([<contenttweaker:holmium_ingot>, <fluid:holmi
recipes.addShaped(<contenttweaker:sedna_cluster>,
[[<advancedrocketry:crystal:0>, <contenttweaker:hyperchitinous_plate>, <advancedrocketry:crystal:3>],
[<advancedrocketry:crystal:1>, <ore:dustPetrotheum>, <advancedrocketry:crystal:4>],
[<advancedrocketry:crystal:2>, <contenttweaker:hyperchitinous_plate>, <advancedrocketry:crystal:5>]]);
[<advancedrocketry:crystal:2>, <materialpart:sednanite:dust>, <advancedrocketry:crystal:5>]]);
mods.nuclearcraft.manufactory.addRecipe([<contenttweaker:sedna_cluster>, <contenttweaker:sedna_dust>]);
@@ -502,3 +513,96 @@ mods.nuclearcraft.melter.addRecipe([<contenttweaker:lutetium_cluster>, <fluid:lu
mods.nuclearcraft.isotope_separator.addRecipe([<extendedcrafting:material:32>, <contenttweaker:stable_darmstadtium>, <extendedcrafting:material:48>]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:stable_darmstadtium>, <fluid:darmstadtium>*144]);
// making roentgenium
mods.nuclearcraft.melter.addRecipe([<draconicevolution:draconic_ingot>, <fluid:molten_awakened>*144]);
val roentgeniumaccelerator = RecipeBuilder.newBuilder("roentgeniumaccelerator","mythic_accelerator",40);
roentgeniumaccelerator.addEnergyPerTickInput(2000000);
roentgeniumaccelerator.addFluidInput(<fluid:molten_awakened>*144);
roentgeniumaccelerator.addFluidOutput(<fluid:roentgenium>*72);
roentgeniumaccelerator.build();
// making copernicium
mods.nuclearcraft.centrifuge.addRecipe([<fluid:primal_ogerite>*144, <fluid:decay_inducing_matter>*72, <fluid:energetic_ogerite>*72, null, null, 0.1, 0.1, 0.002]);
mods.nuclearcraft.dissolver.addRecipe([<projecte:item.pe_fuel:2>, <fluid:decay_inducing_matter>*50, <fluid:copernicium>*50]);
// making nihonium
recipes.addShaped(<contenttweaker:stable_nihonium>,
[[<twilightforest:cube_talisman>, <twilightforest:cube_talisman>, <twilightforest:cube_talisman>],
[<twilightforest:cube_talisman>, <draconicevolution:chaos_shard:3>, <twilightforest:cube_talisman>],
[<twilightforest:cube_talisman>, <twilightforest:cube_talisman>, <twilightforest:cube_talisman>]]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:stable_nihonium>, <fluid:nihonium>*50]);
// making flerovium
// see draconic infusion
mods.nuclearcraft.melter.addRecipe([<contenttweaker:flerovium_matrix>, <fluid:flerovium>*144]);
// making moscovium
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:rainbow_egg>,
[[<chickens:colored_egg:0>, <chickens:colored_egg:1>, <chickens:colored_egg:2>, <chickens:colored_egg:3>, <chickens:colored_egg:4>],
[<chickens:colored_egg:15>, null, null, null, <chickens:colored_egg:5>],
[<chickens:colored_egg:14>, null, <contenttweaker:amber_egg>, null, <chickens:colored_egg:6>],
[<chickens:colored_egg:13>, null, null, null, <chickens:colored_egg:7>],
[<chickens:colored_egg:12>, <chickens:colored_egg:11>, <chickens:colored_egg:10>, <chickens:colored_egg:9>, <chickens:colored_egg:8>]]);
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:rainbow_egg>, <extratrees:food:33>, <contenttweaker:disgusting_omelette>]);
mods.thermalexpansion.Centrifuge.addRecipe([<contenttweaker:moscovium_traces> % 90, <erebus:flower_seed:14> % 90, <enderio:item_material:50> % 40, <techreborn:dust:67> % 50], <contenttweaker:disgusting_omelette>, null, 1000);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:moscovium_traces>, <fluid:moscovium>*100]);
// making livermorium
recipes.addShapeless(<contenttweaker:livermorium_sliver>,
[<aoa3:primordial_staff>.reuse(),
<contenttweaker:primordial_sliver>]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:livermorium_sliver>, <fluid:livermorium>*20]);
// making technetium
mods.nuclearcraft.melter.addRecipe([<contenttweaker:technetium_remains>, <fluid:livermorium>*20]);
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:technetium_remains>, <ore:dustSulfur>*2, <contenttweaker:technetium_disulfide>]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:technetium_disulfide>, <fluid:technetium_disulfide>*100]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:technetium_disulfide>*100, <fluid:purifying_fluid>*100, <fluid:primed_technetium>*200, null]);
mods.nuclearcraft.crystallizer.addRecipe([<fluid:primed_technetium>*10, <contenttweaker:technetium_remains>]);
// making tennessine
mods.thaumcraft.SmeltingBonus.addSmeltingBonus(<divinerpg:teaker_lump>, <contenttweaker:tennessine_gem> % 10);
mods.thaumcraft.SmeltingBonus.addSmeltingBonus(<divinerpg:amthirmis_lump>, <contenttweaker:tennessine_gem> % 15);
mods.thaumcraft.SmeltingBonus.addSmeltingBonus(<divinerpg:darven_lump>, <contenttweaker:tennessine_gem> % 20);
mods.thaumcraft.SmeltingBonus.addSmeltingBonus(<divinerpg:cermile_lump>, <contenttweaker:tennessine_gem> % 40);
mods.thaumcraft.SmeltingBonus.addSmeltingBonus(<divinerpg:pardimal_lump>, <contenttweaker:tennessine_gem> % 50);
mods.thaumcraft.SmeltingBonus.addSmeltingBonus(<divinerpg:quadrotic_lump>, <contenttweaker:tennessine_gem> % 60);
mods.thaumcraft.SmeltingBonus.addSmeltingBonus(<divinerpg:karos_lump>, <contenttweaker:tennessine_gem> % 70);
mods.thaumcraft.SmeltingBonus.addSmeltingBonus(<divinerpg:heliosis_lump>, <contenttweaker:tennessine_gem> % 80);
mods.thaumcraft.SmeltingBonus.addSmeltingBonus(<divinerpg:arksiane_lump>, <contenttweaker:tennessine_gem> % 90);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:tennessine_gem>, <fluid:tennessine>*400]);
// making meatballium
mods.nuclearcraft.melter.addRecipe([<contenttweaker:meatballium_ingot>, <fluid:meatballium>*144]);
+10
View File
@@ -102,6 +102,15 @@ mods.extendedcrafting.TableCrafting.addShaped(<techreborn:fusion_coil>,
[<techreborn:part:0>, null, null, <techreborn:part:17>, null, null, <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>*4,
[[<techreborn:part:0>, <techreborn:part:0>, <forestry:peat>, <techreborn:plates:16>, <forestry:peat>, <techreborn:part:0>, <techreborn:part:0>],
[<techreborn:part:0>, <draconicevolution:draconic_ingot>, null, <techreborn:part:17>, null, <draconicevolution:draconic_ingot>, <techreborn:part:0>],
[<forestry:peat>, null, <techreborn:iridiumneutronreflector>, <techreborn:part:14>, <techreborn:iridiumneutronreflector>, null, <forestry:peat>],
[<contenttweaker:crystalline_lens>, <contenttweaker:cursed_slime>, <techreborn:part:14>, <techreborn:machine_casing:2>, <techreborn:part:14>, <contenttweaker:cursed_slime>, <contenttweaker:crystalline_lens>],
[<forestry:peat>, null, <techreborn:iridiumneutronreflector>, <techreborn:part:14>, <techreborn:iridiumneutronreflector>, null, <forestry:peat>],
[<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>]]);
recipes.addShaped(<contenttweaker:crystalline_lens>,
[[<ore:paneGlass>, <botania:manaresource:0>, <ore:paneGlass>],
[<botania:manaresource:0>, <bewitchment:crystal_ball>.reuse(), <botania:manaresource:0>],
@@ -174,3 +183,4 @@ recipes.addShaped(<techreborn:distillation_tower>,
[<techreborn:extractor>, <techreborn:machine_frame:2>, <techreborn:extractor>],
[<techreborn:industrial_electrolyzer>, <techreborn:part:0>, <techreborn:industrial_electrolyzer>]]);
mods.techreborn.assemblingMachine.addRecipe(<techreborn:part:39>, <draconicevolution:draconic_ingot>, <techreborn:part:17>, 10, 8);
+30 -1
View File
@@ -416,4 +416,33 @@ recursivetesseract.itemRightClick = function(stack, world, player, hand) {
return "Pass";
};
recursivetesseract.glowing = true;
recursivetesseract.register();
recursivetesseract.register();
var starcore = VanillaFactory.createItem("star_core");
starcore.maxStackSize = 1;
starcore.itemRightClick = function(stack, world, player, hand) {
Commands.call("fill ~-1 ~-1 ~-1 ~1 ~1 ~1 contenttweaker:miniature_star 0 replace contenttweaker:sednanite_stabilizer", player, world, true, true);
return "Pass";
};
starcore.glowing = true;
starcore.register();
var pulsarcore = VanillaFactory.createItem("pulsar_core");
pulsarcore.maxStackSize = 1;
pulsarcore.itemRightClick = function(stack, world, player, hand) {
Commands.call("fill ~-1 ~-1 ~-1 ~1 ~1 ~1 contenttweaker:miniature_pulsar 0 replace contenttweaker:sednanite_stabilizer", player, world, true, true);
return "Pass";
};
pulsarcore.glowing = true;
pulsarcore.register();
var blackholecore = VanillaFactory.createItem("black_hole_core");
blackholecore.maxStackSize = 1;
blackholecore.itemRightClick = function(stack, world, player, hand) {
Commands.call("fill ~-1 ~-1 ~-1 ~1 ~1 ~1 contenttweaker:miniature_black_hole 0 replace contenttweaker:sednanite_stabilizer", player, world, true, true);
return "Pass";
};
blackholecore.glowing = true;
blackholecore.register();
+1 -1
View File
@@ -291,7 +291,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:shield_of_terra>,
// twilight saplings & twilight duplication
recipes.addShaped(<contenttweaker:harbinger_callstone>,
[[<ore:ingotMithminite>, <thaumicaugmentation:research_notes:0>, <ore:ingotMithminite>],
[[<ore:ingotMithminite>, <contenttweaker:crimson_gem>, <ore:ingotMithminite>],
[<contenttweaker:crimson_gem>, <contenttweaker:harbinger_crystal>, <contenttweaker:crimson_gem>],
[<ore:ingotMithminite>, <contenttweaker:crimson_gem>, <ore:ingotMithminite>]]);
+10
View File
@@ -185,3 +185,13 @@ recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "plustic:laser_medium"
[<environmentaltech:laser_lens_crystal>, <tconstruct:pattern>, <environmentaltech:laser_lens_crystal>],
[<environmentaltech:laser_lens_crystal>, <contenttweaker:flood_stone>, <environmentaltech:laser_lens_crystal>]]);
recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "plustic:pipe_piece"}),
[[<buildcrafttransport:wire:9>, <contenttweaker:flying_meatball>, <buildcrafttransport:wire:9>],
[<buildcrafttransport:wire:9>, <tconstruct:pattern>, <buildcrafttransport:wire:9>],
[<buildcrafttransport:wire:9>, <contenttweaker:flying_meatball>, <buildcrafttransport:wire:9>]]);
recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "plustic:battery_cell"}),
[[null, <techreborn:lapotronicorb>, null],
[null, <tconstruct:pattern>, null],
[null, <contenttweaker:mithminite_core>, null]]);
+100 -8
View File
@@ -138,11 +138,13 @@
<abyssalcraft:coraliumstone>.addTooltip(format.red("Coralium Infused Stone is Craftable"));
<abyssalcraft:shadowfragment>.addTooltip(format.red("Shadow Creature spawn eggs are craftable"));
<abyssalcraft:shadowfragment>.addTooltip(format.red("Dropped by shadow monsters, found in darklands biomes"));
<abyssalcraft:shadowshard>.addTooltip(format.red("Dropped by shadow monsters, found in darklands biomes"));
<abyssalcraft:shadowgem>.addTooltip(format.red("Dropped by shadow monsters, found in darklands biomes"));
<abyssalcraft:shadowshard>.addTooltip(format.red("Shadow Creature spawn eggs are craftable"));
<abyssalcraft:shadowgem>.addTooltip(format.red("Shadow Creature spawn eggs are craftable"));
<abyssalcraft:shadowfragment>.addTooltip(format.red("Shadow Creature spawn eggs are craftable if you're unlucky"));
<abyssalcraft:shadowshard>.addTooltip(format.red("Shadow Creature spawn eggs are craftable if you're unlucky"));
<abyssalcraft:shadowgem>.addTooltip(format.red("Shadow Creature spawn eggs are craftable if you're unlucky"));
<abyssalcraft:shoggothflesh:0>.addTooltip(format.red("Dropped by Shoggoths in their lair found in the Overworld"));
@@ -992,7 +994,11 @@
<bewitchment:dragons_blood_resin>.addTooltip(format.red("Use a boline on dragon's blood tree"));
<contenttweaker:muon_crystal>.addTooltip(format.red("Do youself a favor, set this on autocrafting, automation is not worth it"));
<contenttweaker:muon_crystal>.addTooltip(format.red("You can autocraft and save on accelerators"));
<contenttweaker:muon_crystal>.addTooltip(format.red("You can automate and you'll have more"));
<contenttweaker:strings_crystal>.addTooltip(format.red("You can autocraft and save on accelerators"));
<contenttweaker:strings_crystal>.addTooltip(format.red("You can automate and you'll have more"));
<contenttweaker:serpentine>.addTooltip(format.red("Found on a planet (or moon) in the sol system - mined using a netherite tinker's tool - found near iron blocks"));
@@ -1096,8 +1102,6 @@
<environmentaltech:litherite_crystal>.addTooltip(format.red("You should get started with a builder in quarry mod, crafting these will take a while..."));
<contenttweaker:golem_core>.addTooltip(format.red("Found at the top of battle towers"));
<contenttweaker:dimensional_ingot>.addTooltip(format.red("Found in the deep dark"));
<contenttweaker:experienced_spider_eye>.addTooltip(format.red("Essence is made by the mob crusher"));
@@ -1370,7 +1374,7 @@
<contenttweaker:whispering_meatball>.addTooltip(format.red("Found on Pixonia - Reusable in recipe"));
<contenttweaker:everlasting_fusor>.addTooltip(format.red("Reusable in recipes"));
<contenttweaker:everlasting_fusor>.addTooltip(format.red("Reusable in crafting recipe"));
<simplevoidworld:portal>.addTooltip(format.red("Many thanks to Popi, ChaosStrikez, and Fios for making the skybox possible!"));
@@ -1383,3 +1387,91 @@
<contenttweaker:sympan_spirit>.addTooltip(format.red("Reusable"));
<contenttweaker:matrix_ore>.addTooltip(format.red("Use the ore excavator in Shyrelands, Matrix vein"));
<contenttweaker:everlasting_fusor>.addTooltip(format.red("Make four of these"));
<materialpart:abyssite:ingot>.addTooltip(format.red("You can pump plasma out of a fusion reactor"));
<materialpart:abyssite:ingot>.addTooltip(format.red("Use redstone clocks to alternate when pump and fusion reactor are on"));
<twilightforest:cube_talisman>.addTooltip(format.red("Dropped by Roving Cubes"));
<aoa3:primordial_staff>.addTooltip(format.red("Reusable in recipe"));
<contenttweaker:technetium_remains>.addTooltip(format.red("Can be multiplied in an infinite loop"));
<ore:dragonScaleBlock>.addTooltip(format.red("Automate using the Aeldunari"));
<contenttweaker:lanthanum_salt>.addTooltip(format.red("If you don't want to automate it, batch craft a large amount"));
<contenttweaker:tennessine_gem>.addTooltip(format.red("Throw the various lumps into an infernal furnace"));
<contenttweaker:tennessine_gem>.addTooltip(format.red("The higher the level, the higher the chance"));
<contenttweaker:scale_of_the_ancient_heart>.addTooltip(format.red("Use the call of the arbiter"));
<contenttweaker:pure_egg>.addTooltip(format.red("Found on Vibe"));
<contenttweaker:star_core>.addTooltip(format.red("Stand on top of a sednanite stabilizer"));
<contenttweaker:pulsar_core>.addTooltip(format.red("Stand on top of a sednanite stabilizer"));
<contenttweaker:black_hole_core>.addTooltip(format.red("Stand on top of a sednanite stabilizer"));
<contenttweaker:miniature_black_hole>.addTooltip(format.red("Use the black hole core"));
<contenttweaker:miniature_pulsar>.addTooltip(format.red("Use the pulsar core"));
<contenttweaker:miniature_star>.addTooltip(format.red("Use the star core"));
<contenttweaker:defined_block>.addTooltip(format.red("You don't have to craft this if you don't want to..."));
<contenttweaker:vibrating_stone>.addTooltip(format.red("Found on Vibe"));
<contenttweaker:resonating_stone>.addTooltip(format.red("Found on Apichisi"));
<contenttweaker:superconducting_mithril>.addTooltip(format.red("Automate this, to make the next accelerators easier"));
<bloodmagic:soul_forge>.addTooltip(format.red("You can ignore one of the recipes"));
<enderio:block_travel_anchor>.addTooltip(format.red("Teleportation! Communicate between each other at short range"));
<enderio:item_travel_staff>.addTooltip(format.red("Teleportation! Moves a few blocks, or teleports to travel anchors"));
<contenttweaker:fragment_of_the_arbiter>.addTooltip(format.red("Found on luna"));
<contenttweaker:fragment_of_the_arbiter>.addTooltip(format.red("reusable in recipes to make moon turf"));
<integrateddynamics:variablestore>.addTooltip(format.red("Use command /integrateddynamics networkdiagnostics to troubleshoot lag"));
<integrateddynamics:variablestore>.addTooltip(format.red("This mod has a low chance to cause bad crashes on servers"));
<contenttweaker:meatball_attuned_crystal>.addTooltip(format.red("Careful, making this causes a lot of radiation!"));
<contenttweaker:meatball_attuned_crystal>.addTooltip(format.red("Whispering starlight can be duped after making the initial batch in a salt reactor"));
<contenttweaker:singularity_master>.addTooltip(format.red("Increases the astral level cap to 40"));
<contenttweaker:draconic_key>.addTooltip(format.red("Increases the astral level cap to 50"));
<contenttweaker:ancient_elven_knowledge>.addTooltip(format.red("Increases the astral level cap to 70"));
<contenttweaker:minor_vethea_binding>.addTooltip(format.red("Increases the astral level cap to 100"));
<aoa3:primed_ghoulasm>.addTooltip(format.red("Use a ghoulasm on a haunting table"));
<aoa3:ghoulasm>.addTooltip(format.red("Dropped by greckon mobs"));
<aoa3:primed_ghoulasm>.addTooltip(format.red("Combine with the right essentia crystals - Greckon will guide you"));
<contenttweaker:ghoul_spirit>.addTooltip(format.red("Start from some ghoulasm - Greckon will guide you"));
<aoa3:dense_rock>.addTooltip(format.red("Dropped by deeplands mobs"));
<contenttweaker:livermorium_sliver>.addTooltip(format.red("Make a runicorn farm"));
<contenttweaker:arcane_prison_key>.addTooltip(format.red("Right click to summon a boss"));
<contenttweaker:unusually_heavy_bone>.addTooltip(format.red("Right click to summon a boss"));
<contenttweaker:recursion_prison_key>.addTooltip(format.red("Callstone"));
+16 -16
View File
@@ -29,7 +29,7 @@ null, <contenttweaker:jeweled_runium>, null,
null, <materialpart:myrmitite:ingot>, <contenttweaker:jeweled_runium>],
[<materialpart:myrmitite:ingot>, <divinerpg:eden_heart>, null,
<divinerpg:eden_chunk>, null, <divinerpg:eden_chunk>,
<divinerpg:eden_chunk>, <contenttweaker:lanthanum_salt>, <divinerpg:eden_chunk>,
null, <divinerpg:eden_heart>, <materialpart:myrmitite:ingot>],
[<divinerpg:divine_shards>, null, <materialpart:vibranium:ingot>,
@@ -40,9 +40,9 @@ null, <extendedcrafting:singularity:5>, null,
<materialpart:vibranium:ingot>, <contenttweaker:eden_core>, <materialpart:vibranium:ingot>,
null, <divinerpg:eden_chunk>, null],
[<contenttweaker:jeweled_runium>, null, <abyssalcraft:essence:2>,
[<contenttweaker:jeweled_runium>, <contenttweaker:lanthanum_salt>, <abyssalcraft:essence:2>,
<contenttweaker:eden_core>, <divinerpg:divine_rock>, <contenttweaker:eden_core>,
<abyssalcraft:essence:2>, null, <contenttweaker:jeweled_runium>],
<abyssalcraft:essence:2>, <contenttweaker:lanthanum_salt>, <contenttweaker:jeweled_runium>],
[null, <divinerpg:eden_chunk>, null,
<materialpart:vibranium:ingot>, <contenttweaker:eden_core>, <materialpart:vibranium:ingot>,
@@ -53,7 +53,7 @@ null, <extendedcrafting:singularity:5>, null,
<materialpart:vibranium:ingot>, null, <divinerpg:divine_shards>],
[<materialpart:myrmitite:ingot>, <divinerpg:eden_heart>, null,
<divinerpg:eden_chunk>, null, <divinerpg:eden_chunk>,
<divinerpg:eden_chunk>, <contenttweaker:lanthanum_salt>, <divinerpg:eden_chunk>,
null, <divinerpg:eden_heart>, <materialpart:myrmitite:ingot>],
[<contenttweaker:jeweled_runium>, <materialpart:myrmitite:ingot>, null,
@@ -145,7 +145,7 @@ recipes.removeShaped(<divinerpg:apalachia_block>);
mods.extendedcrafting.TableCrafting.addShaped(<divinerpg:apalachia_block>,
[[<materialpart:chalcedony:ingot>, <materialpart:chalcedony:ingot>, <materialpart:chalcedony:ingot>,
<extrabotany:material:1>, <divinerpg:enriched_magic_meat>, <extrabotany:material:1>,
<extrabotany:material:1>, <contenttweaker:rhodium_mixture>, <extrabotany:material:1>,
<materialpart:chalcedony:ingot>, <materialpart:chalcedony:ingot>, <materialpart:chalcedony:ingot>],
[<materialpart:brightsteel:ingot>, <materialpart:brightsteel:ingot>, <materialpart:brightsteel:ingot>,
@@ -177,7 +177,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<divinerpg:apalachia_block>,
<materialpart:brightsteel:ingot>, <materialpart:brightsteel:ingot>, <materialpart:brightsteel:ingot>],
[<materialpart:chalcedony:ingot>, <materialpart:chalcedony:ingot>, <materialpart:chalcedony:ingot>,
<extrabotany:material:1>, <divinerpg:enriched_magic_meat>, <extrabotany:material:1>,
<extrabotany:material:1>, <contenttweaker:rhodium_mixture>, <extrabotany:material:1>,
<materialpart:chalcedony:ingot>, <materialpart:chalcedony:ingot>, <materialpart:chalcedony:ingot>]]);
mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/skythernEMC", <contenttweaker:skythern_core>, 4500, 400, [
@@ -224,31 +224,31 @@ mods.extendedcrafting.TableCrafting.addShaped(<divinerpg:mortum_block>,
<draconicevolution:chaos_shard:3>, <draconicevolution:chaos_shard:3>, <divinerpg:skythern_heart>],
[<draconicevolution:chaos_shard:3>, <contenttweaker:doge_coin>, <draconicevolution:chaos_shard:3>,
<avaritia:resource:0>, <avaritia:resource:0>, <avaritia:resource:0>,
<avaritia:resource:0>, <contenttweaker:aethite_chunk>, <avaritia:resource:0>,
<draconicevolution:chaos_shard:3>, <contenttweaker:doge_coin>, <draconicevolution:chaos_shard:3>],
[<draconicevolution:chaos_shard:3>, <draconicevolution:chaos_shard:3>, <divinerpg:skythern_blade>,
<contenttweaker:dream_cluster>, <contenttweaker:dream_cluster>, <contenttweaker:dream_cluster>,
<avaritia:resource:4>, <contenttweaker:dream_cluster>, <avaritia:resource:4>,
<divinerpg:skythern_blade>, <draconicevolution:chaos_shard:3>, <draconicevolution:chaos_shard:3>],
[<ebwizardry:grand_crystal>, <avaritia:resource:0>, <contenttweaker:dream_cluster>,
[<ebwizardry:grand_crystal>, <avaritia:resource:0>, <avaritia:resource:4>,
<contenttweaker:dream_cluster>, <contenttweaker:arc_residue>, <contenttweaker:dream_cluster>,
<contenttweaker:dream_cluster>, <avaritia:resource:0>, <ebwizardry:grand_crystal>],
<avaritia:resource:4>, <avaritia:resource:0>, <ebwizardry:grand_crystal>],
[<ebwizardry:grand_crystal>, <avaritia:resource:0>, <contenttweaker:dream_cluster>,
[<ebwizardry:grand_crystal>, <contenttweaker:aethite_chunk>, <contenttweaker:dream_cluster>,
<contenttweaker:arc_residue>, <divinerpg:apalachia_block>, <contenttweaker:arc_residue>,
<contenttweaker:dream_cluster>, <avaritia:resource:0>, <ebwizardry:grand_crystal>],
<contenttweaker:dream_cluster>, <contenttweaker:aethite_chunk>, <ebwizardry:grand_crystal>],
[<ebwizardry:grand_crystal>, <avaritia:resource:0>, <contenttweaker:dream_cluster>,
[<ebwizardry:grand_crystal>, <avaritia:resource:0>, <avaritia:resource:4>,
<contenttweaker:dream_cluster>, <contenttweaker:arc_residue>, <contenttweaker:dream_cluster>,
<contenttweaker:dream_cluster>, <avaritia:resource:0>, <ebwizardry:grand_crystal>],
<avaritia:resource:4>, <avaritia:resource:0>, <ebwizardry:grand_crystal>],
[<draconicevolution:chaos_shard:3>, <draconicevolution:chaos_shard:3>, <divinerpg:skythern_blade>,
<contenttweaker:dream_cluster>, <contenttweaker:dream_cluster>, <contenttweaker:dream_cluster>,
<avaritia:resource:4>, <contenttweaker:dream_cluster>, <avaritia:resource:4>,
<divinerpg:skythern_blade>, <draconicevolution:chaos_shard:3>, <draconicevolution:chaos_shard:3>],
[<draconicevolution:chaos_shard:3>, <contenttweaker:doge_coin>, <draconicevolution:chaos_shard:3>,
<avaritia:resource:0>, <avaritia:resource:0>, <avaritia:resource:0>,
<avaritia:resource:0>, <contenttweaker:aethite_chunk>, <avaritia:resource:0>,
<draconicevolution:chaos_shard:3>, <contenttweaker:doge_coin>, <draconicevolution:chaos_shard:3>],
[<divinerpg:skythern_heart>, <draconicevolution:chaos_shard:3>, <draconicevolution:chaos_shard:3>,