2804 lines
127 KiB
Plaintext
2804 lines
127 KiB
Plaintext
import mods.astralsorcery.Utils;
|
|
import crafttweaker.item.IItemStack;
|
|
import mods.thaumcraft.Crucible;
|
|
|
|
|
|
recipes.removeShaped(<divinerpg:shuriken>);
|
|
|
|
recipes.addShaped(<divinerpg:shuriken>,
|
|
[[<minecraft:iron_ingot>, null, null],
|
|
[<minecraft:iron_ingot>, <minecraft:iron_ingot>, <minecraft:iron_ingot>],
|
|
[null, null, <minecraft:iron_ingot>]]);
|
|
|
|
recipes.remove(<biomesoplenty:gem_block:7>);
|
|
|
|
recipes.addShaped(<biomesoplenty:gem_block:7>,
|
|
[[<biomesoplenty:gem:7>, <biomesoplenty:gem:7>, <biomesoplenty:gem:7>],
|
|
[<biomesoplenty:gem:7>, <biomesoplenty:gem:7>, <biomesoplenty:gem:7>],
|
|
[<biomesoplenty:gem:7>, <biomesoplenty:gem:7>, <biomesoplenty:gem:7>]]);
|
|
|
|
recipes.remove(<biomesoplenty:gem:7>);
|
|
|
|
recipes.addShapeless(<biomesoplenty:gem:7>*9,
|
|
[<biomesoplenty:gem_block:7>]);
|
|
|
|
recipes.addShaped(<natura:empty_bowls:0>*4,
|
|
[[null, <natura:nether_planks:0>, null],
|
|
[<natura:nether_planks:0>, null, null],
|
|
[null, <natura:nether_planks:0>, null]]);
|
|
|
|
recipes.addShaped(<natura:empty_bowls:1>*4,
|
|
[[null, <natura:nether_planks:1>, null],
|
|
[<natura:nether_planks:1>, null, null],
|
|
[null, <natura:nether_planks:1>, null]]);
|
|
|
|
recipes.addShaped(<natura:empty_bowls:2>*4,
|
|
[[null, <natura:nether_planks:2>, null],
|
|
[<natura:nether_planks:2>, null, null],
|
|
[null, <natura:nether_planks:2>, null]]);
|
|
|
|
recipes.addShaped(<natura:empty_bowls:3>*4,
|
|
[[null, <natura:nether_planks:3>, null],
|
|
[<natura:nether_planks:3>, null, null],
|
|
[null, <natura:nether_planks:3>, null]]);
|
|
|
|
recipes.addShaped(<natura:sticks:9>*4,
|
|
[[null, null, null],
|
|
[<natura:nether_planks:0>, null, null],
|
|
[null, <natura:nether_planks:0>, null]]);
|
|
|
|
recipes.addShaped(<natura:sticks:10>*4,
|
|
[[null, null, null],
|
|
[<natura:nether_planks:2>, null, null],
|
|
[null, <natura:nether_planks:2>, null]]);
|
|
|
|
recipes.addShaped(<natura:sticks:11>*4,
|
|
[[null, null, null],
|
|
[<natura:nether_planks:3>, null, null],
|
|
[null, <natura:nether_planks:3>, null]]);
|
|
|
|
recipes.addShaped(<natura:sticks:12>*4,
|
|
[[null, null, null],
|
|
[<natura:nether_planks:1>, null, null],
|
|
[null, <natura:nether_planks:1>, null]]);
|
|
|
|
recipes.remove(<immersiveengineering:treated_wood:0>);
|
|
|
|
recipes.addShaped(<immersiveengineering:treated_wood:0>*4,
|
|
[[<ore:vanillaWoodPlanks>, <ore:vanillaWoodPlanks>, <ore:vanillaWoodPlanks>],
|
|
[<ore:vanillaWoodPlanks>, <forge:bucketfilled>.withTag({FluidName: "creosote", Amount: 1000}), <ore:vanillaWoodPlanks>],
|
|
[<ore:vanillaWoodPlanks>, <ore:vanillaWoodPlanks>, <ore:vanillaWoodPlanks>]]);
|
|
|
|
recipes.addShaped(<immersiveengineering:treated_wood:0>*4,
|
|
[[<ore:vanillaWoodPlanks>, <ore:vanillaWoodPlanks>, <ore:vanillaWoodPlanks>],
|
|
[<ore:vanillaWoodPlanks>, <railcraft:fluid_bottle_creosote>, <ore:vanillaWoodPlanks>],
|
|
[<ore:vanillaWoodPlanks>, <ore:vanillaWoodPlanks>, <ore:vanillaWoodPlanks>]]);
|
|
|
|
recipes.remove(<randomthings:blockofsticks:0>);
|
|
|
|
recipes.addShaped(<randomthings:blockofsticks:0>*18,
|
|
[[<ore:stickWood>, <ore:stickWood>, <ore:stickWood>],
|
|
[<ore:stickWood>, <ore:stickWood>, <ore:stickWood>],
|
|
[<ore:stickWood>, <ore:stickWood>, <ore:stickWood>]]);
|
|
|
|
recipes.addShaped(<astralsorcery:blockmarble:1>*9,
|
|
[[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>],
|
|
[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>],
|
|
[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>]]);
|
|
|
|
recipes.remove(<immersiveengineering:material:1>);
|
|
|
|
recipes.remove(<thaumictinkerer:black_quartz_block>);
|
|
|
|
recipes.addShaped(<thaumictinkerer:black_quartz_block>,
|
|
[[null, <thaumictinkerer:black_quartz>, null],
|
|
[<thaumictinkerer:black_quartz>, <ore:stoneMarble>, <thaumictinkerer:black_quartz>],
|
|
[null, <thaumictinkerer:black_quartz>, null]]);
|
|
|
|
|
|
recipes.remove(<bloodmagic:slate:0>);
|
|
recipes.remove(<bloodmagic:slate:1>);
|
|
recipes.remove(<bloodmagic:slate:2>);
|
|
recipes.remove(<bloodmagic:slate:3>);
|
|
recipes.remove(<bloodmagic:slate:4>);
|
|
|
|
|
|
val slimebootsoredict = <ore:slimeBoots>;
|
|
slimebootsoredict.add(<tconstruct:slime_boots:0>);
|
|
slimebootsoredict.add(<tconstruct:slime_boots:1>);
|
|
slimebootsoredict.add(<tconstruct:slime_boots:2>);
|
|
slimebootsoredict.add(<tconstruct:slime_boots:4>);
|
|
|
|
val slimeslingoredict = <ore:slimeSling>;
|
|
slimeslingoredict.add(<tconstruct:slimesling:0>);
|
|
slimeslingoredict.add(<tconstruct:slimesling:1>);
|
|
slimeslingoredict.add(<tconstruct:slimesling:2>);
|
|
slimeslingoredict.add(<tconstruct:slimesling:3>);
|
|
slimeslingoredict.add(<tconstruct:slimesling:4>);
|
|
|
|
recipes.remove(<cyclicmagic:emerald_chestplate>);
|
|
recipes.remove(<cyclicmagic:emerald_helmet>);
|
|
recipes.remove(<cyclicmagic:emerald_leggings>);
|
|
recipes.remove(<cyclicmagic:emerald_boots>);
|
|
recipes.remove(<cyclicmagic:emerald_axe>);
|
|
recipes.remove(<cyclicmagic:emerald_sword>);
|
|
recipes.remove(<cyclicmagic:emerald_pickaxe>);
|
|
recipes.remove(<cyclicmagic:emerald_spade>);
|
|
recipes.remove(<cyclicmagic:emerald_hoe>);
|
|
|
|
recipes.remove(<opencomputers:material:12>);
|
|
|
|
recipes.addShaped(<opencomputers:material:12>,
|
|
[[null, <ore:nuggetAluminum>, null],
|
|
[<ore:nuggetAluminum>, <ore:ingotIron>, <ore:nuggetAluminum>],
|
|
[null, <ore:nuggetAluminum>, null]]);
|
|
|
|
recipes.remove(<randomthings:blazeandsteel>);
|
|
|
|
recipes.remove(<cyclicmagic:exp_pylon>);
|
|
|
|
recipes.remove(<natura:flint_and_blaze>);
|
|
|
|
// recipes.addShaped(<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:king_charger"}}),
|
|
// [[null, <aoa3:raw_charger_shank>, null],
|
|
// [<aoa3:raw_charger_shank>, <extendedcrafting:singularity:49>, <aoa3:raw_charger_shank>],
|
|
// [null, <contenttweaker:golem_core>, null]]);
|
|
|
|
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>]]);
|
|
|
|
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([<ore:ingotAluminum>*5, <minecraft:iron_ingot>*3, <tconstruct:ingots:6>*3]);
|
|
|
|
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]]);
|
|
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<minecraft:emerald>, <actuallyadditions:item_dust:3>]);
|
|
|
|
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:fluidnitrocarbon>*1000, <fluid:water>*1000, <fluid:fluidglyceryl>*1000, null]);
|
|
|
|
mods.nuclearcraft.alloy_furnace.addRecipe([<ore:ingotCopper>, <ore:ingotAluminum>*3, <tconstruct:ingots:5>*4]);
|
|
|
|
|
|
|
|
mods.techreborn.industrialGrinder.addRecipe(<enderio:item_material:31>*2, <techreborn:dust:39>, null, null, <ore:oreCobalt>, null, 100, 8);
|
|
|
|
mods.techreborn.industrialGrinder.addRecipe(<enderio:item_material:30>*2, <techreborn:dust:39>, null, null, <ore:oreArdite>, null, 100, 8);
|
|
|
|
recipes.addShaped(<aether_legacy:quicksoil>*4,
|
|
[[<minecraft:dirt>, <minecraft:dirt>, <minecraft:dirt>],
|
|
[<minecraft:dirt>, <forestry:peat>, <minecraft:dirt>],
|
|
[<minecraft:dirt>, <minecraft:dirt>, <minecraft:dirt>]]);
|
|
|
|
|
|
|
|
mods.techreborn.vacuumFreezer.addRecipe(<aether_legacy:aercloud:1>, <aether_legacy:aercloud:0>, 100, 1);
|
|
|
|
mods.techreborn.vacuumFreezer.addRecipe(<aether_legacy:crystal_leaves:0>, <aether_legacy:aether_leaves:0>, 100, 1);
|
|
|
|
mods.techreborn.vacuumFreezer.addRecipe(<aether_legacy:ice_ring>, <aether_legacy:iron_ring>, 100, 1);
|
|
|
|
mods.techreborn.vacuumFreezer.addRecipe(<aether_legacy:ice_ring>, <aether_legacy:golden_ring>, 100, 1);
|
|
|
|
mods.techreborn.vacuumFreezer.addRecipe(<aether_legacy:ice_pendant>, <aether_legacy:iron_pendant>, 100, 1);
|
|
|
|
mods.techreborn.vacuumFreezer.addRecipe(<aether_legacy:ice_pendant>, <aether_legacy:golden_pendant>, 100, 1);
|
|
|
|
recipes.removeShapeless(<erebus:materials:1>,
|
|
[<aoa3:jade_ore>], true);
|
|
|
|
mods.thermalexpansion.Pulverizer.removeRecipe(<aoa3:jade_ore>);
|
|
|
|
mods.thermalexpansion.Pulverizer.addRecipe(<aoa3:jade>*2, <aoa3:jade_ore>, 100);
|
|
|
|
mods.immersiveengineering.Crusher.removeRecipesForInput(<aoa3:jade_ore>);
|
|
|
|
mods.immersiveengineering.Crusher.addRecipe(<aoa3:jade>*2, <aoa3:jade_ore>, 100);
|
|
|
|
mods.actuallyadditions.Crusher.removeRecipe(<erebus:materials:1>);
|
|
|
|
mods.actuallyadditions.Crusher.addRecipe(<aoa3:jade>*2, <aoa3:jade_ore>);
|
|
|
|
recipes.addShaped(<divinerpg:netherite_bricks>*8,
|
|
[[<minecraft:brick_block>, <minecraft:brick_block>, <minecraft:brick_block>],
|
|
[<minecraft:brick_block>, <divinerpg:netherite_ingot>, <minecraft:brick_block>],
|
|
[<minecraft:brick_block>, <minecraft:brick_block>, <minecraft:brick_block>]]);
|
|
|
|
|
|
|
|
mods.actuallyadditions.AtomicReconstructor.removeRecipe(<actuallyadditions:item_color_lens>);
|
|
|
|
mods.actuallyadditions.AtomicReconstructor.addRecipe(<actuallyadditions:item_explosion_lens>, <actuallyadditions:item_misc:18>, 1000);
|
|
|
|
mods.immersivepetroleum.Distillation.addRecipe([<fluid:lubricant> * 9, <fluid:diesel> * 27, <fluid:gasoline> * 39], [<thermalfoundation:material:771>*5], <fluid:crude_oil>*75, 2048, 40, [0.8]);
|
|
|
|
mods.thermalexpansion.InductionSmelter.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidhelium", Amount: 1000}}), <thermalfoundation:material:129>*4, <aether_legacy:aercloud:0>, 1500, <techreborn:smalldust:37>, 20);
|
|
|
|
recipes.addShapeless(<iceandfire:silver_sword>,
|
|
[<bewitchment:silver_sword>]);
|
|
|
|
recipes.addShapeless(<thermalfoundation:tool.sword_silver>,
|
|
[<iceandfire:silver_sword>]);
|
|
|
|
recipes.addShapeless(<bewitchment:silver_sword>,
|
|
[<thermalfoundation:tool.sword_silver>]);
|
|
|
|
recipes.addShapeless(<techreborn:bronzesword>,
|
|
[<thermalfoundation:tool.sword_bronze>]);
|
|
|
|
recipes.addShapeless(<thermalfoundation:tool.sword_bronze>,
|
|
[<techreborn:bronzesword>]);
|
|
|
|
mods.nuclearcraft.pressurizer.removeRecipeWithInput([<bigreactors:dustgraphite>]);
|
|
mods.nuclearcraft.pressurizer.removeRecipeWithInput([<nuclearcraft:dust:8>]);
|
|
|
|
mods.thermalexpansion.Compactor.addPressRecipe(<aoa3:gemenyte>, <contenttweaker:gemenyte_dust>, 1000);
|
|
mods.thermalexpansion.Compactor.addPressRecipe(<aoa3:ornamyte>, <contenttweaker:ornamyte_dust>, 1000);
|
|
mods.thermalexpansion.Compactor.addPressRecipe(<aoa3:jewelyte>, <contenttweaker:jewelyte_dust>, 1000);
|
|
|
|
recipes.addShaped(<bewitchment:cypress_trapdoor>*2,
|
|
[[null, <bewitchment:cypress_planks>, null],
|
|
[<bewitchment:cypress_planks>, <minecraft:trapdoor>, <bewitchment:cypress_planks>],
|
|
[null, <bewitchment:cypress_planks>, null]]);
|
|
|
|
recipes.addShaped(<bewitchment:elder_trapdoor>*2,
|
|
[[null, <bewitchment:elder_planks>, null],
|
|
[<bewitchment:elder_planks>, <minecraft:trapdoor>, <bewitchment:elder_planks>],
|
|
[null, <bewitchment:elder_planks>, null]]);
|
|
|
|
recipes.addShaped(<bewitchment:juniper_trapdoor>*2,
|
|
[[null, <bewitchment:juniper_planks>, null],
|
|
[<bewitchment:juniper_planks>, <minecraft:trapdoor>, <bewitchment:juniper_planks>],
|
|
[null, <bewitchment:juniper_planks>, null]]);
|
|
|
|
recipes.addShaped(<bewitchment:dragons_blood_trapdoor>*2,
|
|
[[null, <bewitchment:dragons_blood_planks>, null],
|
|
[<bewitchment:dragons_blood_planks>, <minecraft:trapdoor>, <bewitchment:dragons_blood_planks>],
|
|
[null, <bewitchment:dragons_blood_planks>, null]]);
|
|
|
|
recipes.addShaped(<thebetweenlands:weedwood_trapdoor>*2,
|
|
[[null, <thebetweenlands:weedwood_planks>, null],
|
|
[<thebetweenlands:weedwood_planks>, <minecraft:trapdoor>, <thebetweenlands:weedwood_planks>],
|
|
[null, <thebetweenlands:weedwood_planks>, null]]);
|
|
|
|
recipes.addShaped(<thebetweenlands:rubber_tree_plank_trapdoor>*2,
|
|
[[null, <thebetweenlands:rubber_tree_planks>, null],
|
|
[<thebetweenlands:rubber_tree_planks>, <minecraft:trapdoor>, <thebetweenlands:rubber_tree_planks>],
|
|
[null, <thebetweenlands:rubber_tree_planks>, null]]);
|
|
|
|
recipes.addShaped(<thebetweenlands:giant_root_plank_trapdoor>*2,
|
|
[[null, <thebetweenlands:giant_root_planks>, null],
|
|
[<thebetweenlands:giant_root_planks>, <minecraft:trapdoor>, <thebetweenlands:giant_root_planks>],
|
|
[null, <thebetweenlands:giant_root_planks>, null]]);
|
|
|
|
recipes.addShaped(<thebetweenlands:hearthgrove_plank_trapdoor>*2,
|
|
[[null, <thebetweenlands:hearthgrove_planks>, null],
|
|
[<thebetweenlands:hearthgrove_planks>, <minecraft:trapdoor>, <thebetweenlands:hearthgrove_planks>],
|
|
[null, <thebetweenlands:hearthgrove_planks>, null]]);
|
|
|
|
recipes.addShaped(<thebetweenlands:nibbletwig_plank_trapdoor>*2,
|
|
[[null, <thebetweenlands:nibbletwig_planks>, null],
|
|
[<thebetweenlands:nibbletwig_planks>, <minecraft:trapdoor>, <thebetweenlands:nibbletwig_planks>],
|
|
[null, <thebetweenlands:nibbletwig_planks>, null]]);
|
|
|
|
recipes.addShaped(<twilightforest:twilight_oak_trapdoor>*2,
|
|
[[null, <twilightforest:twilight_oak_planks>, null],
|
|
[<twilightforest:twilight_oak_planks>, <minecraft:trapdoor>, <twilightforest:twilight_oak_planks>],
|
|
[null, <twilightforest:twilight_oak_planks>, null]]);
|
|
|
|
recipes.addShaped(<twilightforest:canopy_trapdoor>*2,
|
|
[[null, <twilightforest:canopy_planks>, null],
|
|
[<twilightforest:canopy_planks>, <minecraft:trapdoor>, <twilightforest:canopy_planks>],
|
|
[null, <twilightforest:canopy_planks>, null]]);
|
|
|
|
recipes.addShaped(<twilightforest:mangrove_trapdoor>*2,
|
|
[[null, <twilightforest:mangrove_planks>, null],
|
|
[<twilightforest:mangrove_planks>, <minecraft:trapdoor>, <twilightforest:mangrove_planks>],
|
|
[null, <twilightforest:mangrove_planks>, null]]);
|
|
|
|
recipes.addShaped(<twilightforest:dark_trapdoor>*2,
|
|
[[null, <twilightforest:dark_planks>, null],
|
|
[<twilightforest:dark_planks>, <minecraft:trapdoor>, <twilightforest:dark_planks>],
|
|
[null, <twilightforest:dark_planks>, null]]);
|
|
|
|
recipes.addShaped(<twilightforest:dark_trapdoor>*2,
|
|
[[null, <twilightforest:dark_planks>, null],
|
|
[<twilightforest:dark_planks>, <minecraft:trapdoor>, <twilightforest:dark_planks>],
|
|
[null, <twilightforest:dark_planks>, null]]);
|
|
|
|
recipes.addShaped(<natura:maple_trap_door>*2,
|
|
[[null, <natura:overworld_planks:0>, null],
|
|
[<natura:overworld_planks:0>, <minecraft:trapdoor>, <natura:overworld_planks:0>],
|
|
[null, <natura:overworld_planks:0>, null]]);
|
|
|
|
recipes.addShaped(<natura:silverbell_trap_door>*2,
|
|
[[null, <natura:overworld_planks:1>, null],
|
|
[<natura:overworld_planks:1>, <minecraft:trapdoor>, <natura:overworld_planks:1>],
|
|
[null, <natura:overworld_planks:1>, null]]);
|
|
|
|
recipes.addShaped(<natura:amaranth_trap_door>*2,
|
|
[[null, <natura:overworld_planks:2>, null],
|
|
[<natura:overworld_planks:2>, <minecraft:trapdoor>, <natura:overworld_planks:2>],
|
|
[null, <natura:overworld_planks:2>, null]]);
|
|
|
|
recipes.addShaped(<natura:tiger_trap_door>*2,
|
|
[[null, <natura:overworld_planks:3>, null],
|
|
[<natura:overworld_planks:3>, <minecraft:trapdoor>, <natura:overworld_planks:3>],
|
|
[null, <natura:overworld_planks:3>, null]]);
|
|
|
|
recipes.addShaped(<natura:willow_trap_door>*2,
|
|
[[null, <natura:overworld_planks:4>, null],
|
|
[<natura:overworld_planks:4>, <minecraft:trapdoor>, <natura:overworld_planks:4>],
|
|
[null, <natura:overworld_planks:4>, null]]);
|
|
|
|
recipes.addShaped(<natura:eucalyptus_trap_door>*2,
|
|
[[null, <natura:overworld_planks:5>, null],
|
|
[<natura:overworld_planks:5>, <minecraft:trapdoor>, <natura:overworld_planks:5>],
|
|
[null, <natura:overworld_planks:5>, null]]);
|
|
|
|
recipes.addShaped(<natura:hopseed_trap_door>*2,
|
|
[[null, <natura:overworld_planks:6>, null],
|
|
[<natura:overworld_planks:6>, <minecraft:trapdoor>, <natura:overworld_planks:6>],
|
|
[null, <natura:overworld_planks:6>, null]]);
|
|
|
|
recipes.addShaped(<natura:sakura_trap_door>*2,
|
|
[[null, <natura:overworld_planks:7>, null],
|
|
[<natura:overworld_planks:7>, <minecraft:trapdoor>, <natura:overworld_planks:7>],
|
|
[null, <natura:overworld_planks:7>, null]]);
|
|
|
|
recipes.addShaped(<natura:redwood_trap_door>*2,
|
|
[[null, <natura:overworld_planks:8>, null],
|
|
[<natura:overworld_planks:8>, <minecraft:trapdoor>, <natura:overworld_planks:8>],
|
|
[null, <natura:overworld_planks:8>, null]]);
|
|
|
|
recipes.addShaped(<natura:ghostwood_trap_door>*2,
|
|
[[null, <natura:nether_planks:0>, null],
|
|
[<natura:nether_planks:0>, <minecraft:trapdoor>, <natura:nether_planks:0>],
|
|
[null, <natura:nether_planks:0>, null]]);
|
|
|
|
recipes.addShaped(<natura:bloodwood_trap_door>*2,
|
|
[[null, <natura:nether_planks:1>, null],
|
|
[<natura:nether_planks:1>, <minecraft:trapdoor>, <natura:nether_planks:1>],
|
|
[null, <natura:nether_planks:1>, null]]);
|
|
|
|
recipes.addShaped(<natura:fusewood_trap_door>*2,
|
|
[[null, <natura:nether_planks:3>, null],
|
|
[<natura:nether_planks:3>, <minecraft:trapdoor>, <natura:nether_planks:3>],
|
|
[null, <natura:nether_planks:3>, null]]);
|
|
|
|
recipes.addShaped(<natura:darkwood_trap_door>*2,
|
|
[[null, <natura:nether_planks:2>, null],
|
|
[<natura:nether_planks:2>, <minecraft:trapdoor>, <natura:nether_planks:2>],
|
|
[null, <natura:nether_planks:2>, null]]);
|
|
|
|
recipes.remove(<xreliquary:rod_of_lyssa>);
|
|
|
|
recipes.addShaped(<contenttweaker:enhanced_chaos_shard>,
|
|
[[<contenttweaker:enhanced_chaos_fragment>, <contenttweaker:enhanced_chaos_fragment>, <contenttweaker:enhanced_chaos_fragment>],
|
|
[<contenttweaker:enhanced_chaos_fragment>, <contenttweaker:enhanced_chaos_fragment>, <contenttweaker:enhanced_chaos_fragment>],
|
|
[<contenttweaker:enhanced_chaos_fragment>, <contenttweaker:enhanced_chaos_fragment>, <contenttweaker:enhanced_chaos_fragment>]]);
|
|
|
|
mods.nuclearcraft.alloy_furnace.addRecipe([<ore:ingotCopper>, <ore:ingotAluminum>*3, <tconstruct:ingots:5>*4]);
|
|
|
|
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:petrotheum>*125, <fluid:stone>*72, <fluid:crude_oil>*250, null]);
|
|
|
|
recipes.addShaped(<techreborn:nuke>,
|
|
[[<minecraft:gunpowder>, <nuclearcraft:fuel_uranium:7>, <minecraft:gunpowder>],
|
|
[<nuclearcraft:fuel_uranium:7>, <minecraft:gunpowder>, <nuclearcraft:fuel_uranium:7>],
|
|
[<minecraft:gunpowder>, <nuclearcraft:fuel_uranium:7>, <minecraft:gunpowder>]]);
|
|
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<tconstruct:ore:1>, <fluid:ardite>*288]);
|
|
mods.nuclearcraft.melter.addRecipe([<tconstruct:ingots:1>, <fluid:ardite>*144]);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<tconstruct:ore:0>, <fluid:cobalt>*288]);
|
|
mods.nuclearcraft.melter.addRecipe([<tconstruct:ingots:0>, <fluid:cobalt>*144]);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<aoa3:gemenyte>, <contenttweaker:gemenyte_dust>]);
|
|
mods.nuclearcraft.manufactory.addRecipe([<aoa3:jewelyte>, <contenttweaker:jewelyte_dust>]);
|
|
mods.nuclearcraft.manufactory.addRecipe([<aoa3:ornamyte>, <contenttweaker:ornamyte_dust>]);
|
|
|
|
recipes.removeShapeless(<actuallyadditions:item_dust:7>,
|
|
[<actuallyadditions:block_misc:3>, <thermalfoundation:material:1027>]);
|
|
|
|
// mods.nuclearcraft.melter.removeRecipeWithInput([<libvulpes:productingot:7>]);
|
|
// mods.nuclearcraft.melter.removeRecipeWithInput([<techreborn:ingot:14>]);
|
|
// mods.nuclearcraft.melter.removeRecipeWithInput([<libvulpes:productdust:7>]);
|
|
// mods.nuclearcraft.melter.removeRecipeWithInput([<techreborn:dust:54>]);
|
|
// mods.nuclearcraft.melter.addRecipe([<libvulpes:productingot:7>, <fluid:molten_titanium>*144]);
|
|
// mods.nuclearcraft.melter.addRecipe([<techreborn:ingot:14>, <fluid:molten_titanium>*144]);
|
|
// mods.nuclearcraft.melter.addRecipe([<libvulpes:productdust:7>, <fluid:molten_titanium>*144]);
|
|
// mods.nuclearcraft.melter.addRecipe([<techreborn:dust:54>, <fluid:molten_titanium>*144]);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<ore:ingotTitanium>, <fluid:titanium>*144]);
|
|
mods.nuclearcraft.melter.addRecipe([<ore:dustTitanium>, <fluid:titanium>*144]);
|
|
|
|
recipes.addShapeless(<techreborn:sapphirepickaxe>,
|
|
[<projectred-exploration:sapphire_pickaxe>]);
|
|
recipes.addShapeless(<projectred-exploration:sapphire_pickaxe>,
|
|
[<techreborn:sapphirepickaxe>]);
|
|
|
|
recipes.addShapeless(<projectred-exploration:sapphire_axe>,
|
|
[<techreborn:sapphireaxe>]);
|
|
recipes.addShapeless(<techreborn:sapphireaxe>,
|
|
[<projectred-exploration:sapphire_axe>]);
|
|
|
|
recipes.addShapeless(<techreborn:sapphirespade>,
|
|
[<projectred-exploration:sapphire_shovel>]);
|
|
recipes.addShapeless(<projectred-exploration:sapphire_shovel>,
|
|
[<techreborn:sapphirespade>]);
|
|
|
|
recipes.addShapeless(<projectred-exploration:sapphire_hoe>,
|
|
[<techreborn:sapphirehoe>]);
|
|
recipes.addShapeless(<techreborn:sapphirehoe>,
|
|
[<projectred-exploration:sapphire_hoe>]);
|
|
|
|
recipes.addShapeless(<techreborn:sapphiresword>,
|
|
[<projectred-exploration:sapphire_sword>]);
|
|
recipes.addShapeless(<projectred-exploration:sapphire_sword>,
|
|
[<techreborn:sapphiresword>]);
|
|
|
|
// recipes.addShapeless(<projectred-exploration:sapphire_helmet>,
|
|
// [<techreborn:sapphirehelmet>]);
|
|
// recipes.addShapeless(<techreborn:sapphirehelmet>,
|
|
// [<projectred-exploration:sapphire_helmet>]);
|
|
|
|
// recipes.addShapeless(<techreborn:sapphirechestplate>,
|
|
// [<projectred-exploration:sapphire_chestplate>]);
|
|
// recipes.addShapeless(<projectred-exploration:sapphire_chestplate>,
|
|
// [<techreborn:sapphirechestplate>]);
|
|
|
|
// recipes.addShapeless(<projectred-exploration:sapphire_leggings>,
|
|
// [<techreborn:sapphireleggings>]);
|
|
// recipes.addShapeless(<techreborn:sapphireleggings>,
|
|
// [<projectred-exploration:sapphire_leggings>]);
|
|
|
|
// recipes.addShapeless(<techreborn:sapphireboots>,
|
|
// [<projectred-exploration:sapphire_boots>]);
|
|
// recipes.addShapeless(<projectred-exploration:sapphire_boots>,
|
|
// [<techreborn:sapphireboots>]);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<twilightforest:knightmetal_ingot>, <fluid:knightmetal>*144]);
|
|
mods.thermalexpansion.Crucible.addRecipe(<fluid:knightmetal>*144, <twilightforest:knightmetal_ingot>, 421);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<ore:stoneBasalt>, <techreborn:dust:4>]);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<ore:stoneMarble>, <techreborn:dust:32>]);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<tconstruct:ingots:3>, <fluid:knightslime>*144]);
|
|
|
|
|
|
mods.astralsorcery.StarlightInfusion.addInfusion(<contenttweaker:vibrating_stone>, <aether_legacy:zanite_ore>, true, 0.5, 10);
|
|
|
|
mods.nuclearcraft.alloy_furnace.addRecipe([<ore:clay>, <ore:gravel>, <enderio:item_alloy_endergy_ingot:0>*2]);
|
|
|
|
recipes.addShapeless(<natura:overworld_seeds:1>,
|
|
[<natura:materials:3>]);
|
|
|
|
recipes.remove(<fluiddrawers:tank:0>);
|
|
|
|
recipes.addShaped(<fluiddrawers:tank:0>,
|
|
[[<ore:plateMithril>, <openblocks:tank>, <ore:plateMithril>],
|
|
[<projecte:item.pe_fuel:1>, <ore:drawerBasic>, <projecte:item.pe_fuel:1>],
|
|
[<ore:plateMithril>, <openblocks:tank>, <ore:plateMithril>]]);
|
|
|
|
recipes.addShapeless(<projecte:item.pe_manual>,
|
|
[<minecraft:book>, <projecte:item.pe_fuel:1>]);
|
|
|
|
|
|
val sapphireoreDict = <ore:oreSapphire>;
|
|
sapphireoreDict.remove(<aoa3:sapphire_ore>);
|
|
|
|
recipes.addShapeless(<xreliquary:mob_ingredient:4>,
|
|
[<ore:slimeball>, <ore:slimeball>, <ore:slimeball>, <ore:slimeball>, <ore:slimeball>, <ore:slimeball>, <abyssalcraft:cpearl>]);
|
|
|
|
|
|
mods.thermalexpansion.Pulverizer.addRecipe(<thermalfoundation:material:768>*9, <minecraft:coal_block>, 1000);
|
|
mods.nuclearcraft.manufactory.addRecipe([<minecraft:coal_block>, <thermalfoundation:material:768>*9]);
|
|
|
|
|
|
recipes.removeShapeless(<minecraft:redstone>,
|
|
[<ore:oreRedstone>, <ore:dustPetrotheum>]);
|
|
|
|
|
|
|
|
recipes.removeShapeless(<aoa3:precasia_realmstone>);
|
|
recipes.removeShapeless(<aoa3:shyrelands_realmstone>);
|
|
|
|
|
|
// recipes.addShapeless(<thaumcraft:chunk:0>,
|
|
// [<contenttweaker:infernal_furnace>]);
|
|
// recipes.addShapeless(<thaumcraft:chunk:1>,
|
|
// [<contenttweaker:infernal_furnace>]);
|
|
// recipes.addShapeless(<thaumcraft:chunk:2>,
|
|
// [<contenttweaker:infernal_furnace>]);
|
|
// recipes.addShapeless(<thaumcraft:chunk:3>,
|
|
// [<contenttweaker:infernal_furnace>]);
|
|
// recipes.addShapeless(<thaumcraft:chunk:4>,
|
|
// [<contenttweaker:infernal_furnace>]);
|
|
// recipes.addShapeless(<thaumcraft:chunk:5>,
|
|
// [<contenttweaker:infernal_furnace>]);
|
|
|
|
val alltheendersword = <ore:alltheEnderSwords>;
|
|
alltheendersword.add(<divinerpg:black_ender_sword>);
|
|
alltheendersword.add(<divinerpg:blue_ender_sword>);
|
|
alltheendersword.add(<divinerpg:ender_sword>);
|
|
alltheendersword.add(<divinerpg:green_ender_sword>);
|
|
alltheendersword.add(<divinerpg:red_ender_sword>);
|
|
alltheendersword.add(<divinerpg:yellow_ender_sword>);
|
|
|
|
|
|
recipes.addShapeless(<divinerpg:black_ender_sword>,
|
|
[<divinerpg:gray_diamond_chunk>, <ore:alltheEnderSwords>]);
|
|
|
|
recipes.addShapeless(<divinerpg:blue_ender_sword>,
|
|
[<divinerpg:blue_diamond_chunk>, <ore:alltheEnderSwords>]);
|
|
|
|
recipes.addShapeless(<divinerpg:green_ender_sword>,
|
|
[<divinerpg:green_diamond_chunk>, <ore:alltheEnderSwords>]);
|
|
|
|
recipes.addShapeless(<divinerpg:red_ender_sword>,
|
|
[<divinerpg:red_diamond_chunk>, <ore:alltheEnderSwords>]);
|
|
|
|
recipes.addShapeless(<divinerpg:yellow_ender_sword>,
|
|
[<divinerpg:yellow_diamond_chunk>, <ore:alltheEnderSwords>]);
|
|
|
|
|
|
// val brassoredict = <ore:ingotBrass>;
|
|
// brassoredict.remove(<thaumcraft:ingot:2>);
|
|
|
|
mods.nuclearcraft.manufactory.removeRecipeWithInput([<ore:ingotSilicon>]);
|
|
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotSilicon>, <appliedenergistics2:material:5>]);
|
|
|
|
recipes.removeShaped(<nuclearcraft:gem:6>*8,
|
|
[[<mysticalagriculture:silicon_essence>, <mysticalagriculture:silicon_essence>, <mysticalagriculture:silicon_essence>],
|
|
[null, null, null],
|
|
[null, null, null]]);
|
|
|
|
recipes.addShaped(<appliedenergistics2:material:5>*8,
|
|
[[<mysticalagriculture:silicon_essence>, <mysticalagriculture:silicon_essence>, <mysticalagriculture:silicon_essence>],
|
|
[null, null, null],
|
|
[null, null, null]]);
|
|
|
|
|
|
mods.enderio.SagMill.removeRecipe(<minecraft:clay>);
|
|
mods.enderio.SagMill.removeRecipe(<minecraft:redstone_ore>);
|
|
mods.enderio.SagMill.removeRecipe(<minecraft:sand>);
|
|
|
|
recipes.remove(<dimdoors:rift_remover>);
|
|
|
|
recipes.addShaped(<dimdoors:rift_remover>,
|
|
[[<minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>],
|
|
[<minecraft:gold_ingot>, <aoa3:jade>, <minecraft:gold_ingot>],
|
|
[<minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>]]);
|
|
|
|
val bronzegear = <ore:gearBronze>;
|
|
bronzegear.remove(<forestry:gear_bronze>);
|
|
|
|
val coppergear = <ore:gearCopper>;
|
|
coppergear.remove(<forestry:gear_copper>);
|
|
|
|
val tingear = <ore:gearTin>;
|
|
tingear.remove(<forestry:gear_tin>);
|
|
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<biomesoplenty:gem:7>, <fluid:amber>*250]);
|
|
|
|
mods.nuclearcraft.infuser.addRecipe([<minecraft:gold_nugget>, <fluid:amber>*1000, <cyclicmagic:crystallized_amber>]);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<cyclicmagic:crystallized_obsidian>, <fluid:crystallized_obsidian>*1000]);
|
|
|
|
|
|
recipes.remove(<materialpart:tartarite:dust>);
|
|
val tartariteore = <ore:oreTartarite>;
|
|
tartariteore.remove(<contenttweaker:sub_block_holder_1:6>);
|
|
tartariteore.add(<contenttweaker:tartarite_ore>);
|
|
|
|
|
|
mods.thermalexpansion.InductionSmelter.addRecipe(<techreborn:ingot:15>, <techreborn:dust:55>, <minecraft:sand>, 1000, <thermalfoundation:material:864>, 25);
|
|
|
|
// val brassnuggetore = <ore:nuggetBrass>;
|
|
// brassnuggetore.remove(<thaumcraft:nugget:8>);
|
|
|
|
recipes.addShapeless(<extrautils2:endershard>*8,
|
|
[<minecraft:ender_pearl>, <contenttweaker:better_glass_cutter>.reuse()]);
|
|
|
|
recipes.addShaped(<contenttweaker:better_glass_cutter>,
|
|
[[null, null, <ore:ingotIron>],
|
|
[null, <ore:stickWood>, <ore:gemDiamond>],
|
|
[<ore:ingotIron>, null, null]]);
|
|
|
|
mods.tconstruct.Melting.addRecipe(<fluid:alubrass>*144, <ore:cast>);
|
|
|
|
recipes.addShapeless(<bloodmagic:item_demon_crystal:0>,
|
|
[<contenttweaker:making_will>]);
|
|
|
|
recipes.addShapeless(<bloodmagic:item_demon_crystal:1>,
|
|
[<contenttweaker:making_colored_will>]);
|
|
recipes.addShapeless(<bloodmagic:item_demon_crystal:2>,
|
|
[<contenttweaker:making_colored_will>]);
|
|
recipes.addShapeless(<bloodmagic:item_demon_crystal:3>,
|
|
[<contenttweaker:making_colored_will>]);
|
|
recipes.addShapeless(<bloodmagic:item_demon_crystal:4>,
|
|
[<contenttweaker:making_colored_will>]);
|
|
|
|
recipes.addShapeless(<bloodmagic:item_demon_crystal:0>,
|
|
[<contenttweaker:farming_will>]);
|
|
recipes.addShapeless(<bloodmagic:item_demon_crystal:1>,
|
|
[<contenttweaker:farming_will>]);
|
|
recipes.addShapeless(<bloodmagic:item_demon_crystal:2>,
|
|
[<contenttweaker:farming_will>]);
|
|
recipes.addShapeless(<bloodmagic:item_demon_crystal:3>,
|
|
[<contenttweaker:farming_will>]);
|
|
recipes.addShapeless(<bloodmagic:item_demon_crystal:4>,
|
|
[<contenttweaker:farming_will>]);
|
|
|
|
recipes.addShapeless(<minecraft:enchanted_book>,
|
|
[<contenttweaker:ritual_mass_enchanting>]);
|
|
|
|
// recipes.remove(<ore:nuggetBrass>);
|
|
// recipes.remove(<thaumcraft:nugget:8>);
|
|
|
|
// recipes.addShapeless(<thaumcraft:nugget:8>*9,
|
|
// [<thaumcraft:ingot:2>]);
|
|
|
|
// recipes.addShapeless(<techreborn:nuggets:1>*9,
|
|
// [<ore:ingotBrass>]);
|
|
|
|
mods.thermalexpansion.InductionSmelter.addRecipe(<techreborn:ingot:15>*3, <thermalfoundation:material:865>, <techreborn:ore:8>, 4000, <thermalfoundation:material:864>, 75);
|
|
mods.thermalexpansion.InductionSmelter.addRecipe(<techreborn:ingot:15>*3, <thermalfoundation:material:866>, <techreborn:ore:8>, 4000, <thermalfoundation:material:864>, 75);
|
|
mods.thermalexpansion.InductionSmelter.addRecipe(<techreborn:ingot:15>*2, <minecraft:sand>, <techreborn:ore:8>, 4000, <thermalfoundation:material:864>, 75);
|
|
|
|
mods.extrautils2.Crusher.add(<appliedenergistics2:material:8>, <appliedenergistics2:material:7>);
|
|
|
|
recipes.remove(<wrcbe:rep>);
|
|
|
|
recipes.addShaped(<forestry:bituminous_peat>,
|
|
[[null, <ore:dustAsh>, null],
|
|
[<forestry:peat>, <forestry:propolis:0>, <forestry:peat>],
|
|
[null, <ore:dustAsh>, null]]);
|
|
|
|
recipes.addShaped(<forestry:bituminous_peat>,
|
|
[[null, <ore:dustAsh>, null],
|
|
[<forestry:peat>, <forestry:propolis:1>, <forestry:peat>],
|
|
[null, <ore:dustAsh>, null]]);
|
|
|
|
recipes.addShaped(<forestry:bituminous_peat>,
|
|
[[null, <ore:dustAsh>, null],
|
|
[<forestry:peat>, <forestry:propolis:3>, <forestry:peat>],
|
|
[null, <ore:dustAsh>, null]]);
|
|
|
|
recipes.addShaped(<contenttweaker:void_portal_breaker>,
|
|
[[null, <ore:crystalFluix>, <ore:crystalFluix>],
|
|
[null, <ore:stickWood>, <ore:crystalFluix>],
|
|
[<ore:stickWood>, null, null]]);
|
|
|
|
|
|
recipes.addShapeless(<materialpart:promethium:nugget>*9,
|
|
[<materialpart:promethium:ingot>]);
|
|
|
|
mods.thermalexpansion.Refinery.addRecipe(<fluid:binnie.turpentine>*30, null, <fluid:binnie.resin>*50, 50);
|
|
|
|
mods.thermalexpansion.Transposer.addExtractRecipe(<fluid:binnie.resin>*50, <minecraft:log:1>, 100);
|
|
|
|
mods.thermalexpansion.Pulverizer.addRecipe(<contenttweaker:demon_will_powder>, <bloodmagic:item_demon_crystal:0>, 5000);
|
|
mods.thermalexpansion.Pulverizer.addRecipe(<contenttweaker:steadfast_will_powder>, <bloodmagic:item_demon_crystal:4>, 5000);
|
|
mods.thermalexpansion.Pulverizer.addRecipe(<contenttweaker:destructive_will_powder>, <bloodmagic:item_demon_crystal:2>, 5000);
|
|
mods.thermalexpansion.Pulverizer.addRecipe(<contenttweaker:corrosive_will_powder>, <bloodmagic:item_demon_crystal:1>, 5000);
|
|
mods.thermalexpansion.Pulverizer.addRecipe(<contenttweaker:vengeful_will_powder>, <bloodmagic:item_demon_crystal:3>, 5000);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<bloodmagic:item_demon_crystal:0>, <contenttweaker:demon_will_powder>]);
|
|
mods.nuclearcraft.manufactory.addRecipe([<bloodmagic:item_demon_crystal:4>, <contenttweaker:steadfast_will_powder>]);
|
|
mods.nuclearcraft.manufactory.addRecipe([<bloodmagic:item_demon_crystal:2>, <contenttweaker:destructive_will_powder>]);
|
|
mods.nuclearcraft.manufactory.addRecipe([<bloodmagic:item_demon_crystal:1>, <contenttweaker:corrosive_will_powder>]);
|
|
mods.nuclearcraft.manufactory.addRecipe([<bloodmagic:item_demon_crystal:3>, <contenttweaker:vengeful_will_powder>]);
|
|
|
|
|
|
recipes.addShapeless(<chickens:colored_egg:15>,
|
|
[<minecraft:egg>, <ore:dyeWhite>]);
|
|
|
|
mods.nuclearcraft.alloy_furnace.addRecipe([<bloodarsenal:base_item:4>, <minecraft:porkchop>*4, <tconstruct:ingots:4>*4]);
|
|
|
|
mods.thermalexpansion.InductionSmelter.addRecipe(<tconstruct:ingots:4>*4, <bloodarsenal:base_item:4>, <minecraft:porkchop>*4, 3000);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:corn_beer_blend>,
|
|
[<extratrees:misc:4>, <ore:seedCorn>, <ore:seedCorn>, <ore:seedCorn>]);
|
|
recipes.addShapeless(<contenttweaker:barley_beer_blend>,
|
|
[<extratrees:misc:4>, <ore:seedBarley>, <ore:seedBarley>, <ore:seedBarley>]);
|
|
recipes.addShapeless(<contenttweaker:roasted_beer_blend>,
|
|
[<extratrees:misc:4>, <ore:seedRoasted>, <ore:seedRoasted>, <ore:seedRoasted>]);
|
|
recipes.addShapeless(<contenttweaker:rye_beer_blend>,
|
|
[<extratrees:misc:4>, <ore:seedRye>, <ore:seedRye>, <ore:seedRye>]);
|
|
recipes.addShapeless(<contenttweaker:wheat_beer_blend>,
|
|
[<extratrees:misc:4>, <ore:seedWheat>, <ore:seedWheat>, <ore:seedWheat>]);
|
|
recipes.addShapeless(<contenttweaker:corn_hops_beer_blend>,
|
|
[<extratrees:misc:4>, <ore:seedCorn>, <ore:seedCorn>, <ore:seedCorn>, <extratrees:hops>]);
|
|
recipes.addShapeless(<contenttweaker:barley_hops_beer_blend>,
|
|
[<extratrees:misc:4>, <ore:seedBarley>, <ore:seedBarley>, <ore:seedBarley>, <extratrees:hops>]);
|
|
recipes.addShapeless(<contenttweaker:roasted_hops_beer_blend>,
|
|
[<extratrees:misc:4>, <ore:seedRoasted>, <ore:seedRoasted>, <ore:seedRoasted>, <extratrees:hops>]);
|
|
recipes.addShapeless(<contenttweaker:rye_hops_beer_blend>,
|
|
[<extratrees:misc:4>, <ore:seedRye>, <ore:seedRye>, <ore:seedRye>, <extratrees:hops>]);
|
|
recipes.addShapeless(<contenttweaker:wheat_hops_beer_blend>,
|
|
[<extratrees:misc:4>, <ore:seedWheat>, <ore:seedWheat>, <ore:seedWheat>, <extratrees:hops>]);
|
|
|
|
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.citrus>*1000, <extratrees:misc:4>, <fluid:binnie.juice.orange>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.citrus>*1000, <extratrees:misc:4>, <fluid:binnie.juice.lemon>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.citrus>*1000, <extratrees:misc:4>, <fluid:binnie.juice.lime>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.citrus>*1000, <extratrees:misc:4>, <fluid:binnie.juice.grapefruit>*1000, 500);
|
|
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.beer.corn>*1000, <contenttweaker:corn_hops_beer_blend>, <fluid:water>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.mash.grain>*1000, <contenttweaker:barley_beer_blend>, <fluid:water>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.mash.rye>*1000, <contenttweaker:rye_beer_blend>, <fluid:water>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.beer.lager>*1000, <contenttweaker:barley_hops_beer_blend>, <fluid:water>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.beer.stout>*1000, <contenttweaker:roasted_hops_beer_blend>, <fluid:water>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.mash.corn>*1000, <contenttweaker:corn_beer_blend>, <fluid:water>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.beer.rye>*1000, <contenttweaker:rye_hops_beer_blend>, <fluid:water>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.mash.wheat>*1000, <contenttweaker:wheat_beer_blend>, <fluid:water>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.beer.wheat>*1000, <contenttweaker:wheat_hops_beer_blend>, <fluid:water>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.beer.ale>*1000, <contenttweaker:barley_hops_beer_blend>, <fluid:water>*1000, 500);
|
|
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.cider.peach>*1000, <extratrees:misc:4>, <fluid:binnie.juice.peach>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.cider.apple>*1000, <extratrees:misc:4>, <fluid:binnie.juice.apple>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.ciderpear>*1000, <extratrees:misc:4>, <fluid:binnie.juice.pear>*1000, 500);
|
|
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.cranberry>*1000, <extratrees:misc:4>, <fluid:binnie.juice.cranberry>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.red>*1000, <extratrees:misc:4>, <fluid:binnie.juice.red.grape>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.white>*1000, <extratrees:misc:4>, <fluid:binnie.juice.white.grape>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.apricot>*1000, <extratrees:misc:4>, <fluid:binnie.juice.apricot>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.pineapple>*1000, <extratrees:misc:4>, <fluid:binnie.juice.pineapple>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.cherry>*1000, <extratrees:misc:4>, <fluid:binnie.juice.cherry>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.carrot>*1000, <extratrees:misc:4>, <fluid:binnie.juice.carrot>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.plum>*1000, <extratrees:misc:4>, <fluid:binnie.juice.plum>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.elderberry>*1000, <extratrees:misc:4>, <fluid:binnie.juice.elderberry>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.banana>*1000, <extratrees:misc:4>, <fluid:binnie.juice.banana>*1000, 500);
|
|
mods.thermalexpansion.Imbuer.addRecipe(<fluid:binnie.wine.tomato>*1000, <extratrees:misc:4>, <fluid:binnie.juice.tomato>*1000, 500);
|
|
|
|
mods.actuallyadditions.Crusher.removeRecipe(<nuclearcraft:dust:11>);
|
|
mods.actuallyadditions.Crusher.addRecipe(<techreborn:dust:31>, <nuclearcraft:ingot:11>);
|
|
|
|
mods.thermalexpansion.Pulverizer.removeRecipe(<nuclearcraft:ingot:11>);
|
|
mods.thermalexpansion.Pulverizer.addRecipe(<techreborn:dust:31>, <nuclearcraft:ingot:11>, 2000);
|
|
|
|
mods.immersiveengineering.Crusher.removeRecipesForInput(<techreborn:ore:8>);
|
|
mods.immersiveengineering.Crusher.addRecipe(<techreborn:dust:55>*2, <techreborn:ore:8>, 128, <techreborn:dust:31>, 0.1);
|
|
mods.immersiveengineering.Crusher.removeRecipesForInput(<nuclearcraft:ingot:11>);
|
|
mods.immersiveengineering.Crusher.addRecipe(<techreborn:dust:31>, <nuclearcraft:ingot:11>, 128);
|
|
|
|
|
|
|
|
|
|
recipes.addShapeless(<abyssalcraft:psdl>,
|
|
[<abyssalcraft:powerstonetracker>, <contenttweaker:abyssal_wasteland_stronghold>]);
|
|
|
|
recipes.addShaped(<materialpart:sednanite:ingot>,
|
|
[[<materialpart:sednanite:nugget>,<materialpart:sednanite:nugget>,<materialpart:sednanite:nugget>],
|
|
[<materialpart:sednanite:nugget>,<materialpart:sednanite:nugget>,<materialpart:sednanite:nugget>],
|
|
[<materialpart:sednanite:nugget>,<materialpart:sednanite:nugget>,<materialpart:sednanite:nugget>]]);
|
|
|
|
|
|
|
|
recipes.addShapeless(<astralsorcery:itemcelestialcrystal>,
|
|
[<contenttweaker:making_unattuned_celestial_crystals>,
|
|
<astralsorcery:itemrockcrystalsimple>,
|
|
<ore:dustAstralStarmetal>,
|
|
<forge:bucketfilled>.withTag({FluidName: "astralsorcery.liquidstarlight", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<astralsorcery:itemcelestialcrystal>,
|
|
[<contenttweaker:farming_unattuned_celestial_crystals>,
|
|
<astralsorcery:itemcelestialcrystal>,
|
|
<forge:bucketfilled>.withTag({FluidName: "astralsorcery.liquidstarlight", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<astralsorcery:itemcelestialcrystal>,
|
|
[<contenttweaker:levelling_up_crystals>]);
|
|
recipes.addShapeless(<astralsorcery:itemrockcrystalsimple>,
|
|
[<contenttweaker:levelling_up_crystals>]);
|
|
|
|
recipes.remove(<divinerpg:stained_glass8>);
|
|
recipes.remove(<divinerpg:stained_glass7>);
|
|
recipes.remove(<divinerpg:stained_glass6>);
|
|
recipes.remove(<divinerpg:stained_glass5>);
|
|
recipes.remove(<divinerpg:stained_glass4>);
|
|
recipes.remove(<divinerpg:stained_glass3>);
|
|
recipes.remove(<divinerpg:stained_glass2>);
|
|
recipes.remove(<divinerpg:stained_glass>);
|
|
|
|
recipes.addShapeless(<divinerpg:stained_glass>,
|
|
[<divinerpg:marsine>,
|
|
<minecraft:glass>]);
|
|
|
|
recipes.addShapeless(<divinerpg:stained_glass2>*2,
|
|
[<divinerpg:marsine>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>]);
|
|
|
|
recipes.addShapeless(<divinerpg:stained_glass3>*3,
|
|
[<divinerpg:marsine>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>]);
|
|
|
|
recipes.addShapeless(<divinerpg:stained_glass4>*4,
|
|
[<divinerpg:marsine>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>]);
|
|
|
|
recipes.addShapeless(<divinerpg:stained_glass5>*5,
|
|
[<divinerpg:marsine>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>]);
|
|
|
|
recipes.addShapeless(<divinerpg:stained_glass6>*6,
|
|
[<divinerpg:marsine>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>]);
|
|
|
|
recipes.addShapeless(<divinerpg:stained_glass7>*7,
|
|
[<divinerpg:marsine>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>]);
|
|
|
|
recipes.addShapeless(<divinerpg:stained_glass8>*8,
|
|
[<divinerpg:marsine>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>,
|
|
<minecraft:glass>]);
|
|
|
|
recipes.addShapeless(<bigreactors:ingotcyanite>,
|
|
[<contenttweaker:yellorite_reactor>,
|
|
<bigreactors:ingotyellorium>]);
|
|
|
|
mods.nuclearcraft.infuser.addRecipe([<minecraft:diamond>, <fluid:redstone>*500, <redstonearsenal:material:160>]);
|
|
|
|
|
|
recipes.remove(<projectred-exploration:sapphire_helmet>);
|
|
recipes.remove(<projectred-exploration:sapphire_chestplate>);
|
|
recipes.remove(<projectred-exploration:sapphire_leggings>);
|
|
recipes.remove(<projectred-exploration:sapphire_boots>);
|
|
|
|
recipes.addShaped(<projectred-exploration:sapphire_helmet>,
|
|
[[null, null, null],
|
|
[<ore:gemSapphire>, <ore:blockSapphire>, <ore:gemSapphire>],
|
|
[<ore:gemSapphire>, null, <ore:gemSapphire>]]);
|
|
|
|
recipes.addShaped(<projectred-exploration:sapphire_chestplate>,
|
|
[[<ore:gemSapphire>, null, <ore:gemSapphire>],
|
|
[<ore:gemSapphire>, <ore:blockSapphire>, <ore:gemSapphire>],
|
|
[<ore:gemSapphire>, <ore:gemSapphire>, <ore:gemSapphire>]]);
|
|
|
|
recipes.addShaped(<projectred-exploration:sapphire_leggings>,
|
|
[[<ore:gemSapphire>, <ore:blockSapphire>, <ore:gemSapphire>],
|
|
[<ore:gemSapphire>, null, <ore:gemSapphire>],
|
|
[<ore:gemSapphire>, null, <ore:gemSapphire>]]);
|
|
|
|
recipes.addShaped(<projectred-exploration:sapphire_boots>,
|
|
[[<ore:blockSapphire>, null, <ore:blockSapphire>],
|
|
[<ore:gemSapphire>, null, <ore:gemSapphire>],
|
|
[null, null, null]]);
|
|
|
|
recipes.remove(<projectred-exploration:ruby_helmet>);
|
|
recipes.remove(<projectred-exploration:ruby_chestplate>);
|
|
recipes.remove(<projectred-exploration:ruby_leggings>);
|
|
recipes.remove(<projectred-exploration:ruby_boots>);
|
|
|
|
recipes.addShaped(<projectred-exploration:ruby_helmet>,
|
|
[[null, null, null],
|
|
[<ore:gemRuby>, <ore:blockRuby>, <ore:gemRuby>],
|
|
[<ore:gemRuby>, null, <ore:gemRuby>]]);
|
|
|
|
recipes.addShaped(<projectred-exploration:ruby_chestplate>,
|
|
[[<ore:gemRuby>, null, <ore:gemRuby>],
|
|
[<ore:gemRuby>, <ore:blockRuby>, <ore:gemRuby>],
|
|
[<ore:gemRuby>, <ore:gemRuby>, <ore:gemRuby>]]);
|
|
|
|
recipes.addShaped(<projectred-exploration:ruby_leggings>,
|
|
[[<ore:gemRuby>, <ore:blockRuby>, <ore:gemRuby>],
|
|
[<ore:gemRuby>, null, <ore:gemRuby>],
|
|
[<ore:gemRuby>, null, <ore:gemRuby>]]);
|
|
|
|
recipes.addShaped(<projectred-exploration:ruby_boots>,
|
|
[[<ore:blockRuby>, null, <ore:blockRuby>],
|
|
[<ore:gemRuby>, null, <ore:gemRuby>],
|
|
[null, null, null]]);
|
|
|
|
recipes.remove(<projectred-exploration:peridot_helmet>);
|
|
recipes.remove(<projectred-exploration:peridot_chestplate>);
|
|
recipes.remove(<projectred-exploration:peridot_leggings>);
|
|
recipes.remove(<projectred-exploration:peridot_boots>);
|
|
|
|
recipes.addShaped(<projectred-exploration:peridot_helmet>,
|
|
[[null, null, null],
|
|
[<ore:gemPeridot>, <ore:blockPeridot>, <ore:gemPeridot>],
|
|
[<ore:gemPeridot>, null, <ore:gemPeridot>]]);
|
|
|
|
recipes.addShaped(<projectred-exploration:peridot_chestplate>,
|
|
[[<ore:gemPeridot>, null, <ore:gemPeridot>],
|
|
[<ore:gemPeridot>, <ore:blockPeridot>, <ore:gemPeridot>],
|
|
[<ore:gemPeridot>, <ore:gemPeridot>, <ore:gemPeridot>]]);
|
|
|
|
recipes.addShaped(<projectred-exploration:peridot_leggings>,
|
|
[[<ore:gemPeridot>, <ore:blockPeridot>, <ore:gemPeridot>],
|
|
[<ore:gemPeridot>, null, <ore:gemPeridot>],
|
|
[<ore:gemPeridot>, null, <ore:gemPeridot>]]);
|
|
|
|
recipes.addShaped(<projectred-exploration:peridot_boots>,
|
|
[[<ore:blockPeridot>, null, <ore:blockPeridot>],
|
|
[<ore:gemPeridot>, null, <ore:gemPeridot>],
|
|
[null, null, null]]);
|
|
|
|
|
|
|
|
recipes.remove(<techreborn:bronzehelmet>);
|
|
recipes.remove(<techreborn:bronzechestplate>);
|
|
recipes.remove(<techreborn:bronzeleggings>);
|
|
recipes.remove(<techreborn:bronzeboots>);
|
|
|
|
recipes.addShaped(<techreborn:bronzehelmet>,
|
|
[[null, null, null],
|
|
[<ore:ingotBronze>, <ore:nuggetBronze>, <ore:ingotBronze>],
|
|
[<ore:ingotBronze>, null, <ore:ingotBronze>]]);
|
|
|
|
recipes.addShaped(<techreborn:bronzechestplate>,
|
|
[[<ore:ingotBronze>, null, <ore:ingotBronze>],
|
|
[<ore:ingotBronze>, <ore:nuggetBronze>, <ore:ingotBronze>],
|
|
[<ore:ingotBronze>, <ore:ingotBronze>, <ore:ingotBronze>]]);
|
|
|
|
recipes.addShaped(<techreborn:bronzeleggings>,
|
|
[[<ore:ingotBronze>, <ore:nuggetBronze>, <ore:ingotBronze>],
|
|
[<ore:ingotBronze>, null, <ore:ingotBronze>],
|
|
[<ore:ingotBronze>, null, <ore:ingotBronze>]]);
|
|
|
|
recipes.addShaped(<techreborn:bronzeboots>,
|
|
[[<ore:nuggetBronze>, null, <ore:nuggetBronze>],
|
|
[<ore:ingotBronze>, null, <ore:ingotBronze>],
|
|
[null, null, null]]);
|
|
|
|
|
|
|
|
recipes.addShaped(<cyclicmagic:emerald_helmet>,
|
|
[[<ore:gemEmerald>, null, <ore:gemEmerald>],
|
|
[<ore:gemEmerald>, <ore:gemEmerald>, <ore:gemEmerald>],
|
|
[null, null, null]]);
|
|
|
|
recipes.addShaped(<cyclicmagic:emerald_chestplate>,
|
|
[[<ore:gemEmerald>, <ore:gemEmerald>, <ore:gemEmerald>],
|
|
[<ore:gemEmerald>, <ore:gemEmerald>, <ore:gemEmerald>],
|
|
[<ore:gemEmerald>, null, <ore:gemEmerald>]]);
|
|
|
|
recipes.addShaped(<cyclicmagic:emerald_leggings>,
|
|
[[<ore:gemEmerald>, null, <ore:gemEmerald>],
|
|
[<ore:gemEmerald>, null, <ore:gemEmerald>],
|
|
[<ore:gemEmerald>, <ore:gemEmerald>, <ore:gemEmerald>]]);
|
|
|
|
recipes.addShaped(<cyclicmagic:emerald_boots>,
|
|
[[null, <ore:gemEmerald>, <ore:gemEmerald>],
|
|
[null, null, null],
|
|
[null, <ore:gemEmerald>, <ore:gemEmerald>]]);
|
|
|
|
|
|
recipes.addShapeless(<astralsorcery:itemperkgem:0>,
|
|
[<contenttweaker:making_dynamism_gems>,
|
|
<astralsorcery:itemrockcrystalsimple>,
|
|
<minecraft:glowstone_dust>,
|
|
<forge:bucketfilled>.withTag({FluidName: "astralsorcery.liquidstarlight", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<astralsorcery:itemperkgem:1>,
|
|
[<contenttweaker:making_dynamism_gems>,
|
|
<astralsorcery:itemrockcrystalsimple>,
|
|
<minecraft:glowstone_dust>,
|
|
<forge:bucketfilled>.withTag({FluidName: "astralsorcery.liquidstarlight", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<astralsorcery:itemperkgem:2>,
|
|
[<contenttweaker:making_dynamism_gems>,
|
|
<astralsorcery:itemrockcrystalsimple>,
|
|
<minecraft:glowstone_dust>,
|
|
<forge:bucketfilled>.withTag({FluidName: "astralsorcery.liquidstarlight", Amount: 1000})]);
|
|
|
|
|
|
|
|
val redalloyoredict = <ore:ingotRedAlloy>;
|
|
redalloyoredict.add(<enderio:item_alloy_ingot:3>);
|
|
|
|
|
|
|
|
recipes.remove(<bewitchment:silver_helmet>);
|
|
recipes.remove(<bewitchment:silver_chestplate>);
|
|
recipes.remove(<bewitchment:silver_leggings>);
|
|
recipes.remove(<bewitchment:silver_boots>);
|
|
|
|
recipes.addShaped(<bewitchment:silver_helmet>,
|
|
[[null, null, null],
|
|
[<ore:ingotSilver>, null, <ore:ingotSilver>],
|
|
[<ore:ingotSilver>, <ore:ingotSilver>, <ore:ingotSilver>]]);
|
|
|
|
recipes.addShaped(<bewitchment:silver_chestplate>,
|
|
[[<ore:ingotSilver>, <ore:ingotSilver>, <ore:ingotSilver>],
|
|
[<ore:ingotSilver>, <ore:ingotSilver>, <ore:ingotSilver>],
|
|
[<ore:ingotSilver>, null, <ore:ingotSilver>]]);
|
|
|
|
recipes.addShaped(<bewitchment:silver_leggings>,
|
|
[[<ore:ingotSilver>, null, <ore:ingotSilver>],
|
|
[<ore:ingotSilver>, null, <ore:ingotSilver>],
|
|
[<ore:ingotSilver>, <ore:ingotSilver>, <ore:ingotSilver>]]);
|
|
|
|
recipes.addShaped(<bewitchment:silver_boots>,
|
|
[[null, <ore:ingotSilver>, <ore:ingotSilver>],
|
|
[null, null, null],
|
|
[null, <ore:ingotSilver>, <ore:ingotSilver>]]);
|
|
|
|
|
|
recipes.addShapeless(<thaumcraft:crucible>,
|
|
[<contenttweaker:flux_basics>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:crucible>,
|
|
[<contenttweaker:remove_flux>, <thaumcraft:condenser>, <thaumadditions:puriflower>, <contenttweaker:eldritch_will_ritual>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:smelter_basic>,
|
|
[<contenttweaker:flux_basics>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:smelter_basic>,
|
|
[<contenttweaker:remove_flux>, <thaumcraft:condenser>, <thaumadditions:puriflower>, <contenttweaker:eldritch_will_ritual>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:arcane_workbench>,
|
|
[<contenttweaker:aura_basics>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:arcane_workbench>,
|
|
[<contenttweaker:thaumcraft_research>,
|
|
<thaumcraft:scribing_tools>,
|
|
<thaumcraft:table_wood>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:crucible>,
|
|
[<contenttweaker:warp_basics>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:infusion_matrix>,
|
|
[<contenttweaker:warp_basics>]);
|
|
|
|
recipes.addShapeless(<abyssalcraft:shoggothflesh:0>,
|
|
[<contenttweaker:warp_basics>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:infusion_matrix>,
|
|
[<contenttweaker:essentia_management>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:phial>,
|
|
[<contenttweaker:essentia_management>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:jar_normal>,
|
|
[<contenttweaker:essentia_management>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:tube>,
|
|
[<contenttweaker:essentia_management>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:essentia_input>,
|
|
[<contenttweaker:essentia_management>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:essentia_output>,
|
|
[<contenttweaker:essentia_management>]);
|
|
|
|
|
|
recipes.addShapeless(<thaumcraft:crucible>,
|
|
[<contenttweaker:crucible_automation>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:crystal_essence>,
|
|
[<contenttweaker:full_essentia_automation>]);
|
|
|
|
recipes.addShapeless(<draconicevolution:energy_storage_core>,
|
|
[<contenttweaker:draconic_energy_ball>,
|
|
<draconicevolution:particle_generator:2>,
|
|
<draconicevolution:draconium_block>,
|
|
<draconicevolution:energy_pylon>]);
|
|
|
|
recipes.addShaped(<aether_legacy:obsidian_helmet>,
|
|
[[<divinerpg:bedrock_chunk>, <minecraft:obsidian>, <divinerpg:bedrock_chunk>],
|
|
[<minecraft:obsidian>, null, <minecraft:obsidian>],
|
|
[null, null, null]]);
|
|
|
|
recipes.addShaped(<aether_legacy:obsidian_chestplate>,
|
|
[[<divinerpg:bedrock_chunk>, null, <divinerpg:bedrock_chunk>],
|
|
[<divinerpg:bedrock_chunk>, <minecraft:obsidian>, <divinerpg:bedrock_chunk>],
|
|
[<minecraft:obsidian>, <minecraft:obsidian>, <minecraft:obsidian>]]);
|
|
|
|
recipes.addShaped(<aether_legacy:obsidian_leggings>,
|
|
[[<divinerpg:bedrock_chunk>, <divinerpg:bedrock_chunk>, <divinerpg:bedrock_chunk>],
|
|
[<minecraft:obsidian>, null, <minecraft:obsidian>],
|
|
[<minecraft:obsidian>, null, <minecraft:obsidian>]]);
|
|
|
|
recipes.addShaped(<aether_legacy:obsidian_boots>,
|
|
[[<divinerpg:bedrock_chunk>, null, <divinerpg:bedrock_chunk>],
|
|
[<minecraft:obsidian>, null, <minecraft:obsidian>],
|
|
[null, null, null]]);
|
|
|
|
furnace.addRecipe(<minecraft:gold_ingot>, <divinerpg:sandslash>);
|
|
furnace.addRecipe(<contenttweaker:divine_wisp>*7, <divinerpg:divine_leggings>);
|
|
furnace.addRecipe(<contenttweaker:divine_wisp>*4, <divinerpg:divine_boots>);
|
|
furnace.addRecipe(<contenttweaker:divine_wisp>*5, <divinerpg:divine_helmet>);
|
|
furnace.addRecipe(<contenttweaker:divine_wisp>*8, <divinerpg:divine_chestplate>);
|
|
|
|
mods.immersiveengineering.ArcFurnace.removeRecipe(<thaumcraft:ingot:1>);
|
|
|
|
recipes.addShapeless(<industrialforegoing:black_hole_tank>,
|
|
[<industrialforegoing:black_hole_tank>]);
|
|
|
|
recipes.addShapeless(<environmentaltech:lightning_cont_1>,
|
|
[<environmentaltech:lightning_cont_1>]);
|
|
recipes.addShapeless(<environmentaltech:lightning_cont_2>,
|
|
[<environmentaltech:lightning_cont_2>]);
|
|
recipes.addShapeless(<environmentaltech:lightning_cont_3>,
|
|
[<environmentaltech:lightning_cont_3>]);
|
|
recipes.addShapeless(<environmentaltech:lightning_cont_4>,
|
|
[<environmentaltech:lightning_cont_4>]);
|
|
recipes.addShapeless(<environmentaltech:lightning_cont_5>,
|
|
[<environmentaltech:lightning_cont_5>]);
|
|
recipes.addShapeless(<environmentaltech:lightning_cont_6>,
|
|
[<environmentaltech:lightning_cont_6>]);
|
|
|
|
recipes.addShapeless(<environmentaltech:solar_cont_1>,
|
|
[<environmentaltech:solar_cont_1>]);
|
|
recipes.addShapeless(<environmentaltech:solar_cont_2>,
|
|
[<environmentaltech:solar_cont_2>]);
|
|
recipes.addShapeless(<environmentaltech:solar_cont_3>,
|
|
[<environmentaltech:solar_cont_3>]);
|
|
recipes.addShapeless(<environmentaltech:solar_cont_4>,
|
|
[<environmentaltech:solar_cont_4>]);
|
|
recipes.addShapeless(<environmentaltech:solar_cont_5>,
|
|
[<environmentaltech:solar_cont_5>]);
|
|
recipes.addShapeless(<environmentaltech:solar_cont_6>,
|
|
[<environmentaltech:solar_cont_6>]);
|
|
|
|
recipes.addShapeless(<environmentaltech:void_ore_miner_cont_1>,
|
|
[<environmentaltech:void_ore_miner_cont_1>]);
|
|
recipes.addShapeless(<environmentaltech:void_ore_miner_cont_2>,
|
|
[<environmentaltech:void_ore_miner_cont_2>]);
|
|
recipes.addShapeless(<environmentaltech:void_ore_miner_cont_3>,
|
|
[<environmentaltech:void_ore_miner_cont_3>]);
|
|
recipes.addShapeless(<environmentaltech:void_ore_miner_cont_4>,
|
|
[<environmentaltech:void_ore_miner_cont_4>]);
|
|
recipes.addShapeless(<environmentaltech:void_ore_miner_cont_5>,
|
|
[<environmentaltech:void_ore_miner_cont_5>]);
|
|
recipes.addShapeless(<environmentaltech:void_ore_miner_cont_6>,
|
|
[<environmentaltech:void_ore_miner_cont_6>]);
|
|
|
|
recipes.addShapeless(<environmentaltech:void_res_miner_cont_1>,
|
|
[<environmentaltech:void_res_miner_cont_1>]);
|
|
recipes.addShapeless(<environmentaltech:void_res_miner_cont_2>,
|
|
[<environmentaltech:void_res_miner_cont_2>]);
|
|
recipes.addShapeless(<environmentaltech:void_res_miner_cont_3>,
|
|
[<environmentaltech:void_res_miner_cont_3>]);
|
|
recipes.addShapeless(<environmentaltech:void_res_miner_cont_4>,
|
|
[<environmentaltech:void_res_miner_cont_4>]);
|
|
recipes.addShapeless(<environmentaltech:void_res_miner_cont_5>,
|
|
[<environmentaltech:void_res_miner_cont_5>]);
|
|
recipes.addShapeless(<environmentaltech:void_res_miner_cont_6>,
|
|
[<environmentaltech:void_res_miner_cont_6>]);
|
|
|
|
recipes.addShapeless(<environmentaltech:void_botanic_miner_cont_1>,
|
|
[<environmentaltech:void_botanic_miner_cont_1>]);
|
|
recipes.addShapeless(<environmentaltech:void_botanic_miner_cont_2>,
|
|
[<environmentaltech:void_botanic_miner_cont_2>]);
|
|
recipes.addShapeless(<environmentaltech:void_botanic_miner_cont_3>,
|
|
[<environmentaltech:void_botanic_miner_cont_3>]);
|
|
recipes.addShapeless(<environmentaltech:void_botanic_miner_cont_4>,
|
|
[<environmentaltech:void_botanic_miner_cont_4>]);
|
|
recipes.addShapeless(<environmentaltech:void_botanic_miner_cont_5>,
|
|
[<environmentaltech:void_botanic_miner_cont_5>]);
|
|
recipes.addShapeless(<environmentaltech:void_botanic_miner_cont_6>,
|
|
[<environmentaltech:void_botanic_miner_cont_6>]);
|
|
|
|
recipes.addShapeless(<thermalexpansion:reservoir:0>,
|
|
[<thermalexpansion:reservoir:0>]);
|
|
recipes.addShapeless(<thermalexpansion:reservoir:1>,
|
|
[<thermalexpansion:reservoir:1>]);
|
|
recipes.addShapeless(<thermalexpansion:reservoir:2>,
|
|
[<thermalexpansion:reservoir:2>]);
|
|
recipes.addShapeless(<thermalexpansion:reservoir:3>,
|
|
[<thermalexpansion:reservoir:3>]);
|
|
recipes.addShapeless(<thermalexpansion:reservoir:4>,
|
|
[<thermalexpansion:reservoir:4>]);
|
|
|
|
recipes.addShapeless(<enderio:block_cap_bank:0>,
|
|
[<enderio:block_cap_bank:0>]);
|
|
recipes.addShapeless(<enderio:block_cap_bank:1>,
|
|
[<enderio:block_cap_bank:1>]);
|
|
recipes.addShapeless(<enderio:block_cap_bank:2>,
|
|
[<enderio:block_cap_bank:2>]);
|
|
recipes.addShapeless(<enderio:block_cap_bank:3>,
|
|
[<enderio:block_cap_bank:3>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:active_cryotheum_cooler>,
|
|
[<contenttweaker:nuclearcraft_fission_interior>,
|
|
<nuclearcraft:active_cooler>,
|
|
<forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000})]);
|
|
|
|
recipes.addShaped(<contenttweaker:aquatic_stone>,
|
|
[[<minecraft:emerald>, <divinerpg:aquatic_ingot>, <minecraft:emerald>],
|
|
[<divinerpg:aquatic_ingot>, <divinerpg:aquatic_ingot>, <divinerpg:aquatic_ingot>],
|
|
[<minecraft:emerald>, <divinerpg:aquatic_ingot>, <minecraft:emerald>]]);
|
|
|
|
recipes.addShapeless(<divinerpg:whale_fin>,
|
|
[<contenttweaker:aquatic_stone>, <contenttweaker:use_this_summon_item>]);
|
|
recipes.addShapeless(<divinerpg:shark_fin>,
|
|
[<contenttweaker:aquatic_stone>, <contenttweaker:use_this_summon_item>]);
|
|
|
|
recipes.addShapeless(<divinerpg:ancient_key>,
|
|
[<contenttweaker:constructor_summoner>, <contenttweaker:use_this_summon_item>]);
|
|
recipes.addShapeless(<divinerpg:degraded_key>,
|
|
[<contenttweaker:constructor_summoner>, <contenttweaker:use_this_summon_item>]);
|
|
recipes.addShapeless(<divinerpg:sludge_key>,
|
|
[<contenttweaker:constructor_summoner>, <contenttweaker:use_this_summon_item>]);
|
|
recipes.addShapeless(<divinerpg:soul_key>,
|
|
[<contenttweaker:constructor_summoner>, <contenttweaker:use_this_summon_item>]);
|
|
|
|
recipes.addShaped(<contenttweaker:funny_pumpkin>,
|
|
[[<minecraft:pumpkin>, <minecraft:pumpkin>, <minecraft:pumpkin>],
|
|
[<minecraft:pumpkin>, <divinerpg:terran_knife>.reuse(), <minecraft:pumpkin>],
|
|
[<minecraft:pumpkin>, <minecraft:pumpkin>, <minecraft:pumpkin>]]);
|
|
|
|
recipes.addShaped(<contenttweaker:wormhole_fragment>,
|
|
[[<biomesoplenty:flesh>, <aoa3:rusted_iron_ingot>, <biomesoplenty:flesh>],
|
|
[<aoa3:rusted_iron_ingot>, <appliedenergistics2:material:9>, <aoa3:rusted_iron_ingot>],
|
|
[<biomesoplenty:flesh>, <aoa3:rusted_iron_ingot>, <biomesoplenty:flesh>]]);
|
|
|
|
recipes.addShapeless(<agricraft:sprinkler>,
|
|
[<contenttweaker:hidden_injei>,
|
|
<agricraft:water_tank:0>,
|
|
<agricraft:water_channel_valve:0>,
|
|
<agricraft:grate:0>,
|
|
<agricraft:water_channel_normal:0>]);
|
|
|
|
|
|
recipes.addShapeless(<astralsorcery:blockritualpedestal>,
|
|
[<contenttweaker:buffing_astral_ritual>,
|
|
<astralsorcery:blockritualpedestal>]);
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:safe_lymph_of_pixonia>, <fluid:primal_ogerite>, <fluid:lymph_of_pixonia>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:safe_lymph_of_pixonia>, <fluid:vital_lymph>, <fluid:lymph_of_pixonia>]);
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:simplest_hot_salt_reactor>, <fluid:unholy_radioactive_mix>, <fluid:einstenium>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:safe_einstenium>, <fluid:unholy_radioactive_mix>, <fluid:einstenium>]);
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:simplest_salt_reactor>, <fluid:possessed_starlight>, <fluid:whispering_starlight>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:safe_meatballstarlight>, <fluid:possessed_starlight>, <fluid:whispering_starlight>]);
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:safe_polonium>, <fluid:polonium>, <fluid:spent_polonium>]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:gold_nak_cooler>,
|
|
[<contenttweaker:fill_coolantheater_with_fluid>,
|
|
<nuclearcraft:salt_fission_heater>,
|
|
<forge:bucketfilled>.withTag({FluidName: "gold_nak", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:redstone_nak_cooler>,
|
|
[<contenttweaker:fill_coolantheater_with_fluid>,
|
|
<nuclearcraft:salt_fission_heater>,
|
|
<forge:bucketfilled>.withTag({FluidName: "redstone_nak", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:raw_nak_cooler>,
|
|
[<contenttweaker:fill_coolantheater_with_fluid>,
|
|
<nuclearcraft:salt_fission_heater>,
|
|
<forge:bucketfilled>.withTag({FluidName: "nak", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:cryotheum_nak_cooler>,
|
|
[<contenttweaker:fill_coolantheater_with_fluid>,
|
|
<nuclearcraft:salt_fission_heater>,
|
|
<forge:bucketfilled>.withTag({FluidName: "cryotheum_nak", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:liquidhelium_nak_cooler>,
|
|
[<contenttweaker:fill_coolantheater_with_fluid>,
|
|
<nuclearcraft:salt_fission_heater>,
|
|
<forge:bucketfilled>.withTag({FluidName: "liquidhelium_nak", Amount: 1000})]);
|
|
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:ogerite_vital_vessel>,
|
|
[<contenttweaker:fill_vessel_with_fluid>,
|
|
<nuclearcraft:salt_fission_vessel>,
|
|
<forge:bucketfilled>.withTag({FluidName: "primal_ogerite", Amount: 1000})]);
|
|
recipes.addShapeless(<contenttweaker:ogerite_vital_vessel>,
|
|
[<contenttweaker:fill_vessel_with_fluid>,
|
|
<nuclearcraft:salt_fission_vessel>,
|
|
<forge:bucketfilled>.withTag({FluidName: "vital_lymph", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:polonium_vessel>,
|
|
[<contenttweaker:fill_vessel_with_fluid>,
|
|
<nuclearcraft:salt_fission_vessel>,
|
|
<forge:bucketfilled>.withTag({FluidName: "polonium", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:radioactive_mix_vessel>,
|
|
[<contenttweaker:fill_vessel_with_fluid>,
|
|
<nuclearcraft:salt_fission_vessel>,
|
|
<forge:bucketfilled>.withTag({FluidName: "unholy_radioactive_mix", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:pssessed_starlight_vessel>,
|
|
[<contenttweaker:fill_vessel_with_fluid>,
|
|
<nuclearcraft:salt_fission_vessel>,
|
|
<forge:bucketfilled>.withTag({FluidName: "possessed_starlight", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<bloodmagic:altar>,
|
|
[<contenttweaker:life_essence_farm>,
|
|
<bloodarsenal:glass_sacrificial_dagger>]);
|
|
|
|
recipes.addShapeless(<bloodmagic:altar>,
|
|
[<contenttweaker:life_essence_farm>,
|
|
<bloodarsenal:glass_dagger_of_sacrifice>]);
|
|
|
|
recipes.addShapeless(<bloodmagic:altar>,
|
|
[<contenttweaker:life_essence_farm>,
|
|
<contenttweaker:ritual_culling>]);
|
|
|
|
recipes.addShapeless(<bloodmagic:altar>,
|
|
[<contenttweaker:life_essence_farm>,
|
|
<deepmoblearningbm:digital_agonizer>,
|
|
<deepmoblearning:living_matter_twilight>]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:cuendillar_plate>,
|
|
[<contenttweaker:super_enchanting_stripping_automation>]);
|
|
|
|
mods.thermalexpansion.Crucible.addRecipe(<fluid:manyullyn>*144, <tconstruct:ingots:2>, 1000);
|
|
mods.nuclearcraft.melter.addRecipe([<ore:ingotManyullyn>, <fluid:manyullyn>*144]);
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:triple_nak_heat_exchanger>, <fluid:water>, <fluid:high_pressure_steam>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:quintuple_nak_heat_exchanger>, <fluid:water>, <fluid:high_pressure_steam>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:hot_heat_exchanger>,
|
|
[<contenttweaker:fill_tube_with_any_nak>,
|
|
<nuclearcraft:heat_exchanger_tube_hard_carbon>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:cold_heat_exchanger>,
|
|
[<contenttweaker:fill_tube_with_water>,
|
|
<nuclearcraft:heat_exchanger_tube_thermoconducting>]);
|
|
|
|
recipes.addShapeless(<nuclearcraft:salt_fission_controller>,
|
|
[<contenttweaker:safe_einstenium>]);
|
|
recipes.addShapeless(<nuclearcraft:salt_fission_controller>,
|
|
[<contenttweaker:safe_lymph_of_pixonia>]);
|
|
recipes.addShapeless(<nuclearcraft:salt_fission_controller>,
|
|
[<contenttweaker:safe_einstenium>]);
|
|
recipes.addShapeless(<nuclearcraft:salt_fission_controller>,
|
|
[<contenttweaker:safe_meatballstarlight>]);
|
|
|
|
recipes.addShapeless(<nuclearcraft:heat_exchanger_controller>,
|
|
[<contenttweaker:triple_nak_heat_exchanger>]);
|
|
recipes.addShapeless(<nuclearcraft:heat_exchanger_controller>,
|
|
[<contenttweaker:quintuple_nak_heat_exchanger>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:turbine_bearing>,
|
|
[<contenttweaker:five_turbine_design>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:inlet_outlet>,
|
|
[<contenttweaker:oneside_inlet_oneside_outlet>,
|
|
<nuclearcraft:turbine_inlet>,
|
|
<nuclearcraft:turbine_outlet>]);
|
|
|
|
recipes.addShapeless(<aoa3:ambient_power_stone>,
|
|
[<contenttweaker:right_click_with_lots_of_infusionstones>,
|
|
<aoa3:infusion_table>,
|
|
<aoa3:ambient_infusion_stone>,
|
|
<contenttweaker:level20>,
|
|
<contenttweaker:1_in_35>]);
|
|
recipes.addShapeless(<aoa3:blooming_power_stone>,
|
|
[<contenttweaker:right_click_with_lots_of_infusionstones>,
|
|
<aoa3:infusion_table>,
|
|
<aoa3:blooming_infusion_stone>,
|
|
<contenttweaker:level80>,
|
|
<contenttweaker:1_in_200>]);
|
|
recipes.addShapeless(<aoa3:glaring_power_stone>,
|
|
[<contenttweaker:right_click_with_lots_of_infusionstones>,
|
|
<aoa3:infusion_table>,
|
|
<aoa3:glaring_infusion_stone>,
|
|
<contenttweaker:level30>,
|
|
<contenttweaker:1_in_200>]);
|
|
recipes.addShapeless(<aoa3:gleaming_power_stone>,
|
|
[<contenttweaker:right_click_with_lots_of_infusionstones>,
|
|
<aoa3:infusion_table>,
|
|
<aoa3:gleaming_infusion_stone>,
|
|
<contenttweaker:level15>,
|
|
<contenttweaker:1_in_200>]);
|
|
recipes.addShapeless(<aoa3:glistening_power_stone>,
|
|
[<contenttweaker:right_click_with_lots_of_infusionstones>,
|
|
<aoa3:infusion_table>,
|
|
<aoa3:glistening_infusion_stone>,
|
|
<contenttweaker:level5>,
|
|
<contenttweaker:1_in_200>]);
|
|
recipes.addShapeless(<aoa3:glowing_power_stone>,
|
|
[<contenttweaker:right_click_with_lots_of_infusionstones>,
|
|
<aoa3:infusion_table>,
|
|
<aoa3:glowing_infusion_stone>,
|
|
<contenttweaker:level45>,
|
|
<contenttweaker:1_in_200>]);
|
|
recipes.addShapeless(<aoa3:radiant_power_stone>,
|
|
[<contenttweaker:right_click_with_lots_of_infusionstones>,
|
|
<aoa3:infusion_table>,
|
|
<aoa3:radiant_infusion_stone>,
|
|
<contenttweaker:level70>,
|
|
<contenttweaker:1_in_200>]);
|
|
recipes.addShapeless(<aoa3:shining_power_stone>,
|
|
[<contenttweaker:right_click_with_lots_of_infusionstones>,
|
|
<aoa3:infusion_table>,
|
|
<aoa3:shining_infusion_stone>,
|
|
<contenttweaker:level80>,
|
|
<contenttweaker:1_in_200>]);
|
|
|
|
|
|
recipes.remove(<extracells:storage.fluid:0>);
|
|
recipes.remove(<extracells:storage.fluid:1>);
|
|
recipes.remove(<extracells:storage.fluid:2>);
|
|
recipes.remove(<extracells:storage.fluid:3>);
|
|
recipes.remove(<extracells:storage.fluid:4>);
|
|
recipes.remove(<extracells:storage.fluid:5>);
|
|
recipes.remove(<extracells:storage.fluid:6>);
|
|
|
|
recipes.remove(<extracells:storage.physical:0>);
|
|
recipes.remove(<extracells:storage.physical:1>);
|
|
recipes.remove(<extracells:storage.physical:2>);
|
|
recipes.remove(<extracells:storage.physical:3>);
|
|
recipes.remove(<extracells:storage.physical:4>);
|
|
recipes.remove(<extracells:storage.physical:5>);
|
|
recipes.remove(<extracells:storage.physical:6>);
|
|
|
|
|
|
recipes.remove(<nae2:storage_cell_256k>);
|
|
recipes.remove(<nae2:storage_cell_1024k>);
|
|
recipes.remove(<nae2:storage_cell_4096k>);
|
|
recipes.remove(<nae2:storage_cell_16384k>);
|
|
|
|
recipes.remove(<nae2:storage_cell_fluid_256k>);
|
|
recipes.remove(<nae2:storage_cell_fluid_1024k>);
|
|
recipes.remove(<nae2:storage_cell_fluid_4096k>);
|
|
recipes.remove(<nae2:storage_cell_fluid_16384k>);
|
|
|
|
recipes.addShaped(<nae2:storage_cell_fluid_256k>,
|
|
[[<appliedenergistics2:quartz_glass>, <ore:dustRedstone>, <appliedenergistics2:quartz_glass>],
|
|
[<ore:dustRedstone>, <nae2:material:5>, <ore:dustRedstone>],
|
|
[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>]]);
|
|
recipes.addShapeless(<nae2:storage_cell_fluid_256k>,
|
|
[<appliedenergistics2:material:39>, <nae2:material:5>]);
|
|
|
|
recipes.addShaped(<nae2:storage_cell_fluid_1024k>,
|
|
[[<appliedenergistics2:quartz_glass>, <ore:dustRedstone>, <appliedenergistics2:quartz_glass>],
|
|
[<ore:dustRedstone>, <nae2:material:6>, <ore:dustRedstone>],
|
|
[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>]]);
|
|
recipes.addShapeless(<nae2:storage_cell_fluid_1024k>,
|
|
[<appliedenergistics2:material:39>, <nae2:material:6>]);
|
|
|
|
recipes.addShaped(<nae2:storage_cell_fluid_4096k>,
|
|
[[<appliedenergistics2:quartz_glass>, <ore:dustRedstone>, <appliedenergistics2:quartz_glass>],
|
|
[<ore:dustRedstone>, <nae2:material:7>, <ore:dustRedstone>],
|
|
[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>]]);
|
|
recipes.addShapeless(<nae2:storage_cell_fluid_4096k>,
|
|
[<appliedenergistics2:material:39>, <nae2:material:7>]);
|
|
|
|
recipes.addShaped(<nae2:storage_cell_fluid_16384k>,
|
|
[[<appliedenergistics2:quartz_glass>, <ore:dustRedstone>, <appliedenergistics2:quartz_glass>],
|
|
[<ore:dustRedstone>, <nae2:material:8>, <ore:dustRedstone>],
|
|
[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>]]);
|
|
recipes.addShapeless(<nae2:storage_cell_fluid_16384k>,
|
|
[<appliedenergistics2:material:39>, <nae2:material:8>]);
|
|
|
|
recipes.addShaped(<nae2:storage_cell_256k>,
|
|
[[<appliedenergistics2:quartz_glass>, <ore:dustRedstone>, <appliedenergistics2:quartz_glass>],
|
|
[<ore:dustRedstone>, <nae2:material:1>, <ore:dustRedstone>],
|
|
[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>]]);
|
|
recipes.addShapeless(<nae2:storage_cell_256k>,
|
|
[<appliedenergistics2:material:39>, <nae2:material:1>]);
|
|
|
|
recipes.addShaped(<nae2:storage_cell_1024k>,
|
|
[[<appliedenergistics2:quartz_glass>, <ore:dustRedstone>, <appliedenergistics2:quartz_glass>],
|
|
[<ore:dustRedstone>, <nae2:material:2>, <ore:dustRedstone>],
|
|
[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>]]);
|
|
recipes.addShapeless(<nae2:storage_cell_1024k>,
|
|
[<appliedenergistics2:material:39>, <nae2:material:2>]);
|
|
|
|
recipes.addShaped(<nae2:storage_cell_4096k>,
|
|
[[<appliedenergistics2:quartz_glass>, <ore:dustRedstone>, <appliedenergistics2:quartz_glass>],
|
|
[<ore:dustRedstone>, <nae2:material:3>, <ore:dustRedstone>],
|
|
[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>]]);
|
|
recipes.addShapeless(<nae2:storage_cell_4096k>,
|
|
[<appliedenergistics2:material:39>, <nae2:material:3>]);
|
|
|
|
recipes.addShaped(<nae2:storage_cell_16384k>,
|
|
[[<appliedenergistics2:quartz_glass>, <ore:dustRedstone>, <appliedenergistics2:quartz_glass>],
|
|
[<ore:dustRedstone>, <nae2:material:4>, <ore:dustRedstone>],
|
|
[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>]]);
|
|
recipes.addShapeless(<nae2:storage_cell_16384k>,
|
|
[<appliedenergistics2:material:39>, <nae2:material:4>]);
|
|
|
|
recipes.remove(<nae2:storage_cell_void>);
|
|
recipes.remove(<nae2:fluid_storage_cell_void>);
|
|
|
|
recipes.addShaped(<nae2:storage_cell_void>,
|
|
[[<appliedenergistics2:quartz_glass>, <ore:dustRedstone>, <appliedenergistics2:quartz_glass>],
|
|
[<ore:dustRedstone>, <nae2:material:0>, <ore:dustRedstone>],
|
|
[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>]]);
|
|
recipes.addShapeless(<nae2:storage_cell_void>,
|
|
[<appliedenergistics2:material:39>, <nae2:material:0>]);
|
|
|
|
recipes.addShaped(<nae2:fluid_storage_cell_void>,
|
|
[[<appliedenergistics2:quartz_glass>, <ore:dustRedstone>, <appliedenergistics2:quartz_glass>],
|
|
[<ore:dustRedstone>, <nae2:material:0>, <ore:dustRedstone>],
|
|
[<ore:ingotIron>, <ore:dyeBlue>, <ore:ingotIron>]]);
|
|
recipes.addShapeless(<nae2:fluid_storage_cell_void>,
|
|
[<appliedenergistics2:material:39>, <nae2:material:0>, <ore:dyeBlue>]);
|
|
|
|
recipes.addShapeless(<bigreactors:ingotcyanite>,
|
|
[<contenttweaker:good_extreme_reactor_design>,
|
|
<ore:ingotYellorium>]);
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:yellorite_reactor>, <fluid:water>, <fluid:steam>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:good_extreme_reactor_design>, <fluid:water>, <fluid:steam>]);
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:extreme_turbine>, <fluid:steam>, <fluid:water>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:good_extreme_turbine>, <fluid:steam>, <fluid:water>]);
|
|
|
|
|
|
recipes.addShapeless(<bigreactors:reactorcontroller>,
|
|
[<contenttweaker:good_extreme_reactor_design>]);
|
|
recipes.addShapeless(<bigreactors:turbinecontroller>,
|
|
[<contenttweaker:good_extreme_turbine>]);
|
|
|
|
// recipes.addShapeless(<thaumicwonders:eldritch_cluster:0>,
|
|
// [<contenttweaker:catalyzation_chamber>,
|
|
// <thaumicwonders:alienist_stone>,
|
|
// <ore:oreIron>]);
|
|
// recipes.addShapeless(<thaumicwonders:eldritch_cluster:1>,
|
|
// [<contenttweaker:catalyzation_chamber>,
|
|
// <thaumicwonders:alienist_stone>,
|
|
// <ore:oreGold>]);
|
|
// recipes.addShapeless(<thaumicwonders:eldritch_cluster:2>,
|
|
// [<contenttweaker:catalyzation_chamber>,
|
|
// <thaumicwonders:alienist_stone>,
|
|
// <ore:oreCopper>]);
|
|
// recipes.addShapeless(<thaumicwonders:eldritch_cluster:3>,
|
|
// [<contenttweaker:catalyzation_chamber>,
|
|
// <thaumicwonders:alienist_stone>,
|
|
// <ore:oreTin>]);
|
|
// recipes.addShapeless(<thaumicwonders:eldritch_cluster:4>,
|
|
// [<contenttweaker:catalyzation_chamber>,
|
|
// <thaumicwonders:alienist_stone>,
|
|
// <ore:oreSilver>]);
|
|
// recipes.addShapeless(<thaumicwonders:eldritch_cluster:5>,
|
|
// [<contenttweaker:catalyzation_chamber>,
|
|
// <thaumicwonders:alienist_stone>,
|
|
// <ore:oreLead>]);
|
|
// recipes.addShapeless(<thaumicwonders:eldritch_cluster:6>,
|
|
// [<contenttweaker:catalyzation_chamber>,
|
|
// <thaumicwonders:alienist_stone>,
|
|
// <ore:oreCinnabar>]);
|
|
// recipes.addShapeless(<thaumicwonders:eldritch_cluster:7>,
|
|
// [<contenttweaker:catalyzation_chamber>,
|
|
// <thaumicwonders:alienist_stone>,
|
|
// <ore:oreNetherQuartz>]);
|
|
// recipes.addShapeless(<thaumicwonders:eldritch_cluster:8>,
|
|
// [<contenttweaker:catalyzation_chamber>,
|
|
// <thaumicwonders:alienist_stone>,
|
|
// <ore:oreVoidMetal>]);
|
|
|
|
// recipes.addShapeless(<thaumicwonders:primordial_grain>,
|
|
// [<contenttweaker:primordial_accelerator>,
|
|
// <thaumcraft:primordial_pearl>]);
|
|
|
|
recipes.remove(<cyclicmagic:battery_infinite>);
|
|
recipes.remove(<computercraft:command_computer>);
|
|
|
|
|
|
recipes.remove(<iceandfire:armor_copper_metal_helmet>);
|
|
recipes.addShaped(<iceandfire:armor_copper_metal_helmet>,
|
|
[[null, <ore:ingotCopper>, <ore:ingotCopper>],
|
|
[null, null, <ore:ingotCopper>],
|
|
[null, <ore:ingotCopper>, <ore:ingotCopper>]]);
|
|
|
|
recipes.remove(<iceandfire:armor_copper_metal_chestplate>);
|
|
recipes.addShaped(<iceandfire:armor_copper_metal_chestplate>,
|
|
[[<ore:ingotCopper>, <ore:ingotCopper>, <ore:ingotCopper>],
|
|
[<ore:ingotCopper>, <ore:ingotCopper>, null],
|
|
[<ore:ingotCopper>, <ore:ingotCopper>, <ore:ingotCopper>]]);
|
|
|
|
recipes.remove(<iceandfire:armor_copper_metal_leggings>);
|
|
recipes.addShaped(<iceandfire:armor_copper_metal_leggings>,
|
|
[[<ore:ingotCopper>, <ore:ingotCopper>, <ore:ingotCopper>],
|
|
[null, null, <ore:ingotCopper>],
|
|
[<ore:ingotCopper>, <ore:ingotCopper>, <ore:ingotCopper>]]);
|
|
|
|
recipes.remove(<iceandfire:armor_copper_metal_boots>);
|
|
recipes.addShaped(<iceandfire:armor_copper_metal_boots>,
|
|
[[null, <ore:ingotCopper>, <ore:ingotCopper>],
|
|
[null, null, null],
|
|
[null, <ore:ingotCopper>, <ore:ingotCopper>]]);
|
|
|
|
recipes.addShaped(<materialpart:promethium:ingot>,
|
|
[[<materialpart:promethium:nugget>, <materialpart:promethium:nugget>, <materialpart:promethium:nugget>],
|
|
[<materialpart:promethium:nugget>, <materialpart:promethium:nugget>, <materialpart:promethium:nugget>],
|
|
[<materialpart:promethium:nugget>, <materialpart:promethium:nugget>, <materialpart:promethium:nugget>]]);
|
|
|
|
mods.chisel.Carving.addVariation("ayeracostatuescolored", <divinerpg:ayeraco_statue_red>);
|
|
mods.chisel.Carving.addVariation("ayeracostatuescolored", <divinerpg:ayeraco_statue_blue>);
|
|
mods.chisel.Carving.addVariation("ayeracostatuescolored", <divinerpg:ayeraco_statue_yellow>);
|
|
mods.chisel.Carving.addVariation("ayeracostatuescolored", <divinerpg:ayeraco_statue_green>);
|
|
mods.chisel.Carving.addVariation("ayeracostatuescolored", <divinerpg:ayeraco_statue_purple>);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<minecraft:rotten_flesh>, <fluid:blood>*40]);
|
|
|
|
recipes.remove(<erebus:umberstone_pillar>);
|
|
recipes.addShaped(<erebus:umberstone_pillar>*3,
|
|
[[<erebus:umberstone>],
|
|
[<erebus:umberstone>],
|
|
[<erebus:umberstone>]]);
|
|
|
|
recipes.addShaped(<aoa3:pressure_tablet>,
|
|
[[<aoa3:fragmented_anima_stone>, <aoa3:fragmented_anima_stone>, <aoa3:fragmented_anima_stone>],
|
|
[<aoa3:fragmented_anima_stone>, <contenttweaker:better_goo_ball>, <aoa3:fragmented_anima_stone>],
|
|
[<aoa3:fragmented_anima_stone>, <aoa3:fragmented_anima_stone>, <aoa3:fragmented_anima_stone>]]);
|
|
|
|
recipes.remove(<avaritia:block_resource:2>);
|
|
mods.extendedcrafting.TableCrafting.addShaped(<avaritia:block_resource:2>,
|
|
[[<avaritia:resource:0>, <avaritia:resource:0>, null, <avaritia:resource:0>, <avaritia:resource:0>],
|
|
[<avaritia:resource:0>, <avaritia:resource:1>, <avaritia:resource:1>, <avaritia:resource:1>, <avaritia:resource:0>],
|
|
[null, <avaritia:resource:1>, <avaritia:resource:1>, <avaritia:resource:1>, null],
|
|
[<avaritia:resource:0>, <avaritia:resource:1>, <avaritia:resource:1>, <avaritia:resource:1>, <avaritia:resource:0>],
|
|
[<avaritia:resource:0>, <avaritia:resource:0>, null, <avaritia:resource:0>, <avaritia:resource:0>]]);
|
|
|
|
|
|
recipes.removeShaped(<dimdoors:rift_signature>,
|
|
[[<minecraft:iron_ingot>, <minecraft:iron_ingot>, <minecraft:iron_ingot>],
|
|
[<minecraft:iron_ingot>, <dimdoors:stable_fabric>, <minecraft:iron_ingot>],
|
|
[<minecraft:iron_ingot>, <minecraft:iron_ingot>, <minecraft:iron_ingot>]]);
|
|
|
|
recipes.addShaped(<divinerpg:raw_arcanium>*9,
|
|
[[<divinerpg:raw_arcanium>, <divinerpg:raw_arcanium>, <divinerpg:raw_arcanium>],
|
|
[<divinerpg:raw_arcanium>, <divinerpg:arcanium_block>, <divinerpg:raw_arcanium>],
|
|
[<divinerpg:raw_arcanium>, <divinerpg:raw_arcanium>, <divinerpg:raw_arcanium>]]);
|
|
|
|
recipes.remove(<xreliquary:twilight_cloak>);
|
|
|
|
mods.thermalexpansion.Sawmill.addRecipe(<extratrees:misc:0>*6, <minecraft:planks:*>, 1000);
|
|
|
|
recipes.addShaped(<contenttweaker:hand_framing_tool>,
|
|
[[<ore:plankWood>, <ore:plankWood>, <ore:plankWood>],
|
|
[null, <storagedrawers:customdrawers:0>, <ore:plankWood>],
|
|
[<minecraft:stick>, null, <ore:plankWood>]]);
|
|
|
|
recipes.addShaped(<mysticalagradditions:stuff:69>,
|
|
[[<mysticalagradditions:insanium:0>, null, <mysticalagradditions:insanium:0>],
|
|
[null, <mysticalagradditions:stuff:69>.reuse(), null],
|
|
[<mysticalagradditions:insanium:0>, null, <mysticalagradditions:insanium:0>]]);
|
|
|
|
recipes.addShaped(<contenttweaker:whitefire_ember>,
|
|
[[<contenttweaker:furnace_heart>, <contenttweaker:furnace_heart>, <contenttweaker:furnace_heart>],
|
|
[<contenttweaker:furnace_heart>, <contenttweaker:whitefire_ember>.reuse(), <contenttweaker:furnace_heart>],
|
|
[<contenttweaker:furnace_heart>, <contenttweaker:furnace_heart>, <contenttweaker:furnace_heart>]]);
|
|
|
|
recipes.addShaped(<contenttweaker:shungite>*4,
|
|
[[<contenttweaker:gravitite_dust>, <contenttweaker:shungite>.reuse(), <contenttweaker:gravitite_dust>],
|
|
[<contenttweaker:shungite>.reuse(), <contenttweaker:gravitite_dust>, <contenttweaker:shungite>.reuse()],
|
|
[<contenttweaker:gravitite_dust>, <contenttweaker:shungite>.reuse(), <contenttweaker:gravitite_dust>]]);
|
|
|
|
recipes.addShaped(<contenttweaker:shungite_casing>,
|
|
[[<contenttweaker:gravitite_dust>, <contenttweaker:shungite>, <contenttweaker:gravitite_dust>],
|
|
[<contenttweaker:shungite>, <contenttweaker:experiment_casing>, <contenttweaker:shungite>],
|
|
[<contenttweaker:gravitite_dust>, <contenttweaker:shungite>, <contenttweaker:gravitite_dust>]]);
|
|
|
|
mods.chisel.Carving.addGroup("graphiteblockgroup");
|
|
mods.chisel.Carving.addVariation("graphiteblockgroup", <bigreactors:blockgraphite>);
|
|
mods.chisel.Carving.addVariation("graphiteblockgroup", <nuclearcraft:ingot_block:8>);
|
|
|
|
|
|
recipes.addShapeless(<appliedenergistics2:wireless_terminal>,
|
|
[<contenttweaker:increase_range>,
|
|
<appliedenergistics2:wireless_terminal>,
|
|
<appliedenergistics2:material:42>]);
|
|
recipes.addShapeless(<appliedenergistics2:wireless_terminal>,
|
|
[<contenttweaker:infinite_range>,
|
|
<appliedenergistics2:wireless_terminal>,
|
|
<appliedenergistics2:material:59>]);
|
|
|
|
recipes.addShapeless(<appliedenergistics2:wireless_crafting_terminal>,
|
|
[<contenttweaker:increase_range>,
|
|
<appliedenergistics2:wireless_crafting_terminal>,
|
|
<appliedenergistics2:material:42>]);
|
|
recipes.addShapeless(<appliedenergistics2:wireless_crafting_terminal>,
|
|
[<contenttweaker:infinite_range>,
|
|
<appliedenergistics2:wireless_crafting_terminal>,
|
|
<appliedenergistics2:material:59>]);
|
|
|
|
recipes.addShapeless(<appliedenergistics2:wireless_pattern_terminal>,
|
|
[<contenttweaker:increase_range>,
|
|
<appliedenergistics2:wireless_pattern_terminal>,
|
|
<appliedenergistics2:material:42>]);
|
|
recipes.addShapeless(<appliedenergistics2:wireless_pattern_terminal>,
|
|
[<contenttweaker:infinite_range>,
|
|
<appliedenergistics2:wireless_pattern_terminal>,
|
|
<appliedenergistics2:material:59>]);
|
|
|
|
recipes.addShapeless(<appliedenergistics2:wireless_fluid_terminal>,
|
|
[<contenttweaker:increase_range>,
|
|
<appliedenergistics2:wireless_fluid_terminal>,
|
|
<appliedenergistics2:material:42>]);
|
|
recipes.addShapeless(<appliedenergistics2:wireless_fluid_terminal>,
|
|
[<contenttweaker:infinite_range>,
|
|
<appliedenergistics2:wireless_fluid_terminal>,
|
|
<appliedenergistics2:material:59>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:cursed_rock>,
|
|
[<contenttweaker:cursed_rock>.reuse(),
|
|
<bloodmagic:blood_shard:1>]);
|
|
|
|
|
|
recipes.addShaped(<contenttweaker:vibrating_stone>*16,
|
|
[[<projecte:item.pe_matter:1>, <contenttweaker:vibrating_stone>, <projecte:item.pe_matter:1>],
|
|
[<contenttweaker:vibrating_stone>, <contenttweaker:vibrating_mithminite_schythe>.reuse(), <contenttweaker:vibrating_stone>],
|
|
[<projecte:item.pe_matter:1>, <contenttweaker:vibrating_stone>, <projecte:item.pe_matter:1>]]);
|
|
|
|
recipes.addShaped(<contenttweaker:resonating_stone>*16,
|
|
[[<projecte:item.pe_matter:1>, <contenttweaker:resonating_stone>, <projecte:item.pe_matter:1>],
|
|
[<contenttweaker:resonating_stone>, <contenttweaker:vibrating_mithminite_schythe>.reuse(), <contenttweaker:resonating_stone>],
|
|
[<projecte:item.pe_matter:1>, <contenttweaker:resonating_stone>, <projecte:item.pe_matter:1>]]);
|
|
|
|
|
|
recipes.remove(<microblockcbe:stone_rod>);
|
|
recipes.addShaped(<microblockcbe:stone_rod>*6,
|
|
[[<ore:cobblestone>],
|
|
[<ore:cobblestone>],
|
|
[<ore:cobblestone>]]);
|
|
|
|
recipes.addShaped(<bibliocraft:typesettingtable>,
|
|
[[<bibliocraft:typesettingtable>, <bibliocraft:bibliochase>, <minecraft:book>],
|
|
[null, <contenttweaker:duplicating_enchants>, null],
|
|
[<bibliocraft:printingpress>, <bibliocraft:enchantedplate>, <minecraft:dye:0>]]);
|
|
|
|
recipes.addShaped(<bibliocraft:printingpress>,
|
|
[[<bibliocraft:typesettingtable>, <bibliocraft:bibliochase>, <minecraft:book>],
|
|
[null, <contenttweaker:duplicating_enchants>, null],
|
|
[<bibliocraft:printingpress>, <bibliocraft:enchantedplate>, <minecraft:dye:0>]]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:particulate_steam_condensation_tube>,
|
|
[<contenttweaker:fill_with_high_particulate_steam>, <nuclearcraft:heat_exchanger_tube_thermoconducting>]);
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:fluidcrystalmatrix_condensation>, <fluid:high_particulate_steam>, <fluid:fluid_crystal_matrix>]);
|
|
|
|
recipes.addShapeless(<nuclearcraft:heat_exchanger_controller>,
|
|
[<contenttweaker:fluidcrystalmatrix_condensation>]);
|
|
|
|
mods.techreborn.grinder.addRecipe(<appliedenergistics2:material:2>, <appliedenergistics2:material:0>, 60, 4);
|
|
|
|
// mods.integrateddynamics.Squeezer.addRecipe(<immersiveengineering:seed:0>, <liquid:seed.oil> * 50);
|
|
|
|
// mods.integrateddynamics.MechanicalSqueezer.addRecipe(<immersiveengineering:seed:0>, <liquid:seed.oil> * 50);
|
|
|
|
|
|
// recipes.addShaped(<divinerpg:arcanium>*12,
|
|
// [[<botania:manaresource:7>, <botania:manaresource:0>, <botania:manaresource:7>],
|
|
// [<botania:manaresource:0>, <divinerpg:arcanium_block>, <botania:manaresource:0>],
|
|
// [<botania:manaresource:7>, <botania:manaresource:0>, <botania:manaresource:7>]]);
|
|
|
|
|
|
val itemSuperconductorLensEB = <ore:itemSuperconductorLensEB>;
|
|
itemSuperconductorLensEB.add(<extrabotany:lens:6>);
|
|
|
|
recipes.addShaped(<extrabotany:lens:6>,
|
|
[[null, <contenttweaker:greater_gaia_spirit>, null],
|
|
[<contenttweaker:greater_gaia_spirit>, <ore:itemSuperconductorLensEB>.reuse(), <contenttweaker:greater_gaia_spirit>],
|
|
[null, <contenttweaker:greater_gaia_spirit>, null]]);
|
|
|
|
recipes.addShaped(<extrabotany:lens:6>,
|
|
[[null, <contenttweaker:greater_gaia_spirit>, null],
|
|
[<contenttweaker:greater_gaia_spirit>, <extrabotany:lens:6>.reuse(), <contenttweaker:greater_gaia_spirit>],
|
|
[null, <contenttweaker:greater_gaia_spirit>, null]]);
|
|
|
|
|
|
|
|
|
|
mods.chisel.Carving.addVariation("brassblockschisel", <railcraft:metal:9>);
|
|
mods.chisel.Carving.addVariation("brassblockschisel", <techreborn:storage:5>);
|
|
mods.chisel.Carving.addVariation("brassblockschisel", <thaumcraft:metal_brass>);
|
|
|
|
|
|
recipes.addShapeless(<thaumicaugmentation:research_notes>,
|
|
[<contenttweaker:emptiness_tutorial>]);
|
|
|
|
recipes.addShapeless(<aoa3:magic_repair_dust>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<aoa3:golden_upgrade_kit>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<aoa3:small_skill_crystal>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<aoa3:medium_skill_crystal>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<aoa3:large_skill_crystal>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<aoa3:giant_skill_crystal>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<minecraft:diamond>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<minecraft:emerald>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<minecraft:nether_star>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<minecraft:experience_bottle>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<minecraft:ghast_tear>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
recipes.addShapeless(<minecraft:golden_apple>,
|
|
[<contenttweaker:rare_loot_table>]);
|
|
|
|
|
|
recipes.addShaped(<contenttweaker:rftools_syringe>,
|
|
[[<minecraft:iron_ingot>, <minecraft:structure_void>, <minecraft:structure_void>],
|
|
[<minecraft:structure_void>, <minecraft:iron_ingot>, <minecraft:structure_void>],
|
|
[<minecraft:structure_void>, <minecraft:structure_void>, <minecraft:glass_bottle>]]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:fine_mineral_dust>,
|
|
[<contenttweaker:passive_packagedauto>]);
|
|
recipes.addShapeless(<contenttweaker:everwatching_eye>,
|
|
[<contenttweaker:passive_extended_crafting>]);
|
|
|
|
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:everwatching_eye>,
|
|
[<contenttweaker:passive_packagedauto>]);
|
|
recipes.addShapeless(<contenttweaker:gem_of_aura>,
|
|
[<contenttweaker:passive_packagedauto>]);
|
|
recipes.addShapeless(<contenttweaker:complex_gearbox>,
|
|
[<contenttweaker:passive_packagedauto>]);
|
|
recipes.addShapeless(<contenttweaker:complex_crank_shaft>,
|
|
[<contenttweaker:passive_packagedauto>]);
|
|
recipes.addShapeless(<contenttweaker:recursion_focus_lens>,
|
|
[<contenttweaker:passive_packagedauto>]);
|
|
|
|
recipes.addShapeless(<minecraft:ender_pearl>,
|
|
[<contenttweaker:nebulous_soul>]);
|
|
|
|
|
|
recipes.addShaped(<contenttweaker:whispering_meatball>*2,
|
|
[[<contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>],
|
|
[<contenttweaker:sentient_meatball>, <contenttweaker:whispering_meatball>, <contenttweaker:sentient_meatball>],
|
|
[<contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>]]);
|
|
|
|
|
|
// Orbital Laser Drops list
|
|
var orbitalLaserOres as IItemStack[] = [
|
|
<minecraft:iron_ore>,
|
|
<minecraft:gold_ore>,
|
|
<thermalfoundation:ore:0>,
|
|
<thermalfoundation:ore:1>,
|
|
<minecraft:redstone_ore>,
|
|
<minecraft:diamond_ore>,
|
|
<libvulpes:ore0:0>,
|
|
<libvulpes:ore0:8>,
|
|
<thermalfoundation:ore:7>,
|
|
<bigreactors:oreanglesite>,
|
|
<bigreactors:orebenitoite>,
|
|
<thermalfoundation:ore:8>,
|
|
<divinerpg:arlemite_ore>,
|
|
<divinerpg:realmite_ore>,
|
|
<divinerpg:rupee_ore>,
|
|
<divinerpg:bloodgem_ore>,
|
|
<divinerpg:netherite_ore>,
|
|
<aoa3:rosite_ore>,
|
|
<aoa3:limonite_ore>,
|
|
<aoa3:runium_ore>,
|
|
<aoa3:sapphire_ore>,
|
|
<aoa3:jade_ore>,
|
|
<aoa3:amethyst_ore>
|
|
];
|
|
|
|
// Add recipes for Orbital Laser Drops
|
|
for ore in orbitalLaserOres {
|
|
recipes.addShapeless(ore, [<contenttweaker:orbital_laser_drops>, <advancedrocketry:spacelaser>]);
|
|
}
|
|
|
|
recipes.remove(<natura:respawn_obelisk>);
|
|
|
|
mods.techreborn.industrialGrinder.addRecipe(<bigreactors:mineralbenitoite>, <techreborn:dust:33>, <techreborn:dust:33>, <techreborn:dust:33>, <bigreactors:orebenitoite>, <nuclearcraft:plutonium:15>, <fluid:water>, 80, 1);
|
|
|
|
mods.techreborn.industrialGrinder.addRecipe(<bigreactors:mineralanglesite>, <techreborn:dust:33>, <techreborn:dust:33>, <techreborn:dust:33>, <bigreactors:oreanglesite>, <nuclearcraft:plutonium:15>, <fluid:water>, 80, 1);
|
|
|
|
|
|
recipes.addShapeless(<astralsorcery:blockaltar:0>,
|
|
[<contenttweaker:getting_more_starlight>]);
|
|
recipes.addShapeless(<astralsorcery:blockaltar:1>,
|
|
[<contenttweaker:getting_more_starlight>]);
|
|
recipes.addShapeless(<astralsorcery:blockaltar:2>,
|
|
[<contenttweaker:getting_more_starlight>]);
|
|
recipes.addShapeless(<astralsorcery:blockaltar:3>,
|
|
[<contenttweaker:getting_more_starlight>]);
|
|
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<ore:netherrack>, <techreborn:dust:33>]);
|
|
mods.thermalexpansion.Pulverizer.addRecipe(<techreborn:dust:33>, <minecraft:netherrack>,100);
|
|
|
|
mods.thermalexpansion.Compactor.addMintRecipe(<techreborn:plates:10>, <minecraft:dye:4>, 33);
|
|
mods.nuclearcraft.pressurizer.addRecipe([<minecraft:dye:4>, <techreborn:plates:10>]);
|
|
|
|
mods.nuclearcraft.rock_crusher.addRecipe([<aoa3:shyrelands_stone>, <enderio:item_material:20>*8, <enderio:item_material:20>*4, <enderio:item_material:20>*2]);
|
|
|
|
mods.nuclearcraft.rock_crusher.addRecipe([<tardis:gallifreyan_stone>, <enderio:item_material:20>*12, <enderio:item_material:20>*6, <enderio:item_material:20>*3]);
|
|
|
|
|
|
mods.nuclearcraft.manufactory.removeRecipeWithInput([<minecraft:clay>]);
|
|
mods.nuclearcraft.manufactory.addRecipe([<minecraft:clay>, <techreborn:dust:12>*9]);
|
|
|
|
mods.nuclearcraft.alloy_furnace.addRecipe([<gendustry:honey_drop:13337>, <contenttweaker:meatball>*4, <contenttweaker:sentient_meatball>*4]);
|
|
|
|
furnace.addRecipe(<twilightforest:auroralized_glass>, <twilightforest:aurora_block>);
|
|
|
|
mods.nuclearcraft.decay_hastener.addRecipe([<ore:ingotHotVibraniumAlloy>, <ore:ingotVibraniumAlloy>]);
|
|
|
|
|
|
recipes.addShapeless(<techreborn:part:33>,
|
|
[<techreborn:recycler>, <contenttweaker:recycler_drop>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:sanitized_dark_matter>,
|
|
[<projecte:item.pe_matter:0>, <projecte:item.pe_fuel:2>]);
|
|
|
|
furnace.addRecipe(<contenttweaker:crystaltine_dust>, <contenttweaker:vibranium_head>);
|
|
furnace.addRecipe(<contenttweaker:crystaltine_dust>, <contenttweaker:vibranium_legs>);
|
|
furnace.addRecipe(<contenttweaker:crystaltine_dust>, <contenttweaker:vibranium_feet>);
|
|
furnace.addRecipe(<contenttweaker:crystaltine_dust>, <contenttweaker:vibranium_chest>);
|
|
|
|
mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:material:865>, <techreborn:ore:8>);
|
|
mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:material:866>, <techreborn:ore:8>);
|
|
mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <techreborn:ore:8>);
|
|
|
|
|
|
mods.thermalexpansion.InductionSmelter.addRecipe(<techreborn:ingot:15>*3, <thermalfoundation:material:865>, <techreborn:ore:8>, 4000, <thermalfoundation:material:864>, 75);
|
|
mods.thermalexpansion.InductionSmelter.addRecipe(<techreborn:ingot:15>*3, <thermalfoundation:material:866>, <techreborn:ore:8>, 4000, <thermalfoundation:material:864>, 75);
|
|
mods.thermalexpansion.InductionSmelter.addRecipe(<techreborn:ingot:15>*2, <minecraft:sand>, <techreborn:ore:8>, 4000, <thermalfoundation:material:864>, 75);
|
|
|
|
recipes.remove(<actuallyadditions:item_food:13>);
|
|
recipes.addShaped(<actuallyadditions:item_food:13>,
|
|
[[null, <actuallyadditions:item_food:10>, null],
|
|
[<actuallyadditions:item_food:0>, <minecraft:cooked_beef>, <actuallyadditions:item_knife>],
|
|
[null, <actuallyadditions:item_food:10>, null]]);
|
|
|
|
|
|
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:unidentified_body>, <fluid:mildly_recursive_goo>*4000, <contenttweaker:unidentified_body>*2]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:skelebone_fragment>*4,
|
|
[<aoa3:footbone_fragment>,
|
|
<aoa3:chestbone_fragment>,
|
|
<aoa3:legbone_fragment>,
|
|
<aoa3:skullbone_fragment>]);
|
|
|
|
furnace.addRecipe(<aoa3:skeletal_ingot>, <contenttweaker:skelebone_fragment>);
|
|
|
|
|
|
recipes.addShaped(<actuallyadditions:item_food:13>,
|
|
[[null, <actuallyadditions:item_food:10>, null],
|
|
[<actuallyadditions:item_food:0>, <minecraft:cooked_beef>, <ore:itemQuartzKnife>],
|
|
[null, <actuallyadditions:item_food:10>, null]]);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<ore:gemDiamond>, <nuclearcraft:gem_dust:0>]);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<appliedenergistics2:sky_stone_block>, <appliedenergistics2:material:45>]);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotSilicon>, <libvulpes:productdust:3>]);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<ore:stickWood>, <thermalfoundation:material:800>]);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotLunar>, <extrautils2:ingredients:3>]);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<ore:gemQuartzBlack>, <actuallyadditions:item_dust:7>]);
|
|
|
|
mods.thermalexpansion.Transposer.addFillRecipe(<nuclearcraft:water_source>, <nuclearcraft:part:11>, <liquid:water> * 2000, 20);
|
|
|
|
|
|
brewing.removeRecipe(<minecraft:potion>.withTag({Potion: "minecraft:awkward"}), <minecraft:gold_block>);
|
|
brewing.removeRecipe(<minecraft:splash_potion>.withTag({Potion: "minecraft:awkward"}), <minecraft:gold_block>);
|
|
brewing.removeRecipe(<minecraft:lingering_potion>.withTag({Potion: "minecraft:awkward"}), <minecraft:gold_block>);
|
|
|
|
brewing.addBrew(<minecraft:potion>.withTag({Potion: "minecraft:awkward"}), <tconstruct:large_plate>.withTag({Material: "charger"}), <minecraft:potion>.withTag({Potion: "variegated:wings"}));
|
|
brewing.addBrew(<minecraft:splash_potion>.withTag({Potion: "minecraft:awkward"}), <tconstruct:large_plate>.withTag({Material: "charger"}), <minecraft:splash_potion>.withTag({Potion: "variegated:wings"}));
|
|
brewing.addBrew(<minecraft:lingering_potion>.withTag({Potion: "minecraft:awkward"}), <tconstruct:large_plate>.withTag({Material: "charger"}), <minecraft:lingering_potion>.withTag({Potion: "variegated:wings"}));
|
|
|
|
|
|
recipes.addShapeless(<thebetweenlands:aspect_vial:0>,
|
|
[<contenttweaker:betweenlands_potions>,
|
|
<thebetweenlands:infuser>,
|
|
<thebetweenlands:alembic>,
|
|
<thebetweenlands:mortar>,
|
|
<thebetweenlands:pestle>,
|
|
<thebetweenlands:bl_bucket>,
|
|
<thebetweenlands:dentrothyst_vial:*>]);
|
|
|
|
recipes.addShapeless(<thebetweenlands:aspect_vial:1>,
|
|
[<contenttweaker:betweenlands_potions>,
|
|
<thebetweenlands:infuser>,
|
|
<thebetweenlands:alembic>,
|
|
<thebetweenlands:mortar>,
|
|
<thebetweenlands:pestle>,
|
|
<thebetweenlands:bl_bucket>,
|
|
<thebetweenlands:dentrothyst_vial:*>]);
|
|
|
|
// mods.nuclearcraft.melter.addRecipe([<avaritia:resource:6>, <fluid:infinity>*144]);
|
|
|
|
|
|
recipes.remove(<natura:overworld_workbenches:0>);
|
|
recipes.addShaped(<natura:overworld_workbenches:0>*2,
|
|
[[null, <natura:overworld_planks:0>, null],
|
|
[<natura:overworld_planks:0>, <minecraft:crafting_table>, <natura:overworld_planks:0>],
|
|
[null, <natura:overworld_planks:0>, null]]);
|
|
|
|
recipes.remove(<natura:overworld_workbenches:1>);
|
|
recipes.addShaped(<natura:overworld_workbenches:1>*2,
|
|
[[null, <natura:overworld_planks:1>, null],
|
|
[<natura:overworld_planks:1>, <minecraft:crafting_table>, <natura:overworld_planks:1>],
|
|
[null, <natura:overworld_planks:1>, null]]);
|
|
|
|
recipes.remove(<natura:overworld_workbenches:2>);
|
|
recipes.addShaped(<natura:overworld_workbenches:2>*2,
|
|
[[null, <natura:overworld_planks:2>, null],
|
|
[<natura:overworld_planks:2>, <minecraft:crafting_table>, <natura:overworld_planks:2>],
|
|
[null, <natura:overworld_planks:2>, null]]);
|
|
|
|
recipes.remove(<natura:overworld_workbenches:3>);
|
|
recipes.addShaped(<natura:overworld_workbenches:3>*2,
|
|
[[null, <natura:overworld_planks:3>, null],
|
|
[<natura:overworld_planks:3>, <minecraft:crafting_table>, <natura:overworld_planks:3>],
|
|
[null, <natura:overworld_planks:3>, null]]);
|
|
|
|
recipes.remove(<natura:overworld_workbenches:4>);
|
|
recipes.addShaped(<natura:overworld_workbenches:4>*2,
|
|
[[null, <natura:overworld_planks:4>, null],
|
|
[<natura:overworld_planks:4>, <minecraft:crafting_table>, <natura:overworld_planks:4>],
|
|
[null, <natura:overworld_planks:4>, null]]);
|
|
|
|
recipes.remove(<natura:overworld_workbenches:5>);
|
|
recipes.addShaped(<natura:overworld_workbenches:5>*2,
|
|
[[null, <natura:overworld_planks:5>, null],
|
|
[<natura:overworld_planks:5>, <minecraft:crafting_table>, <natura:overworld_planks:5>],
|
|
[null, <natura:overworld_planks:5>, null]]);
|
|
|
|
recipes.remove(<natura:overworld_workbenches:6>);
|
|
recipes.addShaped(<natura:overworld_workbenches:6>*2,
|
|
[[null, <natura:overworld_planks:6>, null],
|
|
[<natura:overworld_planks:6>, <minecraft:crafting_table>, <natura:overworld_planks:6>],
|
|
[null, <natura:overworld_planks:6>, null]]);
|
|
|
|
recipes.remove(<natura:overworld_workbenches:7>);
|
|
recipes.addShaped(<natura:overworld_workbenches:7>*2,
|
|
[[null, <natura:overworld_planks:7>, null],
|
|
[<natura:overworld_planks:7>, <minecraft:crafting_table>, <natura:overworld_planks:7>],
|
|
[null, <natura:overworld_planks:7>, null]]);
|
|
|
|
recipes.remove(<natura:overworld_workbenches:8>);
|
|
recipes.addShaped(<natura:overworld_workbenches:8>*2,
|
|
[[null, <natura:overworld_planks:8>, null],
|
|
[<natura:overworld_planks:8>, <minecraft:crafting_table>, <natura:overworld_planks:8>],
|
|
[null, <natura:overworld_planks:8>, null]]);
|
|
|
|
recipes.remove(<natura:nether_workbenches:0>);
|
|
recipes.addShaped(<natura:nether_workbenches:0>*2,
|
|
[[null, <natura:nether_planks:0>, null],
|
|
[<natura:nether_planks:0>, <minecraft:crafting_table>, <natura:nether_planks:0>],
|
|
[null, <natura:nether_planks:0>, null]]);
|
|
|
|
recipes.remove(<natura:nether_workbenches:1>);
|
|
recipes.addShaped(<natura:nether_workbenches:1>*2,
|
|
[[null, <natura:nether_planks:1>, null],
|
|
[<natura:nether_planks:1>, <minecraft:crafting_table>, <natura:nether_planks:1>],
|
|
[null, <natura:nether_planks:1>, null]]);
|
|
|
|
recipes.remove(<natura:nether_workbenches:2>);
|
|
recipes.addShaped(<natura:nether_workbenches:2>*2,
|
|
[[null, <natura:nether_planks:2>, null],
|
|
[<natura:nether_planks:2>, <minecraft:crafting_table>, <natura:nether_planks:2>],
|
|
[null, <natura:nether_planks:2>, null]]);
|
|
|
|
recipes.remove(<natura:nether_workbenches:3>);
|
|
recipes.addShaped(<natura:nether_workbenches:3>*2,
|
|
[[null, <natura:nether_planks:3>, null],
|
|
[<natura:nether_planks:3>, <minecraft:crafting_table>, <natura:nether_planks:3>],
|
|
[null, <natura:nether_planks:3>, null]]);
|
|
|
|
|
|
recipes.remove(<cyclicmagic:tool_trade>);
|
|
|
|
|
|
mods.nuclearcraft.infuser.addRecipe([<ore:nuggetIron>, <fluid:crystal>*1000, <cyclicmagic:crystallized_obsidian>]);
|
|
mods.nuclearcraft.infuser.addRecipe([<ore:nuggetIron>, <fluid:crystallized_obsidian>*1000, <cyclicmagic:crystallized_obsidian>]);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<ore:ingotPrimalOgerite>, <fluid:primal_ogerite>*144]);
|
|
|
|
|
|
recipes.remove(<openblocks:luggage>);
|
|
|
|
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:0>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:1>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:2>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:3>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:4>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:5>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:6>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:7>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:8>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:9>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:10>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:11>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:12>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:13>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
recipes.addShapeless(<rftoolsdim:known_dimlet:14>,
|
|
[<contenttweaker:custom_dimlets>, <rftoolsdim:dimlet_workbench>]);
|
|
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<contenttweaker:rhenium_ore>, <fluid:rhenium>*360]);
|
|
|
|
|
|
// mods.immersiveengineering.ArcFurnace.removeRecipe(<ore:ingotIchorium>);
|
|
mods.immersiveengineering.ArcFurnace.removeRecipe(<materialpart:ichorium:ingot>);
|
|
mods.immersiveengineering.ArcFurnace.removeRecipe(<contenttweaker:material_part:309>);
|
|
|
|
|
|
|
|
|
|
recipes.remove(<xtones:base>);
|
|
recipes.addShaped(<xtones:base>*4,
|
|
[[<ore:slabStone>, <ore:slabStone>, null],
|
|
[<ore:slabStone>, <ore:stone>, <ore:slabStone>],
|
|
[null, <ore:slabStone>, <ore:slabStone>]]);
|
|
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:0>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:1>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:2>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:3>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:4>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:5>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:6>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:7>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:8>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:9>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:10>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:11>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
recipes.addShapeless(<thaumcraft:celestial_notes:12>,
|
|
[<contenttweaker:celestial_notes>, <thaumcraft:scribing_tools>, <thaumcraft:thaumometer>, <minecraft:paper>]);
|
|
|
|
mods.nuclearcraft.manufactory.addRecipe([<ore:oreElectrotine>, <projectred-core:resource_item:105>*2]);
|
|
|
|
recipes.remove(<binniecore:cylinder>);
|
|
|
|
recipes.addShaped(<binniecore:cylinder>*8,
|
|
[[<ore:paneGlass>, null, <ore:paneGlass>],
|
|
[null, <ore:paneGlass>, null]]);
|
|
|
|
recipes.addShapeless(<rftools:storage_scanner>,
|
|
[<rftools:storage_scanner>]);
|
|
|
|
|
|
recipes.addShapeless(<fluxnetworks:fluxcontroller>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<fluxnetworks:fluxplug>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<fluxnetworks:fluxpoint>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<thermalexpansion:cell>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<enderio:block_cap_bank:0>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<enderio:block_cap_bank:1>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<enderio:block_cap_bank:2>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<draconicevolution:energy_storage_core>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<draconicevolution:particle_generator:2>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<fluxnetworks:fluxstorage>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<fluxnetworks:herculeanfluxstorage>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
recipes.addShapeless(<fluxnetworks:gargantuanfluxstorage>,
|
|
[<contenttweaker:energy_management_tipsandtricks>]);
|
|
|
|
|
|
mods.nuclearcraft.alloy_furnace.addRecipe([<ore:dustBedrock>, <ore:dustCoal>, <enderio:item_material:75>]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:eternal_nightmare>,
|
|
[<contenttweaker:passive_crafting_subnets>, <packagedexcrafting:combination_crafter>]);
|
|
recipes.addShapeless(<bloodmagic:demon_crystal:0>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bloodmagic:demon_crystal:1>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bloodmagic:demon_crystal:2>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bloodmagic:demon_crystal:3>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bloodmagic:demon_crystal:4>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bloodmagic:component:8>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<animus:component:1>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<animus:component:4>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bloodmagic:component:16>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bloodarsenal:base_item:6>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bloodmagic:component:11>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bloodmagic:component:4>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bloodmagic:component:0>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:berserker_forge_controller>]);
|
|
recipes.addShapeless(<bewitchment:oak_spirit>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:honeysmelter_oven_controller>]);
|
|
recipes.addShapeless(<bewitchment:spruce_heart>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:honeysmelter_oven_controller>]);
|
|
recipes.addShapeless(<bewitchment:birch_soul>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:honeysmelter_oven_controller>]);
|
|
recipes.addShapeless(<bewitchment:cloudy_oil>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:honeysmelter_oven_controller>]);
|
|
recipes.addShapeless(<bewitchment:acacia_resin>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:honeysmelter_oven_controller>]);
|
|
recipes.addShapeless(<bewitchment:ebb_of_death>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:honeysmelter_oven_controller>]);
|
|
recipes.addShapeless(<bewitchment:droplet_of_wisdom>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:honeysmelter_oven_controller>]);
|
|
recipes.addShapeless(<bewitchment:liquid_witchcraft>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:honeysmelter_oven_controller>]);
|
|
recipes.addShapeless(<bewitchment:essence_of_vitality>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:honeysmelter_oven_controller>]);
|
|
recipes.addShapeless(<bewitchment:cloudy_oil>,
|
|
[<contenttweaker:passive_crafting_subnets>, <modularmachinery:honeysmelter_oven_controller>]);
|
|
recipes.addShapeless(<contenttweaker:corrupted_aragonite>,
|
|
[<contenttweaker:passive_crafting_subnets>, <packagedexcrafting:combination_crafter>]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:vitium_gem>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<contenttweaker:madness_gem>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<contenttweaker:antimony_crystal>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<contenttweaker:core_of_mirroring>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<contenttweaker:imperfect_gem_of_the_cosmos>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<thaumicwonders:panacea:0>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<contenttweaker:cursed_myrmitite_catalyst>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<thaumcraft:sanity_soap>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<thaumcraft:tallow>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<contenttweaker:inanimate_soul>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<contenttweaker:caeles_gem>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<contenttweaker:dreadia_gem>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<contenttweaker:ichorium_gem>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
recipes.addShapeless(<contenttweaker:mythus_gem>,
|
|
[<contenttweaker:thaumatorium_automation>, <thaumcraft:thaumatorium>, <thaumicenergistics:infusion_provider>, <thaumcraft:essentia_output>, <thaumcraft:brain_box>]);
|
|
|
|
|
|
recipes.addShapeless(<botania:rune:0>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:1>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:2>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:3>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:4>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:5>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:6>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:7>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:8>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:9>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:10>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:11>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:12>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:13>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:14>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
recipes.addShapeless(<botania:rune:15>,
|
|
[<contenttweaker:runic_altar_automation>, <botania:runealtar>, <botania:opencrate>, <minecraft:comparator>, <botania:twigwand>, <botania:livingrock>]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:hiddenpowercallstone_loot>,
|
|
[<contenttweaker:dungeon_drop>, <contenttweaker:hidden_power_callstone>]);
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:hiddenpowercallstone_loot>, <fluid:water>, <fluid:recursive_life_essence>]);
|
|
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:diamerisma_jackpump>, <fluid:water>, <fluid:pulsating_starlight>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:hiddenpowercallstone_loot>, <fluid:water>, <fluid:pulsating_starlight>]);
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<immersivepetroleum:metal_multiblock:3>, <fluid:water>, <fluid:stormlight>]);
|
|
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:plasma_farm>, <fluid:water>, <fluid:plasma>]);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<ore:ingotAlumite>, <fluid:alumite>*144]);
|
|
|
|
|
|
recipes.remove(<natura:nether_bookshelves:0>);
|
|
recipes.addShaped(<natura:nether_bookshelves:0>,
|
|
[[<natura:nether_planks:0>, <minecraft:book>, <natura:nether_planks:0>],
|
|
[<natura:nether_planks:0>, <minecraft:book>, <natura:nether_planks:0>],
|
|
[<natura:nether_planks:0>, <minecraft:book>, <natura:nether_planks:0>]]);
|
|
|
|
recipes.remove(<natura:nether_bookshelves:1>);
|
|
recipes.addShaped(<natura:nether_bookshelves:1>,
|
|
[[<natura:nether_planks:1>, <minecraft:book>, <natura:nether_planks:1>],
|
|
[<natura:nether_planks:1>, <minecraft:book>, <natura:nether_planks:1>],
|
|
[<natura:nether_planks:1>, <minecraft:book>, <natura:nether_planks:1>]]);
|
|
|
|
recipes.remove(<natura:nether_bookshelves:2>);
|
|
recipes.addShaped(<natura:nether_bookshelves:2>,
|
|
[[<natura:nether_planks:2>, <minecraft:book>, <natura:nether_planks:2>],
|
|
[<natura:nether_planks:2>, <minecraft:book>, <natura:nether_planks:2>],
|
|
[<natura:nether_planks:2>, <minecraft:book>, <natura:nether_planks:2>]]);
|
|
|
|
recipes.remove(<natura:nether_bookshelves:3>);
|
|
recipes.addShaped(<natura:nether_bookshelves:3>,
|
|
[[<natura:nether_planks:3>, <minecraft:book>, <natura:nether_planks:3>],
|
|
[<natura:nether_planks:3>, <minecraft:book>, <natura:nether_planks:3>],
|
|
[<natura:nether_planks:3>, <minecraft:book>, <natura:nether_planks:3>]]);
|
|
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<contenttweaker:ogerite_ore>, <fluid:ogerite>*360]);
|
|
|
|
|
|
|
|
|
|
|
|
recipes.addShapeless(<thaumcraft:stone_porous>,
|
|
[<contenttweaker:remove_flux>,
|
|
<contenttweaker:clearing_taint>]);
|
|
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:lost_cities_worldgen>, <fluid:water>, <fluid:flesh_world_ichor>]);
|
|
|
|
|
|
mods.thermalexpansion.Centrifuge.addRecipe([(<techreborn:part:31>) % 99, (<techreborn:part:31>) % 99], <forestry:propolis:0>, null, 2000);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<ore:ingotMirion>, <fluid:mirion>*144]);
|
|
|
|
|
|
mods.thermalexpansion.Centrifuge.addRecipe([(<minecraft:leaves:0> * 1) % 10], <extratrees:food:35>, <fluid:binnie.juice.olive>*50, 100);
|
|
|
|
|
|
mods.tconstruct.Casting.addBasinRecipe(<techreborn:storage2:10>, null, <liquid:refinediron>, 1296);
|
|
|
|
|
|
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:coolant_great>,
|
|
[<contenttweaker:coolant_great>,
|
|
<ore:blockDraconium>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:coolant_great>,
|
|
[<contenttweaker:coolant_great>,
|
|
<ore:blockEnderium>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:coolant_great>,
|
|
[<contenttweaker:coolant_great>,
|
|
<forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:coolant_great>,
|
|
[<contenttweaker:coolant_great>,
|
|
<ore:blockElectrumFlux>]);
|
|
|
|
|
|
recipes.addShapeless(<divinerpg:divine_shards>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:bluefire_stone>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<contenttweaker:nebulous_soul>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<abyssalcraft:ethaxiumingot>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:netherite_ingot>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<bewitchment:demon_heart>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:corrupted_shards>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<contenttweaker:bloodmaster_metal_chest>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<contenttweaker:primordial_sliver>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<minecraft:nether_star>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<minecraft:skull:1>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<contenttweaker:imp_skin>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<bewitchment:tongue_of_dog>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<bewitchment:lizard_leg>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<bewitchment:toe_of_frog>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<bewitchment:adders_fork>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
|
|
|
|
|
|
|
|
recipes.addShapeless(<divinerpg:halite_shield>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:halite_blade>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:halite_blitz>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:halite_slicer>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:halite_bow>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:halite_helmet>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:halite_leggings>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:halite_chestplate>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
recipes.addShapeless(<divinerpg:halite_boots>,
|
|
[<contenttweaker:good_woot_drops>, <woot:factory>]);
|
|
|
|
|
|
recipes.addShapeless(<divinerpg:halite_phaser>,
|
|
[<contenttweaker:karot_farm>]);
|
|
|
|
recipes.addShapeless(<nuclearcraft:americium:0>,
|
|
[<contenttweaker:spam_free_americium_241>]);
|
|
recipes.addShapeless(<nuclearcraft:americium:2>,
|
|
[<contenttweaker:spam_free_americium_241>]);
|
|
|
|
|
|
|
|
|
|
recipes.addShapeless(<thaumadditions:mithrillium_ingot>,
|
|
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:halite_bejewelled_ichorium_catalyst>,
|
|
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:catalyst_of_the_warrens>,
|
|
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:trinuum_catalyst>,
|
|
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:infinitely_wishful_catalyst>,
|
|
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
|
|
|
|
recipes.addShapeless(<contenttweaker:ascended_eleint_catalyst>,
|
|
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
|
|
|
|
recipes.addShapeless(<thaumcraft:elemental_pick>,
|
|
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
|
|
|
|
recipes.addShapeless(<thaumicwonders:void_beacon>,
|
|
[<contenttweaker:infusion_pseudo_automation>, <gadothaumy:infusion_claw>, <modularrouters:item_router>, <modularrouters:module:17>, <gendustry:gene_sample>.withTag({species: "rootBees", chromosome: 12, allele: "careerbees.effect.accelerate"})]);
|
|
|
|
|
|
recipes.addShaped(<erebus:materials:66>*64,
|
|
[[<erebus:materials:0>, <erebus:materials:0>, <erebus:materials:0>],
|
|
[<erebus:materials:0>, <erebus:materials:66>, <erebus:materials:0>],
|
|
[<erebus:materials:0>, <contenttweaker:pale_metal_dust>, <erebus:materials:0>]]);
|
|
|
|
|
|
recipes.addShaped(<techreborn:part:7>,
|
|
[[null, <ore:ingotTin>, null],
|
|
[<ore:ingotTin>, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "helium", Amount: 1000}}), <ore:ingotTin>],
|
|
[null, <ore:ingotTin>, null]]);
|
|
|
|
recipes.addShaped(<techreborn:part:7>,
|
|
[[null, <ore:ingotTin>, null],
|
|
[<ore:ingotTin>, <forge:bucketfilled>.withTag({Fluid: {FluidName: "helium", Amount: 1000}}), <ore:ingotTin>],
|
|
[null, <ore:ingotTin>, null]]);
|
|
|
|
recipes.addShaped(<techreborn:part:7>,
|
|
[[null, <ore:ingotTin>, null],
|
|
[<ore:ingotTin>, <forge:bucketfilled>.withTag({Fluid: {FluidName: "fluidhelium", Amount: 1000}}), <ore:ingotTin>],
|
|
[null, <ore:ingotTin>, null]]);
|
|
|
|
recipes.addShapeless(<extendedcrafting:material:36>*9,
|
|
[<extendedcrafting:storage:5>]);
|
|
|
|
furnace.addRecipe(<bewitchment:cold_iron_ingot>*4, <contenttweaker:stone_of_constraint>);
|
|
|
|
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<ore:ingotThaumium>, <fluid:thaumium>*144]);
|
|
mods.nuclearcraft.melter.addRecipe([<ore:blockThaumium>, <fluid:thaumium>*1296]);
|
|
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<contenttweaker:demonic_ember>, <fluid:molten_demonic_ember>*144]);
|
|
|
|
|
|
|
|
recipes.addShaped(<extrabotany:material:2>,
|
|
[[null, <contenttweaker:gold_leaf>, null],
|
|
[<contenttweaker:gold_leaf>, <minecraft:potato>, <contenttweaker:gold_leaf>],
|
|
[null, <contenttweaker:gold_leaf>, null]]);
|
|
|
|
|
|
recipes.addShapeless(<aoa3:staring_eye>,
|
|
[<aoa3:tentacles_eye_red>, <thermalfoundation:material:1027>]);
|
|
|
|
|
|
recipes.addShapeless(<divinerpg:corrupted_shards>*9,
|
|
[<divinerpg:corrupted_stone>]);
|
|
recipes.addShapeless(<divinerpg:divine_shards>*9,
|
|
[<divinerpg:divine_stone>]);
|
|
recipes.addShapeless(<divinerpg:ender_shards>*9,
|
|
[<divinerpg:ender_stone>]);
|
|
recipes.addShapeless(<divinerpg:ice_shards>*9,
|
|
[<divinerpg:ice_stone>]);
|
|
recipes.addShapeless(<divinerpg:jungle_shards>*9,
|
|
[<divinerpg:jungle_stone>]);
|
|
recipes.addShapeless(<divinerpg:molten_shards>*9,
|
|
[<divinerpg:molten_stone>]);
|
|
recipes.addShapeless(<divinerpg:terran_shards>*9,
|
|
[<divinerpg:terran_stone>]);
|
|
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:terrestrial_catalyst>,
|
|
[<biomesoplenty:terrestrial_artifact>]);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<ore:ingotThaumium>, <fluid:thaumium>*144]);
|
|
mods.nuclearcraft.melter.addRecipe([<ore:blockThaumium>, <fluid:thaumium>*1296]);
|
|
|
|
mods.nuclearcraft.melter.addRecipe([<contenttweaker:purified_titanium_ingot>, <fluid:purified_titanium>*144]);
|
|
|
|
|
|
recipes.addShaped(<contenttweaker:recursive_meatball>*8,
|
|
[[<contenttweaker:sentient_meatball_flesh>, <contenttweaker:sentient_meatball_flesh>, <contenttweaker:sentient_meatball_flesh>],
|
|
[<contenttweaker:naquadah_chunk>, <contenttweaker:recursive_meatball>, <contenttweaker:naquadah_chunk>],
|
|
[<contenttweaker:sentient_meatball_flesh>, <contenttweaker:sentient_meatball_flesh>, <contenttweaker:sentient_meatball_flesh>]]);
|
|
|
|
|
|
recipes.addShaped(<contenttweaker:holy_shimmer>*2,
|
|
[[null, <contenttweaker:ineffable_light>, null],
|
|
[<contenttweaker:ineffable_light>, <contenttweaker:holy_shimmer>, <contenttweaker:ineffable_light>],
|
|
[null, <contenttweaker:ineffable_light>, null]]);
|
|
|
|
|
|
recipes.addShaped(<divinerpg:divine_shards>,
|
|
[[<contenttweaker:divine_wisp>, <contenttweaker:divine_wisp>, <contenttweaker:divine_wisp>],
|
|
[<contenttweaker:divine_wisp>, <contenttweaker:holy_shimmer>, <contenttweaker:divine_wisp>],
|
|
[<contenttweaker:divine_wisp>, <contenttweaker:divine_wisp>, <contenttweaker:divine_wisp>]]);
|
|
|
|
|
|
recipes.addShapeless(<careerbees:ingredients:1>,
|
|
[<contenttweaker:lumber_bee_setup>]);
|
|
|
|
recipes.addShapeless(<careerbees:ingredients:1>,
|
|
[<contenttweaker:sacred_cinders_lumber>, <contenttweaker:sacred_cinders_lumber_apiary>]);
|
|
|
|
recipes.addShaped(<mowziesmobs:naga_fang>*4,
|
|
[[<draconicevolution:chaos_shard:3>, <draconicevolution:chaos_shard:3>, <draconicevolution:chaos_shard:3>],
|
|
[<draconicevolution:chaos_shard:3>, <mowziesmobs:naga_fang>, <draconicevolution:chaos_shard:3>],
|
|
[<draconicevolution:chaos_shard:3>, <draconicevolution:chaos_shard:3>, <draconicevolution:chaos_shard:3>]]);
|
|
|
|
recipes.addShapeless(<bnkrblks:megelium_stone>,
|
|
[<contenttweaker:megelium_detonator_automation>, <modularmachinery:megelium_detonator_controller>, <aoa3:ancient_rock>]);
|
|
|
|
recipes.addShapeless(<divinerpg:arcanium>,
|
|
[<contenttweaker:trait_arcaneextraction>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:abyssal_wasteland_matter>,
|
|
[<contenttweaker:trait_abyssalharvesting>, <contenttweaker:abyssal_harvester>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:dreadlands_matter>,
|
|
[<contenttweaker:trait_dreadfulharvesting>, <contenttweaker:dreadful_harvester>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:omothol_matter>,
|
|
[<contenttweaker:trait_omotholharvesting>, <contenttweaker:omothol_harvester>]);
|
|
|
|
recipes.addShapeless(<contenttweaker:soul_fragment_of_the_reconciled_aesir>,
|
|
[<contenttweaker:trait_willoftheaesir>]);
|
|
|
|
|
|
recipes.addShaped(<minecraft:sign>*3,
|
|
[[null, <ore:stickWood>, null],
|
|
[<ore:plankWood>, <ore:plankWood>, <ore:plankWood>],
|
|
[<ore:plankWood>, <ore:plankWood>, <ore:plankWood>]]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:nethersky_steel_ingot>,
|
|
[<contenttweaker:mythic_processor_centrifuge>]);
|
|
|
|
|
|
recipes.addShaped(<contenttweaker:flame_of_actualization>*2,
|
|
[[<contenttweaker:actualization_aspected_eleint_scale>, <contenttweaker:actualization_aspected_eleint_scale>, <contenttweaker:actualization_aspected_eleint_scale>],
|
|
[<contenttweaker:actualization_aspected_eleint_scale>, <contenttweaker:flame_of_actualization>, <contenttweaker:actualization_aspected_eleint_scale>],
|
|
[<contenttweaker:actualization_aspected_eleint_scale>, <contenttweaker:actualization_aspected_eleint_scale>, <contenttweaker:actualization_aspected_eleint_scale>]]);
|
|
|
|
|
|
|
|
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:decay_inducing_matter>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:energetic_ogerite>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:einstenium_254>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:einstenium_253>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:neon>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:nethengeic_fluid>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:overworldian_fluid>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:dimensional_essence>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:liquid_void>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:lithium6>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:lithium7>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:boron10>]);
|
|
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:mythic_processor_centrifuge>, <fluid:water>, <fluid:boron11>]);
|
|
|
|
|
|
recipes.addShaped(<mowziesmobs:spear>,
|
|
[[null, null, <contenttweaker:living_gold>],
|
|
[null, <ore:stickWood>, null],
|
|
[<ore:stickWood>, null, null]]);
|
|
|
|
|
|
recipes.addShaped(<contenttweaker:sympan_spirit>*2,
|
|
[[<botania:manaresource:14>, <botania:manaresource:14>, <botania:manaresource:14>],
|
|
[<botania:manaresource:14>, <contenttweaker:sympan_spirit>, <botania:manaresource:14>],
|
|
[<botania:manaresource:14>, <botania:manaresource:14>, <botania:manaresource:14>]]);
|
|
|
|
|
|
mods.thaumcraft.Crucible.registerRecipe("cruciblefromcrucible", "", <thaumcraft:crucible>, <minecraft:cauldron>, [<aspect:metallum>*15, <aspect:ordo>*10, <aspect:aqua>*5, <aspect:ignis>*5]);
|
|
|
|
|
|
recipes.addShaped(<contenttweaker:beekeper_archive>,
|
|
[[<ore:bookshelf>, <ore:bookshelf>, <ore:bookshelf>],
|
|
[<ore:bookshelf>, <ore:beeComb>, <ore:bookshelf>],
|
|
[<ore:bookshelf>, <ore:bookshelf>, <ore:bookshelf>]]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:respect_of_death>*2,
|
|
[<contenttweaker:oath_of_the_lord_of_gluttony>, <contenttweaker:respect_of_death>]);
|
|
|
|
|
|
recipes.addShapeless(<contenttweaker:oath_of_the_lord_of_gluttony>*6,
|
|
[<contenttweaker:harbinger_sentient_flesh>, <contenttweaker:harbinger_sentient_flesh>, <contenttweaker:harbinger_sentient_flesh>, <contenttweaker:oath_of_the_lord_of_gluttony>]);
|
|
|
|
|
|
recipes.remove(<chisel:paper:0>);
|
|
recipes.addShaped(<chisel:paper:0>*16,
|
|
[[<ore:paper>, <ore:paper>, <ore:paper>],
|
|
[<ore:paper>, <ore:stickWood>, <ore:paper>],
|
|
[<ore:paper>, <ore:paper>, <ore:paper>]]);
|
|
|
|
|
|
|
|
recipes.addShapeless(<minecraft:iron_ingot>*4,
|
|
[<contenttweaker:tracker_binoculars>]);
|
|
|
|
recipes.addShapeless(<minecraft:iron_ingot>*4,
|
|
[<contenttweaker:notes_of_a_mines_yearner>]);
|
|
|
|
recipes.addShapeless(<actuallyadditions:item_misc:10>*4,
|
|
[<contenttweaker:nuclear_engineers_goggles>]);
|
|
|
|
recipes.addShapeless(<minecraft:iron_ingot>*4,
|
|
[<contenttweaker:a_smithys_tablet>]);
|
|
|
|
recipes.addShapeless(<actuallyadditions:item_misc:10>*4,
|
|
[<contenttweaker:running_bandana>]);
|
|
|
|
recipes.addShapeless(<minecraft:iron_ingot>*4,
|
|
[<contenttweaker:diary_of_a_realmshifter>]);
|
|
|
|
recipes.addShapeless(<minecraft:iron_ingot>*4,
|
|
[<contenttweaker:toy_sword>]);
|
|
|
|
recipes.addShapeless(<minecraft:iron_ingot>*4,
|
|
[<contenttweaker:helpful_tippy_hat>]);
|
|
|
|
|
|
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:diametric_catalyst>*24, <contenttweaker:magnetic_monopole>*1, <contenttweaker:monopolar_catalyst>*24]);
|
|
|
|
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:polar_catalyst>*8, <contenttweaker:neodymium_magnetic_alloy>*2, <contenttweaker:diametric_catalyst>*8]);
|
|
|
|
|
|
|
|
|
|
//recipes.addShaped(<xreliquary:fertile_lilypad>,
|
|
//[[<aoa3:fragmented_anima_stone>, <aoa3:fragmented_anima_stone>],
|
|
//[<aoa3:fragmented_anima_stone>, <minecraft:waterlily>]]);
|
|
|
|
|
|
recipes.addShapeless(<minecraft:golden_carrot>,
|
|
[<contenttweaker:server_rack>]);
|
|
|
|
recipes.addShapeless(<minecraft:golden_carrot>,
|
|
[<contenttweaker:cleanroom_certificate>]);
|
|
|
|
recipes.addShapeless(<minecraft:iron_ingot>,
|
|
[<contenttweaker:chunky_sand_pile>]);
|
|
|
|
recipes.addShapeless(<minecraft:golden_carrot>,
|
|
[<contenttweaker:tiny_brick_wall>]);
|
|
|
|
recipes.remove(<thermalexpansion:morb:*>); |