Version 0.11.9.1

This commit is contained in:
PietroSainaghi
2022-10-31 09:44:45 -07:00
parent 35aff91e33
commit cb3f80f938
332 changed files with 11097 additions and 2612 deletions
+4
View File
@@ -95,6 +95,10 @@ mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itembluep
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:compression_turbine"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:compression_engine"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:advanced_compression_engine"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:neutronium_cannon"}),
[[null,null,null],
+48
View File
@@ -1027,3 +1027,51 @@ brightsteelcase.setToolClass("pickaxe");
brightsteelcase.setToolLevel(3);
brightsteelcase.register();
var gravititestone = VanillaFactory.createBlock("gravitite_stone", <blockmaterial:iron>);
gravititestone.setBlockHardness(1.0);
gravititestone.setBlockResistance(2.5);
gravititestone.setToolClass("pickaxe");
gravititestone.setToolLevel(3);
gravititestone.register();
var ancientscaleheart = VanillaFactory.createBlock("scale_of_the_ancient_heart", <blockmaterial:iron>);
ancientscaleheart.setBlockHardness(-1.0);
ancientscaleheart.setBlockResistance(2.5);
ancientscaleheart.setToolClass("pickaxe");
ancientscaleheart.setToolLevel(3);
ancientscaleheart.register();
var sentientmeatball = VanillaFactory.createBlock("sentient_meatball", <blockmaterial:iron>);
sentientmeatball.setBlockHardness(1.0);
sentientmeatball.setBlockResistance(2.5);
sentientmeatball.setToolClass("pickaxe");
sentientmeatball.setToolLevel(3);
sentientmeatball.register();
var everburner = VanillaFactory.createBlock("everburner", <blockmaterial:iron>);
everburner.setBlockHardness(1.0);
everburner.setBlockResistance(2.5);
everburner.setToolClass("pickaxe");
everburner.setToolLevel(3);
everburner.register();
var sentientfactorycover = VanillaFactory.createBlock("sentient_factory_core", <blockmaterial:iron>);
sentientfactorycover.setBlockHardness(1.0);
sentientfactorycover.setBlockResistance(2.5);
sentientfactorycover.setToolClass("pickaxe");
sentientfactorycover.setToolLevel(3);
sentientfactorycover.register();
var brightsteelbeam = VanillaFactory.createBlock("brightsteel_conduit", <blockmaterial:iron>);
brightsteelbeam.setBlockHardness(1.0);
brightsteelbeam.setBlockResistance(2.5);
brightsteelbeam.setToolClass("pickaxe");
brightsteelbeam.setToolLevel(3);
brightsteelbeam.register();
var asgardfurnacebrick = VanillaFactory.createBlock("asgard_furnace_brick", <blockmaterial:iron>);
asgardfurnacebrick.setBlockHardness(-1.0);
asgardfurnacebrick.setBlockResistance(2.5);
asgardfurnacebrick.setToolClass("pickaxe");
asgardfurnacebrick.setToolLevel(3);
asgardfurnacebrick.register();
+25 -1
View File
@@ -342,4 +342,28 @@ var barium = VanillaFactory.createFluid("barium", Color.fromHex("496fd6"));
barium.register();
var mildlyrecursivegoo = VanillaFactory.createFluid("mildly_recursive_goo", Color.fromHex("534a54"));
mildlyrecursivegoo.register();
mildlyrecursivegoo.register();
var zirconium = VanillaFactory.createFluid("molten_zirconium", Color.fromHex("d6ff8a"));
zirconium.register();
var niobium = VanillaFactory.createFluid("niobium", Color.fromHex("5a8f69"));
niobium.register();
var molybdenum = VanillaFactory.createFluid("molten_molybdenum", Color.fromHex("5a8f69"));
molybdenum.register();
var tungstenmolybdenummix = VanillaFactory.createFluid("tungsten_molybdenum_mix", Color.fromHex("88965d"));
tungstenmolybdenummix.register();
var einstenium = VanillaFactory.createFluid("einstenium", Color.fromHex("a6fff3"));
einstenium.register();
var lanthanum = VanillaFactory.createFluid("lanthanum", Color.fromHex("612f40"));
lanthanum.register();
var meitnerium = VanillaFactory.createFluid("meitnerium", Color.fromHex("56466b"));
meitnerium.register();
var triplepointmatter = VanillaFactory.createFluid("triple_point_fluid", Color.fromHex("56466b"));
triplepointmatter.register();
+76 -1
View File
@@ -2892,4 +2892,79 @@ cyaniderod.register();
var coraliumshielding = VanillaFactory.createItem("coralium_shielding");
coraliumshielding.maxStackSize = 64;
coraliumshielding.beaconPayment = false;
coraliumshielding.register();
coraliumshielding.register();
var restlessingot = VanillaFactory.createItem("restless_steel_ingot");
restlessingot.maxStackSize = 64;
restlessingot.beaconPayment = false;
restlessingot.register();
var restlessframe = VanillaFactory.createItem("restless_steel_frame");
restlessframe.maxStackSize = 64;
restlessframe.beaconPayment = false;
restlessframe.register();
var superconductingthread = VanillaFactory.createItem("superconducting_thread");
superconductingthread.maxStackSize = 64;
superconductingthread.beaconPayment = false;
superconductingthread.register();
var stellaralloyshaft = VanillaFactory.createItem("stellar_alloy_shaft");
stellaralloyshaft.maxStackSize = 64;
stellaralloyshaft.beaconPayment = false;
stellaralloyshaft.register();
var crystaltungstensteel = VanillaFactory.createItem("crystallized_tungstensteel");
crystaltungstensteel.maxStackSize = 64;
crystaltungstensteel.beaconPayment = false;
crystaltungstensteel.register();
var tungstenmolybdenum = VanillaFactory.createItem("tungsten_molybdenum_dust");
tungstenmolybdenum.maxStackSize = 64;
tungstenmolybdenum.beaconPayment = false;
tungstenmolybdenum.register();
var lanthanumdust = VanillaFactory.createItem("lanthanum_salt");
lanthanumdust.maxStackSize = 64;
lanthanumdust.beaconPayment = false;
lanthanumdust.register();
var technemiumremains = VanillaFactory.createItem("technetium_remains");
technemiumremains.maxStackSize = 64;
technemiumremains.beaconPayment = false;
technemiumremains.register();
var compressedrealgar = VanillaFactory.createItem("compressed_realgar");
compressedrealgar.maxStackSize = 64;
compressedrealgar.beaconPayment = false;
compressedrealgar.register();
var harbiterfrag = VanillaFactory.createItem("fragment_of_the_arbiter");
harbiterfrag.maxStackSize = 64;
harbiterfrag.beaconPayment = false;
harbiterfrag.register();
var floodstone = VanillaFactory.createItem("flood_stone");
floodstone.maxStackSize = 64;
floodstone.beaconPayment = false;
floodstone.register();
var sacredcinderslog = VanillaFactory.createItem("sacred_cinders_log");
sacredcinderslog.maxStackSize = 64;
sacredcinderslog.beaconPayment = false;
sacredcinderslog.register();
var sacredcindersseed = VanillaFactory.createItem("sacred_cinders_seed");
sacredcindersseed.maxStackSize = 64;
sacredcindersseed.beaconPayment = false;
sacredcindersseed.register();
var everburningseed = VanillaFactory.createItem("everburning_seed");
everburningseed.maxStackSize = 64;
everburningseed.beaconPayment = false;
everburningseed.register();
var alumitefork = VanillaFactory.createItem("alumite_fork");
alumitefork.maxStackSize = 64;
alumitefork.beaconPayment = false;
alumitefork.register();
+12
View File
@@ -16,6 +16,16 @@ mods.ltt.LootTable.removeGlobalItem("biomesoplenty:sapling_1:7");
mods.ltt.LootTable.removeGlobalItem("aoa3:shiny_box");
mods.ltt.LootTable.removeGlobalItem("ebwizardry:magic_wand");
mods.ltt.LootTable.removeGlobalItem("ebwizardry:novice_ice_wand");
mods.ltt.LootTable.removeGlobalItem("ebwizardry:novice_fire_wand");
mods.ltt.LootTable.removeGlobalItem("ebwizardry:novice_lightning_wand");
mods.ltt.LootTable.removeGlobalItem("ebwizardry:novice_necromancy_wand");
mods.ltt.LootTable.removeGlobalItem("ebwizardry:novice_earth_wand");
mods.ltt.LootTable.removeGlobalItem("ebwizardry:novice_sorcery_wand");
mods.ltt.LootTable.removeGlobalItem("ebwizardry:novice_healing_wand");
val firedragfem = LootTweaker.getTable("iceandfire:fire_dragon_female_cave");
val firedragfemr1 = firedragfem.addPool("firedragfemr1", 1, 1, 0, 0);
firedragfemr1.addItemEntry(<contenttweaker:botanic_alchemic_catalyst>, 1);
@@ -78,6 +88,8 @@ val dimdoordungeon = LootTweaker.getTable("dimdoors:dungeon_chest");
val dimdoorsdungeonroll = dimdoordungeon.addPool("dimdoorsdungeonroll", 1, 1, 0, 0);
dimdoorsdungeonroll.addItemEntry(<ebwizardry:grand_crystal>, 5);
dimdoorsdungeonroll.addItemEntry(<projecte:item.pe_matter:1>, 2);
dimdoorsdungeonroll.addItemEntry(<techreborn:ingot:14>, 3);
dimdoorsdungeonroll.addItemEntry(<thermalfoundation:material:134>, 3);
val mothervoidwalker = LootTweaker.getTable("aoa3:entities/mobs/overworld/mother_void_walker");
val mothervoidwalkerroll = mothervoidwalker.addPool("mothervoidwalkerroll", 1, 1, 0, 0);
+2 -2
View File
@@ -331,7 +331,7 @@ blockbrightsteel.addDataValue("harvestTool", "pickaxe");
var armorbrightsteel = brightsteel.registerPart("armor").getData();
armorbrightsteel.addDataValue("durability", "1500000");
armorbrightsteel.addDataValue("enchantability", "10");
armorbrightsteel.addDataValue("reduction", "6,9,10,5");
armorbrightsteel.addDataValue("reduction", "7,10,12,6");
armorbrightsteel.addDataValue("toughness", "15");
var colorcaesium = Color.fromHex("426334") as Color;
@@ -406,7 +406,7 @@ blockblackmetal.addDataValue("harvestTool", "pickaxe");
var armorblackmetal = blackmetal.registerPart("armor").getData();
armorblackmetal.addDataValue("durability", "1500000");
armorblackmetal.addDataValue("enchantability", "100");
armorblackmetal.addDataValue("reduction", "6,6,6,6");
armorblackmetal.addDataValue("reduction", "8,9,12,7");
armorblackmetal.addDataValue("toughness", "3");
var colorpromethium = Color.fromHex("7df59d") as Color;
+4 -1
View File
@@ -22,4 +22,7 @@ mods.thaumcraft.Infusion.registerRecipe("alkemiaartifactinf", "",
<contenttweaker:alkemia_artifact>, 9,
[<aspect:alkimia>*420, <aspect:caeles>*30, <aspect:cognitio>*50],
<avaritia:resource:5>,
[<contenttweaker:shyre_crystal>, <contenttweaker:shyre_crystal>, <contenttweaker:shyre_crystal>, <contenttweaker:shyre_crystal>, <contenttweaker:shyre_crystal>, <contenttweaker:shyre_crystal>]);
[<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>]);
+1 -1
View File
@@ -7,7 +7,7 @@ mods.tconstruct.Melting.addRecipe(<fluid:sednanite> * 144,<materialpart:sednanit
mods.nuclearcraft.centrifuge.addRecipe([<fluid:sednanite>*288,
<fluid:dimensional_essence>*1000, <fluid:liquid_void>*1000, <fluid:overworldian_fluid>*1000, <fluid:nethengeic_fluid>*1000]);
furnace.addRecipe(<materialpart:fluctuatite:dust>, <materialpart:fluctuatite:ingot>);
furnace.addRecipe(<materialpart:fluctuatite:ingot>, <materialpart:fluctuatite:dust>);
mods.tconstruct.Melting.addRecipe(<fluid:fluctuatite> * 144,<materialpart:fluctuatite:dust>);
mods.tconstruct.Melting.addRecipe(<fluid:fluctuatite> * 144,<materialpart:fluctuatite:ingot>);
+2
View File
@@ -30,3 +30,5 @@ recipes.addShaped(<cyclicmagic:fire_starter>,
[[<ore:cobblestone>, <minecraft:dispenser>, <ore:cobblestone>],
[<ore:cobblestone>, <minecraft:flint_and_steel>, <ore:cobblestone>],
[<ore:cobblestone>, <ore:cobblestone>, <ore:cobblestone>]]);
recipes.remove(<cyclicmagic:mattock>);
+50 -1
View File
@@ -11,4 +11,53 @@ recipes.removeShaped(<arcane_essentials:master_nature_sword>);
recipes.removeShaped(<arcane_essentials:master_fire_sword>);
recipes.removeShaped(<arcane_essentials:master_ice_sword>);
recipes.removeShaped(<arcane_essentials:master_healing_sword>);
recipes.removeShaped(<arcane_essentials:master_necromancy_sword>);
recipes.removeShaped(<arcane_essentials:master_necromancy_sword>);
recipes.removeShaped(<ebwizardry:magic_wand>);
recipes.removeShaped(<ebwizardry:novice_ice_wand>);
recipes.removeShaped(<ebwizardry:novice_fire_wand>);
recipes.removeShaped(<ebwizardry:novice_lightning_wand>);
recipes.removeShaped(<ebwizardry:novice_necromancy_wand>);
recipes.removeShaped(<ebwizardry:novice_earth_wand>);
recipes.removeShaped(<ebwizardry:novice_sorcery_wand>);
recipes.removeShaped(<ebwizardry:novice_healing_wand>);
recipes.addShaped(<ebwizardry:magic_wand>,
[[<ore:dragonScaleItem>, <ebwizardry:crystal_block:0>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>]]);
recipes.addShaped(<ebwizardry:novice_ice_wand>,
[[<ore:dragonScaleItem>, <ebwizardry:crystal_block:2>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>]]);
recipes.addShaped(<ebwizardry:novice_fire_wand>,
[[<ore:dragonScaleItem>, <ebwizardry:crystal_block:1>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>]]);
recipes.addShaped(<ebwizardry:novice_lightning_wand>,
[[<ore:dragonScaleItem>, <ebwizardry:crystal_block:3>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>]]);
recipes.addShaped(<ebwizardry:novice_necromancy_wand>,
[[<ore:dragonScaleItem>, <ebwizardry:crystal_block:4>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>]]);
recipes.addShaped(<ebwizardry:novice_earth_wand>,
[[<ore:dragonScaleItem>, <ebwizardry:crystal_block:5>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>]]);
recipes.addShaped(<ebwizardry:novice_sorcery_wand>,
[[<ore:dragonScaleItem>, <ebwizardry:crystal_block:6>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>]]);
recipes.addShaped(<ebwizardry:novice_healing_wand>,
[[<ore:dragonScaleItem>, <ebwizardry:crystal_block:7>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>],
[<ore:dragonScaleItem>, <minecraft:stick>, <ore:dragonScaleItem>]]);
+7
View File
@@ -383,3 +383,10 @@ mods.extendedcrafting.TableCrafting.addShaped(<enderio:item_capacitor_melodic>*4
[<contenttweaker:jeweled_runium>, <enderio:item_alloy_endergy_ingot:2>, <twilightforest:fiery_ingot>, <enderio:item_alloy_endergy_ingot:2>, <contenttweaker:jeweled_runium>],
[<bloodmagic:slate:1>, <enderio:item_alloy_endergy_ingot:2>, <enderio:item_alloy_endergy_ingot:2>, <enderio:item_alloy_endergy_ingot:2>, <bloodmagic:slate:1>],
[<enderio:item_capacitor_crystalline>, <bloodmagic:slate:1>, <ore:ingotEndSteel>, <bloodmagic:slate:1>, <enderio:item_capacitor_crystalline>]]);
recipes.remove(<enderio:item_material:38>);
recipes.addShaped(<enderio:item_material:38>,
[[<ore:dustLapis>, <ore:itemSilicon>, <ore:dustLapis>],
[<ore:itemSilicon>, <ore:gemZanite>, <ore:itemSilicon>],
[<ore:dustLapis>, <ore:itemSilicon>, <ore:dustLapis>]]);
+12 -12
View File
@@ -476,10 +476,10 @@ divinegroup.addEntity(soulvyre);
divinegroup.addEntity(stimulo);
divinegroup.addEntity(stimulosus);
divinegroup.addEntity(sysker);
divinegroup.addArmor(ArmorHandler.createArmorSlot("head", <divinerpg:bedrock_helmet>, 1, 0.001));
divinegroup.addArmor(ArmorHandler.createArmorSlot("chest", <divinerpg:bedrock_chestplate>, 1, 0.001));
divinegroup.addArmor(ArmorHandler.createArmorSlot("legs", <divinerpg:bedrock_leggings>, 1, 0.001));
divinegroup.addArmor(ArmorHandler.createArmorSlot("feet", <divinerpg:bedrock_boots>, 1, 0.001));
divinegroup.addArmor(ArmorHandler.createArmorSlot("head", <contenttweaker:vibranium_head>, 1, 0.00001));
divinegroup.addArmor(ArmorHandler.createArmorSlot("chest", <contenttweaker:vibranium_chest>, 1, 0.00001));
divinegroup.addArmor(ArmorHandler.createArmorSlot("legs", <contenttweaker:vibranium_legs>, 1, 0.00001));
divinegroup.addArmor(ArmorHandler.createArmorSlot("feet", <contenttweaker:vibranium_feet>, 1, 0.00001));
divinegroup.addGameStage("DivineStage");
var divinegroupzom = ArmorHandler.createArmorGroup("divinegroupzom", 1.0);
@@ -627,10 +627,10 @@ draconicgroup.addEntity(soulvyre);
draconicgroup.addEntity(stimulo);
draconicgroup.addEntity(stimulosus);
draconicgroup.addEntity(sysker);
draconicgroup.addArmor(ArmorHandler.createArmorSlot("head", <contenttweaker:vibranium_head>, 1, 0.01));
draconicgroup.addArmor(ArmorHandler.createArmorSlot("chest", <contenttweaker:vibranium_chest>, 1, 0.01));
draconicgroup.addArmor(ArmorHandler.createArmorSlot("legs", <contenttweaker:vibranium_legs>, 1, 0.01));
draconicgroup.addArmor(ArmorHandler.createArmorSlot("feet", <contenttweaker:vibranium_feet>, 1, 0.01));
draconicgroup.addArmor(ArmorHandler.createArmorSlot("head", <contenttweaker:brightsteel_head>, 1, 0.0001));
draconicgroup.addArmor(ArmorHandler.createArmorSlot("chest", <contenttweaker:brightsteel_chest>, 1, 0.0001));
draconicgroup.addArmor(ArmorHandler.createArmorSlot("legs", <contenttweaker:brightsteel_legs>, 1, 0.0001));
draconicgroup.addArmor(ArmorHandler.createArmorSlot("feet", <contenttweaker:brightsteel_feet>, 1, 0.0001));
draconicgroup.addGameStage("DraconicStage");
var avaritiagroup = ArmorHandler.createArmorGroup("avaritiagroup", 0.9);
@@ -772,9 +772,9 @@ avaritiagroup.addEntity(soulvyre);
avaritiagroup.addEntity(stimulo);
avaritiagroup.addEntity(stimulosus);
avaritiagroup.addEntity(sysker);
avaritiagroup.addArmor(ArmorHandler.createArmorSlot("head", <contenttweaker:brightsteel_head>, 1, 0.0001));
avaritiagroup.addArmor(ArmorHandler.createArmorSlot("chest", <contenttweaker:brightsteel_chest>, 1, 0.0001));
avaritiagroup.addArmor(ArmorHandler.createArmorSlot("legs", <contenttweaker:brightsteel_legs>, 1, 0.0001));
avaritiagroup.addArmor(ArmorHandler.createArmorSlot("feet", <contenttweaker:brightsteel_feet>, 1, 0.0001));
avaritiagroup.addArmor(ArmorHandler.createArmorSlot("head", <contenttweaker:sacrifice_metal_head>, 1, 0.00001));
avaritiagroup.addArmor(ArmorHandler.createArmorSlot("chest", <contenttweaker:sacrifice_metal_chest>, 1, 0.00001));
avaritiagroup.addArmor(ArmorHandler.createArmorSlot("legs", <contenttweaker:sacrifice_metal_legs>, 1, 0.00001));
avaritiagroup.addArmor(ArmorHandler.createArmorSlot("feet", <contenttweaker:sacrifice_metal_feet>, 1, 0.00001));
avaritiagroup.addGameStage("BrightsteelForging");
+3 -2
View File
@@ -2,9 +2,9 @@ import mods.modularmachinery.RecipeBuilder;
mods.nuclearcraft.melter.addRecipe([<contenttweaker:bifrost_dust>, <fluid:evanescent_bifrost>*144]);
mods.nuclearcraft.infuser.addRecipe([<materialpart:sednanite:dust>, <fluid:evanescent_bifrost>*6, <contenttweaker:evanescent_sednanite_dust>]);
mods.nuclearcraft.infuser.addRecipe([<materialpart:sednanite:dust>, <fluid:evanescent_bifrost>*50, <contenttweaker:evanescent_sednanite_dust>]);
mods.nuclearcraft.rock_crusher.addRecipe([<contenttweaker:evanescent_sednanite_dust>, <contenttweaker:evanescent_sednanite_powder>*12, <contenttweaker:evanescent_sednanite_powder>*8, <contenttweaker:evanescent_sednanite_powder>*4]);
mods.nuclearcraft.rock_crusher.addRecipe([<contenttweaker:evanescent_sednanite_dust>, <contenttweaker:evanescent_sednanite_powder>*5, <contenttweaker:evanescent_sednanite_powder>*3, <contenttweaker:evanescent_sednanite_powder>*2]);
mods.nuclearcraft.pressurizer.addRecipe([<contenttweaker:evanescent_sednanite_powder>, <materialpart:sednanite:ingot>]);
@@ -68,6 +68,7 @@ unholyradioactivemix.addFluidInput(<fluid:nitrogen_16>*5);
unholyradioactivemix.addFluidInput(<fluid:astatine>*5);
unholyradioactivemix.addFluidInput(<fluid:fuel_len_236_fluoride>*5);
unholyradioactivemix.addFluidInput(<fluid:tritium>*200);
unholyradioactivemix.addFluidInput(<fluid:corium>*20);
unholyradioactivemix.addFluidOutput(<fluid:unholy_radioactive_mix>*100);
unholyradioactivemix.build();
+1 -1
View File
@@ -50,7 +50,7 @@ mods.techreborn.industrialGrinder.addRecipe(<contenttweaker:aesir_gemstone>*2, <
<contenttweaker:unidentified_norse_relic>, <enderio:item_alloy_ball:7>, <fluid:lving_gold_nak>*20, 100, 64);
mods.techreborn.industrialGrinder.addRecipe(<contenttweaker:bifrost_gem>*3, <materialpart:sednanite:dust>,
<materialpart:sednanite:dust>, <materialpart:sednanite:dust>*2,
<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,
+2 -2
View File
@@ -2,5 +2,5 @@ recipes.removeShaped(<xreliquary:magicbane>);
recipes.addShaped(<xreliquary:magicbane>,
[[null, null, <materialpart:promethium:ingot>],
[<xreliquary:mob_ingredient:11>, <materialpart:promethium:ingot>, <aoa3:jade>],
[<minecraft:iron_ingot>, null, null]]);
[<contenttweaker:strings_crystal>, <materialpart:promethium:ingot>, null],
[<materialpart:sacrifice_metal:ingot>, <contenttweaker:strings_crystal>, null]]);
+10
View File
@@ -0,0 +1,10 @@
recipes.addShaped(<contenttweaker:mossy_grave_dust>,
[[<tconstruct:materials:18>, <tconstruct:materials:18>, <tconstruct:materials:18>],
[<tconstruct:materials:18>, <ore:dustGrave>, <tconstruct:materials:18>],
[<tconstruct:materials:18>, <tconstruct:materials:18>, <tconstruct:materials:18>]]);
recipes.addShaped(<contenttweaker:digital_organic_currency>,
[[<aoa3:gold_coin>, <avaritia:cosmic_meatballs>, <aoa3:gold_coin>],
[<avaritia:cosmic_meatballs>, <contenttweaker:sentient_meatball>, <avaritia:cosmic_meatballs>],
[<aoa3:gold_coin>, <avaritia:cosmic_meatballs>, <aoa3:gold_coin>]]);
+93 -1
View File
@@ -605,4 +605,96 @@ arcaneprisonkey.itemRightClick = function(stack, world, player, hand) {
};
arcaneprisonkey.register();
// /summon divinerpg:death_hound ~ ~10 ~-5 {HandItems:[{Count:1,id:\"contenttweaker:sympan_spirit\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:20000.0},{Name:generic.attackDamage, Base:10000.0}],Health:20000f}
// /summon abyssalcraft:shadowbeast ~ ~10 ~-5 {HandItems:[{Count:1,id:"contenttweaker:flood_stone"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:30000.0},{Name:generic.attackDamage, Base: 20000.0}],Health:30000f}
var callofthejudge = VanillaFactory.createItem("call_of_the_arbiter");
callofthejudge.maxStackSize = 1;
callofthejudge.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
// obtain position under player
var pos = player.position.asPosition3f();
// check if player is standing on beacon
var posChange = player.position.asPosition3f();
posChange.y = pos.y - 1;
var blockPosBelowPlayer = posChange.asBlockPos();
var blockBelow = world.getBlockState(blockPosBelowPlayer);
print(blockBelow.commandString);
var check_pos as crafttweaker.util.Position3f;
check_pos = crafttweaker.util.Position3f.create(pos.x, pos.y, pos.z);
if(world.getBiome(check_pos).name != "Space") {
player.sendChat("You have to be in a space station to assemble this multiblock");
}
if(blockBelow != <blockstate:minecraft:purpur_block>) {
player.sendChat("THIS CANNOT BE UNDONE - Stand on a purpur block to mark where you want to place the multiblock");
return "FAIL";
}
Commands.call("setblock ~ ~6 ~ contenttweaker:scale_of_the_ancient_heart", player, world, true, true);
return "PASS";
};
callofthejudge.register();
var aesirrift = VanillaFactory.createItem("aesir_rift");
aesirrift.maxStackSize = 1;
aesirrift.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
// obtain position under player
var pos = player.position.asPosition3f();
// check if player is standing on beacon
var posChange = player.position.asPosition3f();
posChange.y = pos.y - 1;
var blockPosBelowPlayer = posChange.asBlockPos();
var blockBelow = world.getBlockState(blockPosBelowPlayer);
print(blockBelow.commandString);
var check_pos as crafttweaker.util.Position3f;
check_pos = crafttweaker.util.Position3f.create(pos.x, pos.y, pos.z);
player.sendChat("This will place down a structure, place away from your other stuff");
if(world.getBiome(check_pos).name != "Space") {
player.sendChat("You have to be in a space station to assemble this multiblock");
}
if(blockBelow != <blockstate:minecraft:purpur_block>) {
player.sendChat("THIS CANNOT BE UNDONE - Stand on a purpur block to mark where you want to place the multiblock");
return "FAIL";
}
Commands.call("pillar-spawn asgard_furnace", player, world, true, true);
stack.shrink(1);
return "PASS";
};
aesirrift.register();
var mossygravedust = VanillaFactory.createItem("mossy_grave_dust");
mossygravedust.maxStackSize = 1;
mossygravedust.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
// check if player is in spatial storage
if(player.getDimension() != 0) {
player.sendChat("You gotta be in the overworld");
return "FAIL";
}
Commands.call("time set night", player, world, true, true);
Commands.call("summon mod_lavacow:sludgelord ~ ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f]}", player, world, true, true);
player.sendChat("Kill it!");
stack.shrink(1);
return "PASS";
};
mossygravedust.register();
+2 -1
View File
@@ -75,9 +75,10 @@ abyssaldyson.build();
val dragondysirrad = RecipeBuilder.newBuilder("dragondysirrad","dragonfire_crucible",100);
dragondysirrad.addFluidInput(<fluid:eternal_dragon_fire>*1000);
dragondysirrad.addItemInput(<ebwizardry:large_mana_flask>*2);
dragondysirrad.addItemInput(<botania:manaresource:15>*4);
dragondysirrad.addItemInput(<minecraft:dragon_breath>*64);
dragondysirrad.addItemInput(<materialpart:dreaded_steel:plate>*14);
dragondysirrad.addItemInput(<contenttweaker:hyperchitinous_plate>*12);
dragondysirrad.addItemInput(<contenttweaker:high_density_frame>);
dragondysirrad.addItemOutput(<contenttweaker:annealed_high_density_frame>);
dragondysirrad.build();
+45 -7
View File
@@ -18,11 +18,11 @@ recipes.addShaped(<contenttweaker:dyson_capacitor>,
[<contenttweaker:magnetic_monopole>, <materialpart:chaos:dust>, <contenttweaker:muon_crystal>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:dyson_shell>*6,
[[<contenttweaker:atomic_mirror>, null, <avaritia:resource:5>, null, <contenttweaker:atomic_mirror>],
[null, <contenttweaker:muon_crystal>, <materialpart:chaos:dust>, <contenttweaker:magnetic_monopole>, null],
[[<contenttweaker:atomic_mirror>, <contenttweaker:collapser_casing>, <avaritia:resource:5>, <contenttweaker:collapser_casing>, <contenttweaker:atomic_mirror>],
[<contenttweaker:sentient_factory_core>, <contenttweaker:muon_crystal>, <materialpart:chaos:dust>, <contenttweaker:magnetic_monopole>, <contenttweaker:sentient_factory_core>],
[<aoa3:radiant_infusion_stone>, <materialpart:chaos:dust>, <techreborn:solar_panel:4>, <materialpart:chaos:dust>, <aoa3:radiant_infusion_stone>],
[null, <contenttweaker:magnetic_monopole>, <materialpart:chaos:dust>, <contenttweaker:muon_crystal>, null],
[<contenttweaker:atomic_mirror>, null, <avaritia:resource:5>, null, <contenttweaker:atomic_mirror>]]);
[<contenttweaker:sentient_factory_core>, <contenttweaker:magnetic_monopole>, <materialpart:chaos:dust>, <contenttweaker:muon_crystal>, <contenttweaker:sentient_factory_core>],
[<contenttweaker:atomic_mirror>, <contenttweaker:collapser_casing>, <avaritia:resource:5>, <contenttweaker:collapser_casing>, <contenttweaker:atomic_mirror>]]);
recipes.addShaped(<contenttweaker:atomic_mirror>*2,
@@ -52,7 +52,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:ultracapacitor_ban
<libvulpes:advstructuremachine>, <contenttweaker:nightmare_coil>, <contenttweaker:brightsteel_alloy_ingot>],
[<contenttweaker:empowerment_core>, <contenttweaker:hassium_alloy_ingot>, <contenttweaker:nightmare_coil>,
<contenttweaker:highly_advanced_machine_casing>, <draconicevolution:crafting_injector:2>, <contenttweaker:highly_advanced_machine_casing>,
<contenttweaker:highly_advanced_machine_casing>, <extracells:storage.component:3>, <contenttweaker:highly_advanced_machine_casing>,
<contenttweaker:nightmare_coil>, <contenttweaker:hassium_alloy_ingot>, <contenttweaker:empowerment_core>],
[<appliedenergistics2:spatial_pylon>, <avaritia:resource:4>, <techreborn:fusion_coil>,
@@ -60,7 +60,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:ultracapacitor_ban
<techreborn:fusion_coil>, <avaritia:resource:4>, <appliedenergistics2:spatial_pylon>],
[<contenttweaker:empowerment_core>, <contenttweaker:hassium_alloy_ingot>, <contenttweaker:nightmare_coil>,
<contenttweaker:highly_advanced_machine_casing>, <draconicevolution:crafting_injector:2>, <contenttweaker:highly_advanced_machine_casing>,
<contenttweaker:highly_advanced_machine_casing>, <nuclearcraft:heat_exchanger_tube_thermoconducting>, <contenttweaker:highly_advanced_machine_casing>,
<contenttweaker:nightmare_coil>, <contenttweaker:hassium_alloy_ingot>, <contenttweaker:empowerment_core>],
[<contenttweaker:brightsteel_alloy_ingot>, <contenttweaker:nightmare_coil>, <libvulpes:advstructuremachine>,
@@ -90,4 +90,42 @@ mods.thermalexpansion.Compactor.addMintRecipe(<contenttweaker:hydrogen_chunk>, <
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>]);
[<contenttweaker:hydrogen_chunk>, <contenttweaker:tritium_chunk>, <contenttweaker:deuterium_chunk>, <extrautils2:compressedcobblestone:7>, <extendedcrafting:storage:4>]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:sentient_factory_core>,
[[<deepmoblearning:pristine_matter_shulker>, <deepmoblearning:pristine_matter_shulker>, null,
null, <woot:structure:9>, null,
null, <deepmoblearning:pristine_matter_shulker>, <deepmoblearning:pristine_matter_shulker>],
[<deepmoblearning:pristine_matter_shulker>, <deepmoblearning:pristine_matter_thermal_elemental>, <deepmoblearning:pristine_matter_thermal_elemental>,
null, <woot:structure:8>, null,
<deepmoblearning:pristine_matter_thermal_elemental>, <deepmoblearning:pristine_matter_thermal_elemental>, <deepmoblearning:pristine_matter_shulker>],
[null, <deepmoblearning:pristine_matter_thermal_elemental>, <deepmoblearning:pristine_matter_ghast>,
<deepmoblearning:pristine_matter_ghast>, <woot:structure:7>, <deepmoblearning:pristine_matter_ghast>,
<deepmoblearning:pristine_matter_ghast>, <deepmoblearning:pristine_matter_thermal_elemental>, null],
[null, null, <deepmoblearning:pristine_matter_ghast>,
<deepmoblearning:pristine_matter_guardian>, <woot:structure:6>, <deepmoblearning:pristine_matter_guardian>,
<deepmoblearning:pristine_matter_ghast>, null, null],
[<woot:structure:9>, <woot:structure:8>, <woot:structure:7>,
<woot:structure:6>, <contenttweaker:mythic_excavation_computer>, <woot:structure:6>,
<woot:structure:7>, <woot:structure:8>, <woot:structure:9>],
[null, null, <deepmoblearning:pristine_matter_ghast>,
<deepmoblearning:pristine_matter_guardian>, <woot:structure:6>, <deepmoblearning:pristine_matter_guardian>,
<deepmoblearning:pristine_matter_ghast>, null, null],
[null, <deepmoblearning:pristine_matter_thermal_elemental>, <deepmoblearning:pristine_matter_ghast>,
<deepmoblearning:pristine_matter_ghast>, <woot:structure:7>, <deepmoblearning:pristine_matter_ghast>,
<deepmoblearning:pristine_matter_ghast>, <deepmoblearning:pristine_matter_thermal_elemental>, null],
[<deepmoblearning:pristine_matter_shulker>, <deepmoblearning:pristine_matter_thermal_elemental>, <deepmoblearning:pristine_matter_thermal_elemental>,
null, <woot:structure:8>, null,
<deepmoblearning:pristine_matter_thermal_elemental>, <deepmoblearning:pristine_matter_thermal_elemental>, <deepmoblearning:pristine_matter_shulker>],
[<deepmoblearning:pristine_matter_shulker>, <deepmoblearning:pristine_matter_shulker>, null,
null, <woot:structure:9>, null,
null, <deepmoblearning:pristine_matter_shulker>, <deepmoblearning:pristine_matter_shulker>]]);
+1 -1
View File
@@ -233,7 +233,7 @@ recipes.addShaped(<modularmachinery:blockoutputbus:6>,
recipes.addShaped(<modularmagic:blockgridproviderinput>,
[[<modularmachinery:blockcasing:1>, null, <modularmachinery:blockcasing:1>],
[null, <extrautils2:decorativesolid:8>, null],
[null, <extrautils2:passivegenerator:6>, null],
[<modularmachinery:blockcasing:1>, null, <modularmachinery:blockcasing:1>]]);
+30 -15
View File
@@ -167,7 +167,8 @@ reci14.build();
val reci15 = RecipeBuilder.newBuilder("inf15","arcane_autoinfuser",120);
reci15.addEnergyPerTickInput(100);
reci15.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "motus"}]})*4096);
reci15.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "motus"}]})*2048);
reci15.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "motus"}]})*2048);
reci15.addItemInput(<twilightforest:minotaur_axe_gold>);
reci15.addItemInput(<contenttweaker:master_spell_focus>);
reci15.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -176,7 +177,8 @@ reci15.build();
val reci16 = RecipeBuilder.newBuilder("inf16","arcane_autoinfuser",120);
reci16.addEnergyPerTickInput(100);
reci16.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aqua"}]})*4096);
reci16.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aqua"}]})*2048);
reci16.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aqua"}]})*2048);
reci16.addItemInput(<contenttweaker:corallus_polyp>);
reci16.addItemInput(<contenttweaker:master_spell_focus>);
reci16.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -185,7 +187,8 @@ reci16.build();
val reci17 = RecipeBuilder.newBuilder("inf17","arcane_autoinfuser",120);
reci17.addEnergyPerTickInput(100);
reci17.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "gelum"}]})*4096);
reci17.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "gelum"}]})*2048);
reci17.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "gelum"}]})*2048);
reci17.addItemInput(<divinerpg:snowflake>);
reci17.addItemInput(<contenttweaker:master_spell_focus>);
reci17.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -194,7 +197,8 @@ reci17.build();
val reci18 = RecipeBuilder.newBuilder("inf18","arcane_autoinfuser",120);
reci18.addEnergyPerTickInput(100);
reci18.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "sol"}]})*4096);
reci18.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "sol"}]})*2048);
reci18.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "sol"}]})*2048);
reci18.addItemInput(<astralsorcery:blockworldilluminator>);
reci18.addItemInput(<contenttweaker:master_spell_focus>);
reci18.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -203,7 +207,8 @@ reci18.build();
val reci19 = RecipeBuilder.newBuilder("inf19","arcane_autoinfuser",120);
reci19.addEnergyPerTickInput(100);
reci19.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "luna"}]})*4096);
reci19.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "luna"}]})*2048);
reci19.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "luna"}]})*2048);
reci19.addItemInput(<bloodmagic:ritual_controller:1>);
reci19.addItemInput(<contenttweaker:master_spell_focus>);
reci19.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -212,7 +217,8 @@ reci19.build();
val reci20 = RecipeBuilder.newBuilder("inf20","arcane_autoinfuser",120);
reci20.addEnergyPerTickInput(100);
reci20.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "perditio"}]})*4096);
reci20.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "perditio"}]})*2048);
reci20.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "perditio"}]})*2048);
reci20.addItemInput(<bloodmagic:ritual_controller:1>);
reci20.addItemInput(<contenttweaker:master_spell_focus>);
reci20.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -221,7 +227,8 @@ reci20.build();
val reci21 = RecipeBuilder.newBuilder("inf21","arcane_autoinfuser",120);
reci21.addEnergyPerTickInput(100);
reci21.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "desiderium"}]})*4096);
reci21.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "desiderium"}]})*2048);
reci21.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "desiderium"}]})*2048);
reci21.addItemInput(<contenttweaker:living_gold>);
reci21.addItemInput(<contenttweaker:master_spell_focus>);
reci21.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -230,7 +237,8 @@ reci21.build();
val reci22 = RecipeBuilder.newBuilder("inf22","arcane_autoinfuser",120);
reci22.addEnergyPerTickInput(100);
reci22.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "vitium"}]})*4096);
reci22.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "vitium"}]})*2048);
reci22.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "vitium"}]})*2048);
reci22.addItemInput(<contenttweaker:ancient_remnants>);
reci22.addItemInput(<contenttweaker:master_spell_focus>);
reci22.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -239,7 +247,8 @@ reci22.build();
val reci23 = RecipeBuilder.newBuilder("inf23","arcane_autoinfuser",120);
reci23.addEnergyPerTickInput(100);
reci23.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "terra"}]})*4096);
reci23.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "terra"}]})*2048);
reci23.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "terra"}]})*2048);
reci23.addItemInput(<contenttweaker:ancient_remnants>);
reci23.addItemInput(<contenttweaker:master_spell_focus>);
reci23.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -248,7 +257,8 @@ reci23.build();
val reci24 = RecipeBuilder.newBuilder("inf24","arcane_autoinfuser",120);
reci24.addEnergyPerTickInput(100);
reci24.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "auram"}]})*4096);
reci24.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "auram"}]})*2048);
reci24.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "auram"}]})*2048);
reci24.addItemInput(<contenttweaker:ancient_remnants>);
reci24.addItemInput(<contenttweaker:master_spell_focus>);
reci24.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -257,7 +267,8 @@ reci24.build();
val reci25 = RecipeBuilder.newBuilder("inf25","arcane_autoinfuser",120);
reci25.addEnergyPerTickInput(100);
reci25.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "lux"}]})*4096);
reci25.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "lux"}]})*2048);
reci25.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "lux"}]})*2048);
reci25.addItemInput(<contenttweaker:ancient_remnants>);
reci25.addItemInput(<contenttweaker:master_spell_focus>);
reci25.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -281,7 +292,8 @@ reci26.build();
val reci27 = RecipeBuilder.newBuilder("inf27","arcane_autoinfuser",120);
reci27.addEnergyPerTickInput(100);
reci27.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "diabolus"}]})*4096);
reci27.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "diabolus"}]})*2048);
reci27.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "diabolus"}]})*2048);
reci27.addItemInput(<contenttweaker:nethengeic_bone>);
reci27.addItemInput(<contenttweaker:master_spell_focus>);
reci27.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -290,7 +302,8 @@ reci27.build();
val reci28 = RecipeBuilder.newBuilder("inf28","arcane_autoinfuser",120);
reci28.addEnergyPerTickInput(100);
reci28.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "praemunio"}]})*4096);
reci28.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "praemunio"}]})*2048);
reci28.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "praemunio"}]})*2048);
reci28.addItemInput(<contenttweaker:greater_gaia_spirit>);
reci28.addItemInput(<contenttweaker:master_spell_focus>);
reci28.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -299,7 +312,8 @@ reci28.build();
val reci29 = RecipeBuilder.newBuilder("inf29","arcane_autoinfuser",120);
reci29.addEnergyPerTickInput(100);
reci29.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "caeles"}]})*4096);
reci29.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "caeles"}]})*2048);
reci29.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "caeles"}]})*2048);
reci29.addItemInput(<iceandfire:amphithere_skull>);
reci29.addItemInput(<contenttweaker:master_spell_focus>);
reci29.addItemInput(<thaumadditions:mithminite_fabric>);
@@ -318,7 +332,8 @@ reci30.build();
val reci31 = RecipeBuilder.newBuilder("inf31","arcane_autoinfuser",120);
reci31.addEnergyPerTickInput(100);
reci31.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "dreadia"}]})*4096);
reci31.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "dreadia"}]})*2048);
reci31.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "dreadia"}]})*2048);
reci31.addItemInput(<abyssalcraft:eoa>);
reci31.addItemInput(<contenttweaker:master_spell_focus>);
reci31.addItemInput(<thaumadditions:mithminite_fabric>);
+63
View File
@@ -0,0 +1,63 @@
import mods.modularmachinery.RecipeBuilder;
recipes.addShaped(<modularmagic:blockmanaproviderinput>,
[[<botania:manaresource:8>, <modularmachinery:blockcasing:1>, <botania:manaresource:8>],
[<modularmachinery:blockcasing:1>, <botania:pool:3>, <modularmachinery:blockcasing:1>],
[<botania:manaresource:8>, <modularmachinery:blockcasing:1>, <botania:manaresource:8>]]);
recipes.addShaped(<contenttweaker:gravitite_stone>,
[[<enderio:item_material:1>, <minecraft:stone>, <enderio:item_material:1>],
[<divinerpg:divine_rock>, <contenttweaker:gravitite_dust>, <divinerpg:divine_rock>],
[<enderio:item_material:1>, <minecraft:stone>, <enderio:item_material:1>]]);
recipes.addShaped(<contenttweaker:call_of_the_arbiter>,
[[<contenttweaker:dreadlands_gem>, <bloodarsenal:sigil_divinity>, <contenttweaker:dreadlands_gem>],
[<bloodarsenal:sigil_divinity>, <contenttweaker:weight_of_the_heart>, <bloodarsenal:sigil_divinity>],
[<contenttweaker:dreadlands_gem>, <bloodarsenal:sigil_divinity>, <contenttweaker:dreadlands_gem>]]);
val befaller1 = RecipeBuilder.newBuilder("befaller1","carminite_empowerer",1200);
befaller1.addAspectInput("stellae",50);
befaller1.addItemInput(<contenttweaker:sacrificial_shard>);
befaller1.addItemOutput(<contenttweaker:shining_sandstone>*6);
befaller1.build();
val befaller2 = RecipeBuilder.newBuilder("befaller2","carminite_empowerer",1200);
befaller2.addAspectInput("stellae",50);
befaller2.addItemInput(<aether_legacy:enchanted_gravitite>);
befaller2.addItemOutput(<contenttweaker:technetium_remains>*3);
befaller2.addItemOutput(<techreborn:dust:56>*6);
befaller2.addItemOutput(<enderio:block_infinity_fog:0>*4);
befaller2.addItemOutput(<erebus:materials:23>*6);
befaller2.build();
val befaller3 = RecipeBuilder.newBuilder("befaller3","carminite_empowerer",1200);
befaller3.addAspectInput("stellae",50);
befaller3.addItemInput(<aether_legacy:holystone>*10);
befaller3.addItemOutput(<contenttweaker:dense_gravitite_ore>*2);
befaller3.addItemOutput(<aether_legacy:zanite_ore>*10);
befaller3.addItemOutput(<aether_legacy:ambrosium_ore>*10);
befaller3.build();
val befaller4 = RecipeBuilder.newBuilder("befaller4","carminite_empowerer",1200);
befaller4.addAspectInput("stellae",50);
befaller4.addItemInput(<contenttweaker:hyperchitinous_plate>);
befaller4.addItemOutput(<erebus:ore_jade>*12);
befaller4.addItemOutput(<erebus:ore_petrified_quartz>*12);
befaller4.addItemOutput(<erebus:ore_fossil>*10);
befaller4.addItemOutput(<erebus:ore_gneiss>*10);
befaller4.addItemOutput(<erebus:ore_petrified_wood>*10);
befaller4.build();
val befaller5 = RecipeBuilder.newBuilder("befaller5","carminite_empowerer",1200);
befaller5.addAspectInput("stellae",50);
befaller5.addItemInput(<minecraft:diamond_block>);
befaller5.addItemOutput(<bigreactors:mineralanglesite>*4);
befaller5.addItemOutput(<bigreactors:mineralbenitoite>*4);
befaller5.build();
val befaller6 = RecipeBuilder.newBuilder("befaller6","carminite_empowerer",1200);
befaller6.addAspectInput("stellae",50);
befaller6.addItemInput(<contenttweaker:sentient_meatball>);
befaller6.addItemOutput(<contenttweaker:fragment_of_the_arbiter>);
befaller6.build();
+1 -1
View File
@@ -9,7 +9,7 @@ recipes.addShaped(<contenttweaker:neutronium_cannon>,
recipes.addShaped(<contenttweaker:neutronium_casing>*4,
[[<avaritia:resource:4>, <modularmachinery:blockcasing:0>, <avaritia:resource:4>],
[<modularmachinery:blockcasing:0>, <draconicevolution:awakened_core>, <modularmachinery:blockcasing:0>],
[<avaritia:resource:4>, <modularmachinery:blockcasing:0>, <avaritia:resource:4>]]);
[<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>);
+6
View File
@@ -135,3 +135,9 @@ recipes.addShaped(<aoa3:nethengeic_banner>,
[[<divinerpg:purple_blaze>, <contenttweaker:nethengeic_bone>, <divinerpg:purple_blaze>],
[<divinerpg:purple_blaze>, <minecraft:banner>, <divinerpg:purple_blaze>],
[<divinerpg:purple_blaze>, <contenttweaker:nethengeic_rune>, <divinerpg:purple_blaze>]]);
recipes.addShaped(<techreborn:creative_solar_panel>,
[[<techreborn:solar_panel:4>, <techreborn:solar_panel:4>, <techreborn:solar_panel:4>],
[<techreborn:solar_panel:4>, <extendedcrafting:singularity_custom:650>, <techreborn:solar_panel:4>],
[<techreborn:solar_panel:4>, <techreborn:solar_panel:4>, <techreborn:solar_panel:4>]]);
+49 -15
View File
@@ -79,15 +79,15 @@ recipes.addShaped(<projectex:compressed_refined_link>,
val mith2 = RecipeBuilder.newBuilder("mythicaltier2","mythical_resource_miner_tier2",800);
mith2.addEnergyPerTickInput(30000);
mith2.addItemOutput(<aoa3:carved_rune_travel>);
mith2.addItemOutput(<aoa3:carved_rune_travel>*15);
mith2.setChance(0.15);
mith2.addItemOutput(<aoa3:carved_rune_reality>);
mith2.addItemOutput(<aoa3:carved_rune_reality>*15);
mith2.setChance(0.15);
mith2.addItemOutput(<aoa3:carved_rune_space>);
mith2.addItemOutput(<aoa3:carved_rune_space>*15);
mith2.setChance(0.15);
mith2.addItemOutput(<aoa3:carved_rune_direction>);
mith2.addItemOutput(<aoa3:carved_rune_direction>*15);
mith2.setChance(0.15);
mith2.addItemOutput(<aoa3:carved_rune_power>);
mith2.addItemOutput(<aoa3:carved_rune_power>*15);
mith2.setChance(0.15);
mith2.addItemOutput(<aoa3:chilli>*10);
mith2.setChance(0.05);
@@ -125,7 +125,7 @@ cruc1.build();
val mith3 = RecipeBuilder.newBuilder("mythicaltier3","mythical_resource_miner_tier3",800);
mith3.addEnergyPerTickInput(45000);
mith3.addFluidInput(<fluid:dimensional_essence>*100);
mith3.addFluidInput(<fluid:dimensional_essence>*50);
mith3.addItemOutput(<aoa3:small_skill_crystal>);
mith3.setChance(0.01);
mith3.addItemOutput(<aoa3:gem_bag>);
@@ -1870,7 +1870,7 @@ mods.extendedcrafting.CompressionCrafting.addRecipe(<aoa3:lotto_banner>,
mods.extendedcrafting.CompressionCrafting.addRecipe(<aoa3:lotto_banner>,
<aoa3:iromine_tokens>, 180, <extendedcrafting:material:11>, 10000000);
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:chaos_pearl>, <materialpart:chaos:ingot>, 100, <extendedcrafting:material:11>, 1000000000,10000);
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:chaos_pearl>, <materialpart:chaos:ingot>, 100, <extendedcrafting:material:11>, 1000000000,1000000);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:skythern_star>,
2000000,
@@ -2187,7 +2187,7 @@ mods.techreborn.implosionCompressor.addRecipe(<contenttweaker:unidentified_plate
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:collapser_casing>*4,
[[<contenttweaker:nightmare_coil>, <materialpart:primal_ogerite:ingot>, <contenttweaker:nightmare_coil>,
<thaumadditions:adaminite_ingot>, <contenttweaker:unidentified_plate>, <thaumadditions:adaminite_ingot>,
<thaumadditions:adaminite_ingot>, <contenttweaker:gravitite_stone>, <thaumadditions:adaminite_ingot>,
<contenttweaker:nightmare_coil>, <materialpart:primal_ogerite:ingot>, <contenttweaker:nightmare_coil>],
[<materialpart:primal_ogerite:ingot>, <contenttweaker:instant_power_junction>, <contenttweaker:enchanted_myrmitite>,
@@ -2202,9 +2202,9 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:collapser_casing>*
<nuclearcraft:fusion_connector>, <contenttweaker:twilight_gear>, <nuclearcraft:fusion_connector>,
<contenttweaker:enchanted_myrmitite>, <contenttweaker:imperfect_gem_of_the_cosmos>, <thaumadditions:adaminite_ingot>],
[<contenttweaker:unidentified_plate>, <techreborn:fusion_coil>, <contenttweaker:unidentified_plate>,
[<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:unidentified_plate>],
<contenttweaker:unidentified_plate>, <techreborn:fusion_coil>, <contenttweaker:gravitite_stone>],
[<thaumadditions:adaminite_ingot>, <contenttweaker:imperfect_gem_of_the_cosmos>, <contenttweaker:enchanted_myrmitite>,
<nuclearcraft:fusion_connector>, <contenttweaker:twilight_gear>, <nuclearcraft:fusion_connector>,
@@ -2219,7 +2219,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:collapser_casing>*
<contenttweaker:enchanted_myrmitite>, <contenttweaker:instant_power_junction>, <materialpart:primal_ogerite:ingot>],
[<contenttweaker:nightmare_coil>, <materialpart:primal_ogerite:ingot>, <contenttweaker:nightmare_coil>,
<thaumadditions:adaminite_ingot>, <contenttweaker:unidentified_plate>, <thaumadditions:adaminite_ingot>,
<thaumadditions:adaminite_ingot>, <contenttweaker:gravitite_stone>, <thaumadditions:adaminite_ingot>,
<contenttweaker:nightmare_coil>, <materialpart:primal_ogerite:ingot>, <contenttweaker:nightmare_coil>]]);
@@ -2444,13 +2444,19 @@ mods.extendedcrafting.TableCrafting.addShapeless(4, <contenttweaker:universal_re
<contenttweaker:vethea_garnet>,
<contenttweaker:eternal_tulite>]);
recipes.addShaped(<contenttweaker:compressed_realgar>,
[[<contenttweaker:universal_realgar>, <contenttweaker:universal_realgar>, <contenttweaker:universal_realgar>],
[<contenttweaker:universal_realgar>, <contenttweaker:universal_realgar>, <contenttweaker:universal_realgar>],
[<contenttweaker:universal_realgar>, <contenttweaker:universal_realgar>, <contenttweaker:universal_realgar>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:infinity_furnace_bricks>,
[[<advancedrocketry:blastbrick>, <contenttweaker:draconic_machine_frame>, <advancedrocketry:blastbrick>,
<advancedrocketry:blastbrick>, <contenttweaker:ineffable_sun>, <advancedrocketry:blastbrick>,
<advancedrocketry:blastbrick>, <contenttweaker:draconic_machine_frame>, <advancedrocketry:blastbrick>],
[<contenttweaker:draconic_machine_frame>, <avaritia:block_resource:0>, <materialpart:hassium:ingot>,
<materialpart:hassium:ingot>, <contenttweaker:universal_realgar>, <materialpart:hassium:ingot>,
<materialpart:hassium:ingot>, <contenttweaker:compressed_realgar>, <materialpart:hassium:ingot>,
<materialpart:hassium:ingot>, <avaritia:block_resource:0>, <contenttweaker:draconic_machine_frame>],
[<advancedrocketry:blastbrick>, <materialpart:hassium:ingot>, <thermalfoundation:material:1027>,
@@ -2461,9 +2467,9 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:infinity_furnace_b
<nuclearcraft:heat_exchanger_wall>, <nuclearcraft:heat_exchanger_wall>, <nuclearcraft:heat_exchanger_wall>,
<thermalfoundation:material:1027>, <materialpart:hassium:ingot>, <advancedrocketry:blastbrick>],
[<contenttweaker:ineffable_sun>, <contenttweaker:universal_realgar>, <thermalfoundation:material:1027>,
[<contenttweaker:ineffable_sun>, <contenttweaker:compressed_realgar>, <thermalfoundation:material:1027>,
<nuclearcraft:heat_exchanger_wall>, <contenttweaker:mythic_excavation_reactor>, <nuclearcraft:heat_exchanger_wall>,
<thermalfoundation:material:1027>, <contenttweaker:universal_realgar>, <contenttweaker:ineffable_sun>],
<thermalfoundation:material:1027>, <contenttweaker:compressed_realgar>, <contenttweaker:ineffable_sun>],
[<advancedrocketry:blastbrick>, <materialpart:hassium:ingot>, <thermalfoundation:material:1027>,
<nuclearcraft:heat_exchanger_wall>, <nuclearcraft:heat_exchanger_wall>, <nuclearcraft:heat_exchanger_wall>,
@@ -2474,7 +2480,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:infinity_furnace_b
<thermalfoundation:material:1027>, <materialpart:hassium:ingot>, <advancedrocketry:blastbrick>],
[<contenttweaker:draconic_machine_frame>, <avaritia:block_resource:0>, <materialpart:hassium:ingot>,
<materialpart:hassium:ingot>, <contenttweaker:universal_realgar>, <materialpart:hassium:ingot>,
<materialpart:hassium:ingot>, <contenttweaker:compressed_realgar>, <materialpart:hassium:ingot>,
<materialpart:hassium:ingot>, <avaritia:block_resource:0>, <contenttweaker:draconic_machine_frame>],
[<advancedrocketry:blastbrick>, <contenttweaker:draconic_machine_frame>, <advancedrocketry:blastbrick>,
@@ -2488,6 +2494,7 @@ spatcruc7.addEnergyPerTickInput(120000);
spatcruc7.addItemInput(<contenttweaker:mortum_star>);
spatcruc7.addItemInput(<projectex:matter:9>*5);
spatcruc7.addItemInput(<contenttweaker:dynatos_catalyst>);
spatcruc7.addItemInput(<materialpart:sednanite:dust>*16);
spatcruc7.addItemInput(<contenttweaker:universal_realgar>);
spatcruc7.addFluidOutput(<fluid:universal_matter>*2000);
spatcruc7.build();
@@ -2817,3 +2824,30 @@ recipes.addShaped(<contenttweaker:call_of_the_haunted>,
[[<techreborn:uumatter>, <techreborn:uumatter>, <techreborn:uumatter>],
[<techreborn:uumatter>, <aoa3:ghostly_powder>, <techreborn:uumatter>],
[<techreborn:uumatter>, <techreborn:uumatter>, <techreborn:uumatter>]]);
recipes.addShaped(<contenttweaker:recursive_feather>,
[[<contenttweaker:ender_feather>, <contenttweaker:ender_feather>, <contenttweaker:ender_feather>],
[<contenttweaker:ender_feather>, <contenttweaker:chaotic_feather>, <contenttweaker:ender_feather>],
[<contenttweaker:ender_feather>, <contenttweaker:ender_feather>, <contenttweaker:ender_feather>]]);
recipes.addShaped(<contenttweaker:sticky_callstone>,
[[<contenttweaker:dimensional_ingot>, <avaritia:resource:7>, <contenttweaker:dimensional_ingot>],
[<contenttweaker:forgotten_slime>, <contenttweaker:primordial_prism>, <contenttweaker:forgotten_slime>],
[<contenttweaker:dimensional_ingot>, <avaritia:resource:7>, <contenttweaker:dimensional_ingot>]]);
recipes.addShaped(<contenttweaker:sacred_cinders_log>,
[[<twilightforest:cinder_log>, <twilightforest:cinder_log>, <twilightforest:cinder_log>],
[<contenttweaker:chaos_wood>, <twilightforest:cinder_log>, <contenttweaker:order_wood>],
[<twilightforest:cinder_log>, <twilightforest:cinder_log>, <twilightforest:cinder_log>]]);
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:sacred_cinders_seed>, <contenttweaker:sacred_cinders_log>, 1000, <extendedcrafting:material:11>, 100);
furnace.addRecipe(<contenttweaker:everburning_seed>, <contenttweaker:sacred_cinders_seed>);
recipes.addShaped(<contenttweaker:everburner>,
[[<nuclearcraft:heat_exchanger_tube_thermoconducting>, <contenttweaker:infinity_furnace_bricks>, <nuclearcraft:heat_exchanger_tube_thermoconducting>],
[<contenttweaker:infinity_furnace_bricks>, <contenttweaker:everburning_seed>, <contenttweaker:infinity_furnace_bricks>],
[<nuclearcraft:heat_exchanger_tube_thermoconducting>, <contenttweaker:infinity_furnace_bricks>, <nuclearcraft:heat_exchanger_tube_thermoconducting>]]);
+1 -1
View File
@@ -83,7 +83,7 @@ accelerator7.addFluidOutput(<fluid:gravitrons>*100);
accelerator7.build();
val accelerator8 = RecipeBuilder.newBuilder("accelerator8","mythic_accelerator",100);
accelerator8.addEnergyPerTickInput(30000000);
accelerator8.addEnergyPerTickInput(3000000);
accelerator8.addFluidInput(<fluid:gravitrons>*100);
accelerator8.addFluidOutput(<fluid:strings>*100);
accelerator8.build();
+8 -1
View File
@@ -341,4 +341,11 @@ mythallo46.addEnergyPerTickInput(80000);
mythallo46.addItemInput(<ore:ingotIron>,2);
mythallo46.addItemInput(<ore:ingotNickel>);
mythallo46.addItemOutput(<thermalfoundation:material:162>*3);
mythallo46.build();
mythallo46.build();
val mythallo47 = RecipeBuilder.newBuilder("mythallo47","mythic_processor_alloy_furnace",1);
mythallo47.addEnergyPerTickInput(80000);
mythallo47.addItemInput(<draconicevolution:draconic_spawner>);
mythallo47.addItemInput(<ore:ingotAdaminite>,4);
mythallo47.addItemOutput(<contenttweaker:restless_steel_ingot>*2);
mythallo47.build();
+90
View File
@@ -313,6 +313,13 @@ recipes.addShaped(<nuclearcraft:part:11>,
[<minecraft:bucket>, null, <minecraft:bucket>],
[<ore:plateLead>, <ore:ingotTin>, <ore:plateLead>]]);
recipes.removeShaped(<nuclearcraft:fission_controller_new_fixed>);
recipes.addShaped(<nuclearcraft:fission_controller_new_fixed>,
[[<nuclearcraft:part:1>, <nuclearcraft:part:5>, <nuclearcraft:part:1>],
[<nuclearcraft:nuclear_furnace_idle>, <nuclearcraft:part:10>, <nuclearcraft:nuclear_furnace_idle>],
[<nuclearcraft:part:1>, <contenttweaker:blue_matter>, <nuclearcraft:part:1>]]);
recipes.removeShaped(<nuclearcraft:salt_fission_controller>);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:salt_fission_controller>,
@@ -348,3 +355,86 @@ mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:salt_fission_vessel>
[<contenttweaker:fiery_rhenium_ingot>, <materialpart:vibranium_alloy:gear>, <nuclearcraft:salt_fission_frame>, <nuclearcraft:alloy:12>, <nuclearcraft:salt_fission_frame>, <materialpart:vibranium_alloy:gear>, <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>]]);
recipes.addShaped(<contenttweaker:restless_steel_frame>,
[[<contenttweaker:restless_steel_ingot>, <ore:blockSoularium>, <contenttweaker:restless_steel_ingot>],
[<ore:blockSoularium>, <nuclearcraft:part:12>, <ore:blockSoularium>],
[<contenttweaker:restless_steel_ingot>, <ore:blockSoularium>, <contenttweaker:restless_steel_ingot>]]);
recipes.removeShaped(<nuclearcraft:heat_exchanger_wall>);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:heat_exchanger_wall>*8,
[[<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, <railcraft:tank_iron_wall>, 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}), <railcraft:tank_iron_wall>, <thaumicaugmentation:impetus_drainer>, <contenttweaker:restless_steel_frame>, <thaumicaugmentation:impetus_drainer>, <railcraft:tank_iron_wall>, <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, <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>]]);
recipes.addShaped(<contenttweaker:stellar_alloy_shaft>,
[[<ore:blockSoularium>, <ore:blockStellarAlloy>, <ore:blockSoularium>],
[<ore:blockSoularium>, <ore:blockStellarAlloy>, <ore:blockSoularium>],
[<ore:blockSoularium>, <ore:blockStellarAlloy>, <ore:blockSoularium>]]);
recipes.removeShaped(<nuclearcraft:heat_exchanger_frame>);
recipes.addShaped(<nuclearcraft:heat_exchanger_frame>,
[[<contenttweaker:shadow_steel>, <contenttweaker:stellar_alloy_shaft>, <contenttweaker:shadow_steel>],
[<ore:blockSoularium>, <nuclearcraft:heat_exchanger_wall>, <ore:blockSoularium>],
[<contenttweaker:shadow_steel>, <contenttweaker:stellar_alloy_shaft>, <contenttweaker:shadow_steel>]]);
recipes.removeShaped(<nuclearcraft:heat_exchanger_controller>);
mods.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:heat_exchanger_controller>,
[[<nuclearcraft:part:3>, <contenttweaker:lothlorien_dust>, <contenttweaker:lothlorien_dust>, <materialpart:vibranium_alloy:gear>, <contenttweaker:lothlorien_dust>, <contenttweaker:lothlorien_dust>, <nuclearcraft:part:3>],
[<contenttweaker:lothlorien_dust>, <ore:ingotUltimate>, <enderio:item_material:43>, <ore:ingotInsanium>, <enderio:item_material:43>, <ore:ingotUltimate>, <contenttweaker:lothlorien_dust>],
[<contenttweaker:lothlorien_dust>, <enderio:item_material:43>, <bloodmagic:decorative_brick:2>, <contenttweaker:supertranslucent_catalyst>, <bloodmagic:decorative_brick:2>, <enderio:item_material:43>, <contenttweaker:lothlorien_dust>],
[<materialpart:vibranium_alloy:gear>, <contenttweaker:supertranslucent_catalyst>, <ore:ingotInsanium>, <nuclearcraft:heat_exchanger_wall>, <ore:ingotInsanium>, <contenttweaker:supertranslucent_catalyst>, <materialpart:vibranium_alloy:gear>],
[<contenttweaker:lothlorien_dust>, <enderio:item_material:43>, <bloodmagic:decorative_brick:2>, <contenttweaker:supertranslucent_catalyst>, <bloodmagic:decorative_brick:2>, <enderio:item_material:43>, <contenttweaker:lothlorien_dust>],
[<contenttweaker:lothlorien_dust>, <ore:ingotUltimate>, <enderio:item_material:43>, <ore:ingotInsanium>, <enderio:item_material:43>, <ore:ingotUltimate>, <contenttweaker:lothlorien_dust>],
[<nuclearcraft:part:3>, <contenttweaker:lothlorien_dust>, <contenttweaker:lothlorien_dust>, <materialpart:vibranium_alloy:gear>, <contenttweaker:lothlorien_dust>, <contenttweaker:lothlorien_dust>, <nuclearcraft:part:3>]]);
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.extendedcrafting.TableCrafting.addShaped(<nuclearcraft:heat_exchanger_tube_thermoconducting>,
[[<nuclearcraft:part:3>, <nuclearcraft:part:3>, <aoa3:radiant_infusion_stone>,
<contenttweaker:inert_crystal>, <openblocks:tank>.withTag({tank: {FluidName: "borax_solution", Amount: 16000}}), <contenttweaker:inert_crystal>,
<aoa3:radiant_infusion_stone>, <nuclearcraft:part:3>, <nuclearcraft:part:3>],
[<nuclearcraft:part:3>, <nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>,
<nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>,
<nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>, <nuclearcraft:part:3>],
[<aoa3:radiant_infusion_stone>, <nuclearcraft:alloy:11>, <contenttweaker:horcrux>,
<contenttweaker:imperfect_neutronium_nugget>, <contenttweaker:superconducting_thread>, <contenttweaker:imperfect_neutronium_nugget>,
<contenttweaker:horcrux>, <nuclearcraft:alloy:11>, <aoa3:radiant_infusion_stone>],
[<contenttweaker:inert_crystal>, <nuclearcraft:alloy:11>, <contenttweaker:imperfect_neutronium_nugget>,
<contenttweaker:mythic_machine_case>, <libvulpes:advstructuremachine>, <contenttweaker:mythic_machine_case>,
<contenttweaker:imperfect_neutronium_nugget>, <nuclearcraft:alloy:11>, <contenttweaker:inert_crystal>],
[<openblocks:tank>.withTag({tank: {FluidName: "borax_solution", Amount: 16000}}), <nuclearcraft:alloy:11>, <libvulpes:advstructuremachine>,
<contenttweaker:superconducting_thread>, <contenttweaker:arc_reactor_coil>, <contenttweaker:superconducting_thread>,
<libvulpes:advstructuremachine>, <nuclearcraft:alloy:11>, <openblocks:tank>.withTag({tank: {FluidName: "borax_solution", Amount: 16000}})],
[<contenttweaker:inert_crystal>, <nuclearcraft:alloy:11>, <contenttweaker:imperfect_neutronium_nugget>,
<contenttweaker:mythic_machine_case>, <libvulpes:advstructuremachine>, <contenttweaker:mythic_machine_case>,
<contenttweaker:imperfect_neutronium_nugget>, <nuclearcraft:alloy:11>, <contenttweaker:inert_crystal>],
[<aoa3:radiant_infusion_stone>, <nuclearcraft:alloy:11>, <contenttweaker:horcrux>,
<contenttweaker:imperfect_neutronium_nugget>, <contenttweaker:superconducting_thread>, <contenttweaker:imperfect_neutronium_nugget>,
<contenttweaker:horcrux>, <nuclearcraft:alloy:11>, <aoa3:radiant_infusion_stone>],
[<nuclearcraft:part:3>, <nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>,
<nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>,
<nuclearcraft:alloy:11>, <nuclearcraft:alloy:11>, <nuclearcraft:part:3>],
[<nuclearcraft:part:3>, <nuclearcraft:part:3>, <aoa3:radiant_infusion_stone>,
<contenttweaker:inert_crystal>, <openblocks:tank>.withTag({tank: {FluidName: "borax_solution", Amount: 16000}}), <contenttweaker:inert_crystal>,
<aoa3:radiant_infusion_stone>, <nuclearcraft:part:3>, <nuclearcraft:part:3>]]);
+4
View File
@@ -1,5 +1,9 @@
// <careerbees:ingredients:13>
// taxcollector
// armorer
// sharpening
// iromine & eden
// <thaumicaugmentation:biome_selector>.withTag({cap: {biome: "aoa3:mysterium"}})
// <thaumicaugmentation:biome_selector>.withTag({cap: {biome: "biomesoplenty:bog"}})
+42
View File
@@ -1,3 +1,6 @@
import mods.modularmachinery.RecipeBuilder;
// making krypton, neon, argon, and xenon
mods.nuclearcraft.centrifuge.addRecipe([<fluid:aerotheum>*10, <fluid:nitrogen>*7, <fluid:oxygen>*2, <fluid:noble_gas_mix>*1, <fluid:argon>*1, 0.1, 6.1, 0.2]);
@@ -98,3 +101,42 @@ mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:hydrochloric_acid>*10, <flu
mods.techreborn.industrialElectrolyzer.addRecipe(<contenttweaker:barium_chunk>, <abyssalcraft:crystalfragment:4>, null, null, null, <contenttweaker:barium_oxide>, 30, 40);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:barium_chunk>, <fluid:barium>*72]);
// making zirconium
mods.nuclearcraft.melter.addRecipe([<nuclearcraft:ingot:10>, <fluid:molten_zirconium>*144]);
// making niobium
val niobiumaccelerator = RecipeBuilder.newBuilder("niobiumaccelerator","high_impulse_accelerator",100);
niobiumaccelerator.addEnergyPerTickInput(10000000);
niobiumaccelerator.addFluidInput(<fluid:titanium>*100);
niobiumaccelerator.addFluidOutput(<fluid:niobium>*50);
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.nuclearcraft.manufactory.addRecipe([<contenttweaker:crystallized_tungstensteel>, <contenttweaker:tungsten_molybdenum_dust>]);
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:tungsten_molybdenum_dust>, <fluid:molten_blood_infused_iron>*144, <fluid:tungsten_molybdenum_mix>*144]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:tungsten_molybdenum_mix>*144, <fluid:boric_acid>*50, <fluid:molten_molybdenum>*72, <fluid:tungsten>*72, 0.1, 2.5, 0.2]);
// making einstenium
mods.nuclearcraft.salt_fission.addRecipe([<fluid:unholy_radioactive_mix>*5, <fluid:einstenium>*5, 100.0, 600.0, 4.0]);
// making lanthanum
mods.bloodmagic.BloodAltar.addRecipe(<contenttweaker:lanthanum_salt>, <bewitchment:salt>, 5, 10, 20, 30);
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:lanthanum_salt>, <fluid:fierymetal>*144, <fluid:lanthanum>*40]);
// making meitnerium
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]);
+13 -1
View File
@@ -139,4 +139,16 @@ recipes.remove(<divinerpg:lava_lamp>);
recipes.addShaped(<divinerpg:lava_lamp>,
[[<ore:ingotAluminum>, <ore:ingotAluminum>, <ore:ingotAluminum>],
[<ore:nuggetAluminum>, <minecraft:lava_bucket>, <ore:nuggetAluminum>],
[<ore:ingotAluminum>, <ore:nuggetAluminum>, <ore:ingotAluminum>]]);
[<ore:ingotAluminum>, <ore:nuggetAluminum>, <ore:ingotAluminum>]]);
mods.nuclearcraft.melter.addRecipe([<aoa3:raw_charger_shank>, <fluid:charger>*20]);
mods.nuclearcraft.melter.addRecipe([<aoa3:charger_shank>, <fluid:charger>*17]);
mods.nuclearcraft.alloy_furnace.addRecipe([<thermalfoundation:material:132>*5, <minecraft:iron_ingot>*3, <plustic:alumiteingot>]);
recipes.remove(<mod_lavacow:mossy_stick>);
recipes.addShaped(<mod_lavacow:mossy_stick>,
[[null, <tconstruct:materials:18>, null],
[<tconstruct:materials:18>, <minecraft:stick>, <tconstruct:materials:18>],
[null, <tconstruct:materials:18>, null]]);
+2
View File
@@ -204,3 +204,5 @@ recipes.addShaped(<thermalexpansion:augment:576>,
[[<nuclearcraft:plutonium:8>, <thermalfoundation:material:295>, <nuclearcraft:plutonium:8>],
[<ore:plateCopper>, <minecraft:bucket>, <ore:plateCopper>],
[<nuclearcraft:plutonium:8>, <ore:blockGlassHardened>, <nuclearcraft:plutonium:8>]]);
recipes.removeShaped(<thermalexpansion:device:10>);
+7 -1
View File
@@ -178,4 +178,10 @@ recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "conarm:armor_trim"}),
recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "conarm:polishing_kit"}),
[[null, <extrautils2:decorativesolid:2>, null],
[<extrautils2:decorativesolid:2>, <tconstruct:pattern>, <extrautils2:decorativesolid:2>],
[null, <extrautils2:decorativesolid:2>, null]]);
[null, <extrautils2:decorativesolid:2>, null]]);
recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "plustic:laser_medium"}),
[[<environmentaltech:laser_lens_crystal>, <contenttweaker:flood_stone>, <environmentaltech:laser_lens_crystal>],
[<environmentaltech:laser_lens_crystal>, <tconstruct:pattern>, <environmentaltech:laser_lens_crystal>],
[<environmentaltech:laser_lens_crystal>, <contenttweaker:flood_stone>, <environmentaltech:laser_lens_crystal>]]);
+23 -3
View File
@@ -590,6 +590,8 @@
<contenttweaker:master_spell_focus>.addTooltip(format.red("Let this be a warning, you want to be REALLY CAREFUL with these - this is your one and only warning"));
<contenttweaker:master_spell_focus>.addTooltip(format.red("Use 4096 crystals"));
<thaumicaugmentation:research_notes>.addTooltip(format.red("Can be found in the Emptiness, or through a master spell (which one??)"));
<thaumicenergistics:essentia_terminal>.addTooltip(format.red("Thanks to Dorambor for finding a better version!"));
@@ -772,7 +774,7 @@
<contenttweaker:sacrificial_contract>.addTooltip(format.red("Combine with the friendly soul vials of the wild rainbow tree"));
<extrabotany:material:3>.addTooltip(format.red("Dropped by a tier 3 Gaia Guardian, or from a full quantum mana storage"));
<extrabotany:material:3>.addTooltip(format.red("Dropped by a tier 3 Gaia Guardian"));
<bewitchment:blessed_stone>.addTooltip(format.red("CAREFUL: this block is unbreakable"));
@@ -1040,8 +1042,6 @@
<modularmachinery:itemblueprint>.addTooltip(format.red("Blueprints are just guides for building, you don't have to use them in the controllers"));
<projectx:xycronium_ore>.addTooltip(format.red("Found in the overworld, but not underground..."));
<appliedenergistics2:material:53>.addTooltip(format.red("Bad, avoid using"));
<careerbees:ingredients:1>.addTooltip(format.red("Obtained from the lumber bee"));
@@ -1127,3 +1127,23 @@
<techreborn:distillation_tower>.addTooltip(format.red("17 standard machine casing, 17 advanced"));
<astralsorcery:itemrockcrystalsimple>.addTooltip(format.red("Found in the overworld, use a resonating wand to find the ore"));
<abyssalcraft:abyingot>.addTooltip(format.red("Found in the overworld, in darklands biomes"));
<agricraft:crop_sticks>.addTooltip(format.red("Automated with a plant gatherer"));
<contenttweaker:dreadful_bone>.addTooltip(format.red("Don't worry it's ketchup -reginull"));
<advancedrocketry:rocketbuilder>.addTooltip(format.red("May cause lag, better to break it after using it"));
<ae2wtlib:infinity_booster_card>.addTooltip(format.red("Do not right click into termina (causes crash), shift flick or auto-absorb instead"));
<techreborn:fusion_control_computer>.addTooltip(format.red("If the recipe has a negative RF sign, it will use it instead of producing it, use the smallest size for those"));
<forestry:bee_drone_ge>.addTooltip(format.red("Breed bees using the advanced mutatron, farm the drops using an industrial apiary"));
<contenttweaker:mossy_grave_dust>.addTooltip(format.red("Right click for your First Boss Fight!"));
<contenttweaker:master_spell_caeles>.addTooltip(format.red("Sandman366 can split stacks!"));
<contenttweaker:master_spell_perditio>.addTooltip(format.red("erohw did it first!"));
-5
View File
@@ -318,11 +318,6 @@ recipes.addShaped(<divinerpg:ender_shards>*6,
[<techreborn:dust:21>, <aoa3:silver_coin>, <techreborn:dust:21>],
[<techreborn:dust:21>, <techreborn:dust:21>, <techreborn:dust:21>]]);
recipes.addShaped(<divinerpg:purple_blaze>*6,
[[null, <aoa3:nether_tokens>, null],
[<aoa3:nether_tokens>, <minecraft:blaze_powder>, <aoa3:nether_tokens>],
[null, <aoa3:nether_tokens>, null]]);
recipes.addShaped(<bewitchment:boline>.withTag({biome_id: 226}),
[[<thebetweenlands:mummy_bait>, <thaumadditions:mithrillium_resonator>, <thebetweenlands:mummy_bait>],
[<astralsorcery:itemtunedcelestialcrystal>.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.fornax", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}), <bewitchment:boline>, <astralsorcery:itemtunedcelestialcrystal>.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.bootes", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})],