keeping update

This commit is contained in:
ZHAY10086
2025-01-18 01:28:04 +08:00
parent ebe4c8be06
commit 1bf0ca48fe
6093 changed files with 69295 additions and 842226 deletions
+2 -2
View File
@@ -67,9 +67,9 @@
<botania:magnetringgreater>.addTooltip(format.red("范围更大的磁吸效果"));
<botania:speedupbelt>.addTooltip(format.red("玩家不停移动得越多,增加的速度越高"));
<botania:baublebox>.addTooltip(format.red("可存储饰品"));
<botania:dodgering>.addTooltip(format.red("消耗魔力使玩家隐身"));
<botania:dodgering>.addTooltip(format.red("可双击方向键进行闪避"));
<botania:invisibilitycloak>.addTooltip(format.red("使玩家隐身"));
<botania:cloudpendant>.addTooltip(format.red("启用三段跳"));
<botania:cloudpendant>.addTooltip(format.red("启用二段跳"));<botania:supercloudpendant>.addTooltip(format.red("启用三段跳"));
<botania:supercloudpendant>.addTooltip(format.red("高亮附近生物"));
<botania:thirdeye>.addTooltip(format.red("附近的爆炸不会破坏方块"));
<botania:goddesscharm>.addTooltip(format.red("附近的爆炸不会破坏方块"));
+1
View File
@@ -276,6 +276,7 @@ static EFFECTS as IData = {
"gendustry.bee.Warrior": "无",
"gendustry.bee.white": "无",
"gendustry.bee.yellow": "无",
"gendustry.bee.ThermallyExpanded": "无",
"magicbees.speciesAbandoned": "抗拒",
"magicbees.speciesAESkystone": "燃烧[林业]",
"magicbees.speciesAluminium": "无",
+5
View File
@@ -14,3 +14,8 @@ recipes.addShaped(SuperEnchantedItem(<erebus:spider_t_shirt>.withTag({display: {
[<contenttweaker:dragons_blood_plastic>, <erebus:spider_t_shirt>, <contenttweaker:dragons_blood_plastic>],
[<bewitchment:hellhound_horn>, <bewitchment:sigil_shrieking>, <bewitchment:hellhound_horn>]]);
recipes.addShaped(<contenttweaker:terrestrial_cauldron>,
[[<bewitchment:crying_scorned_bricks>, <bewitchment:mossy_scorned_bricks>, <bewitchment:crying_scorned_bricks>],
[<bewitchment:mossy_scorned_bricks>, <bewitchment:witches_cauldron>, <bewitchment:mossy_scorned_bricks>],
[<bewitchment:crying_scorned_bricks>, <bewitchment:mossy_scorned_bricks>, <bewitchment:crying_scorned_bricks>]]);
+24 -24
View File
@@ -73,7 +73,7 @@ markofthesamurai.itemRightClick = function(stack, world, player, hand) {
player.sendChat("火山带(Volcanic):" ~ VolcanicMatches ~ " / 4");
if((OminousMatches+VolcanicMatches) == 9) {
Commands.call("give @p contenttweaker:sword_shield", player, world, true, true);
Commands.call("give @p contenttweaker:sword_shield", player, world, false, true);
stack.shrink(1);
return "PASS";
} else {
@@ -229,7 +229,7 @@ terraformassiflora.itemRightClick = function(stack, world, player, hand) {
if((NumberOfMatches) == 25) {
Commands.call("give @p contenttweaker:crown_of_the_energy_queen", player, world, true, true);
Commands.call("give @p contenttweaker:crown_of_the_energy_queen", player, world, false, true);
stack.shrink(1);
return "PASS";
} else {
@@ -297,7 +297,7 @@ spatialphaser.itemRightClick = function(stack, world, player, hand) {
if((UndergardenMatches) == 17) {
player.sendChat("成功!");
Commands.call("give @p contenttweaker:phasing_gem", player, world, true, true);
Commands.call("give @p contenttweaker:phasing_gem", player, world, false, true);
stack.shrink(1);
return "PASS";
}
@@ -352,7 +352,7 @@ gemvoracity.itemRightClick = function(stack, world, player, hand) {
if((UndergardenMatches) == 17) {
player.sendChat("成功!");
Commands.call("give @p contenttweaker:voraceous_worm_callstone", player, world, true, true);
Commands.call("give @p contenttweaker:voraceous_worm_callstone", player, world, false, true);
stack.shrink(1);
return "PASS";
}
@@ -404,19 +404,19 @@ aquaticstone.itemRightClick = function(stack, world, player, hand) {
}
if((OceanMatches) == 1) {
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, false, true);
Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, false, true);
stack.shrink(1);
return "PASS";
}
@@ -464,7 +464,7 @@ brokenoath.itemRightClick = function(stack, world, player, hand) {
}
if((CandyMatches) == 1) {
Commands.call("summon twilightforest:adherent ~ ~3 ~ {HandItems:[{Count:1,id:\"contenttweaker:crepuscular_callstone\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:9000.0},{Name:generic.attackDamage, Base:3000.0}],Health:9000f,CustomName:\"Failed Portal Master\"}", player, world, true, true);
Commands.call("summon twilightforest:adherent ~ ~3 ~ {HandItems:[{Count:1,id:\"contenttweaker:crepuscular_callstone\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:9000.0},{Name:generic.attackDamage, Base:3000.0}],Health:9000f,CustomName:\"Failed Portal Master\"}", player, world, false, true);
stack.shrink(1);
return "PASS";
}
@@ -554,7 +554,7 @@ diabeticsummoner.itemRightClick = function(stack, world, player, hand) {
}
if((CandyMatches) == 1) {
Commands.call("pillar-spawn candyland_structure_diabetic", player, world, true, true);
Commands.call("pillar-spawn candyland_structure_diabetic", player, world, false, true);
stack.shrink(1);
return "PASS";
}
@@ -621,7 +621,7 @@ memoryrestorationritual.itemRightClick = function(stack, world, player, hand) {
if((AncientCavernMatches) == 1) {
if(player.getDimension() == 0) {
player.sendChat("成功");
Commands.call("summon aoa3:angelica ~ ~2 ~ {CustomName:\"谎言护卫\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_terra\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, true, true);
Commands.call("summon aoa3:angelica ~ ~2 ~ {CustomName:\"谎言护卫\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_terra\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, false, true);
return "PASS";
}
}
@@ -629,7 +629,7 @@ memoryrestorationritual.itemRightClick = function(stack, world, player, hand) {
if((OuterLandsMatches) == 1) {
if(player.getDimension() == 7) {
player.sendChat("成功");
Commands.call("summon thaumcraft:cultistcleric ~ ~2 ~ {CustomName:\"谎言护卫\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_twilightforest\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, true, true);
Commands.call("summon thaumcraft:cultistcleric ~ ~2 ~ {CustomName:\"谎言护卫\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_twilightforest\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, false, true);
return "PASS";
}
}
@@ -637,15 +637,15 @@ memoryrestorationritual.itemRightClick = function(stack, world, player, hand) {
if((SacredSpringsMatches) == 1) {
if(player.getDimension() == 150) {
player.sendChat("成功");
Commands.call("summon divinerpg:hover_stringer ~ ~2 ~ {CustomName:\"谎言护卫\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_hator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, true, true);
Commands.call("summon divinerpg:hover_stringer ~ ~2 ~ {CustomName:\"谎言护卫\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_hator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, false, true);
return "PASS";
}
}
if((MagicalForestName) == 1) {
if((MagicalForestMatches) == 1) {
if(player.getDimension() == 426) {
player.sendChat("成功");
Commands.call("summon divinerpg:deathcryx ~ ~2 ~ {CustomName:\"谎言护卫\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_asgard\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, true, true);
Commands.call("summon divinerpg:deathcryx ~ ~2 ~ {CustomName:\"谎言护卫\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_asgard\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, false, true);
return "PASS";
}
}
+5 -5
View File
@@ -579,11 +579,11 @@ mods.nuclearcraft.melter.addRecipe([<contenttweaker:droplet_of_the_great_snake>,
val maketruelifeessence = RecipeBuilder.newBuilder("maketruelifeessence","ziggurat_of_life",200);
maketruelifeessence.addEnergyPerTickInput(30000000);
maketruelifeessence.addWillInput("DEFAULT", 200);
maketruelifeessence.addWillInput("CORROSIVE", 200);
maketruelifeessence.addWillInput("DESTRUCTIVE", 200);
maketruelifeessence.addWillInput("VENGEFUL", 200);
maketruelifeessence.addWillInput("STEADFAST", 200);
maketruelifeessence.addWillInput("DEFAULT", 50,0,1000000);
maketruelifeessence.addWillInput("CORROSIVE", 50,0,1000000);
maketruelifeessence.addWillInput("DESTRUCTIVE", 50,0,1000000);
maketruelifeessence.addWillInput("VENGEFUL", 50,0,1000000);
maketruelifeessence.addWillInput("STEADFAST", 50,0,1000000);
maketruelifeessence.addFluidInput(<fluid:liquid_life>*100);
maketruelifeessence.addItemInput(<bewitchment:demon_heart>);
maketruelifeessence.addFluidOutput(<fluid:sacrificial_essence>*10000);
+18
View File
@@ -349,6 +349,24 @@ addController(<modularmachinery:quantum_condenser_controller>, "modularmachinery
addController(<modularmachinery:mythic_processor_melter_controller>, "modularmachinery:mythic_processor_melter");
addController(<modularmachinery:berserker_crucible_controller>, "modularmachinery:berserker_crucible");
addController(<modularmachinery:dyson_irradiator_top_controller>, "modularmachinery:dyson_irradiator_top");
addController(<modularmachinery:dyson_irradiator_bottom_controller>, "modularmachinery:dyson_irradiator_bottom");
addController(<modularmachinery:forge_of_the_wyvern_controller>, "modularmachinery:forge_of_the_wyvern");
addController(<modularmachinery:shrine_of_the_sentient_meatballs_controller>, "modularmachinery:shrine_of_the_sentient_meatballs");
addController(<modularmachinery:matter_reprocessor_controller>, "modularmachinery:matter_reprocessor");
addController(<modularmachinery:plated_thermofabricator_controller>, "modularmachinery:plated_thermofabricator");
addController(<modularmachinery:divine_combiner_controller>, "modularmachinery:divine_combiner");
addController(<modularmachinery:eldritch_impetus_catalyzer_controller>, "modularmachinery:eldritch_impetus_catalyzer");
// Leave this at the bottom of the file, as it depends on the oredict being filled
+18
View File
@@ -7,3 +7,21 @@ recipes.addShaped(<contenttweaker:greater_mana_core>,
[[<extrabotany:manabarrel>, <contenttweaker:lesser_mana_core>, <extrabotany:manabarrel>],
[<contenttweaker:lesser_mana_core>, <botania:pool:1>, <contenttweaker:lesser_mana_core>],
[<extrabotany:manabarrel>, <contenttweaker:lesser_mana_core>, <extrabotany:manabarrel>]]);
recipes.addShaped(<contenttweaker:lesser_mana_core>*2,
[[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <openblocks:tank>.withTag({tank: {FluidName: "mana", Amount: 16000}}), <tconstruct:large_plate>.withTag({Material: "manasteel"})],
[<botania:manaresource:14>, <contenttweaker:lesser_mana_core>, <botania:manaresource:14>],
[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <projectex:matter:4>, <tconstruct:large_plate>.withTag({Material: "manasteel"})]]);
recipes.addShaped(<contenttweaker:greater_mana_core>*2,
[[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <openblocks:tank>.withTag({tank: {FluidName: "mana", Amount: 16000}}), <tconstruct:large_plate>.withTag({Material: "manasteel"})],
[<contenttweaker:lesser_mana_core>, <contenttweaker:greater_mana_core>, <contenttweaker:lesser_mana_core>],
[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <openblocks:tank>.withTag({tank: {FluidName: "mana", Amount: 16000}}), <tconstruct:large_plate>.withTag({Material: "manasteel"})]]);
recipes.remove(<extrabotany:rewardbag943>);
recipes.addShapeless(<extrabotany:rewardbag943>*3,
[<botania:dice>, <contenttweaker:greater_mana_core>]);
+751 -432
View File
File diff suppressed because it is too large Load Diff
+6
View File
@@ -10,6 +10,12 @@ recipes.addShaped(<woot:endershard>.withTag({wootMobNameKey: "draconicevolution:
[<draconicevolution:chaos_shard:0>, <woot:endershard>, <draconicevolution:chaos_shard:0>],
[<draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>]]);
recipes.addShaped(<draconicevolution:chaos_shard:0>*9,
[[<draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>],
[<draconicevolution:chaos_shard:0>, <contenttweaker:lost_soul_of_entropy>, <draconicevolution:chaos_shard:0>],
[<draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>, <draconicevolution:chaos_shard:0>]]);
val drac = RecipeBuilder.newBuilder("chaotic","chaotic_condenser",400);
drac.addEnergyPerTickInput(400000);
drac.addItemOutput(<draconicevolution:chaos_shard:3>*3);
+1 -1
View File
@@ -128,7 +128,7 @@ mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenTy
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:coal>,<contenttweaker:resplendent_ingot>,<minecraft:coal>]]);
mods.thermalexpansion.Centrifuge.addRecipe([(<bewitchment:tongue_of_dog>*12) % 20, (<bewitchment:adders_fork>*12) % 20, (<bewitchment:lizard_leg>*12) % 20, (<bewitchment:toe_of_frog>*12) % 20], <contenttweaker:abominable_egg>, null, 2000);
mods.thermalexpansion.Centrifuge.addRecipe([(<bewitchment:tongue_of_dog>*32) % 50, (<bewitchment:adders_fork>*32) % 50, (<bewitchment:lizard_leg>*32) % 50, (<bewitchment:toe_of_frog>*32) % 50], <contenttweaker:abominable_egg>, null, 2000);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:redstonechicken"}}),
+9 -1
View File
@@ -8,7 +8,6 @@ mods.chisel.Carving.addGroup("modularblueprint");
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:iron_centrifuge"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:creation_altar"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:infinity_furnace"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:bloodmaster_crucible"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:arc_reactor"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:chaotic_condenser"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:plasmatic_condenser"}));
@@ -29,6 +28,8 @@ mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itembluep
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:spatial_crucible"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:compression_turbine"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:soul_accumulator"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:matter_reprocessor"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:divine_combiner"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:arcane_autoworkbench"}),
[[null,null,<modularmachinery:itemmodularium>],
@@ -73,6 +74,8 @@ mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itembluep
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:enchanted_greenhouse"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mechanized_essentia_smeltery"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:everburning_forge"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:forge_of_the_wyvern"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:eldritch_impetus_catalyzer"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:neutronium_cannon"}),
@@ -139,6 +142,8 @@ mods.chisel.Carving.addGroup("dysonstuff");
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:relativistic_collapser"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_sphere"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_irradiator"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_irradiator_top"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_irradiator_bottom"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_discharger"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t2"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:dyson_discharger_t3"}));
@@ -157,6 +162,7 @@ mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:altar_to_the_name_of_names"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:bastion_of_flesh"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:sentient_meatball_monument"}));
mods.chisel.Carving.addVariation("dysonstuff", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:shrine_of_the_sentient_meatballs"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_alloy_furnace"}),
[[<modularmachinery:itemmodularium>,null,null],
@@ -182,6 +188,7 @@ mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itembluep
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:aluminum_lathe"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:blood_god_altar"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:plated_carpenter"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:plated_thermofabricator"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:salt_repolarizer"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:two_phase_fission_reactor"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:sparkled_spinning_wheel"}));
@@ -195,6 +202,7 @@ mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itembluep
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_arkencrusher"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:hypergrowth_insolator"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:berserker_forge"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:berserker_crucible"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:sacred_cinders_apiary"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_electrolyzer"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_resonator"}));
+9 -1
View File
@@ -3,7 +3,6 @@ mods.chisel.Carving.addGroup("modularblueprintcontroller");
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:iron_centrifuge_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:creation_altar_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:infinity_furnace_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:bloodmaster_crucible_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:arc_reactor_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:chaotic_condenser_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:plasmatic_condenser_controller>);
@@ -24,6 +23,8 @@ mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:spatial_crucible_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:compression_turbine_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:soul_accumulator_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:matter_reprocessor_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:divine_combiner_controller>);
@@ -67,6 +68,8 @@ mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:enchanted_greenhouse_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:mechanized_essentia_smeltery_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:everburning_forge_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:forge_of_the_wyvern_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:eldritch_impetus_catalyzer_controller>);
@@ -126,6 +129,8 @@ mods.chisel.Carving.addGroup("dysonstuffcontroller");
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_sphere_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_irradiator_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_irradiator_top_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_irradiator_bottom_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_discharger_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:dyson_compressor_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:relativistic_collapser_controller>);
@@ -145,6 +150,7 @@ mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:fract
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:altar_to_the_name_of_names_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:bastion_of_flesh_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:sentient_meatball_monument_controller>);
mods.chisel.Carving.addVariation("dysonstuffcontroller", <modularmachinery:shrine_of_the_sentient_meatballs_controller>);
@@ -168,6 +174,7 @@ mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:aluminum_lathe_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:blood_god_altar_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:plated_carpenter_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:plated_thermofabricator_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:salt_repolarizer_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:two_phase_fission_reactor_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:sparkled_spinning_wheel_controller>);
@@ -182,6 +189,7 @@ mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_arkencrusher_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:hypergrowth_insolator_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:berserker_forge_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:berserker_crucible_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:sacred_cinders_apiary_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_electrolyzer_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_resonator_controller>);
+139
View File
@@ -0,0 +1,139 @@
import loottweaker.LootTweaker;
import loottweaker.vanilla.loot.LootTable;
import loottweaker.vanilla.loot.LootPool;
import crafttweaker.enchantments.IEnchantmentDefinition;
import crafttweaker.enchantments.IEnchantment;
import crafttweaker.data.IData;
import crafttweaker.item.IItemStack;
function enchantChampionBook(inputItem as IItemStack, enchArray as IEnchantmentDefinition, levelArray as int) as IItemStack{
var enchMap as IData = {};
enchMap += enchArray.makeEnchantment(levelArray).makeTag();
return inputItem .withTag(enchMap);
}
val champions = LootTweaker.getTable("champions:champion_loot");
val championpoolgeneral = champions.addPool("championpoolgeneral", 1, 1, 0, 0);
championpoolgeneral.addItemEntry(<minecraft:boat>, 25);
// championpoolgeneral.addItemEntry(<minecraft:diamond_hoe>, 25);
championpoolgeneral.addItemEntry(<aoa3:runium_chunk>, 20);
championpoolgeneral.addItemEntry(<minecraft:spawn_egg>.withTag({EntityTag: {id: "minecraft:slime"}}), 15);
championpoolgeneral.addItemEntry(<projecte:item.pe_fuel:2>, 5);
championpoolgeneral.addItemEntry(<projecte:item.pe_fuel:1>, 10);
championpoolgeneral.addItemEntry(<projecte:item.pe_fuel:0>, 15);
championpoolgeneral.addItemEntry(<rftools:dimensional_shard>, 15);
// championpoolgeneral.addItemEntry(<mysticalagradditions:nether_star_essence>, 5);
val championpoolguaranteed = champions.addPool("championpoolguaranteed", 1, 1, 0, 0);
championpoolguaranteed.addItemEntry(<contenttweaker:champion_token>, 10);
val championpoolenchant = champions.addPool("championpoolenchant", 1, 1, 0, 0);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sweeping>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sweeping>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sweeping>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sweeping>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sweeping>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sharpness>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sharpness>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sharpness>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sharpness>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:sharpness>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(6)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:efficiency>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:thorns>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:thorns>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:leech>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:enderio:witherarrow>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:astralsorcery:enchantment.as.nightvision>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:frost_walker>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:punch>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:lure>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:fire_aspect>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:fortune>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:fortune>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:fortune>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:mending>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:knockback>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:woot:headhunter>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:aqua_affinity>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:soulshardsrespawn:soul_stealer>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:luck_of_the_sea>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:multi_rend>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:openblocks:last_stand>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:holding>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:enderio:shimmer>.makeEnchantment(10)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:silk_touch>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:infinity>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aerialaffinity:aerial_affinity>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:feather_falling>.makeEnchantment(25)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:extrautils2:xu.kaboomerang>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:extrautils2:xu.burnerang>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:extrautils2:xu.boomereaperang>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:extrautils2:xu.bladerang>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:extrautils2:xu.zoomerang>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:railcraft:implosion>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:railcraft:smack>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:railcraft:destruction>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:railcraft:wrecking>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:sapping>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:endercore:xpboost>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:endercore:xpboost>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:endercore:xpboost>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:light_pierce>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:enderio:repellent>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:coralium>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:dread>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:abyssalcraft:iron_wall>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:shell>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:brace>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:sever>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:intervention>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:form>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:archmage>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:crush>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:control>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:recharge>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:aoa3:greed>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cyclicmagic:enchantment.excavation>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:leech>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:leech>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:leech>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:leech>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:smashing>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:insight>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:insight>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:insight>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:cofhcore:smelting>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:lifesteal>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:lifesteal>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:lifesteal>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:respiration>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:poisonous>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:poisonous>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:mod_lavacow:poisonous>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:enderio:witherweapon>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:divinerpg:rive>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:divinerpg:aftershock>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:endercore:autosmelt>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:binding_curse>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:minecraft:vanishing_curse>.makeEnchantment(1)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:simplyjetpacks:fuel_efficiency>.makeEnchantment(5)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:simplyjetpacks:fuel_efficiency>.makeEnchantment(4)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:simplyjetpacks:fuel_efficiency>.makeEnchantment(3)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:simplyjetpacks:fuel_efficiency>.makeEnchantment(2)), 1);
championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(<enchantment:simplyjetpacks:fuel_efficiency>.makeEnchantment(1)), 1);
+18
View File
@@ -0,0 +1,18 @@
#loader contenttweaker
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.ctintegration.baubles.IBaubleInventory;
var singulargravityhoney = VanillaFactory.createBaubleItem("singular_gravity_honey");
singulargravityhoney.baubleType = "RING";
singulargravityhoney.register();
var blackholehoney = VanillaFactory.createBaubleItem("black_hole_honey");
blackholehoney.baubleType = "RING";
blackholehoney.register();
+5
View File
@@ -166,6 +166,11 @@ recipes.addShaped(<nuclearcraft:upgrade:0>*16,
[<ore:dustRedstone>, <gendustry:honey_comb:14025>, <ore:dustRedstone>],
[<ore:gemLapis>, <ore:dustRedstone>, <ore:gemLapis>]]);
recipes.addShaped(<nuclearcraft:upgrade:1>*16,
[[<ore:dustObsidian>, <ore:dustQuartz>, <ore:dustObsidian>],
[<ore:dustQuartz>, <gendustry:honey_comb:14025>, <ore:dustQuartz>],
[<ore:dustObsidian>, <ore:dustQuartz>, <ore:dustObsidian>]]);
recipes.addShapeless(<enderio:item_alloy_endergy_ball:2>,
[<divinerpg:serenade_striker>.reuse(),
<gendustry:honey_comb:14026>]);
+86
View File
@@ -4,6 +4,92 @@ import crafttweaker.events.IEventManager;
import crafttweaker.event.BlockHarvestDropsEvent;
import crafttweaker.event.IBlockEvent;
import crafttweaker.world.IWorld;
import crafttweaker.event.PlayerBreakSpeedEvent;
events.onPlayerBreakSpeed(function (event as PlayerBreakSpeedEvent) {
if (!((event.player.currentItem.matches(<projecte:item.pe_rm_katar>)) || (event.player.currentItem.matches(<projecte:item.pe_rm_shears>)) || (event.player.currentItem.matches(<projecte:item.pe_dm_shears>)) )) {
return;
}
if (("forestry:leaves.default.0".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.1".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.2".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.3".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.4".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.5".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.6".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.7".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.8".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.fruit.0".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.fruit.1".matches(event.block.definition.id))) {
event.cancel();
}
if (("forestry:leaves.default.fruit.2".matches(event.block.definition.id))) {
event.cancel();
}
if (("extratrees:leaves.default.0".matches(event.block.definition.id))) {
event.cancel();
}
if (("extratrees:leaves.default.1".matches(event.block.definition.id))) {
event.cancel();
}
if (("extratrees:leaves.default.2".matches(event.block.definition.id))) {
event.cancel();
}
if (("extratrees:leaves.default.3".matches(event.block.definition.id))) {
event.cancel();
}
if (("extratrees:leaves.default.4".matches(event.block.definition.id))) {
event.cancel();
}
if (("extratrees:leaves.default.5".matches(event.block.definition.id))) {
event.cancel();
}
if (("extratrees:leaves.default.6".matches(event.block.definition.id))) {
event.cancel();
}
});
events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) {
+193 -21
View File
@@ -507,13 +507,6 @@ darkmithrilliumblock.setToolClass("pickaxe");
darkmithrilliumblock.setToolLevel(3);
darkmithrilliumblock.register();
var miniaturestar = VanillaFactory.createBlock("miniature_star", <blockmaterial:iron>);
miniaturestar.setBlockHardness(0.7);
miniaturestar.setBlockResistance(2.5);
miniaturestar.setToolClass("pickaxe");
miniaturestar.setLightValue(1);
miniaturestar.setToolLevel(3);
miniaturestar.register();
var dysonshell = VanillaFactory.createBlock("dyson_shell", <blockmaterial:iron>);
dysonshell.setBlockHardness(0.7);
@@ -578,13 +571,6 @@ irradiatorcasing.setToolClass("pickaxe");
irradiatorcasing.setToolLevel(3);
irradiatorcasing.register();
var miniaturepulsar = VanillaFactory.createBlock("miniature_pulsar", <blockmaterial:iron>);
miniaturepulsar.setBlockHardness(0.7);
miniaturepulsar.setBlockResistance(2.5);
miniaturepulsar.setToolClass("pickaxe");
miniaturepulsar.setToolLevel(3);
miniaturepulsar.setLightValue(1);
miniaturepulsar.register();
var collectingstone = VanillaFactory.createBlock("collecting_stone", <blockmaterial:iron>);
collectingstone.setBlockHardness(0.7);
@@ -670,12 +656,6 @@ baphomethaltarbricks.setToolClass("pickaxe");
baphomethaltarbricks.setToolLevel(3);
baphomethaltarbricks.register();
var miniatureblackhole = VanillaFactory.createBlock("miniature_black_hole", <blockmaterial:iron>);
miniatureblackhole.setBlockHardness(0.7);
miniatureblackhole.setBlockResistance(2.5);
miniatureblackhole.setToolClass("pickaxe");
miniatureblackhole.setToolLevel(3);
miniatureblackhole.register();
var horizonstabilizer = VanillaFactory.createBlock("horizon_stabilizer", <blockmaterial:iron>);
horizonstabilizer.setBlockHardness(0.7);
@@ -1953,4 +1933,196 @@ quantumcondenser.setBlockResistance(2.5);
quantumcondenser.setToolClass("pickaxe");
quantumcondenser.setBeaconBase(true);
quantumcondenser.setToolLevel(3);
quantumcondenser.register();
quantumcondenser.register();
var pulsarscreen = VanillaFactory.createBlock("pulsar_screen", <blockmaterial:iron>);
pulsarscreen.setBlockHardness(1.0);
pulsarscreen.setBlockResistance(2.5);
pulsarscreen.setToolClass("pickaxe");
pulsarscreen.setBeaconBase(true);
pulsarscreen.setToolLevel(3);
pulsarscreen.register();
var infinitystone = VanillaFactory.createBlock("infinity_stone", <blockmaterial:iron>);
infinitystone.setBlockHardness(1.0);
infinitystone.setBlockResistance(2.5);
infinitystone.setToolClass("pickaxe");
infinitystone.setBeaconBase(true);
infinitystone.setToolLevel(3);
infinitystone.register();
var hungeringmachinecase = VanillaFactory.createBlock("hungering_machine_case", <blockmaterial:iron>);
hungeringmachinecase.setBlockHardness(1.0);
hungeringmachinecase.setBlockResistance(2.5);
hungeringmachinecase.setToolClass("pickaxe");
hungeringmachinecase.setBeaconBase(true);
hungeringmachinecase.setToolLevel(3);
hungeringmachinecase.register();
var allseeingsentientmeatball = VanillaFactory.createBlock("all_seeing_sentient_meatball", <blockmaterial:iron>);
allseeingsentientmeatball.setBlockHardness(1.0);
allseeingsentientmeatball.setBlockResistance(2.5);
allseeingsentientmeatball.setToolClass("pickaxe");
allseeingsentientmeatball.setBeaconBase(true);
allseeingsentientmeatball.setToolLevel(3);
allseeingsentientmeatball.register();
var possessedskystone = VanillaFactory.createBlock("possessed_sky_stone", <blockmaterial:iron>);
possessedskystone.setBlockHardness(1.0);
possessedskystone.setBlockResistance(2.5);
possessedskystone.setToolClass("pickaxe");
possessedskystone.setBeaconBase(true);
possessedskystone.setToolLevel(3);
possessedskystone.register();
var burlysentientmeatball = VanillaFactory.createBlock("burly_sentient_meatball", <blockmaterial:iron>);
burlysentientmeatball.setBlockHardness(1.0);
burlysentientmeatball.setBlockResistance(2.5);
burlysentientmeatball.setToolClass("pickaxe");
burlysentientmeatball.setBeaconBase(true);
burlysentientmeatball.setToolLevel(3);
burlysentientmeatball.register();
var fractalstone = VanillaFactory.createBlock("fractal_stone", <blockmaterial:iron>);
fractalstone.setBlockHardness(1.0);
fractalstone.setBlockResistance(2.5);
fractalstone.setToolClass("pickaxe");
fractalstone.setBeaconBase(true);
fractalstone.setToolLevel(3);
fractalstone.register();
var spreadingsentientmeatball = VanillaFactory.createBlock("spreading_sentient_meatball", <blockmaterial:iron>);
spreadingsentientmeatball.setBlockHardness(1.0);
spreadingsentientmeatball.setBlockResistance(2.5);
spreadingsentientmeatball.setToolClass("pickaxe");
spreadingsentientmeatball.setBeaconBase(true);
spreadingsentientmeatball.setToolLevel(3);
spreadingsentientmeatball.register();
var parasiticsentientmeatball = VanillaFactory.createBlock("parasitic_sentient_meatball", <blockmaterial:iron>);
parasiticsentientmeatball.setBlockHardness(1.0);
parasiticsentientmeatball.setBlockResistance(2.5);
parasiticsentientmeatball.setToolClass("pickaxe");
parasiticsentientmeatball.setBeaconBase(true);
parasiticsentientmeatball.setToolLevel(3);
parasiticsentientmeatball.register();
var allpowerfulsentientmeatball = VanillaFactory.createBlock("all_powerful_sentient_meatball", <blockmaterial:iron>);
allpowerfulsentientmeatball.setBlockHardness(1.0);
allpowerfulsentientmeatball.setBlockResistance(2.5);
allpowerfulsentientmeatball.setToolClass("pickaxe");
allpowerfulsentientmeatball.setBeaconBase(true);
allpowerfulsentientmeatball.setToolLevel(3);
allpowerfulsentientmeatball.register();
var worldcorrsentientmeatball = VanillaFactory.createBlock("world_corrupting_sentient_meatball", <blockmaterial:iron>);
worldcorrsentientmeatball.setBlockHardness(1.0);
worldcorrsentientmeatball.setBlockResistance(2.5);
worldcorrsentientmeatball.setToolClass("pickaxe");
worldcorrsentientmeatball.setBeaconBase(true);
worldcorrsentientmeatball.setToolLevel(3);
worldcorrsentientmeatball.register();
var allknowingsentientmeatball = VanillaFactory.createBlock("prophetic_sentient_meatball", <blockmaterial:iron>);
allknowingsentientmeatball.setBlockHardness(1.0);
allknowingsentientmeatball.setBlockResistance(2.5);
allknowingsentientmeatball.setToolClass("pickaxe");
allknowingsentientmeatball.setBeaconBase(true);
allknowingsentientmeatball.setToolLevel(3);
allknowingsentientmeatball.register();
var propheticmeatballflesh = VanillaFactory.createBlock("prophetic_meatball_flesh", <blockmaterial:iron>);
propheticmeatballflesh.setBlockHardness(1.0);
propheticmeatballflesh.setBlockResistance(2.5);
propheticmeatballflesh.setToolClass("pickaxe");
propheticmeatballflesh.setBeaconBase(true);
propheticmeatballflesh.setToolLevel(3);
propheticmeatballflesh.register();
var chaoticsentientmeatball = VanillaFactory.createBlock("chaotic_sentient_meatball", <blockmaterial:iron>);
chaoticsentientmeatball.setBlockHardness(1.0);
chaoticsentientmeatball.setBlockResistance(2.5);
chaoticsentientmeatball.setToolClass("pickaxe");
chaoticsentientmeatball.setBeaconBase(true);
chaoticsentientmeatball.setToolLevel(3);
chaoticsentientmeatball.register();
var actualizingore = VanillaFactory.createBlock("actualizing_stone", <blockmaterial:iron>);
actualizingore.setBlockHardness(1.0);
actualizingore.setBlockResistance(2.5);
actualizingore.setToolClass("pickaxe");
actualizingore.setBeaconBase(true);
actualizingore.setToolLevel(3);
actualizingore.register();
var naquadahore = VanillaFactory.createBlock("naquadah_ore", <blockmaterial:iron>);
naquadahore.setBlockHardness(1.0);
naquadahore.setBlockResistance(2.5);
naquadahore.setToolClass("pickaxe");
naquadahore.setBeaconBase(true);
naquadahore.setToolLevel(3);
naquadahore.register();
var firedragonsteel = VanillaFactory.createBlock("fire_dragonsteel_ore", <blockmaterial:iron>);
firedragonsteel.setBlockHardness(1.0);
firedragonsteel.setBlockResistance(2.5);
firedragonsteel.setToolClass("pickaxe");
firedragonsteel.setBeaconBase(true);
firedragonsteel.setToolLevel(3);
firedragonsteel.register();
var icedragonsteel = VanillaFactory.createBlock("ice_dragonsteel_ore", <blockmaterial:iron>);
icedragonsteel.setBlockHardness(1.0);
icedragonsteel.setBlockResistance(2.5);
icedragonsteel.setToolClass("pickaxe");
icedragonsteel.setBeaconBase(true);
icedragonsteel.setToolLevel(3);
icedragonsteel.register();
var lightningdragonsteel = VanillaFactory.createBlock("lightning_dragonsteel_ore", <blockmaterial:iron>);
lightningdragonsteel.setBlockHardness(1.0);
lightningdragonsteel.setBlockResistance(2.5);
lightningdragonsteel.setToolClass("pickaxe");
lightningdragonsteel.setBeaconBase(true);
lightningdragonsteel.setToolLevel(3);
lightningdragonsteel.register();
var densedimensionalshardore = VanillaFactory.createBlock("dense_dimensional_shard_ore", <blockmaterial:iron>);
densedimensionalshardore.setBlockHardness(1.0);
densedimensionalshardore.setBlockResistance(2.5);
densedimensionalshardore.setToolClass("pickaxe");
densedimensionalshardore.setBeaconBase(true);
densedimensionalshardore.setToolLevel(3);
densedimensionalshardore.register();
var meteoricdraconicstone = VanillaFactory.createBlock("meteoric_draconic_stone", <blockmaterial:iron>);
meteoricdraconicstone.setBlockHardness(1.0);
meteoricdraconicstone.setBlockResistance(2.5);
meteoricdraconicstone.setToolClass("pickaxe");
meteoricdraconicstone.setBeaconBase(true);
meteoricdraconicstone.setToolLevel(3);
meteoricdraconicstone.register();
var freedskystone = VanillaFactory.createBlock("freed_sky_stone", <blockmaterial:iron>);
freedskystone.setBlockHardness(1.0);
freedskystone.setBlockResistance(2.5);
freedskystone.setToolClass("pickaxe");
freedskystone.setBeaconBase(true);
freedskystone.setToolLevel(3);
freedskystone.register();
var eldritchimpetuscatalyzer = VanillaFactory.createBlock("eldritch_impetus_catalyzer", <blockmaterial:iron>);
eldritchimpetuscatalyzer.setBlockHardness(1.0);
eldritchimpetuscatalyzer.setBlockResistance(2.5);
eldritchimpetuscatalyzer.setToolClass("pickaxe");
eldritchimpetuscatalyzer.setBeaconBase(true);
eldritchimpetuscatalyzer.setToolLevel(3);
eldritchimpetuscatalyzer.register();
var terrestrialcauldron = VanillaFactory.createBlock("terrestrial_cauldron", <blockmaterial:iron>);
terrestrialcauldron.setBlockHardness(1.0);
terrestrialcauldron.setBlockResistance(2.5);
terrestrialcauldron.setToolClass("pickaxe");
terrestrialcauldron.setBeaconBase(true);
terrestrialcauldron.setToolLevel(3);
terrestrialcauldron.register();
+62
View File
@@ -0,0 +1,62 @@
#modloaded thaumcraft
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<contenttweaker:flesh_world_staff>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if (target.definition.id != "thaumcraft:wisp" || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 2.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// give custom drop
Commands.call("summon Item ~ ~ ~ {Item:{id:\"contenttweaker:world_corrupting_sentient_meatball\",Count:1b}}", event.player, event.world, true, true);
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
heldItem.mutable().shrink(1);
}
}
});
+61
View File
@@ -0,0 +1,61 @@
#modloaded thaumcraft
import crafttweaker.damage.IDamageSource;
import crafttweaker.entity.IEntityLivingBase;
import crafttweaker.event.PlayerInteractEntityEvent;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.contenttweaker.ItemFood;
import mods.contenttweaker.IItemFoodEaten;
import mods.contenttweaker.MutableItemStack;
import mods.contenttweaker.Hand;
import mods.contenttweaker.World;
import mods.contenttweaker.IItemUpdate;
import mods.contenttweaker.Player;
import crafttweaker.player.IPlayer;
import crafttweaker.block.IBlock;
import crafttweaker.data.IData;
events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
if (event.world.isRemote()) {
return;
}
val heldItem = event.item;
// [edit item name in the bracket handler]
if (!isNull(heldItem) && heldItem.definition.id.matches(<avaritiaitem:meatball_man_destruction_fabrial>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if (target.definition.id != "thaumcraft:cultistknight" || !target.isAlive()) {
return;
}
// [edit damage here]
val DAMAGE = 10.0f;
// [can remove this var if reusuable]
val oldHealth = target.health;
// Handle kill as if by player
if (target.health <= DAMAGE) {
target.onDeath(IDamageSource.createPlayerDamage(event.player));
// give custom drop
// Allows for proper death
target.health = 0;
} else {
target.attackEntityFrom(<damagesource:OUT_OF_WORLD>, DAMAGE);
}
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
heldItem.mutable().shrink(1);
}
}
});
+8 -1
View File
@@ -799,4 +799,11 @@ var hungeringfleshcatalyst = VanillaFactory.createFluid("hungering_flesh_catalys
hungeringfleshcatalyst.register();
var infinitelyunholyradiactivemix = VanillaFactory.createFluid("infinitely_unholy_radioactive_mix", Color.fromHex("5cbf94"));
infinitelyunholyradiactivemix.register();
infinitelyunholyradiactivemix.register();
var fleshworldichor = VanillaFactory.createFluid("flesh_world_ichor", Color.fromHex("9bbabf"));
fleshworldichor.register();
var fractallitehalite = VanillaFactory.createFluid("fractallite_halite", Color.fromHex("17c414"));
fractallitehalite.register();
+3 -9
View File
@@ -102,7 +102,7 @@ precasiaartifact.beaconPayment = false;
precasiaartifact.register();
var edencore = VanillaFactory.createItem("eden_core");
edencore.maxStackSize = 16;
edencore.maxStackSize = 64;
edencore.register();
var abyssartifact = VanillaFactory.createItem("abyssal_artifact");
@@ -4061,10 +4061,6 @@ spinelring.maxStackSize = 64;
spinelring.beaconPayment = false;
spinelring.register();
var singulargravityhoney = VanillaFactory.createItem("singular_gravity_honey");
singulargravityhoney.maxStackSize = 64;
singulargravityhoney.beaconPayment = false;
singulargravityhoney.register();
var timecrystal = VanillaFactory.createItem("time_crystal");
timecrystal.maxStackSize = 64;
@@ -5052,10 +5048,6 @@ zoicore.maxStackSize = 64;
zoicore.beaconPayment = false;
zoicore.register();
var blackholehoney = VanillaFactory.createItem("black_hole_honey");
blackholehoney.maxStackSize = 64;
blackholehoney.beaconPayment = false;
blackholehoney.register();
var rosidianingot = VanillaFactory.createItem("rosidian_ingot");
rosidianingot.maxStackSize = 64;
@@ -5539,3 +5531,5 @@ stargatehieroglyphs.beaconPayment = false;
stargatehieroglyphs.register();
+189
View File
@@ -1729,3 +1729,192 @@ battletower.maxStackSize = 64;
battletower.beaconPayment = false;
battletower.register();
var demonwillsliver = VanillaFactory.createItem("demon_will_sliver");
demonwillsliver.maxStackSize = 64;
demonwillsliver.beaconPayment = false;
demonwillsliver.register();
var corrosivewillsliver = VanillaFactory.createItem("corrosive_will_sliver");
corrosivewillsliver.maxStackSize = 64;
corrosivewillsliver.beaconPayment = false;
corrosivewillsliver.register();
var destructivewillsliver = VanillaFactory.createItem("destructive_will_sliver");
destructivewillsliver.maxStackSize = 64;
destructivewillsliver.beaconPayment = false;
destructivewillsliver.register();
var vengefulwillsliver = VanillaFactory.createItem("vengeful_will_sliver");
vengefulwillsliver.maxStackSize = 64;
vengefulwillsliver.beaconPayment = false;
vengefulwillsliver.register();
var steadfastwillsliver = VanillaFactory.createItem("steadfast_will_sliver");
steadfastwillsliver.maxStackSize = 64;
steadfastwillsliver.beaconPayment = false;
steadfastwillsliver.register();
var infiniteresonator = VanillaFactory.createItem("infinite_resonator");
infiniteresonator.maxStackSize = 64;
infiniteresonator.beaconPayment = false;
infiniteresonator.register();
var heartofthehalitewarrior = VanillaFactory.createItem("heart_of_the_halite_warrior");
heartofthehalitewarrior.maxStackSize = 64;
heartofthehalitewarrior.beaconPayment = false;
heartofthehalitewarrior.register();
var stoneofuniversalbalance = VanillaFactory.createItem("stone_of_universal_balance");
stoneofuniversalbalance.maxStackSize = 64;
stoneofuniversalbalance.beaconPayment = false;
stoneofuniversalbalance.register();
var markofsacrifice = VanillaFactory.createItem("mark_of_sacrifice");
markofsacrifice.maxStackSize = 64;
markofsacrifice.beaconPayment = false;
markofsacrifice.register();
var meatballsectawing = VanillaFactory.createItem("meatballsecta_wing");
meatballsectawing.maxStackSize = 64;
meatballsectawing.beaconPayment = false;
meatballsectawing.register();
var multiblocksticc = VanillaFactory.createItem("multiblock_sticc");
multiblocksticc.maxStackSize = 64;
multiblocksticc.beaconPayment = false;
multiblocksticc.register();
var shieldfleshworld = VanillaFactory.createItem("shield_of_the_flesh_world");
shieldfleshworld.maxStackSize = 64;
shieldfleshworld.beaconPayment = false;
shieldfleshworld.register();
var fleshworldstaff = VanillaFactory.createItem("flesh_world_staff");
fleshworldstaff.maxStackSize = 64;
fleshworldstaff.beaconPayment = false;
fleshworldstaff.register();
var hungeringworldsoul = VanillaFactory.createItem("hungering_world_soul");
hungeringworldsoul.maxStackSize = 64;
hungeringworldsoul.beaconPayment = false;
hungeringworldsoul.register();
var shieldofthemeatballman = VanillaFactory.createItem("shield_of_the_meatball_man");
shieldofthemeatballman.maxStackSize = 64;
shieldofthemeatballman.beaconPayment = false;
shieldofthemeatballman.register();
var coreoftruechaos = VanillaFactory.createItem("true_chaos");
coreoftruechaos.maxStackSize = 64;
coreoftruechaos.beaconPayment = false;
coreoftruechaos.register();
var customdimlets = VanillaFactory.createItem("custom_dimlets");
customdimlets.maxStackSize = 64;
customdimlets.beaconPayment = false;
customdimlets.register();
var customdimensions = VanillaFactory.createItem("custom_dimensions");
customdimensions.maxStackSize = 64;
customdimensions.beaconPayment = false;
customdimensions.register();
var constructofwill = VanillaFactory.createItem("construct_of_will");
constructofwill.maxStackSize = 64;
constructofwill.beaconPayment = false;
constructofwill.register();
var draconicfabrial = VanillaFactory.createItem("draconic_fabrial");
draconicfabrial.maxStackSize = 64;
draconicfabrial.beaconPayment = false;
draconicfabrial.register();
var celestialnotes = VanillaFactory.createItem("celestial_notes");
celestialnotes.maxStackSize = 64;
celestialnotes.beaconPayment = false;
celestialnotes.register();
var etbufuel = VanillaFactory.createItem("etbu_fuel");
etbufuel.maxStackSize = 64;
etbufuel.beaconPayment = false;
etbufuel.register();
var emox241fuel = VanillaFactory.createItem("emox_241_fuel");
emox241fuel.maxStackSize = 64;
emox241fuel.beaconPayment = false;
emox241fuel.register();
var emox239fuel = VanillaFactory.createItem("emox_239_fuel");
emox239fuel.maxStackSize = 64;
emox239fuel.beaconPayment = false;
emox239fuel.register();
var deepdarkmatter = VanillaFactory.createItem("deep_dark_matter");
deepdarkmatter.maxStackSize = 64;
deepdarkmatter.beaconPayment = false;
deepdarkmatter.register();
var sunspiritcheese = VanillaFactory.createItem("sun_spirit_cheese");
sunspiritcheese.maxStackSize = 64;
sunspiritcheese.beaconPayment = false;
sunspiritcheese.register();
var gaia3tips = VanillaFactory.createItem("gaia_3_tips");
gaia3tips.maxStackSize = 64;
gaia3tips.beaconPayment = false;
gaia3tips.register();
var gaia4tips = VanillaFactory.createItem("gaia_4_tips");
gaia4tips.maxStackSize = 64;
gaia4tips.beaconPayment = false;
gaia4tips.register();
var energytipsandtricks = VanillaFactory.createItem("energy_management_tipsandtricks");
energytipsandtricks.maxStackSize = 64;
energytipsandtricks.beaconPayment = false;
energytipsandtricks.register();
var passivecraftingsubnets = VanillaFactory.createItem("passive_crafting_subnets");
passivecraftingsubnets.maxStackSize = 64;
passivecraftingsubnets.beaconPayment = false;
passivecraftingsubnets.register();
var tokenconfigurator = VanillaFactory.createItem("token_configurator");
tokenconfigurator.maxStackSize = 64;
tokenconfigurator.beaconPayment = false;
tokenconfigurator.register();
var helpfultippyhat = VanillaFactory.createItem("helpful_tippy_hat");
helpfultippyhat.maxStackSize = 64;
helpfultippyhat.beaconPayment = false;
helpfultippyhat.register();
var lostsoulofentropy = VanillaFactory.createItem("lost_soul_of_entropy");
lostsoulofentropy.maxStackSize = 64;
lostsoulofentropy.beaconPayment = false;
lostsoulofentropy.register();
var thaumatoriumautomation = VanillaFactory.createItem("thaumatorium_automation");
thaumatoriumautomation.maxStackSize = 64;
thaumatoriumautomation.beaconPayment = false;
thaumatoriumautomation.register();
var runicaltarautomation = VanillaFactory.createItem("runic_altar_automation");
runicaltarautomation.maxStackSize = 64;
runicaltarautomation.beaconPayment = false;
runicaltarautomation.register();
var plasmafarm = VanillaFactory.createItem("plasma_farm");
plasmafarm.maxStackSize = 64;
plasmafarm.beaconPayment = false;
plasmafarm.register();
var diaryrealmshifter = VanillaFactory.createItem("diary_of_a_realmshifter");
diaryrealmshifter.maxStackSize = 64;
diaryrealmshifter.beaconPayment = false;
diaryrealmshifter.register();
+58
View File
@@ -0,0 +1,58 @@
#loader avaritiaitem reloadable
import mods.avaritiaitem.AvaritiaItemBuilder;
import mods.avaritiaitem.ItemPrimer;
AvaritiaItemBuilder.registerItem("spatial_processor", 64, "spatial_processor")
// The following effects can be freely combined; you decide which effects are needed and which are not
.shouldDrawHalo(true) // Whether to display the halo
.haloSize(8) // Required if shouldDrawHalo. Halo size (1-16)
.haloColour("808080") // Optional if displaying halo. Halo color in hexadecimal
// .haloTextures("halo_image") // Optional if displaying halo. Custom halo image, only the name without suffix is needed. The transparency needs to be adjusted using an image editor. If not set, the default Avaritia halo will be used. Place the image in the ./minecraft/resources/avaritiaitem/textures/items folder.
.shouldDrawCosmic(true) // Whether to render the cosmic background
.mask("spatial_processor_mask") // Required if the above is true. Image for the area to render the cosmic background. Place it in the same folder as the halo image. Must completely cover the original image, with black pixels (#000000) covering the areas not to be displayed and gray pixels (the leftmost column in the RGB color picker in an image editor) covering the areas to be displayed.
.maskOpacity(1.0f) // Cosmic background opacity. Recommended value is 1.0f
// .shouldDrawPulse(true) // Whether to display the pulse effect (i.e., the shaking effect of the Infinity Catalyst)
// .colorfulName(true) // Whether to add a dynamic rainbow effect to the item name
.create();
AvaritiaItemBuilder.registerItem("fractallite_halite_catalyst", 64, "fractallite_halite_catalyst")
// The following effects can be freely combined; you decide which effects are needed and which are not
// .shouldDrawHalo(true) // Whether to display the halo
// .haloSize(8) // Required if shouldDrawHalo. Halo size (1-16)
// .haloColour("808080") // Optional if displaying halo. Halo color in hexadecimal
// .haloTextures("halo_image") // Optional if displaying halo. Custom halo image, only the name without suffix is needed. The transparency needs to be adjusted using an image editor. If not set, the default Avaritia halo will be used. Place the image in the ./minecraft/resources/avaritiaitem/textures/items folder.
// .shouldDrawCosmic(true) // Whether to render the cosmic background
// .mask("spatial_processor_mask") // Required if the above is true. Image for the area to render the cosmic background. Place it in the same folder as the halo image. Must completely cover the original image, with black pixels (#000000) covering the areas not to be displayed and gray pixels (the leftmost column in the RGB color picker in an image editor) covering the areas to be displayed.
// .maskOpacity(1.0f) // Cosmic background opacity. Recommended value is 1.0f
.shouldDrawPulse(true) // Whether to display the pulse effect (i.e., the shaking effect of the Infinity Catalyst)
// .colorfulName(true) // Whether to add a dynamic rainbow effect to the item name
.create();
AvaritiaItemBuilder.registerItem("meatball_man_destruction_fabrial", 1, "meatball_man_destruction_fabrial")
// The following effects can be freely combined; you decide which effects are needed and which are not
// .shouldDrawHalo(true) // Whether to display the halo
// .haloSize(8) // Required if shouldDrawHalo. Halo size (1-16)
// .haloColour("808080") // Optional if displaying halo. Halo color in hexadecimal
// .haloTextures("halo_image") // Optional if displaying halo. Custom halo image, only the name without suffix is needed. The transparency needs to be adjusted using an image editor. If not set, the default Avaritia halo will be used. Place the image in the ./minecraft/resources/avaritiaitem/textures/items folder.
.shouldDrawCosmic(true) // Whether to render the cosmic background
.mask("meatball_man_destruction_fabrial_mask") // Required if the above is true. Image for the area to render the cosmic background. Place it in the same folder as the halo image. Must completely cover the original image, with black pixels (#000000) covering the areas not to be displayed and gray pixels (the leftmost column in the RGB color picker in an image editor) covering the areas to be displayed.
.maskOpacity(1.0f) // Cosmic background opacity. Recommended value is 1.0f
// .shouldDrawPulse(true) // Whether to display the pulse effect (i.e., the shaking effect of the Infinity Catalyst)
// .colorfulName(true) // Whether to add a dynamic rainbow effect to the item name
.create();
AvaritiaItemBuilder.registerItem("self_actualizing_stone", 1, "self_actualizing_stone")
// The following effects can be freely combined; you decide which effects are needed and which are not
// .shouldDrawHalo(true) // Whether to display the halo
// .haloSize(8) // Required if shouldDrawHalo. Halo size (1-16)
// .haloColour("808080") // Optional if displaying halo. Halo color in hexadecimal
// .haloTextures("halo_image") // Optional if displaying halo. Custom halo image, only the name without suffix is needed. The transparency needs to be adjusted using an image editor. If not set, the default Avaritia halo will be used. Place the image in the ./minecraft/resources/avaritiaitem/textures/items folder.
.shouldDrawCosmic(true) // Whether to render the cosmic background
.mask("meatball_man_destruction_fabrial_mask") // Required if the above is true. Image for the area to render the cosmic background. Place it in the same folder as the halo image. Must completely cover the original image, with black pixels (#000000) covering the areas not to be displayed and gray pixels (the leftmost column in the RGB color picker in an image editor) covering the areas to be displayed.
.maskOpacity(1.0f) // Cosmic background opacity. Recommended value is 1.0f
// .shouldDrawPulse(true) // Whether to display the pulse effect (i.e., the shaking effect of the Infinity Catalyst)
// .colorfulName(true) // Whether to add a dynamic rainbow effect to the item name
.create();
+6 -14
View File
@@ -96,7 +96,7 @@ dimdoorsdungeonroll.addItemEntry(<ebwizardry:grand_crystal>, 5);
dimdoorsdungeonroll.addItemEntry(<projecte:item.pe_matter:1>, 2);
dimdoorsdungeonroll.addItemEntry(<contenttweaker:strange_charm>, 3);
dimdoorsdungeonroll.addItemEntry(<tardis:bowtie>, 1);
dimdoorsdungeonroll.addItemEntry(<tardis:void_specs>, 1);
// dimdoorsdungeonroll.addItemEntry(<tardis:void_specs>, 1);
dimdoorsdungeonroll.addItemEntry(<tardis:fourth_hat>, 1);
// dimdoorsdungeonroll.addItemEntry(<tardis:fez>, 1);
dimdoorsdungeonroll.addItemEntry(<tardis:thirteen_coat>, 1);
@@ -532,19 +532,6 @@ val daysee = LootTweaker.getTable("aoa3:entities/mobs/gardencia/daysee");
val dayseerosid = daysee.addPool("dayseerosid", 1, 1, 0, 0);
dayseerosid.addItemEntry(<aoa3:rosid_root>, 15);
val champions = LootTweaker.getTable("champions:champion_loot");
val championpoolgeneral = champions.addPool("championpoolgeneral", 1, 1, 0, 0);
championpoolgeneral.addItemEntry(<minecraft:boat>, 25);
championpoolgeneral.addItemEntry(<minecraft:diamond_hoe>, 25);
championpoolgeneral.addItemEntry(<aoa3:runium_chunk>, 20);
championpoolgeneral.addItemEntry(<minecraft:spawn_egg>.withTag({EntityTag: {id: "minecraft:slime"}}), 15);
championpoolgeneral.addItemEntry(<projecte:item.pe_fuel:2>, 5);
championpoolgeneral.addItemEntry(<projecte:item.pe_fuel:1>, 10);
championpoolgeneral.addItemEntry(<projecte:item.pe_fuel:0>, 15);
championpoolgeneral.addItemEntry(<rftools:dimensional_shard>, 15);
// championpoolgeneral.addItemEntry(<mysticalagradditions:nether_star_essence>, 5);
val championpoolguaranteed = champions.addPool("championpoolguaranteed", 1, 1, 0, 0);
championpoolguaranteed.addItemEntry(<contenttweaker:champion_token>, 10);
val druden = LootTweaker.getTable("bewitchment:entities/druden");
val drudencustom = druden.addPool("drudencustom", 1, 1, 0, 0);
@@ -602,3 +589,8 @@ pinkslimeextraroll.addItemEntry(<industrialforegoing:pink_slime>, 3);
val endertriplet = LootTweaker.getTable("divinerpg:entities/end/ender_triplets");
val endertripletshard = endertriplet.addPool("endertripletshard", 1, 1, 0, 0);
endertripletshard.addItemEntry(<thaumictinkerer:kamiresource:0>, 5);
val lostcitiesloot = LootTweaker.getTable("lostcities:chests/lostcitychest");
val lostcitieslootmeatball = lostcitiesloot.addPool("lostcitieslootmeatball", 2, 3, 0, 0);
lostcitieslootmeatball.addItemEntry(<contenttweaker:sentient_meatball>, 5);
+39
View File
@@ -813,3 +813,42 @@ armorascendeddraconicalloy.addDataValue("durability", "100000");
armorascendeddraconicalloy.addDataValue("enchantability", "99");
armorascendeddraconicalloy.addDataValue("reduction", "18,22,26,20");
armorascendeddraconicalloy.addDataValue("toughness", "25");
var colormeatballlegionnaire = Color.fromHex("5559a1") as Color;
var meatballlegionnaire = MaterialSystem.getMaterialBuilder().setName("Meatball Legionnaire").setColor(colormeatballlegionnaire).build();
meatballlegionnaire.registerParts(["nugget"] as string[]);
var armormeatballlegionnaire = meatballlegionnaire.registerPart("armor").getData();
armormeatballlegionnaire.addDataValue("durability", "20000000");
armormeatballlegionnaire.addDataValue("enchantability", "99");
armormeatballlegionnaire.addDataValue("reduction", "100,100,100,100");
armormeatballlegionnaire.addDataValue("toughness", "100");
var colormeatballcenturion = Color.fromHex("853232") as Color;
var meatballcenturion = MaterialSystem.getMaterialBuilder().setName("Meatball Centurion").setColor(colormeatballcenturion).build();
meatballcenturion.registerParts(["nugget"] as string[]);
var armormeatballcenturion = meatballcenturion.registerPart("armor").getData();
armormeatballcenturion.addDataValue("durability", "20000000");
armormeatballcenturion.addDataValue("enchantability", "99");
armormeatballcenturion.addDataValue("reduction", "100,100,100,100");
armormeatballcenturion.addDataValue("toughness", "100");
var colormeatballpraetorian = Color.fromHex("4d8c67") as Color;
var meatballpraetorian = MaterialSystem.getMaterialBuilder().setName("Meatball Praetorian").setColor(colormeatballpraetorian).build();
meatballpraetorian.registerParts(["nugget"] as string[]);
var armormeatballpraetorian = meatballpraetorian.registerPart("armor").getData();
armormeatballpraetorian.addDataValue("durability", "20000000");
armormeatballpraetorian.addDataValue("enchantability", "99");
armormeatballpraetorian.addDataValue("reduction", "200,200,200,200");
armormeatballpraetorian.addDataValue("toughness", "200");
// var colormeatballman = Color.fromHex("242e2e") as Color;
// var meatballman = MaterialSystem.getMaterialBuilder().setName("Meatball Man").setColor(colormeatballman).build();
// meatballman.registerParts(["nugget"] as string[]);
// var armormeatballman = meatballman.registerPart("armor").getData();
// armormeatballman.addDataValue("durability", "20000000");
// armormeatballman.addDataValue("enchantability", "99");
// armormeatballman.addDataValue("reduction", "200,200,200,200");
// armormeatballman.addDataValue("toughness", "200");
+2
View File
@@ -61,3 +61,5 @@ mods.storagedrawers.Compaction.add(<materialpart:promethium:ingot>, <materialpar
mods.storagedrawers.Compaction.add(<materialpart:sideral_damascus_steel:ingot>, <materialpart:sideral_damascus_steel:nugget>, 9);
mods.storagedrawers.Compaction.add(<materialpart:ascended_draconic_alloy:ingot>, <materialpart:ascended_draconic_alloy:nugget>, 9);
mods.storagedrawers.Compaction.add(<ebwizardry:magic_crystal:0>, <ebwizardry:crystal_shard>, 9);
+31
View File
@@ -0,0 +1,31 @@
#loader contenttweaker
import mods.contenttweaker.Color;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.IBlockAction;
var miniaturestar = VanillaFactory.createBlock("miniature_star", <blockmaterial:iron>);
miniaturestar.setBlockHardness(0.7);
miniaturestar.setBlockResistance(2.5);
miniaturestar.setToolClass("pickaxe");
miniaturestar.setLightValue(1);
miniaturestar.setToolLevel(3);
miniaturestar.register();
var miniaturepulsar = VanillaFactory.createBlock("miniature_pulsar", <blockmaterial:iron>);
miniaturepulsar.setBlockHardness(0.7);
miniaturepulsar.setBlockResistance(2.5);
miniaturepulsar.setToolClass("pickaxe");
miniaturepulsar.setToolLevel(3);
miniaturepulsar.setLightValue(1);
miniaturepulsar.register();
var miniatureblackhole = VanillaFactory.createBlock("miniature_black_hole", <blockmaterial:iron>);
miniatureblackhole.setBlockHardness(0.7);
miniatureblackhole.setBlockResistance(2.5);
miniatureblackhole.setToolClass("pickaxe");
miniatureblackhole.setToolLevel(3);
miniatureblackhole.register();
+31 -8
View File
@@ -1,27 +1,50 @@
import mods.thaumcraft.Infusion;
mods.thaumcraft.Infusion.registerRecipe("sednameteorinfusion", "",
<contenttweaker:draconic_fabrial>, 5,
[<aspect:draco>*200, <aspect:cognitio>*100, <aspect:perditio>*100],
<ore:dragonScaleBlock>,
[<contenttweaker:construct_of_will>, <contenttweaker:construct_of_will>,
<contenttweaker:construct_of_will>, <contenttweaker:construct_of_will>,
<contenttweaker:construct_of_will>, <contenttweaker:construct_of_will>,
<contenttweaker:construct_of_will>, <contenttweaker:construct_of_will>]);
mods.thaumcraft.Infusion.registerRecipe("sednaartifactinfusion", "",
<contenttweaker:sedna_artifact>, 5,
[<aspect:alienis>*100, <aspect:visum>*100, <aspect:ventus>*100],
<contenttweaker:divine_star>,
[<ore:dragonScaleBlock>, <thaumicaugmentation:research_notes:0>,
<contenttweaker:fiery_pyrite>, <contenttweaker:fiery_pyrite>,
<libvulpes:productgem:0>, <libvulpes:productgem:0>,
<libvulpes:productgem:0>, <libvulpes:productgem:0>]);
[<contenttweaker:meteoric_draconic_stone>, <thaumicaugmentation:research_notes:0>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:fiery_pyrite>,
<contenttweaker:meteoric_draconic_stone>, <thaumcraft:celestial_notes:9>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:fiery_pyrite>]);
mods.thaumcraft.Infusion.registerRecipe("rheniaartifactinfusion", "",
<contenttweaker:rhenia_artifact>, 5,
[<aspect:alienis>*100, <aspect:visum>*100, <aspect:metallum>*100],
<minecraft:dragon_egg>,
[<materialpart:vibranium:ingot>, <contenttweaker:jeweled_runium>,
<astralsorcery:blockborehead:0>, <astralsorcery:blockborehead:1>,
<draconicevolution:draconic_block>, <contenttweaker:druden_horn>]);
[<contenttweaker:meteoric_draconic_stone>, <materialpart:vibranium:ingot>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:jeweled_runium>,
<contenttweaker:meteoric_draconic_stone>, <astralsorcery:blockborehead:0>,
<contenttweaker:meteoric_draconic_stone>, <astralsorcery:blockborehead:1>,
<contenttweaker:meteoric_draconic_stone>, <draconicevolution:draconic_block>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:druden_horn>]);
mods.thaumcraft.Infusion.registerRecipe("pixoniaartifactinf", "",
<contenttweaker:pixonia_artifact>, 5,
[<aspect:alienis>*100, <aspect:praecantatio>*100, <aspect:cognitio>*100],
<draconicevolution:draconic_block>,
[<contenttweaker:rainbow_gemstones>, <contenttweaker:rainbow_gemstones>, <contenttweaker:lyonite_plate>, <contenttweaker:lyonite_plate>, <contenttweaker:fluxed_electrum_shaft>, <contenttweaker:fluxed_electrum_shaft>, <contenttweaker:abyssite_crystal>, <contenttweaker:abyssite_crystal>]);
[<contenttweaker:rainbow_gemstones>,
<contenttweaker:rainbow_gemstones>,
<contenttweaker:lyonite_plate>,
<contenttweaker:lyonite_plate>,
<contenttweaker:fluxed_electrum_shaft>,
<contenttweaker:fluxed_electrum_shaft>,
<contenttweaker:abyssite_crystal>,
<contenttweaker:abyssite_crystal>,
<contenttweaker:meteoric_draconic_stone>,
<contenttweaker:meteoric_draconic_stone>]);
mods.thaumcraft.Infusion.registerRecipe("alkemiaartifactinf", "",
<contenttweaker:alkemia_artifact>, 9,
+16
View File
@@ -48,3 +48,19 @@ recipes.remove(<cyclicmagic:auto_crafter>);
recipes.remove(<cyclicmagic:fluid_drain>);
recipes.remove(<cyclicmagic:melter>);
mods.nuclearcraft.melter.addRecipe([<cyclicmagic:peat_biomass>, <fluid:biomass>*1000]);
mods.nuclearcraft.melter.addRecipe([<minecraft:waterlily>, <fluid:biomass>*100]);
mods.nuclearcraft.melter.addRecipe([<minecraft:carrot>, <fluid:biomass>*100]);
mods.nuclearcraft.melter.addRecipe([<minecraft:vine>, <fluid:biomass>*100]);
mods.nuclearcraft.melter.addRecipe([<minecraft:cactus>, <fluid:biomass>*100]);
mods.nuclearcraft.melter.addRecipe([<minecraft:tallgrass>, <fluid:biomass>*100]);
mods.nuclearcraft.melter.addRecipe([<minecraft:wheat_seeds>, <fluid:biomass>*100]);
mods.nuclearcraft.melter.addRecipe([<minecraft:apple>, <fluid:biomass>*100]);
mods.nuclearcraft.melter.addRecipe([<minecraft:log2:0>, <fluid:amber>*100]);
mods.nuclearcraft.melter.addRecipe([<cyclicmagic:crystallized_amber>, <fluid:amber>*1000]);
mods.nuclearcraft.melter.addRecipe([<minecraft:poisonous_potato>, <fluid:poison>*2000]);
+2 -1
View File
@@ -17,4 +17,5 @@ default.setColour2 = 0xffffff;
//transmutation is added with addTransmutation(BlockStateMatcher input, int power, blockstate output)
default.addTransmutation(<blockstate:draconicevolution:draconic_block>, 10, <blockstate:draconicevolution:draconium_block:charged=true>);
default.addTransmutation(<blockstate:aoa3:ancient_rock>.matchBlock(), 1, <blockstate:bnkrblks:megelium_stone>);
default.addTransmutation(<blockstate:aoa3:ancient_rock>.matchBlock(), 1, <blockstate:bnkrblks:megelium_stone>);
+20 -19
View File
@@ -92,42 +92,43 @@ recipes.addShaped(<draconicevolution:dislocator>,
recipes.removeShaped(<draconicevolution:celestial_manipulator>);
mods.extendedcrafting.TableCrafting.addShaped(<draconicevolution:celestial_manipulator>,
[[<draconicevolution:chaotic_core>, <materialpart:lunastone:ingot>, <materialpart:brightsteel:ingot>,
<materialpart:chalcedony:ingot>, <tce:tce_torch_lvl1>, <materialpart:chalcedony:ingot>,
<materialpart:brightsteel:ingot>, <materialpart:lunastone:ingot>, <draconicevolution:chaotic_core>],
[<materialpart:lunastone:ingot>, <mysticalagradditions:special:4>, <contenttweaker:rainbow_gemstones>,
mods.extendedcrafting.TableCrafting.addShaped(<draconicevolution:celestial_manipulator>.withTag({display: {Lore: ["§d§o行星圣物§r"]}}),
[[<draconicevolution:chaotic_core>, <contenttweaker:brightsteel_alloy_ingot>, <contenttweaker:actualizing_stone>,
<contenttweaker:recursium_ingot>, <tce:tce_torch_lvl1>, <contenttweaker:recursium_ingot>,
<contenttweaker:actualizing_stone>, <contenttweaker:brightsteel_alloy_ingot>, <draconicevolution:chaotic_core>],
[<contenttweaker:brightsteel_alloy_ingot>, <mysticalagradditions:special:4>, <contenttweaker:rainbow_gemstones>,
<extendedcrafting:storage:4>, <bloodmagic:blood_shard:1>, <extendedcrafting:storage:4>,
<contenttweaker:rainbow_gemstones>, <mysticalagradditions:special:4>, <materialpart:lunastone:ingot>],
<contenttweaker:rainbow_gemstones>, <mysticalagradditions:special:4>, <contenttweaker:brightsteel_alloy_ingot>],
[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <bigreactors:mineralbenitoite>,
[<contenttweaker:actualizing_stone>, <contenttweaker:rainbow_gemstones>, <bigreactors:mineralbenitoite>,
<contenttweaker:rainbow_gemstones>, <bigreactors:mineralanglesite>, <contenttweaker:rainbow_gemstones>,
<bigreactors:mineralbenitoite>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
<bigreactors:mineralbenitoite>, <contenttweaker:rainbow_gemstones>, <contenttweaker:actualizing_stone>],
[<materialpart:chalcedony:ingot>, <extendedcrafting:storage:4>, <contenttweaker:rainbow_gemstones>,
[<contenttweaker:recursium_ingot>, <extendedcrafting:storage:4>, <contenttweaker:rainbow_gemstones>,
<avaritia:block_resource:2>, <environmentaltech:solar_cont_6>, <avaritia:block_resource:2>,
<contenttweaker:rainbow_gemstones>, <extendedcrafting:storage:4>, <materialpart:chalcedony:ingot>],
<contenttweaker:rainbow_gemstones>, <extendedcrafting:storage:4>, <contenttweaker:recursium_ingot>],
[<tce:tce_torch_lvl1>, <bloodmagic:blood_shard:1>, <bigreactors:mineralanglesite>,
<environmentaltech:solar_cont_6>, <magicbees:resource:11>, <environmentaltech:solar_cont_6>,
<bigreactors:mineralanglesite>, <bloodmagic:blood_shard:1>, <tce:tce_torch_lvl1>],
[<materialpart:chalcedony:ingot>, <extendedcrafting:storage:4>, <contenttweaker:rainbow_gemstones>,
[<contenttweaker:recursium_ingot>, <extendedcrafting:storage:4>, <contenttweaker:rainbow_gemstones>,
<avaritia:block_resource:2>, <environmentaltech:solar_cont_6>, <avaritia:block_resource:2>,
<contenttweaker:rainbow_gemstones>, <extendedcrafting:storage:4>, <materialpart:chalcedony:ingot>],
<contenttweaker:rainbow_gemstones>, <extendedcrafting:storage:4>, <contenttweaker:recursium_ingot>],
[<materialpart:brightsteel:ingot>, <contenttweaker:rainbow_gemstones>, <bigreactors:mineralbenitoite>,
[<contenttweaker:actualizing_stone>, <contenttweaker:rainbow_gemstones>, <bigreactors:mineralbenitoite>,
<contenttweaker:rainbow_gemstones>, <bigreactors:mineralanglesite>, <contenttweaker:rainbow_gemstones>,
<bigreactors:mineralbenitoite>, <contenttweaker:rainbow_gemstones>, <materialpart:brightsteel:ingot>],
<bigreactors:mineralbenitoite>, <contenttweaker:rainbow_gemstones>, <contenttweaker:actualizing_stone>],
[<materialpart:lunastone:ingot>, <mysticalagradditions:special:4>, <contenttweaker:rainbow_gemstones>,
[<contenttweaker:brightsteel_alloy_ingot>, <mysticalagradditions:special:4>, <contenttweaker:rainbow_gemstones>,
<extendedcrafting:storage:4>, <bloodmagic:blood_shard:1>, <extendedcrafting:storage:4>,
<contenttweaker:rainbow_gemstones>, <mysticalagradditions:special:4>, <materialpart:lunastone:ingot>],
<contenttweaker:rainbow_gemstones>, <mysticalagradditions:special:4>, <contenttweaker:brightsteel_alloy_ingot>],
[<draconicevolution:chaotic_core>, <materialpart:lunastone:ingot>, <materialpart:brightsteel:ingot>,
<materialpart:chalcedony:ingot>, <tce:tce_torch_lvl1>, <materialpart:chalcedony:ingot>,
<materialpart:brightsteel:ingot>, <materialpart:lunastone:ingot>, <draconicevolution:chaotic_core>]]);
[<draconicevolution:chaotic_core>, <contenttweaker:brightsteel_alloy_ingot>, <contenttweaker:actualizing_stone>,
<contenttweaker:recursium_ingot>, <tce:tce_torch_lvl1>, <contenttweaker:recursium_ingot>,
<contenttweaker:actualizing_stone>, <contenttweaker:brightsteel_alloy_ingot>, <draconicevolution:chaotic_core>]]);
recipes.removeShaped(<draconicevolution:energy_crystal:0>);
+128 -5
View File
@@ -81,6 +81,18 @@ recipes.addShapeless(<contenttweaker:primordial_prism>,
recipes.addShapeless(<abyssalcraft:eoa>,
[<contenttweaker:boss_drop>, <contenttweaker:ritual_of_the_sleeper>]);
mods.abyssalcraft.InfusionRitual.addRitual("ritiualsleeperwiki",
1, 50,
1000,
true,
<contenttweaker:ritual_of_the_sleeper>,
<minecraft:structure_void>,
[<minecraft:gold_ingot>,<minecraft:gold_ingot>,<minecraft:gold_ingot>,<minecraft:gold_ingot>,
<abyssalcraft:transmutationgem>,<minecraft:enchanting_table>,<forge:bucketfilled>.withTag({FluidName: "liquidcoralium", Amount: 1000}),<minecraft:structure_void>]);
game.setLocalization("ac.ritual.ritiualsleeperwiki", "沉睡者仪式");
game.setLocalization("ac.ritual.ritiualsleeperwiki.desc", "用以查看如何进行仪式");
recipes.addShapeless(<abyssalcraft:dreadkey>,
[<contenttweaker:boss_drop>, <abyssalcraft:dreadaltartop>, <abyssalcraft:dreadaltarbottom>]);
@@ -142,8 +154,8 @@ recipes.addShapeless(<contenttweaker:harbinger_crystal>,
recipes.addShapeless(<contenttweaker:starfield_gem>,
[<contenttweaker:boss_drop>, <contenttweaker:harbinger_callstone>]);
recipes.addShapeless(<contenttweaker:broken_oath>,
[<contenttweaker:boss_drop>, <contenttweaker:crepuscular_callstone>]);
recipes.addShapeless(<contenttweaker:crepuscular_callstone>,
[<contenttweaker:boss_drop>, <contenttweaker:broken_oath>]);
recipes.addShapeless(<contenttweaker:crimson_gem>,
[<contenttweaker:dungeon_drop>, <contenttweaker:found_in_overworld>]);
@@ -596,11 +608,11 @@ recipes.addShapeless(<contenttweaker:recursion_solitude>,
recipes.addShapeless(<gendustry:honey_comb:14014>,
[<contenttweaker:dungeon_drop>, <contenttweaker:space_station>, <contenttweaker:dynatos_artifact>, <contenttweaker:nero_warper>]);
recipes.addShapeless(<gendustry:honey_comb:14016>,
[<contenttweaker:dungeon_drop>, <contenttweaker:space_station>, <contenttweaker:dynatos_artifact>, <contenttweaker:akathartos_warper>]);
recipes.addShapeless(<gendustry:honey_comb:14017>,
[<contenttweaker:dungeon_drop>, <contenttweaker:space_station>, <contenttweaker:dynatos_artifact>, <contenttweaker:pauram_warper>]);
recipes.addShapeless(<gendustry:honey_comb:14015>,
recipes.addShapeless(<gendustry:honey_comb:14017>,
[<contenttweaker:dungeon_drop>, <contenttweaker:space_station>, <contenttweaker:dynatos_artifact>, <contenttweaker:zoi_warper>]);
recipes.addShapeless(<gendustry:honey_comb:14015>,
[<contenttweaker:dungeon_drop>, <contenttweaker:space_station>, <contenttweaker:dynatos_artifact>, <contenttweaker:akathartos_warper>]);
recipes.addShapeless(<gendustry:honey_comb:14022>,
[<contenttweaker:dungeon_drop>, <contenttweaker:gallifrey_warper>]);
@@ -685,6 +697,9 @@ recipes.addShapeless(<contenttweaker:chaosstrikium_cluster>,
recipes.addShapeless(<contenttweaker:crownite_chunk>,
[<contenttweaker:dungeon_drop>, <contenttweaker:gallifrey_warper>]);
recipes.addShapeless(<contenttweaker:fluix_microcontroller>,
[<contenttweaker:boss_drop>, <contenttweaker:summoning_computer>]);
recipes.addShapeless(<contenttweaker:prophetic_paper>,
[<contenttweaker:boss_drop>, <contenttweaker:summon_of_the_gatekeeper>]);
@@ -826,6 +841,12 @@ recipes.addShapeless(<contenttweaker:energy_hive>,
recipes.addShapeless(<contenttweaker:ineffable_light>,
[<contenttweaker:master_of_spellcraft>, <aoa3:gold_coin>, <thaumicaugmentation:gauntlet:1>, <projectex:matter:0>, <twilightforest:magic_beans>]);
recipes.addShapeless(<contenttweaker:freed_sky_stone>,
[<contenttweaker:master_of_spellcraft>, <aoa3:gold_coin>, <thaumicaugmentation:gauntlet:1>, <projectex:matter:0>, <twilightforest:magic_beans>]);
recipes.addShapeless(<contenttweaker:lost_soul_of_entropy>,
[<contenttweaker:master_of_spellcraft>, <aoa3:gold_coin>, <thaumicaugmentation:gauntlet:1>, <projectex:matter:0>, <twilightforest:magic_beans>]);
recipes.addShapeless(<contenttweaker:lively_twilight_gem>,
[<contenttweaker:master_of_spellcraft>, <aoa3:gold_coin>, <thaumicaugmentation:gauntlet:1>, <projectex:matter:0>, <twilightforest:magic_beans>]);
@@ -838,6 +859,9 @@ recipes.addShapeless(<contenttweaker:celestial_shield_fragment>,
recipes.addShapeless(<avaritia:resource:0>,
[<contenttweaker:gamestage_recipe>, <contenttweaker:ancient_elven_knowledge>]);
recipes.addShapeless(<contenttweaker:mark_of_sacrifice>,
[<contenttweaker:gamestage_recipe>, <contenttweaker:true_name_meatball_man>]);
recipes.addShapeless(<contenttweaker:nethersky_amber>,
[<contenttweaker:gamestage_recipe>, <contenttweaker:bloodmaster_tome>]);
@@ -997,6 +1021,9 @@ recipes.addShapeless(<thebetweenlands:swamp_talisman:3>,
recipes.addShapeless(<thebetweenlands:swamp_talisman:4>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<erebus:stag_heart_raw>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<contenttweaker:call_of_the_full_moon>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<contenttweaker:call_of_the_bloodhunt>,
@@ -1026,9 +1053,105 @@ recipes.addShapeless(<erebus:materials:48>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<erebus:materials:35>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<erebus:materials:18>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<contenttweaker:freed_betrayed_soul>,
[<contenttweaker:dungeon_drop>, <contenttweaker:rites_of_liberation>]);
recipes.addShapeless(<contenttweaker:creeponia_wormhole>,
[<contenttweaker:dungeon_drop>, <contenttweaker:creeponia_callstone>]);
recipes.addShapeless(<contenttweaker:all_seeing_sentient_meatball>,
[<contenttweaker:boss_drop>, <contenttweaker:returning_point>]);
recipes.addShapeless(<contenttweaker:all_seeing_sentient_meatball>,
[<contenttweaker:boss_drop>, <contenttweaker:returning_point>]);
recipes.addShapeless(<contenttweaker:possessed_sky_stone>,
[<contenttweaker:boss_drop>, <contenttweaker:returning_point>]);
recipes.addShapeless(<contenttweaker:burly_sentient_meatball>,
[<contenttweaker:boss_drop>, <contenttweaker:returning_point>]);
recipes.addShapeless(<contenttweaker:spreading_sentient_meatball>,
[<contenttweaker:boss_drop>, <contenttweaker:returning_point>]);
recipes.addShapeless(<contenttweaker:parasitic_sentient_meatball>,
[<contenttweaker:boss_drop>, <contenttweaker:returning_point>]);
recipes.addShapeless(<contenttweaker:meatballsecta_wing>,
[<contenttweaker:boss_drop>, <contenttweaker:returning_point>]);
recipes.addShapeless(<contenttweaker:all_powerful_sentient_meatball>,
[<contenttweaker:boss_drop>, <contenttweaker:summons_of_the_meatball_titan>]);
recipes.addShapeless(<contenttweaker:shield_of_the_flesh_world>,
[<contenttweaker:boss_drop>, <contenttweaker:flesh_world_callstone>]);
recipes.addShapeless(<contenttweaker:world_corrupting_sentient_meatball>,
[<contenttweaker:boss_drop>, <contenttweaker:flesh_world_callstone>]);
recipes.addShapeless(<contenttweaker:prophetic_meatball_flesh>,
[<contenttweaker:boss_drop>, <contenttweaker:summons_of_the_faithful_undead>]);
recipes.addShapeless(<contenttweaker:staff_of_the_lord_of_gluttony>,
[<contenttweaker:boss_drop>, <contenttweaker:meatball_man_callstone>]);
recipes.addShapeless(<contenttweaker:naquadah_ore>,
[<contenttweaker:custom_dimensions>]);
recipes.addShapeless(<contenttweaker:actualizing_stone>,
[<contenttweaker:custom_dimensions>]);
recipes.addShapeless(<contenttweaker:fire_dragonsteel_ore>,
[<contenttweaker:custom_dimensions>]);
recipes.addShapeless(<contenttweaker:ice_dragonsteel_ore>,
[<contenttweaker:custom_dimensions>]);
recipes.addShapeless(<contenttweaker:lightning_dragonsteel_ore>,
[<contenttweaker:custom_dimensions>]);
recipes.addShapeless(<contenttweaker:dense_dimensional_shard_ore>,
[<contenttweaker:custom_dimensions>]);
recipes.addShapeless(<aoa3:carved_rune_reality>,
[<contenttweaker:trader_drop>, <contenttweaker:wormhole_fragment>]);
recipes.addShapeless(<aoa3:carved_rune_direction>,
[<contenttweaker:trader_drop>, <contenttweaker:wormhole_fragment>]);
recipes.addShapeless(<aoa3:ancient_rock>,
[<contenttweaker:trader_drop>, <contenttweaker:wormhole_fragment>]);
recipes.addShapeless(<aoa3:carved_rune_space>,
[<contenttweaker:trader_drop>, <contenttweaker:wormhole_fragment>]);
recipes.addShapeless(<aoa3:carved_rune_travel>,
[<contenttweaker:trader_drop>, <contenttweaker:wormhole_fragment>]);
recipes.addShapeless(<aoa3:carved_rune_power>,
[<contenttweaker:trader_drop>, <contenttweaker:wormhole_fragment>]);
recipes.addShapeless(<mod_lavacow:hyphae>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<mod_lavacow:sharptooth>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<mod_lavacow:undyingheart>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<mod_lavacow:pigboarhide>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<mod_lavacow:acidicheart>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<mod_lavacow:foul_bristle>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
recipes.addShapeless(<mod_lavacow:ectoplasm>,
[<contenttweaker:dungeon_drop>, <contenttweaker:battle_tower>]);
+3
View File
@@ -233,3 +233,6 @@ var enchdesc_blessing = VanillaFactory.createItem("enchdesc_blessing");
enchdesc_blessing.register();
var enchdesc_curse_bones = VanillaFactory.createItem("enchdesc_curse_bones");
enchdesc_curse_bones.register();
var enchdesc_flaming_touch = VanillaFactory.createItem("enchdesc_flaming_touch");
enchdesc_flaming_touch.register();
+3 -1
View File
@@ -120,4 +120,6 @@ import crafttweaker.text.ITextComponent;
<contenttweaker:enchdesc_headhunter>.addTooltip(format.red(ITextComponent.fromTranslation("woot:headhunter.desc").unformattedText));
<contenttweaker:enchdesc_aerial_affinity>.addTooltip(format.red(ITextComponent.fromTranslation("aerialaffinity:aerial_affinity.desc").unformattedText));
<contenttweaker:enchdesc_blessing>.addTooltip(format.red(ITextComponent.fromTranslation("tombstone:blessing.desc").unformattedText));
<contenttweaker:enchdesc_curse_bones>.addTooltip(format.red(ITextComponent.fromTranslation("tombstone:curse_of_bones.desc").unformattedText));
<contenttweaker:enchdesc_curse_bones>.addTooltip(format.red(ITextComponent.fromTranslation("tombstone:curse_of_bones.desc").unformattedText));
<contenttweaker:enchdesc_flaming_touch>.addTooltip(format.red(ITextComponent.fromTranslation("cyclicmagic:flaming_touch.desc").unformattedText));
+8
View File
@@ -0,0 +1,8 @@
recipes.remove(<enchlib:enchantment_library>);
recipes.addShaped(<enchlib:enchantment_library>,
[[<contenttweaker:champion_token>, <thaumcraft:log_silverwood>, <contenttweaker:champion_token>],
[<thaumcraft:log_silverwood>, <minecraft:enchanted_book>, <thaumcraft:log_silverwood>],
[<contenttweaker:champion_token>, <thaumcraft:log_silverwood>, <contenttweaker:champion_token>]]);
+25
View File
@@ -0,0 +1,25 @@
#loader mixin
import native.net.minecraft.util.math.BlockPos;
import native.net.minecraft.world.World;
import native.net.minecraft.block.state.IBlockState;
import native.forestry.api.apiculture.IBeeGenome;
import native.forestry.api.apiculture.IBeeHousing;
import mixin.CallbackInfoReturnable;
#mixin Mixin
#{targets: "com.rwtema.careerbees.effects.EffectAssassin"}
zenClass MixinAssassinBee {
#mixin Inject
#{
# method: "performPosEffect",
# at: {value: "HEAD"},
# cancellable: true
#}
function fixAssBeeCrash(world as World, blockPos as BlockPos, state as IBlockState, genome as IBeeGenome, housing as IBeeHousing, cir as CallbackInfoReturnable) as void {
if (!(world.getTileEntity(blockPos) instanceof IBeeHousing)) {
cir.setReturnValue(false);
}
}
}
+9 -1
View File
@@ -153,4 +153,12 @@ paparazzicamera.itemRightClick = function(stack, world, player, hand) {
Commands.call("gamestage add @p camerastage", player, world, true, true);
return "Pass";
};
paparazzicamera.register();
paparazzicamera.register();
var wardeclarationmeatballman = VanillaFactory.createItem("true_name_meatball_man");
wardeclarationmeatballman.maxStackSize = 64;
wardeclarationmeatballman.itemRightClick = function(stack, world, player, hand) {
Commands.call("gamestage add @p lostcitiesstage", player, world, true, true);
return "Pass";
};
wardeclarationmeatballman.register();
+9
View File
@@ -932,3 +932,12 @@ var hardmodegroupcarrotop = ArmorHandler.createArmorGroup("hardmodegroupcarrotop
hardmodegroupcarrotop.addEntity(carrotop);
hardmodegroupcarrotop.addArmor(ArmorHandler.createArmorSlot("mainhand", <contenttweaker:tungsten_carrot>, 1, 1.0));
hardmodegroupcarrotop.addGameStage("hardmode");
var lostcitiesgroup = ArmorHandler.createArmorGroup("lostcitiesgroup", 1.0);
lostcitiesgroup.addEntity(upzombie);
lostcitiesgroup.addEntity(upskelly);
lostcitiesgroup.addArmor(ArmorHandler.createArmorSlot("head", <contenttweaker:sentient_meatball>.withTag({ench: [{lvl: 1 as short, id: 70 as short}, {lvl: 15 as short, id: 34 as short}, {lvl: 100 as short, id: 7 as short}]}), 1, 0.05));
lostcitiesgroup.addArmor(ArmorHandler.createArmorSlot("chest", <contenttweaker:sentient_meatball_chest>.withTag({ench: [{lvl: 1 as short, id: 70 as short}, {lvl: 15 as short, id: 34 as short}, {lvl: 100 as short, id: 7 as short}]}), 1, 0.05));
lostcitiesgroup.addArmor(ArmorHandler.createArmorSlot("legs", <contenttweaker:sentient_meatball_legs>.withTag({ench: [{lvl: 1 as short, id: 70 as short}, {lvl: 15 as short, id: 34 as short}, {lvl: 100 as short, id: 7 as short}]}), 1, 0.05));
lostcitiesgroup.addArmor(ArmorHandler.createArmorSlot("feet", <contenttweaker:sentient_meatball_feet>.withTag({ench: [{lvl: 1 as short, id: 70 as short}, {lvl: 15 as short, id: 34 as short}, {lvl: 100 as short, id: 7 as short}]}), 1, 0.05));
lostcitiesgroup.addGameStage("lostcitiesstage");
+14 -1
View File
@@ -104,7 +104,8 @@ mods.recipestages.Recipes.addShaped("brightsteel_feet_gs", "brightsteelforging",
[<materialpart:brightsteel:ingot>, <iceandfire:dragonsteel_fire_boots>, <materialpart:brightsteel:ingot>]
]);
mods.botania.RuneAltar.addRecipe(<contenttweaker:ancient_elven_knowledge>,[<materialpart:brightsteel:ingot>, <botania:rune:15>, <botania:rune:15>, <extrabotany:material:8>, <extrabotany:material:5>, <minecraft:book>], 600);
mods.botania.RuneAltar.addRecipe(<contenttweaker:ancient_elven_knowledge>,
[<materialpart:brightsteel:ingot>, <botania:rune:15>, <botania:rune:15>, <extrabotany:material:8>, <extrabotany:material:5>, <minecraft:book>, <extendedcrafting:singularity_custom:992>], 600);
recipes.addShaped(<contenttweaker:alien_material_manual>,
[[<ore:blockAlubrass>, <contenttweaker:shadow_steel>, <contenttweaker:shadow_steel>],
@@ -214,3 +215,15 @@ mods.recipestages.Recipes.addShaped("makeweaponsmitharbiter", "hardmode", <conte
[<contenttweaker:chaotic_gem>, <contenttweaker:meatball_man_charm>, <contenttweaker:chaotic_gem>],
[<contenttweaker:reactive_fluix>, <contenttweaker:chaotic_gem>, <contenttweaker:reactive_fluix>]
]);
mods.recipestages.Recipes.addShaped("makemarkofsacrifice", "lostcitiesstage", <contenttweaker:mark_of_sacrifice>, [
[<ore:ingotSacrificeMetal>, <contenttweaker:sentient_meatball>, <ore:ingotSacrificeMetal>],
[<contenttweaker:sentient_meatball>, <contenttweaker:actualizing_hyperuranion_ingot>, <contenttweaker:sentient_meatball>],
[<ore:ingotSacrificeMetal>, <contenttweaker:sentient_meatball>, <ore:ingotSacrificeMetal>]
]);
recipes.addShaped(<contenttweaker:true_name_meatball_man>,
[[<contenttweaker:hungering_flesh_ingot>, <contenttweaker:ascended_fluix_crystal>, <contenttweaker:hungering_flesh_ingot>],
[<contenttweaker:ascended_fluix_crystal>, <contenttweaker:eldunari>.reuse(), <contenttweaker:ascended_fluix_crystal>],
[<contenttweaker:hungering_flesh_ingot>, <contenttweaker:ascended_fluix_crystal>, <contenttweaker:hungering_flesh_ingot>]]);
+4
View File
@@ -3,10 +3,14 @@ mods.ItemStages.stageEnchant("draconicstage", <enchantment:cofhcore:vorpal>);
mods.ItemStages.stageEnchant("divinestage", <enchantment:tombstone:magic_siphon>);
mods.ItemStages.stageEnchant("divinestage", <enchantment:mod_lavacow:corrosive>);
mods.ItemStages.stageEnchant("bloodmasterstage", <enchantment:cofhcore:multishot>);
mods.ItemStages.stageEnchant("brightsteelforging", <enchantment:tombstone:shadow_step>);
mods.ItemStages.stageEnchant("lostcitiesstage", <enchantment:thaumictinkerer:finalstrike>);
mods.ItemStages.addItemStage("camerastage", <extrabotany:buddhistrelics>);
mods.ItemStages.addItemStage("camerastage", <extrabotany:camera>);
mods.ItemStages.addItemStage("camerastage", <enderutilities:syringe:1>);
+1 -1
View File
@@ -2,7 +2,7 @@ import mods.modularmachinery.RecipeBuilder;
mods.botania.Orechid.addOre(<ore:oreArkenstone>, 1000);
mods.botania.Orechid.addOre(<ore:oreChargedRunium>, 5000);
// mods.botania.Orechid.addOre(<ore:oreChargedRunium>, 5000);
mods.botania.Orechid.addOre(<ore:oreLiquifiedCoralium>, 3000);
+16
View File
@@ -36,6 +36,11 @@ recipes.addShaped(<contenttweaker:spatial_anomaly>*2,
mods.nuclearcraft.alloy_furnace.addRecipe([<careerbees:ingredients:13>, <contenttweaker:superconducting_sednanite>, <contenttweaker:superconducting_sednanite>*2]);
mods.thermalexpansion.InductionSmelter.addRecipe(<contenttweaker:superconducting_sednanite>*2, <contenttweaker:superconducting_sednanite>, <careerbees:ingredients:13>, 500);
recipes.addShaped(<contenttweaker:phasing_gem>*4,
[[<aoa3:ornamyte_block>, <aoa3:jewelyte_block>, <aoa3:gemenyte_block>],
[<careerbees:ingredients:1>.withTag({bark: {id: "extratrees:logs.2", Count: 1, Damage: 1 as short}}), <contenttweaker:phasing_gem>, <careerbees:ingredients:1>.withTag({bark: {id: "extratrees:logs.2", Count: 1, Damage: 1 as short}})],
[<aoa3:gemenyte_block>, <aoa3:jewelyte_block>, <aoa3:ornamyte_block>]]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:first_order_mythic_fractal>,
1000000000, 1000000000,
@@ -106,6 +111,11 @@ true,
game.setLocalization("ac.ritual.freetheheartofhearts", "心中之心");
game.setLocalization("ac.ritual.freetheheartofhearts.desc", "解放心中之心");
recipes.addShaped(<contenttweaker:whispering_heart_of_hearts>*2,
[[<aoa3:mystite_block>, <abyssalcraft:materializer>, <aoa3:mystite_block>],
[<contenttweaker:hand_of_dominion>, <contenttweaker:whispering_heart_of_hearts>, <contenttweaker:wing_of_worship>],
[<aoa3:mystite_block>, <abyssalcraft:materializer>, <aoa3:mystite_block>]]);
scripts.PuzzleUtil.addPuzzleShapeless("dragonscalesheart",<contenttweaker:soul_of_the_dragonslayer>,
[<contenttweaker:whispering_heart_of_hearts>,
<iceandfire:dragonscales_white>,
@@ -229,6 +239,12 @@ mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/alta
],
"astralsorcery.constellation.discidia");
recipes.addShaped(<contenttweaker:ancient_wyvern_trinket>,
[[null, <advancedrocketry:electricmushroom>, null],
[<advancedrocketry:electricmushroom>, <aether_legacy:zanite_pendant>, <advancedrocketry:electricmushroom>],
[null, <advancedrocketry:electricmushroom>, null]]);
recipes.addShaped(<contenttweaker:fragment_of_creation>,
[[<divinerpg:bedrock_chunk>, <contenttweaker:rainbow_gemstones>, <divinerpg:bedrock_chunk>],
[<divinerpg:bedrock_chunk>, <contenttweaker:shard_of_a_fallen_spren>, <divinerpg:bedrock_chunk>],
+4
View File
@@ -19,6 +19,10 @@ mods.jei.JEI.hideCategory("draconicalchemy.Deposition");
mods.jei.JEI.hideCategory("tinker_io:ore_crusher");
mods.jei.JEI.hideCategory("threng.purify");
mods.jei.JEI.hideCategory("melter");
+234
View File
@@ -4470,4 +4470,238 @@ mods.jei.JEI.addDescription([
"这些方块可使用染料染色顶部颜色槽来设置为不同频率。颜色频率相同的箱子和蓄水槽之间互相连接,共享物品栏/流体存储。",
"",
"末影袋子可通过Shift右击末影箱子来与其连接。可通过袋子直接访问物品栏,而无需打开箱子。"
;
mods.jei.JEI.addDescription([
<contenttweaker:custom_dimlets>,
<rftoolsdim:dimlet_workbench>,
<rftoolsdim:dimlet_parcel>,
<rftoolsdim:material_absorber>,
<rftoolsdim:liquid_absorber>,
<rftoolsdim:biome_absorber>,
<rftoolsdim:terrain_absorber>,
<rftoolsdim:feature_absorber>,
<rftoolsdim:time_absorber>],
[
"Dimlets are used to control the properties of the custom dimensions created using RFTools Dimensions.",
"",
"Dimlets are either found as loot in particular RFTools Dimensions, or are crafted in a Dimlet Workbench using materials dropped by Dimlet Parcels.",
"",
"There are many types of Dimlets, that allow to control biomes, liquids, materials, mobs, sky properies, structure generation, terrain type, features, time cycles, effects, weather in your custom Dimensions.",
"",
"In order to progress, some specific liquids and materials are made exclusive to these dimensions.",
"",
"To craft some (most) Dimlets in the Workbench, Absorbers are required. While the absorbers part of progression have their own custom recipes, the 'normal' ones require in-world crafting to be configured.",
"",
"Material Absorber: place 128 blocks adjacent, they will be consumed",
"",
"Liquid Absorber: place 128 buckets adjacent, they will be consumed",
"",
"Biome Absorber: place in the desired biome",
"",
"Terrain Absorber: place in the dimension with the desired tarrain type (end islands, nether, etc)",
"",
"Feature Absorber: place in the dimension with the desired feature type (ore veins, caves, etc); some features are exclusive to some custom RFTools Dimensions, so you may want to generate random ones",
"",
"Time Absorber: trigger with a redstone pulse at the desired time for 10 consecutive days (can be cheated with a timer and time in a bottle)"
]);
mods.jei.JEI.addDescription([
<contenttweaker:custom_dimensions>,
<rftoolsdim:dimension_enscriber>,
<rftoolsdim:empty_dimension_tab>,
<rftoolsdim:realized_dimension_tab>,
<rftoolsdim:dimension_builder>,
<rftools:dialing_device>,
<rftools:matter_transmitter>],
[
"To create custom dimensions with RFTools, you start with an Empty Dimension Tab.",
"",
"While the tab alone can create custom dimensions, it will do so at random, with cool-looking, but often useless results (you may still want to do it a few times). To start a random Dimension, place the Tab in the Dimension Enscriber, and press 'Store'.",
"",
"To control the contents of these Dimensions, you can use a Dimension Enscriber to add Dimlets to a Dimension. For more info on Dimlets, check their respective JEI info box (search 'custom dimlets' in JEI).",
"",
"To activate the Custom Dimension, place it in a Dimension Builder. It will consume the displayed amount of energy to remain active. As long as the dimension has energy, it is accessible. You do not want to be in a dimension if it runs out of energy. Bad things will happen.",
"",
"To teleport to your custom Dimension, you can use a Dialing Device to link a Matter Transmitter nearby to the desired dimension."
]);
mods.jei.JEI.addDescription([
<contenttweaker:celestial_notes>,
<thaumcraft:celestial_notes:*>],
[
"To obtain Celestial Notes, you need a Thaumometer, Scribing Tools, and Paper.",
"",
"Point the Thaumometer at the sky in the right direction with the two other items in your inventory to obtain the respective Celestial Notes.",
"",
"Each note can be obtained multiple times, but only once per minecraft day. Things like the Blood Magic Imperfect Ritual or the Celestial Manipulator, or Mastery of Spellcraft (?) can help out with this.",
"",
"Requirements for the different papers:",
"The sun,",
"Empty Sky in the North/South/East/West Direction,",
"Various Phases of the Moon (different each night)"
]);
mods.jei.JEI.addDescription([
<contenttweaker:gaia_3_tips>],
[
"Here are some tips for fighting the tier 3 Gaia Guardian:",
"",
"Only vanilla, Botania, and ExtraBotany gear can be used. Because of this, bring good enchants on gear from these mods!",
"",
"The red mines on the ground can one-shot you, stay away from them! The green mines disarm you. The blue mines give slowness and blindness.",
"",
"Baubles from other mods are accepted, it is good to bring a magnet there, as the boss can disarm you.",
"",
"Good gear to have:",
"Pleiades Combat Maid Armor (best if super-enchanted)",
"Super Crown",
"Supremium Apples (eat before fight)",
"Enchanted Golden Apples",
"Band of Mana of some sort",
"Globethrotter's sash",
"",
"Melee weapon:",
"Thundercaller (best if super-enchanted, good to add lifesteal)",
"Excaliber (with good enchants, good to add lifesteal)",
"",
"Ranged weapons",
"Crystal Bow",
"Key of King's Law",
"Failnaught"
]);
mods.jei.JEI.addDescription([
<contenttweaker:gaia_4_tips>],
[
"Here are some tips for fighting the tier 3 Gaia Guardian:",
"",
"The boss copies all positive buffs you have (resistance, regeneration, etc). DO NOT buff yourself using effects!",
"",
"Only vanilla, Botania, and ExtraBotany gear can be used. Because of this, bring good enchants on gear from these mods!",
"",
"The red mines on the ground can one-shot you, stay away from them! The green mines disarm you. The blue mines give slowness and blindness.",
"",
"Baubles from other mods are accepted, it is good to bring a magnet there, as the boss can disarm you.",
"",
"Good gear to have:",
"Pleiades Combat Maid Armor (best if super-enchanted)",
"Super Crown",
"Band of Mana of some sort",
"Globethrotter's sash",
"",
"Melee weapon:",
"Thundercaller (best if super-enchanted, good to add lifesteal)",
"Excaliber (with good enchants, good to add lifesteal)",
"",
"Ranged weapons",
"Crystal Bow",
"Key of King's Law",
"Failnaught"
]);
mods.jei.JEI.addDescription([
<contenttweaker:energy_management_tipsandtricks>],
[
"Here are some tips and tricks for managing energy in your base:",
"",
"It is a very good idea to have a centralized energy storage system, this is how you ensure your base has enough to run, and it makes it easy to debug issues.",
"If your centralized storage is empty, it means you need more generators, if it is filling up, you are all good!",
"In terms of centralized energy storage, you can start off with EnderIO Capacitor Banks, but the Draconic Energy Orb is the best method, and it craftable in chapter 2.",
"",
"Wireless energy transfer through Flux Networks is the best way to move energy around your base.",
"To avoid issues with looping energy flows, you should use TWO SEPARATE Flux Networks, one going from your generators to your centralized energy storage, and the other from the centralized storage to your machines.",
"Depending on the energy throughput for a given machine or generator, disable the transfer limit in the relevant Flux Points and/or Plugs.",
"",
"Having a Flux Point for every machine, or a Flux Plug for every generator is a bad idea, and it can lead to lag.",
"It is a good idea to use other energy transfer (Fluxducts, Conduits, Energy Lasers) to connect a single Point/Plug to multiple machines/generators. Just make sure your transfer rates are high enough to keep up."
]);
mods.jei.JEI.addDescription([
<contenttweaker:passive_crafting_subnets>],
[
"NOTE: Crafting Cards and Level Maintainers are still very laggy if present in your main AE2 network, but yes they are useful in this subnet setup.",
"",
"NOTE: Using a recipe's output as an input to another recipe on the same passive crafting subnet can cause lag. If you want to automate nesting recipes, normal passive stups are better.",
"",
"For passive packagedauto setups where you may want higher processing speed, or for passiving multiple recipes on the same multiblock, crafting AE2 subnets using Level Maintainers are a useful tool.",
"",
"If you want to automate multiple recipes on the same multiblock using this method, note that it may be faster and more efficient to just build multiple of the same machine, and do normal passive automation. For some items that are required at smaller rates, though, this is a viable strategy.",
"",
"If you want to automate PackagedAuto this way, note that this method is particularly effective with combination crafting, but also viable for other crafts.",
"",
"A subnet of this type consists of a small AE2 network with:",
"",
"1) The crafting setup for a single machine (Interface with patters on a machine, Packager and Unpackager with configured recipe setup, etc.). If you want to automate more than one machine with this method, build multiple of these subnets! For higher processing speed, build multiples of the same crafting setup, with the exact same Pattern or Recipe Package.",
"",
"2) Some sort of storage for just the inputs to your recipes; this can also be a storage bus placed on a configured interface coming from the main AE2 network.",
"",
"3) Storage for the resuts of your recipes; drawers with storage buses are a good idea here.",
"",
"4) A Level Maintainer configured for the desired recipes and the desired amounts. "
]);
mods.jei.JEI.addDescription([
<xreliquary:infernal_tear>],
[
"XP production rates:",
"",
" . Nether Star - 500xp each (~level 19 for one)",
" . Diamond - 125xp each (~level 8 for one)",
" . Iron/Tin/Silver/Copper/Steel/Gold ingots, also Emeralds - 63 xp each (~level 5 for one)",
" . End Stone/Gravel/Netherrack/Sandstone- 1 xp each",
" . Obsidian- 5xp each",
" . Coal - 4xp each",
" . Lapis Lazuli - 9xp each",
" . Gunpowder - 8xp each",
" . Charcoal - 2xp each",
" . Clay block - 4xp each",
" . Soul sand - 2xp each",
" . Netherbrick - 4xp each",
" . Flint - 2xp each"
]);
mods.jei.JEI.addDescription([
<contenttweaker:thaumatorium_automation>],
[
"To reliably produce some resources, shown in JEI, you will want to set up some automation for the Thaumatorium. This method applies to both passive production and autocrafting, depending on how it is setup.",
"",
"If you have a reliable production of essentia, the Infusion Provider can be used with the Emptying Essentia Transfuser (placed on the Thumatorium) to automatically collect the required essentia for a given recipe.",
"",
"The Thaumatorium accepts items from pipes from its sides, and the dropped items it produces can be collected through any ranged item collector like the Vacuum Chest.",
"",
"Multiple recipes can be encoded on the same Thaumatorium using the Mnemonic Device.",
"",
"Since these setups drop items in-world, they can get laggy, so if you set these up passively, it is good to have some sort of shutdown mechanism to turn them off (using a comparator or a level emitter for example)."
]);
mods.jei.JEI.addDescription([
<contenttweaker:runic_altar_automation>],
[
"To obtain large amounts of Runes, some sort of automation for the Runic Altar may be desirable. This methods applies to both passiveproduction and autocrafting, depending on how it is setup. Note that Runes can be obtained in other ways as well (if you are inventive).",
"",
"The open crate, when provided with the right ingredients for a given recipe, can drop them directly into the Altar. Note that the Livingrock should always be last to be dropped; this can be ensured by placing it in the last slot in a AE2 procesisng pattern (for autocrafting), or using some item transfer logic (for passive). If you are autocrafting, to ensure that the Crate does not overfill, Blocking Mode on the Interface should be used.",
"",
"Alternatively, the Livingrock can be provided by a separate system. The Runic Altar provides a Comparator signal of 1 if it has a valid recipe, so it can be used for that.",
"",
"Mana spreaders have to be used to provide the Altar with the mana to run the recipe. Note that when a recipe is valid, and it has enough mana, the Runic Altar will produce a comparator signal of 2.",
"",
"Once both the valid items and the Livingrock are present, and the ALtar has enough mana, the Wand of the Forest can be used through a Mechanical User to start the recipe, and any ranged item collection system can be used to take the output.",
"",
"Note that Botania Runes are not consumed in recipes, so the output collection system will have to account for that.",
"",
"Since these setups drop items in-world, they can get laggy, so if you set these up passively, it is good to have some sort of shutdown mechanism to turn them off (using a comparator or a level emitter for example)."
]);
mods.jei.JEI.addDescription([
<contenttweaker:plasma_farm>],
[
"Plasma is produced inside a Fusion Reactor from Nuclearcraft while it is running.",
"",
"It can be pumped out using a Builder or a Ranged Pump",
"",
"After being emptied, the Reactor will not refill unless it is turned off and back on. Redstone circuitry can be used to periodically toggle the fusion reactor on and off to replenish it."
]);
+79
View File
@@ -0,0 +1,79 @@
import crafttweaker.item.IItemStack;
import crafttweaker.item.IIngredient;
import crafttweaker.data.IData;
recipes.addShaped(<contenttweaker:klein_charger>,
[[<contenttweaker:champion_token>, <contenttweaker:alchemical_crystal>, <contenttweaker:champion_token>],
[<contenttweaker:alchemical_crystal>, <contenttweaker:deep_dark_matter>, <contenttweaker:alchemical_crystal>],
[<contenttweaker:champion_token>, <contenttweaker:alchemical_crystal>, <contenttweaker:champion_token>]]);
function addKleinStarCharging(matterName as string, matterInput as IItemStack, matterEMC as long, starName as string, starFill as IItemStack, starMaxEMC as long) {
val recipe_name = matterName + "_" + starName;
recipes.addShapeless(
recipe_name,starFill,
[(starFill.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn(),
matterInput,
<contenttweaker:klein_charger>.reuse()],
function(out,ins,cInfo){
var oldEMC = ins.mark.tag.StoredEMC as long;
var newEMC = oldEMC + matterEMC;
if (newEMC > starMaxEMC) {
newEMC = starMaxEMC;
}
var updatedTag as IData = {
StoredEMC: newEMC
};
return ins.mark.withTag(updatedTag);
},
null
);
}
function primeKleinStarNBT(starName as string, starFill as IItemStack) {
val recipe_name = "primeNBT_" + starName;
recipes.addShapeless(
recipe_name,starFill,
[(starFill.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn(),
<minecraft:cobblestone>,
<contenttweaker:klein_charger>.reuse()],
function(out,ins,cInfo){
var updatedTag as IData = {
StoredEMC: 1 as long
};
return ins.mark.withTag(updatedTag);
},
null
);
}
val matter_name = ["dark", "red", "magenta", "pink", "purple", "violet", "blue", "cyan", "green", "lime", "yellow", "orange", "white", "fading"] as string[];
val matter_stack = [<projecte:item.pe_matter:0>, <projecte:item.pe_matter:1>, <projectex:matter:0>, <projectex:matter:1>, <projectex:matter:2>, <projectex:matter:3>, <projectex:matter:4>, <projectex:matter:5>, <projectex:matter:6>, <projectex:matter:7>, <projectex:matter:8>, <projectex:matter:9>, <projectex:matter:10>, <projectex:matter:11>] as IItemStack[];
val matter_EMC = [139264, 466944, 1449984, 4399104, 13246464, 39788544, 119414784, 358293504, 1074929664, 3224838144, 9674563584, 29023739904, 87071268864, 261213855744] as long[];
val star_name = ["klein_ein", "klein_zwei", "klein_drei", "klein_vier", "klein_sphere", "klein_omega", "magnum_ein", "magnum_zwei", "magnum_drei", "magnum_vier", "magnum_sphere", "magnum_omega", "kolossal_ein", "kolossal_zwei", "kolossal_drei", "kolossal_vier", "kolossal_sphere", "kolossal_omega"] as string[];
val star_stack = [<projecte:item.pe_klein_star:0>, <projecte:item.pe_klein_star:1>, <projecte:item.pe_klein_star:2>, <projecte:item.pe_klein_star:3>, <projecte:item.pe_klein_star:4>, <projecte:item.pe_klein_star:5>, <projectex:magnum_star_ein>, <projectex:magnum_star_zwei>, <projectex:magnum_star_drei>, <projectex:magnum_star_vier>, <projectex:magnum_star_sphere>, <projectex:magnum_star_omega>, <projectex:colossal_star_ein>, <projectex:colossal_star_zwei>, <projectex:colossal_star_drei>, <projectex:colossal_star_vier>, <projectex:colossal_star_sphere>, <projectex:colossal_star_omega>] as IItemStack[];
val star_capacity = [50000, 200000, 800000, 3200000, 12800000, 51200000, 204800000, 819200000, 3276800000, 13107200000, 52428800000, 209715200000, 838860800000, 3355443200000, 13421772800000, 53687091200000, 214748364800000, 858993459200000] as long[];
for matterIDX in 0 .. 14 {
for starIDX in 0 .. 18 {
val matterNameSingle = matter_name[matterIDX] as string;
val matterStackSingle = matter_stack[matterIDX] as IItemStack;
val matterEMCSingle = matter_EMC[matterIDX] as long;
val starNameSingle = star_name[starIDX] as string;
val starStackSingle = star_stack[starIDX] as IItemStack;
val starEMCSingle = star_capacity[starIDX] as long;
addKleinStarCharging(matterNameSingle, matterStackSingle, matterEMCSingle, starNameSingle, starStackSingle, starEMCSingle);
}
}
@@ -116,3 +116,11 @@ mods.ltt.LootTable.removeTable("railcraft:chests/village_workshop");
mods.ltt.LootTable.removeGlobalItem("iceandfire:copper_ingot");
mods.ltt.LootTable.removeGlobalItem("iceandfire:copper_nugget");
mods.ltt.LootTable.removeGlobalItem("immersiveengineering:shader_bag");
mods.ltt.LootTable.removeItem("champions:champion_loot", "tier#1", "minecraft:book");
mods.ltt.LootTable.removeItem("champions:champion_loot", "tier#2", "minecraft:book");
mods.ltt.LootTable.removeItem("champions:champion_loot", "tier#3", "minecraft:book");
mods.ltt.LootTable.removeItem("champions:champion_loot", "tier#4", "minecraft:book");
+235
View File
@@ -0,0 +1,235 @@
import mods.modularmachinery.RecipeBuilder;
import mods.thaumcraft.Infusion;
recipes.addShaped(<contenttweaker:stone_of_universal_balance>,
[[<contenttweaker:recursium_ingot>, <careerbees:ingredients:12>, <contenttweaker:order_wood>],
[<contenttweaker:hungering_flesh_ingot>, <contenttweaker:actualizing_hyperuranion_ingot>, <contenttweaker:ascended_fluix_crystal>],
[<contenttweaker:chaos_wood>, <careerbees:ingredients:11>, <contenttweaker:recursium_ingot>]]);
val hungeringfleshgear = RecipeBuilder.newBuilder("hungeringfleshgear","mythic_processor_gearworking_die",1);
hungeringfleshgear.addEnergyPerTickInput(1000000);
hungeringfleshgear.addItemInput(<contenttweaker:hungering_flesh_ingot>*16);
hungeringfleshgear.addItemOutput(<contenttweaker:hungering_flesh_gear>*4);
hungeringfleshgear.build();
val hungeringfleshplate = RecipeBuilder.newBuilder("hungeringfleshplate","mythic_processor_compactor",1);
hungeringfleshplate.addEnergyPerTickInput(1000000);
hungeringfleshplate.addItemInput(<contenttweaker:hungering_flesh_ingot>*4);
hungeringfleshplate.addItemOutput(<contenttweaker:hungering_flesh_plate>*4);
hungeringfleshplate.build();
mods.avaritia.ExtremeCrafting.addShaped("returningpointdire",
<contenttweaker:returning_point>,
[[<contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:ascended_fluix_crystal>,
<contenttweaker:ascended_fluix_crystal>, <contenttweaker:wormhole_catalyst>, <contenttweaker:ascended_fluix_crystal>,
<contenttweaker:ascended_fluix_crystal>, <contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:perfected_gallifreyan_plate>],
[<contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>,
<contenttweaker:sentient_meatball>, <contenttweaker:mark_of_sacrifice>, <contenttweaker:sentient_meatball>,
<contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>, <contenttweaker:perfected_gallifreyan_plate>],
[<contenttweaker:ascended_fluix_crystal>, <contenttweaker:sentient_meatball>, <magicbees:enchanted_earth>,
<magicbees:enchanted_earth>, <deepmoblearningbm:blood_infused_glitch_ingot>, <magicbees:enchanted_earth>,
<magicbees:enchanted_earth>, <contenttweaker:sentient_meatball>, <contenttweaker:ascended_fluix_crystal>],
[<contenttweaker:ascended_fluix_crystal>, <contenttweaker:sentient_meatball>, <magicbees:enchanted_earth>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>,
<magicbees:enchanted_earth>, <contenttweaker:sentient_meatball>, <contenttweaker:ascended_fluix_crystal>],
[<contenttweaker:wormhole_catalyst>, <contenttweaker:mark_of_sacrifice>, <deepmoblearningbm:blood_infused_glitch_ingot>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:planetary_essence>, <contenttweaker:stone_of_universal_balance>,
<deepmoblearningbm:blood_infused_glitch_ingot>, <contenttweaker:mark_of_sacrifice>, <contenttweaker:wormhole_catalyst>],
[<contenttweaker:ascended_fluix_crystal>, <contenttweaker:sentient_meatball>, <magicbees:enchanted_earth>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>,
<magicbees:enchanted_earth>, <contenttweaker:sentient_meatball>, <contenttweaker:ascended_fluix_crystal>],
[<contenttweaker:ascended_fluix_crystal>, <contenttweaker:sentient_meatball>, <magicbees:enchanted_earth>,
<magicbees:enchanted_earth>, <deepmoblearningbm:blood_infused_glitch_ingot>, <magicbees:enchanted_earth>,
<magicbees:enchanted_earth>, <contenttweaker:sentient_meatball>, <contenttweaker:ascended_fluix_crystal>],
[<contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>,
<contenttweaker:sentient_meatball>, <contenttweaker:mark_of_sacrifice>, <contenttweaker:sentient_meatball>,
<contenttweaker:sentient_meatball>, <contenttweaker:sentient_meatball>, <contenttweaker:perfected_gallifreyan_plate>],
[<contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:ascended_fluix_crystal>,
<contenttweaker:ascended_fluix_crystal>, <contenttweaker:wormhole_catalyst>, <contenttweaker:ascended_fluix_crystal>,
<contenttweaker:ascended_fluix_crystal>, <contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:perfected_gallifreyan_plate>]]);
recipes.addShaped(<contenttweaker:all_seeing_sentient_meatball>*2,
[[<contenttweaker:sentient_meatball>, <thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "visum"}]}), <contenttweaker:sentient_meatball>],
[<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "visum"}]}), <contenttweaker:all_seeing_sentient_meatball>, <thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "visum"}]})],
[<contenttweaker:sentient_meatball>, <thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "visum"}]}), <contenttweaker:sentient_meatball>]]);
recipes.addShaped(<contenttweaker:spreading_sentient_meatball>*2,
[[<contenttweaker:sentient_meatball>, <thaumcraft:taint_soil>, <contenttweaker:sentient_meatball>],
[<forge:bucketfilled>.withTag({FluidName: "flesh_world_ichor", Amount: 1000}), <contenttweaker:spreading_sentient_meatball>, <forge:bucketfilled>.withTag({FluidName: "flesh_world_ichor", Amount: 1000})],
[<contenttweaker:sentient_meatball>, <thaumcraft:taint_soil>, <contenttweaker:sentient_meatball>]]);
recipes.addShaped(<contenttweaker:world_corrupting_sentient_meatball>*2,
[[<contenttweaker:sentient_meatball>, <contenttweaker:planetary_essence>, <contenttweaker:sentient_meatball>],
[<contenttweaker:planetary_essence>, <contenttweaker:world_corrupting_sentient_meatball>, <contenttweaker:planetary_essence>],
[<contenttweaker:sentient_meatball>, <contenttweaker:planetary_essence>, <contenttweaker:sentient_meatball>]]);
mods.thaumcraft.Infusion.registerRecipe("infmeatballtitan", "",
<contenttweaker:summons_of_the_meatball_titan>, 10,
[<aspect:vitium>*1000, <aspect:desiderium>*1000, <aspect:visum>*500, <aspect:motus>*200],
<contenttweaker:all_seeing_sentient_meatball>,
[<twilightforest:giant_sword>, <thaumcraft:brain>,
<contenttweaker:hungering_flesh_ingot>, <contenttweaker:fluxed_electrum_shaft>,
<contenttweaker:fifth_order_mythic_fractal>, <contenttweaker:prophetic_paper>,
<twilightforest:giant_sword>, <thaumcraft:brain>,
<contenttweaker:hungering_flesh_ingot>, <contenttweaker:fluxed_electrum_shaft>,
<contenttweaker:fifth_order_mythic_fractal>, <contenttweaker:prophetic_paper>]);
mods.thaumcraft.Infusion.registerRecipe("inffleshworldcallstone", "",
<contenttweaker:summons_of_the_meatball_titan>, 10,
[<aspect:vitium>*1000, <aspect:desiderium>*1000, <aspect:diabolus>*500, <aspect:infernum>*200],
<contenttweaker:spreading_sentient_meatball>,
[<contenttweaker:slate_of_endless_hunger>, <contenttweaker:hungering_flesh_ingot>,
<contenttweaker:faultless_ichor>, <forge:bucketfilled>.withTag({FluidName: "flesh_world_ichor", Amount: 1000}),
<contenttweaker:slate_of_endless_hunger>, <contenttweaker:hungering_flesh_ingot>,
<contenttweaker:faultless_ichor>, <forge:bucketfilled>.withTag({FluidName: "flesh_world_ichor", Amount: 1000})]);
recipes.addShaped(<contenttweaker:flesh_world_staff>,
[[null, <contenttweaker:shield_of_the_flesh_world>, null],
[<contenttweaker:shield_of_the_flesh_world>, <divinerpg:evernight>.reuse(), <contenttweaker:shield_of_the_flesh_world>],
[null, <contenttweaker:shield_of_the_flesh_world>, null]]);
recipes.addShaped(<contenttweaker:parasitic_sentient_meatball>*2,
[[<contenttweaker:sentient_meatball>, <gendustry:honey_comb:14020>, <contenttweaker:sentient_meatball>],
[<gendustry:honey_comb:14020>, <contenttweaker:parasitic_sentient_meatball>, <gendustry:honey_comb:14020>],
[<contenttweaker:sentient_meatball>, <gendustry:honey_comb:14020>, <contenttweaker:sentient_meatball>]]);
recipes.addShaped(<contenttweaker:burly_sentient_meatball>*2,
[[<contenttweaker:sentient_meatball>, <aoa3:strength_tablet>, <contenttweaker:sentient_meatball>],
[<aoa3:strength_tablet>, <contenttweaker:burly_sentient_meatball>, <aoa3:strength_tablet>],
[<contenttweaker:sentient_meatball>, <aoa3:strength_tablet>, <contenttweaker:sentient_meatball>]]);
recipes.addShaped(<contenttweaker:harbinger_sentient_meatball>*2,
[[<contenttweaker:sentient_meatball>, <contenttweaker:hungering_flesh_ingot>, <contenttweaker:sentient_meatball>],
[<contenttweaker:hungering_flesh_ingot>, <contenttweaker:harbinger_sentient_meatball>, <contenttweaker:hungering_flesh_ingot>],
[<contenttweaker:sentient_meatball>, <contenttweaker:hungering_flesh_ingot>, <contenttweaker:sentient_meatball>]]);
mods.thaumcraft.Infusion.registerRecipe("infundeadrisingsummons", "",
<contenttweaker:summons_of_the_faithful_undead>, 10,
[<aspect:vitium>*1000, <aspect:desiderium>*1000, <aspect:bestia>*500, <aspect:vinculum>*200],
<contenttweaker:harbinger_sentient_meatball>,
[<contenttweaker:burly_sentient_meatball>, <mod_lavacow:intestine>,
<contenttweaker:faultless_ichor>, <contenttweaker:parasitic_sentient_meatball>,
<mod_lavacow:intestine>, <enderio:item_soul_vial:1>.withTag({entityId: "mod_lavacow:lavacow"}),
<contenttweaker:burly_sentient_meatball>, <contenttweaker:hungering_flesh_ingot>,
<contenttweaker:faultless_ichor>, <contenttweaker:parasitic_sentient_meatball>,
<mod_lavacow:intestine>, <enderio:item_soul_vial:1>.withTag({entityId: "mod_lavacow:lavacow"})]);
recipes.addShaped(<contenttweaker:prophetic_sentient_meatball>,
[[<contenttweaker:prophetic_meatball_flesh>, <contenttweaker:prophetic_meatball_flesh>, <contenttweaker:prophetic_meatball_flesh>],
[<contenttweaker:prophetic_meatball_flesh>, <contenttweaker:harbinger_sentient_meatball>, <contenttweaker:prophetic_meatball_flesh>],
[<contenttweaker:prophetic_meatball_flesh>, <contenttweaker:prophetic_meatball_flesh>, <contenttweaker:prophetic_meatball_flesh>]]);
val hungeringsoulmeatball = RecipeBuilder.newBuilder("hungeringsoulmeatball","shrine_of_the_sentient_meatballs",200);
hungeringsoulmeatball.addEnergyPerTickInput(2000000000);
hungeringsoulmeatball.addWillInput("DEFAULT", 10,0,1000000);
hungeringsoulmeatball.addWillInput("CORROSIVE", 10,0,1000000);
hungeringsoulmeatball.addWillInput("DESTRUCTIVE", 10,0,1000000);
hungeringsoulmeatball.addWillInput("VENGEFUL", 10,0,1000000);
hungeringsoulmeatball.addWillInput("STEADFAST", 10,0,1000000);
hungeringsoulmeatball.addFluidInput(<fluid:flesh_world_ichor>*16000);
hungeringsoulmeatball.addFluidInput(<fluid:imperial_abyssite>*100);
hungeringsoulmeatball.addItemInput(<botania:rune:15>);
hungeringsoulmeatball.addItemInput(<contenttweaker:inanimate_soul>);
hungeringsoulmeatball.addItemInput(<extrabotany:cocoondesire>);
hungeringsoulmeatball.addItemInput(<contenttweaker:abyssal_flesh>*4);
hungeringsoulmeatball.addItemInput(<contenttweaker:world_corrupting_sentient_meatball>);
hungeringsoulmeatball.addItemOutput(<contenttweaker:hungering_world_soul>);
hungeringsoulmeatball.build();
mods.nuclearcraft.infuser.addRecipe([<avaritia:resource:5>, <fluid:fractallite_halite>*12, <avaritiaitem:fractallite_halite_catalyst>]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:hungering_machine_case>,
[[<contenttweaker:hungering_world_soul>, <contenttweaker:organic_jade_plate>, <avaritiaitem:fractallite_halite_catalyst>, <contenttweaker:organic_jade_plate>, <contenttweaker:hungering_world_soul>],
[<contenttweaker:organic_jade_plate>, <contenttweaker:hungering_flesh_plate>, <contenttweaker:cured_organic_mythic_board>, <contenttweaker:hungering_flesh_plate>, <contenttweaker:organic_jade_plate>],
[<avaritiaitem:fractallite_halite_catalyst>, <contenttweaker:hungering_flesh_gear>, <contenttweaker:well_defined_machine_case>, <contenttweaker:hungering_flesh_gear>, <avaritiaitem:fractallite_halite_catalyst>],
[<contenttweaker:organic_jade_plate>, <contenttweaker:hungering_flesh_plate>, <contenttweaker:cured_organic_mythic_board>, <contenttweaker:hungering_flesh_plate>, <contenttweaker:organic_jade_plate>],
[<contenttweaker:hungering_world_soul>, <contenttweaker:organic_jade_plate>, <avaritiaitem:fractallite_halite_catalyst>, <contenttweaker:organic_jade_plate>, <contenttweaker:hungering_world_soul>]]);
recipes.addShaped(<avaritiaitem:meatball_man_destruction_fabrial>,
[[<contenttweaker:ascended_fluix_crystal>, <nae2:material:4>, <contenttweaker:ascended_fluix_crystal>],
[<nae2:material:4>, <contenttweaker:shield_of_the_meatball_man>, <nae2:material:4>],
[<contenttweaker:ascended_fluix_crystal>, <nae2:material:4>, <contenttweaker:ascended_fluix_crystal>]]);
mods.avaritia.ExtremeCrafting.addShaped("meatballmancallstone",
<contenttweaker:meatball_man_callstone>,
[[<ore:ingotFractalliteHalite>, null, <contenttweaker:hungering_world_soul>,
null, <ore:ingotSacrificeMetal>, null,
<contenttweaker:hungering_world_soul>, null, <ore:ingotFractalliteHalite>],
[null, null, null,
<contenttweaker:star_of_betrayal>, null, <contenttweaker:star_of_betrayal>,
null, null, null],
[<contenttweaker:hungering_world_soul>, null, <contenttweaker:hungering_machine_case>,
null, <contenttweaker:hyperuranon_actualizing_fabrial>, null,
<contenttweaker:hungering_machine_case>, null, <contenttweaker:hungering_world_soul>],
[null, <contenttweaker:star_of_betrayal>, null,
<contenttweaker:gluttonous_sentient_meatball>, <contenttweaker:stone_of_universal_balance>, <contenttweaker:gluttonous_sentient_meatball>,
null, <contenttweaker:star_of_betrayal>, null],
[<ore:ingotSacrificeMetal>, null, <contenttweaker:hyperuranon_actualizing_fabrial>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:mark_of_sacrifice>, <contenttweaker:stone_of_universal_balance>,
<contenttweaker:hyperuranon_actualizing_fabrial>, null, <ore:ingotSacrificeMetal>],
[null, <contenttweaker:star_of_betrayal>, null,
<contenttweaker:gluttonous_sentient_meatball>, <contenttweaker:stone_of_universal_balance>, <contenttweaker:gluttonous_sentient_meatball>,
null, <contenttweaker:star_of_betrayal>, null],
[<contenttweaker:hungering_world_soul>, null, <contenttweaker:hungering_machine_case>,
null, <contenttweaker:hyperuranon_actualizing_fabrial>, null,
<contenttweaker:hungering_machine_case>, null, <contenttweaker:hungering_world_soul>],
[null, null, null,
<contenttweaker:star_of_betrayal>, null, <contenttweaker:star_of_betrayal>,
null, null, null],
[<ore:ingotFractalliteHalite>, null, <contenttweaker:hungering_world_soul>,
null, <ore:ingotSacrificeMetal>, null,
<contenttweaker:hungering_world_soul>, null, <ore:ingotFractalliteHalite>]]);
recipes.addShaped(<contenttweaker:true_chaos>,
[[<draconicevolution:chaotic_core>, <contenttweaker:stone_of_universal_balance>, <draconicevolution:chaotic_core>],
[<contenttweaker:stone_of_universal_balance>, <contenttweaker:staff_of_the_lord_of_gluttony>.reuse(), <contenttweaker:stone_of_universal_balance>],
[<draconicevolution:chaotic_core>, <contenttweaker:stone_of_universal_balance>, <draconicevolution:chaotic_core>]]);
mods.abyssalcraft.InfusionRitual.addRitual("KashanWarperInf",
4, 0,
100000,
true,
<contenttweaker:warren_creation_fabrial>,
<contenttweaker:self_actualizing_warren_rift>,
[<contenttweaker:true_chaos>,<contenttweaker:wormhole_catalyst>,
<contenttweaker:true_chaos>,<contenttweaker:wormhole_catalyst>,
<contenttweaker:true_chaos>,<contenttweaker:wormhole_catalyst>,
<contenttweaker:true_chaos>,<contenttweaker:wormhole_catalyst>]);
game.setLocalization("ac.ritual.KashanWarperInf", "宇宙尽在掌握");
game.setLocalization("ac.ritual.KashanWarperInf.desc", "这是一切意义之所在");
+134 -59
View File
@@ -12,7 +12,7 @@ var masterspellmotus = VanillaFactory.createItem("master_spell_motus");
masterspellmotus.maxStackSize = 1;
masterspellmotus.glowing = true;
masterspellmotus.itemRightClick = function(stack, world, player, hand) {
Commands.call("effect @p minecraft:speed 30 255", player, world, true, true);
Commands.call("effect @p minecraft:speed 30 255", player, world, false, true);
return "Pass";
};
masterspellmotus.register();
@@ -22,7 +22,7 @@ var masterspellaqua = VanillaFactory.createItem("master_spell_aqua");
masterspellaqua.maxStackSize = 1;
masterspellaqua.glowing = true;
masterspellaqua.itemRightClick = function(stack, world, player, hand) {
Commands.call("toggledownfall", player, world, true, true);
Commands.call("toggledownfall", player, world, false, true);
return "Pass";
};
masterspellaqua.register();
@@ -31,12 +31,12 @@ var masterspellgelu = VanillaFactory.createItem("master_spell_gelu");
masterspellgelu.maxStackSize = 1;
masterspellgelu.glowing = true;
masterspellgelu.itemRightClick = function(stack, world, player, hand) {
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 bewitchment:perpetual_ice 0 replace minecraft:ice", player, world, true, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_grass 0 replace minecraft:grass", player, world, true, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_dirt 0 replace minecraft:dirt", player, world, true, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_log 0 replace minecraft:log", player, world, true, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:ice 0 replace minecraft:leaves", player, world, true, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:packed_ice 0 replace minecraft:obsidian", player, world, true, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 bewitchment:perpetual_ice 0 replace minecraft:ice", player, world, false, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_grass 0 replace minecraft:grass", player, world, false, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_dirt 0 replace minecraft:dirt", player, world, false, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_log 0 replace minecraft:log", player, world, false, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:ice 0 replace minecraft:leaves", player, world, false, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:packed_ice 0 replace minecraft:obsidian", player, world, false, true);
return "Pass";
};
masterspellgelu.register();
@@ -45,7 +45,7 @@ var masterspellsol = VanillaFactory.createItem("master_spell_sol");
masterspellsol.maxStackSize = 1;
masterspellsol.glowing = true;
masterspellsol.itemRightClick = function(stack, world, player, hand) {
Commands.call("time add 24000", player, world, true, true);
Commands.call("time add 24000", player, world, false, true);
return "Pass";
};
masterspellsol.register();
@@ -54,7 +54,7 @@ var masterspellluna = VanillaFactory.createItem("master_spell_luna");
masterspellluna.maxStackSize = 1;
masterspellluna.glowing = true;
masterspellluna.itemRightClick = function(stack, world, player, hand) {
Commands.call("time add 6000", player, world, true, true);
Commands.call("time add 6000", player, world, false, true);
return "Pass";
};
masterspellluna.register();
@@ -63,13 +63,13 @@ var masterspellperditio = VanillaFactory.createItem("master_spell_perditio");
masterspellperditio.maxStackSize = 1;
masterspellperditio.glowing = true;
masterspellperditio.itemRightClick = function(stack, world, player, hand) {
Commands.call("fill ~10 ~-1 ~10 ~-10 ~-1 ~-10 air 0 replace minecraft:stone 0", player, world, true, true);
Commands.call("fill ~10 ~-1 ~10 ~-10 ~-1 ~-10 air 0 replace minecraft:stone 0", player, world, false, true);
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ bewitchment:blessed_stone 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true);
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:scale_of_the_ancient_heart 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true);
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:asgard_furnace_brick 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true);
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:recursive_stone 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true);
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ aoa3:rune_shrine 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true);
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ bewitchment:blessed_stone 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true);
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:scale_of_the_ancient_heart 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true);
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:asgard_furnace_brick 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true);
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:recursive_stone 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true);
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ aoa3:rune_shrine 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true);
return "Pass";
};
masterspellperditio.register();
@@ -78,7 +78,7 @@ var masterspelldesiderium = VanillaFactory.createItem("master_spell_desiderium")
masterspelldesiderium.maxStackSize = 1;
masterspelldesiderium.glowing = true;
masterspelldesiderium.itemRightClick = function(stack, world, player, hand) {
Commands.call("fill ~15 ~5 ~15 ~-15 ~-5 ~-15 contenttweaker:living_gold 0", player, world, true, true);
Commands.call("fill ~15 ~5 ~15 ~-15 ~-5 ~-15 contenttweaker:living_gold 0", player, world, false, true);
return "Pass";
};
masterspelldesiderium.register();
@@ -87,12 +87,12 @@ var masterspellvitium = VanillaFactory.createItem("master_spell_vitium");
masterspellvitium.maxStackSize = 1;
masterspellvitium.glowing = true;
masterspellvitium.itemRightClick = function(stack, world, player, hand) {
Commands.call("thaumcraft warp @p set 10000 perm", player, world, true, true);
Commands.call("thaumcraft warp @p set 10000 temp", player, world, true, true);
Commands.call("summon thaumicaugmentation:eldritch_guardian ~10 ~ ~", player, world, true, true);
Commands.call("summon thaumicaugmentation:eldritch_warden ~ ~ ~10", player, world, true, true);
Commands.call("summon thaumcraft:cultistportalgreater ~-10 ~ ~", player, world, true, true);
Commands.call("summon thaumicaugmentation:eldritch_golem ~ ~ ~-10", player, world, true, true);
Commands.call("thaumcraft warp @p set 10000 perm", player, world, false, true);
Commands.call("thaumcraft warp @p set 10000 temp", player, world, false, true);
Commands.call("summon thaumicaugmentation:eldritch_guardian ~10 ~ ~", player, world, false, true);
Commands.call("summon thaumicaugmentation:eldritch_warden ~ ~ ~10", player, world, false, true);
Commands.call("summon thaumcraft:cultistportalgreater ~-10 ~ ~", player, world, false, true);
Commands.call("summon thaumicaugmentation:eldritch_golem ~ ~ ~-10", player, world, false, true);
return "Pass";
};
masterspellvitium.register();
@@ -101,7 +101,7 @@ var masterspellterra = VanillaFactory.createItem("master_spell_terra");
masterspellterra.maxStackSize = 1;
masterspellterra.glowing = true;
masterspellterra.itemRightClick = function(stack, world, player, hand) {
Commands.call("pillar-spawn master_spell_structure_terra", player, world, true, true);
Commands.call("pillar-spawn master_spell_structure_terra", player, world, false, true);
return "Pass";
};
masterspellterra.register();
@@ -110,7 +110,7 @@ var masterspellauram = VanillaFactory.createItem("master_spell_auram");
masterspellauram.maxStackSize = 1;
masterspellauram.glowing = true;
masterspellauram.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon Item ~ ~100 ~ {Item:{id:\"thaumadditions:puriflower\",Count:1b}}", player, world, true, true);
Commands.call("summon Item ~ ~100 ~ {Item:{id:\"thaumadditions:puriflower\",Count:1b}}", player, world, false, true);
return "Pass";
};
masterspellauram.register();
@@ -119,7 +119,7 @@ var masterspelllux = VanillaFactory.createItem("master_spell_lux");
masterspelllux.maxStackSize = 1;
masterspelllux.glowing = true;
masterspelllux.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon Item ~ ~100 ~ {Item:{id:\"contenttweaker:ineffable_light\",Count:1b}}", player, world, true, true);
Commands.call("summon Item ~ ~100 ~ {Item:{id:\"contenttweaker:ineffable_light\",Count:1b}}", player, world, false, true);
return "Pass";
};
masterspelllux.register();
@@ -128,14 +128,14 @@ var masterspeldiabolus = VanillaFactory.createItem("master_spell_diabolus");
masterspeldiabolus.maxStackSize = 1;
masterspeldiabolus.glowing = true;
masterspeldiabolus.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon bewitchment:hellhound ~5 ~ ~ {Passengers:[{id:\"bewitchment:demon\",ActiveEffects:[{Id:10,Amplifier:8,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}]}", player, world, true, true);
Commands.call("summon bewitchment:hellhound ~-5 ~ ~ {Passengers:[{id:\"bewitchment:demon\",ActiveEffects:[{Id:10,Amplifier:8,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}]}", player, world, true, true);
Commands.call("summon bewitchment:leonard ~10 ~ ~ {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true);
Commands.call("summon bewitchment:leonard ~-10 ~ ~ {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true);
Commands.call("summon bewitchment:baphomet ~ ~ ~5 {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true);
Commands.call("summon bewitchment:baphomet ~ ~ ~-5 {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true);
Commands.call("summon zombie ~ ~ ~10 {ArmorItems:[{Count:1,id:\"thaumadditions:adaminite_boots\"},{Count:1,id:\"thaumadditions:adaminite_belt\"},{Count:1,id:\"thaumadditions:adaminite_robe\"},{Count:1,id:\"thaumadditions:adaminite_hood\"}],ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:11,Amplifier:2,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true);
Commands.call("summon zombie ~ ~ ~-10 {ArmorItems:[{Count:1,id:\"thaumadditions:adaminite_boots\"},{Count:1,id:\"thaumadditions:adaminite_belt\"},{Count:1,id:\"thaumadditions:adaminite_robe\"},{Count:1,id:\"thaumadditions:adaminite_hood\"}],ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:11,Amplifier:2,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true);
Commands.call("summon bewitchment:hellhound ~5 ~ ~ {Passengers:[{id:\"bewitchment:demon\",ActiveEffects:[{Id:10,Amplifier:8,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}]}", player, world, false, true);
Commands.call("summon bewitchment:hellhound ~-5 ~ ~ {Passengers:[{id:\"bewitchment:demon\",ActiveEffects:[{Id:10,Amplifier:8,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}]}", player, world, false, true);
Commands.call("summon bewitchment:leonard ~10 ~ ~ {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true);
Commands.call("summon bewitchment:leonard ~-10 ~ ~ {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true);
Commands.call("summon bewitchment:baphomet ~ ~ ~5 {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true);
Commands.call("summon bewitchment:baphomet ~ ~ ~-5 {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true);
Commands.call("summon zombie ~ ~ ~10 {ArmorItems:[{Count:1,id:\"thaumadditions:adaminite_boots\"},{Count:1,id:\"thaumadditions:adaminite_belt\"},{Count:1,id:\"thaumadditions:adaminite_robe\"},{Count:1,id:\"thaumadditions:adaminite_hood\"}],ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:11,Amplifier:2,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true);
Commands.call("summon zombie ~ ~ ~-10 {ArmorItems:[{Count:1,id:\"thaumadditions:adaminite_boots\"},{Count:1,id:\"thaumadditions:adaminite_belt\"},{Count:1,id:\"thaumadditions:adaminite_robe\"},{Count:1,id:\"thaumadditions:adaminite_hood\"}],ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:11,Amplifier:2,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true);
return "Pass";
};
masterspeldiabolus.register();
@@ -144,16 +144,18 @@ var masterspelpraemunio = VanillaFactory.createItem("master_spell_praemunio");
masterspelpraemunio.maxStackSize = 1;
masterspelpraemunio.glowing = true;
masterspelpraemunio.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon zombie_horse ~ ~1 ~ {Passengers:[{id:zombie,ArmorItems:[{Count:1,id:\"contenttweaker:brightsteel_feet\",tag:{ench:[{id:7,lvl:50}]}},{Count:1,id:\"contenttweaker:brightsteel_legs\",tag:{ench:[{id:7,lvl:20}]}},{Count:1,id:\"contenttweaker:brightsteel_chest\",tag:{ench:[{id:7,lvl:15}]}},{Count:1,id:\"contenttweaker:brightsteel_head\",tag:{ench:[{id:7,lvl:20}]}}],ArmorDropChances:[0.1f,0.1f,0.1f,0.1f],ActiveEffects:[{Id:5,Amplifier:200,Duration:999999},{Id:10,Amplifier:30,Duration:999999},{Id:11,Amplifier:4,Duration:999999},{Id:22,Amplifier:250,Duration:999999}]}]}", player, world, true, true);
Commands.call("summon zombie_horse ~ ~1 ~ {Passengers:[{id:zombie,Invulnerable:1,ArmorItems:[{Count:1,id:\"contenttweaker:brightsteel_feet\",tag:{ench:[{id:7,lvl:50}]}},{Count:1,id:\"contenttweaker:brightsteel_legs\",tag:{ench:[{id:7,lvl:20}]}},{Count:1,id:\"contenttweaker:brightsteel_chest\",tag:{ench:[{id:7,lvl:15}]}},{Count:1,id:\"contenttweaker:brightsteel_head\",tag:{ench:[{id:7,lvl:20}]}}],ArmorDropChances:[0.1f,0.1f,0.1f,0.1f]}]}", player, world, false, true);
return "Pass";
};
masterspelpraemunio.register();
var masterspellcaeles = VanillaFactory.createItem("master_spell_caeles");
masterspellcaeles.maxStackSize = 1;
masterspellcaeles.glowing = true;
masterspellcaeles.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon Item ~ ~100 ~ {Item:{id:\"contenttweaker:celestial_shield_fragment\",Count:1b}}", player, world, true, true);
Commands.call("summon Item ~ ~100 ~ {Item:{id:\"contenttweaker:celestial_shield_fragment\",Count:1b}}", player, world, false, true);
return "Pass";
};
masterspellcaeles.register();
@@ -164,11 +166,11 @@ var masterspelldreadia = VanillaFactory.createItem("master_spell_dreadia");
masterspelldreadia.maxStackSize = 1;
masterspelldreadia.glowing = true;
masterspelldreadia.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_head\",Count:1b}}", player, world, true, true);
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_chest\",Count:1b}}", player, world, true, true);
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_feet\",Count:1b}}", player, world, true, true);
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_legs\",Count:1b}}", player, world, true, true);
Commands.call("summon abyssalcraft:dreaded_abyssalnite_golem ~ ~3 ~ {Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:300.0}],Health:10000f}", player, world, true, true);
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_head\",Count:1b}}", player, world, false, true);
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_chest\",Count:1b}}", player, world, false, true);
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_feet\",Count:1b}}", player, world, false, true);
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_legs\",Count:1b}}", player, world, false, true);
Commands.call("summon abyssalcraft:dreaded_abyssalnite_golem ~ ~3 ~ {Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:300.0}],Health:10000f}", player, world, false, true);
return "Pass";
};
masterspelldreadia.register();
@@ -187,7 +189,7 @@ voidportalbreaker.itemRightClick = function(stack, world, player, hand) {
return "FAIL";
}
Commands.call("fill ~10 ~-1 ~10 ~-10 ~-1 ~-10 minecraft:stone 0 replace simplevoidworld:portal 0", player, world, true, true);
Commands.call("fill ~10 ~-1 ~10 ~-10 ~-1 ~-10 minecraft:stone 0 replace simplevoidworld:portal 0", player, world, false, true);
return "Pass";
};
voidportalbreaker.register();
@@ -197,7 +199,7 @@ var masterspellmetallum = VanillaFactory.createItem("master_spell_metallum");
masterspellmetallum.maxStackSize = 1;
masterspellmetallum.glowing = true;
masterspellmetallum.itemRightClick = function(stack, world, player, hand) {
Commands.call("fill ~-3 ~10 ~-3 ~3 ~10 ~3 minecraft:anvil 0 replace air", player, world, true, true);
Commands.call("fill ~-3 ~10 ~-3 ~3 ~10 ~3 minecraft:anvil 0 replace air", player, world, false, true);
player.sendChat("You've been Etho'd");
return "Pass";
};
@@ -207,11 +209,11 @@ var masterspellstellae = VanillaFactory.createItem("master_spell_stellae");
masterspellstellae.maxStackSize = 1;
masterspellstellae.glowing = true;
masterspellstellae.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon astralsorcery:entityflare ~ ~1 ~-3", player, world, true, true);
Commands.call("summon astralsorcery:entityflare ~ ~1 ~3", player, world, true, true);
Commands.call("summon astralsorcery:entityflare ~-3 ~1 ~", player, world, true, true);
Commands.call("summon astralsorcery:entityflare ~3 ~1 ~", player, world, true, true);
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:starlight_sphere\",Count:1b}}", player, world, true, true);
Commands.call("summon astralsorcery:entityflare ~ ~1 ~-3", player, world, false, true);
Commands.call("summon astralsorcery:entityflare ~ ~1 ~3", player, world, false, true);
Commands.call("summon astralsorcery:entityflare ~-3 ~1 ~", player, world, false, true);
Commands.call("summon astralsorcery:entityflare ~3 ~1 ~", player, world, false, true);
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:starlight_sphere\",Count:1b}}", player, world, false, true);
return "Pass";
};
masterspellstellae.register();
@@ -220,10 +222,10 @@ var masterspellpotentia = VanillaFactory.createItem("master_spell_potentia");
masterspellpotentia.maxStackSize = 1;
masterspellpotentia.glowing = true;
masterspellpotentia.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon bloodmagic:corrupted_chicken", player, world, true, true);
Commands.call("summon bloodmagic:corrupted_sheep", player, world, true, true);
Commands.call("summon bloodmagic:corrupted_spider", player, world, true, true);
Commands.call("summon bloodmagic:corrupted_zombie", player, world, true, true);
Commands.call("summon bloodmagic:corrupted_chicken", player, world, false, true);
Commands.call("summon bloodmagic:corrupted_sheep", player, world, false, true);
Commands.call("summon bloodmagic:corrupted_spider", player, world, false, true);
Commands.call("summon bloodmagic:corrupted_zombie", player, world, false, true);
return "Pass";
};
masterspellpotentia.register();
@@ -232,7 +234,7 @@ var masterspellalienis = VanillaFactory.createItem("master_spell_alienis");
masterspellalienis.maxStackSize = 1;
masterspellalienis.glowing = true;
masterspellalienis.itemRightClick = function(stack, world, player, hand) {
Commands.call("pillar-spawn master_spell_structure_alienis", player, world, true, true);
Commands.call("pillar-spawn master_spell_structure_alienis", player, world, false, true);
return "Pass";
};
masterspellalienis.register();
@@ -247,11 +249,11 @@ warrenblindfold.itemRightClick = function(stack, world, player, hand) {
player.sendChat("需位于灵薄狱");
return "FAIL";
}
Commands.call("particle totem ~ ~ ~ 2 30 2 1 2000 20", player, world, true, true);
Commands.call("particle magicCrit ~ ~ ~ 2 30 2 1 2000 20", player, world, true, true);
Commands.call("particle hugeexplosion ~ ~ ~ 1 1 1 1 100 20", player, world, true, true);
Commands.call("cofh killall monolith", player, world, true, true);
Commands.call("summon Item ~ ~5 ~ {Item:{id:\"contenttweaker:eye_of_limbo\",Count:1b}}", player, world, true, true);
Commands.call("particle totem ~ ~ ~ 2 30 2 1 2000 20", player, world, false, true);
Commands.call("particle magicCrit ~ ~ ~ 2 30 2 1 2000 20", player, world, false, true);
Commands.call("particle hugeexplosion ~ ~ ~ 1 1 1 1 100 20", player, world, false, true);
Commands.call("cofh killall monolith", player, world, false, true);
Commands.call("summon Item ~ ~5 ~ {Item:{id:\"contenttweaker:eye_of_limbo\",Count:1b}}", player, world, false, true);
stack.shrink(1);
return "Pass";
};
@@ -263,8 +265,81 @@ var masterspellvictus = VanillaFactory.createItem("master_spell_victus");
masterspellvictus.maxStackSize = 1;
masterspellvictus.glowing = true;
masterspellvictus.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:lively_twilight_gem\",Count:1b}}", player, world, true, true);
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:lively_twilight_gem\",Count:1b}}", player, world, false, true);
return "Pass";
};
masterspellvictus.register();
var masterspellordo = VanillaFactory.createItem("master_spell_ordo");
masterspellordo.maxStackSize = 1;
masterspellordo.glowing = true;
masterspellordo.itemRightClick = function(stack, world, player, hand) {
player.sendChat("或许在冥界、天外天,能为失落附魂之石派上用场");
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 draconicevolution:draconium_ore 2 replace minecraft:end_stone", player, world, false, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 appliedenergistics2:sky_stone_block 0 replace minecraft:stone", player, world, false, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 draconicevolution:draconium_ore 1 replace minecraft:netherrack", player, world, false, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 contenttweaker:freed_sky_stone 0 replace contenttweaker:possessed_sky_stone", player, world, false, true);
return "Pass";
};
masterspellordo.register();
var masterspelldraco = VanillaFactory.createItem("master_spell_draco");
masterspelldraco.maxStackSize = 1;
masterspelldraco.glowing = true;
masterspelldraco.itemRightClick = function(stack, world, player, hand) {
Commands.call("/summon abyssalcraft:dragonminion ~ ~5 ~ {HandItems:[{Count:1,id:\"contenttweaker:lost_soul_of_entropy\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"失落的混沌之魂\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:5000.0},{Name:generic.attackDamage, Base:100.0}],Health:5000f}", player, world, false, true);
return "Pass";
};
masterspelldraco.register();
var masterspellhumanus = VanillaFactory.createItem("master_spell_humanus");
masterspellhumanus.maxStackSize = 1;
masterspellhumanus.glowing = true;
masterspellhumanus.itemRightClick = function(stack, world, player, hand) {
Commands.call("/summon villager ~ ~3 ~ {CustomName:\"Cool Banker\",Offers:{Recipes:[{buy:{id:\"aoa3:copper_coin\",Count:2},sell:{id:\"aoa3:silver_coin\",Count:1},rewardExp:0b,maxUses:9999999}]},Profession:2,Career:1,CareerLevel:3}", player, world, false, true);
Commands.call("/summon villager ~ ~3 ~ {CustomName:\"Cool Banker\",Offers:{Recipes:[{buy:{id:\"aoa3:silver_coin\",Count:2},sell:{id:\"aoa3:gold_coin\",Count:1},rewardExp:0b,maxUses:9999999}]},Profession:2,Career:1,CareerLevel:3}", player, world, false, true);
return "Pass";
};
masterspellhumanus.register();
var masterspellsensus = VanillaFactory.createItem("master_spell_sensus");
masterspellsensus.maxStackSize = 1;
masterspellsensus.glowing = true;
masterspellsensus.itemRightClick = function(stack, world, player, hand) {
Commands.call("/effect @p minecraft:night_vision 999999 1", player, world, false, true);
return "Pass";
};
masterspellsensus.register();
var masterspellignis = VanillaFactory.createItem("master_spell_ignis");
masterspellignis.maxStackSize = 1;
masterspellignis.glowing = true;
masterspellignis.itemRightClick = function(stack, world, player, hand) {
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:lava 0 replace minecraft:water", player, world, false, true);
return "Pass";
};
masterspellignis.register();
var masterspellmythus = VanillaFactory.createItem("master_spell_mythus");
masterspellmythus.maxStackSize = 1;
masterspellmythus.glowing = true;
masterspellmythus.itemRightClick = function(stack, world, player, hand) {
player.sendChat("可以被杀死,用力打就行了!");
Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:10f,WormAge:10, HandItems:[{Count:1,id:\"tardis:gallifreyan_stone\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"巨型沙虫\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:20,permshields:20}}}", player, world, false, true);
return "Pass";
};
masterspellmythus.register();
var masterspellaversio = VanillaFactory.createItem("master_spell_aversio");
masterspellaversio.maxStackSize = 1;
masterspellaversio.glowing = true;
masterspellaversio.itemRightClick = function(stack, world, player, hand) {
Commands.call("/summon minecraft:zombie ~ ~ ~ {HandItems:[{Count:1,id:\"aoa3:baron_greatblade\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"堕落狂战士\",Attributes:[{Name:generic.maxHealth, Base:5000.0},{Name:generic.attackDamage, Base:100.0}],Health:5000f}", player, world, false, true);
return "Pass";
};
masterspellaversio.register();
+1 -1
View File
@@ -388,7 +388,7 @@ val ast32b = RecipeBuilder.newBuilder("ast32b","auto_astral_altar",1200);
ast32b.addEnergyPerTickInput(1000);
ast32b.addItemInput(<minecraft:gold_ingot>*2);
ast32b.addItemInput(<astralsorcery:blockmarble:6>*15);
ast32b.addItemInput(<astralsorcery:itemrockcrystalsimple:0>);
ast32b.addItemInput(<astralsorcery:itemcelestialcrystal:0>);
ast32b.addItemInput(<astralsorcery:itemcraftingcomponent:4>*2);
ast32b.addItemInput(<astralsorcery:itemcraftingcomponent:2>*3);
ast32b.addItemInput(<astralsorcery:itemcraftingcomponent:1>*3);
+15 -15
View File
@@ -1,7 +1,7 @@
import mods.modularmachinery.RecipeBuilder;
val elemaltar1 = RecipeBuilder.newBuilder("elemaltar1","elemental_altar",10);
elemaltar1.addLifeEssenceInput(100, true);
elemaltar1.addLifeEssenceInput(100, false);
elemaltar1.addItemInput(<minecraft:beetroot>);
elemaltar1.addItemInput(<minecraft:beetroot>);
elemaltar1.addItemInput(<minecraft:beetroot>);
@@ -10,7 +10,7 @@ elemaltar1.addItemOutput(<bloodmagic:component:22>);
elemaltar1.build();
val elemaltar2 = RecipeBuilder.newBuilder("elemaltar2","elemental_altar",10);
elemaltar2.addLifeEssenceInput(1000, true);
elemaltar2.addLifeEssenceInput(1000, false);
elemaltar2.addItemInput(<bloodmagic:component:22>);
elemaltar2.addItemInput(<minecraft:gold_nugget>);
elemaltar2.addItemInput(<minecraft:wheat>);
@@ -21,7 +21,7 @@ elemaltar2.addItemOutput(<bloodmagic:component:26>*2);
elemaltar2.build();
val elemaltar3 = RecipeBuilder.newBuilder("elemaltar3","elemental_altar",10);
elemaltar3.addLifeEssenceInput(100, true);
elemaltar3.addLifeEssenceInput(100, false);
elemaltar3.addItemInput(<minecraft:potato>);
elemaltar3.addItemInput(<minecraft:potato>);
elemaltar3.addItemInput(<minecraft:dye:15>);
@@ -29,13 +29,13 @@ elemaltar3.addItemOutput(<bloodmagic:component:22>);
elemaltar3.build();
val elemaltar4 = RecipeBuilder.newBuilder("elemaltar4","elemental_altar",10);
elemaltar4.addLifeEssenceInput(1000, true);
elemaltar4.addLifeEssenceInput(1000, false);
elemaltar4.addItemInput(<minecraft:fish:3>);
elemaltar4.addItemOutput(<bloodmagic:component:25>);
elemaltar4.build();
val elemaltar5 = RecipeBuilder.newBuilder("elemaltar5","elemental_altar",10);
elemaltar5.addLifeEssenceInput(1000, true);
elemaltar5.addLifeEssenceInput(1000, false);
elemaltar5.addItemInput(<bloodmagic:component:16>);
elemaltar5.addItemInput(<bloodmagic:arcane_ashes>);
elemaltar5.addItemInput(<abyssalcraft:odbcore>);
@@ -46,7 +46,7 @@ elemaltar5.addItemOutput(<contenttweaker:essence_darkness>);
elemaltar5.build();
val elemaltar6 = RecipeBuilder.newBuilder("elemaltar6","elemental_altar",10);
elemaltar6.addLifeEssenceInput(1000, true);
elemaltar6.addLifeEssenceInput(1000, false);
elemaltar6.addItemInput(<bloodarsenal:base_item:6>);
elemaltar6.addItemInput(<bloodmagic:arcane_ashes>);
elemaltar6.addItemInput(<abyssalcraft:odbcore>);
@@ -57,7 +57,7 @@ elemaltar6.addItemOutput(<contenttweaker:essence_helplessness>);
elemaltar6.build();
val elemaltar7 = RecipeBuilder.newBuilder("elemaltar7","elemental_altar",10);
elemaltar7.addLifeEssenceInput(10, true);
elemaltar7.addLifeEssenceInput(10, false);
elemaltar7.addItemInput(<ore:ingotVengefulSteel>);
elemaltar7.addItemInput(<ore:ingotCorrosiveSteel>);
elemaltar7.addItemInput(<ore:ingotDestructiveSteel>);
@@ -67,7 +67,7 @@ elemaltar7.addItemOutput(<materialpart:bloodmaster_metal:ingot>*5);
elemaltar7.build();
val elemaltar8 = RecipeBuilder.newBuilder("elemaltar8","elemental_altar",10);
elemaltar8.addLifeEssenceInput(100, true);
elemaltar8.addLifeEssenceInput(100, false);
elemaltar8.addItemInput(<minecraft:carrot>);
elemaltar8.addItemInput(<minecraft:carrot>);
elemaltar8.addItemInput(<minecraft:carrot>);
@@ -76,7 +76,7 @@ elemaltar8.addItemOutput(<bloodmagic:component:22>);
elemaltar8.build();
val elemaltar9 = RecipeBuilder.newBuilder("elemaltar9","elemental_altar",10);
elemaltar9.addLifeEssenceInput(20000, true);
elemaltar9.addLifeEssenceInput(20000, false);
elemaltar9.addItemInput(<bloodmagic:component:25>);
elemaltar9.addItemInput(<bloodmagic:component:26>);
elemaltar9.addItemInput(<ore:dustGold>);
@@ -87,7 +87,7 @@ elemaltar9.addItemOutput(<bloodmagic:points_upgrade>);
elemaltar9.build();
val elemaltar10 = RecipeBuilder.newBuilder("elemaltar10","elemental_altar",10);
elemaltar10.addLifeEssenceInput(100, true);
elemaltar10.addLifeEssenceInput(100, false);
elemaltar10.addItemInput(<minecraft:gunpowder>);
elemaltar10.addItemInput(<minecraft:nether_wart>);
elemaltar10.addItemInput(<minecraft:redstone>);
@@ -95,7 +95,7 @@ elemaltar10.addItemOutput(<bloodmagic:component:29>);
elemaltar10.build();
val elemaltar11 = RecipeBuilder.newBuilder("elemaltar11","elemental_altar",10);
elemaltar11.addLifeEssenceInput(1000, true);
elemaltar11.addLifeEssenceInput(1000, false);
elemaltar11.addItemInput(<bloodmagic:component:11>);
elemaltar11.addItemInput(<bloodmagic:arcane_ashes>);
elemaltar11.addItemInput(<abyssalcraft:odbcore>);
@@ -106,7 +106,7 @@ elemaltar11.addItemOutput(<contenttweaker:essence_fear>);
elemaltar11.build();
val elemaltar12 = RecipeBuilder.newBuilder("elemaltar12","elemental_altar",10);
elemaltar12.addLifeEssenceInput(1000, true);
elemaltar12.addLifeEssenceInput(1000, false);
elemaltar12.addItemInput(<gendustry:gene_sample>.withTag({species: "rootTrees", chromosome: 0, allele: "forestry.treeOak"}));
elemaltar12.addItemInput(<bloodarsenal:blood_infused_wooden_log>);
elemaltar12.addItemInput(<abyssalcraft:crystal:14>);
@@ -116,7 +116,7 @@ elemaltar12.addItemOutput(<forestry:logs.5:2>);
elemaltar12.build();
val elemaltar13 = RecipeBuilder.newBuilder("elemaltar13","elemental_altar",10);
elemaltar13.addLifeEssenceInput(1000, true);
elemaltar13.addLifeEssenceInput(1000, false);
elemaltar13.addItemInput(<bloodmagic:component:4>);
elemaltar13.addItemInput(<bloodmagic:arcane_ashes>);
elemaltar13.addItemInput(<abyssalcraft:odbcore>);
@@ -127,7 +127,7 @@ elemaltar13.addItemOutput(<contenttweaker:essence_solitude>);
elemaltar13.build();
val elemaltar14 = RecipeBuilder.newBuilder("elemaltar14","elemental_altar",10);
elemaltar14.addLifeEssenceInput(1000, true);
elemaltar14.addLifeEssenceInput(1000, false);
elemaltar14.addItemInput(<minecraft:gunpowder>);
elemaltar14.addItemInput(<minecraft:nether_wart>);
elemaltar14.addItemInput(<minecraft:dye:4>);
@@ -135,7 +135,7 @@ elemaltar14.addItemOutput(<bloodmagic:component:28>);
elemaltar14.build();
val elemaltar15 = RecipeBuilder.newBuilder("elemaltar15","elemental_altar",10);
elemaltar15.addLifeEssenceInput(1000, true);
elemaltar15.addLifeEssenceInput(1000, false);
elemaltar15.addItemInput(<ore:dustCoal>);
elemaltar15.addItemInput(<minecraft:gunpowder>);
elemaltar15.addItemInput(<minecraft:redstone>);
+11 -3
View File
@@ -77,12 +77,12 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:recursion_infinity
[<draconicevolution:chaotic_core>, <contenttweaker:primordial_star>, <draconicevolution:chaotic_core>],
[<avaritia:resource:6>, <draconicevolution:chaotic_core>, <avaritia:resource:6>]]);
mods.extendedcrafting.EnderCrafting.addShaped(<contenttweaker:horizon_stabilizer>*6,
mods.extendedcrafting.EnderCrafting.addShaped(<contenttweaker:horizon_stabilizer>*8,
[[<contenttweaker:dyson_collector>, <contenttweaker:mythic_excavation_reactor>, <contenttweaker:dyson_collector>],
[<contenttweaker:entropy_construct>, <contenttweaker:hypercubic_energy_orb>, <contenttweaker:entropy_construct>],
[<contenttweaker:dyson_collector>, <contenttweaker:recursion_infinity>, <contenttweaker:dyson_collector>]], 1);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:infinity_dyson_conduit>*12,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:infinity_dyson_conduit>*25,
[[<appliedenergistics2:spatial_pylon>, <contenttweaker:barathos_cap>, <contenttweaker:abyssal_cap>,
<contenttweaker:creeponian_cap>, <contenttweaker:lelyetian_cap>, <contenttweaker:precasian_cap>,
<contenttweaker:crystevia_cap>, <contenttweaker:deepland_cap>, <appliedenergistics2:spatial_pylon>],
@@ -120,7 +120,7 @@ null, <contenttweaker:compressed_realgar>, <draconicevolution:reactor_component:
<contenttweaker:celeve_cap>, <contenttweaker:gardencia_cap>, <appliedenergistics2:spatial_pylon>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:dyson_compressor>*5,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:dyson_compressor>*12,
[[<contenttweaker:mythic_coil_t2>, <contenttweaker:linear_accelerator_tube>, <contenttweaker:nightmare_block>,
<contenttweaker:mythic_excavation_reactor>, <contenttweaker:hypercubic_energy_orb>, <contenttweaker:mythic_excavation_reactor>,
@@ -172,3 +172,11 @@ makehorcrux.addItemOutput(<contenttweaker:horcrux>);
makehorcrux.build();
mods.extendedcrafting.TableCrafting.addShaped(<glassential:glass_redstone>*32,
[[<thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>],
[<thermalfoundation:glass_alloy:5>, <contenttweaker:recursium_ingot>, <contenttweaker:neutronium_casing>, <avaritia:resource:6>, <contenttweaker:neutronium_casing>, <contenttweaker:recursium_ingot>, <thermalfoundation:glass_alloy:5>],
[<thermalfoundation:glass_alloy:5>, <contenttweaker:neutronium_casing>, <contenttweaker:brightsteel_conduit>, <contenttweaker:mythic_machine_case>, <contenttweaker:brightsteel_conduit>, <contenttweaker:neutronium_casing>, <thermalfoundation:glass_alloy:5>],
[<thermalfoundation:glass_alloy:5>, <avaritia:resource:6>, <contenttweaker:mythic_machine_case>, <contenttweaker:well_defined_machine_case>, <contenttweaker:mythic_machine_case>, <avaritia:resource:6>, <thermalfoundation:glass_alloy:5>],
[<thermalfoundation:glass_alloy:5>, <contenttweaker:neutronium_casing>, <contenttweaker:brightsteel_conduit>, <contenttweaker:mythic_machine_case>, <contenttweaker:brightsteel_conduit>, <contenttweaker:neutronium_casing>, <thermalfoundation:glass_alloy:5>],
[<thermalfoundation:glass_alloy:5>, <contenttweaker:recursium_ingot>, <contenttweaker:neutronium_casing>, <avaritia:resource:6>, <contenttweaker:neutronium_casing>, <contenttweaker:recursium_ingot>, <thermalfoundation:glass_alloy:5>],
[<thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>, <thermalfoundation:glass_alloy:5>]]);
+290 -228
View File
@@ -155,7 +155,7 @@ corruptedlibrarydefinedengine.addItemInput(<contenttweaker:defined_gear>*4);
corruptedlibrarydefinedengine.addItemOutput(<contenttweaker:defined_engine>);
corruptedlibrarydefinedengine.build();
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:irradiator_casing>*12,
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:irradiator_casing>*24,
[[<contenttweaker:high_refraction_alloy_ingot>, <contenttweaker:infinity_plate>, <contenttweaker:radiation_crafter>, <contenttweaker:infinity_plate>, <contenttweaker:high_refraction_alloy_ingot>],
[<contenttweaker:infinity_plate>, <extendedcrafting:storage:4>, <nuclearcraft:fusion_core>, <extendedcrafting:storage:4>, <contenttweaker:infinity_plate>],
[<contenttweaker:radiation_crafter>, <nae2:material:4>, <contenttweaker:living_case>, <nae2:material:4>, <contenttweaker:radiation_crafter>],
@@ -177,33 +177,75 @@ mods.thermalexpansion.InductionSmelter.addRecipe(<contenttweaker:starmetal_alloy
<astralsorcery:itemcraftingcomponent:1>,
<materialpart:primal_ogerite:ingot>, 3333);
val irradiationultimate = RecipeBuilder.newBuilder("irradiationultimate","dyson_irradiator",200);
irradiationultimate.addEnergyPerTickInput(500000);
// irradiationultimate.addGridPowerInput(500);
// irradiationultimate.addAspectInput("lux",30);
// irradiationultimate.addRainbowInput();
irradiationultimate.addItemInput(<extrautils2:decorativesolid:8>);
irradiationultimate.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationultimate.addFluidInput(<fluid:magnatar_stabilizer>*200);
irradiationultimate.addItemInput(<contenttweaker:defined_ingot>);
irradiationultimate.addItemInput(<minecraft:diamond>);
irradiationultimate.addItemInput(<avaritia:resource:5>*4);
irradiationultimate.addItemOutput(<avaritia:resource:6>);
irradiationultimate.build();
val irradiationultimatetop = RecipeBuilder.newBuilder("irradiationultimatetop","dyson_irradiator_top",200);
irradiationultimatetop.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationultimatetop.addItemInput(<contenttweaker:defined_ingot>);
irradiationultimatetop.addItemInput(<minecraft:diamond>);
irradiationultimatetop.addItemInput(<contenttweaker:infinity_stone>);
irradiationultimatetop.addItemInput(<appliedenergistics2:material:47>);
irradiationultimatetop.addItemOutput(<avaritia:resource:6>);
irradiationultimatetop.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationultimatetop.build();
val irradiationultimate1 = RecipeBuilder.newBuilder("irradiationultimate1","dyson_irradiator",200);
irradiationultimate1.addEnergyPerTickInput(500000);
// irradiationultimate1.addGridPowerInput(500);
// irradiationultimate1.addAspectInput("lux",30);
// irradiationultimate1.addRainbowInput();
irradiationultimate1.addItemInput(<extrautils2:decorativesolid:8>);
irradiationultimate1.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationultimate1.addFluidInput(<fluid:magnatar_stabilizer>*200);
irradiationultimate1.addItemInput(<contenttweaker:defined_ingot>);
irradiationultimate1.addItemInput(<avaritia:resource:5>*4);
irradiationultimate1.addItemInput(<contenttweaker:infinity_egg>);
irradiationultimate1.addItemOutput(<avaritia:resource:6>*12);
irradiationultimate1.build();
val irradiationultimatebot = RecipeBuilder.newBuilder("irradiationultimatebot","dyson_irradiator_bottom",200);
irradiationultimatebot.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationultimatebot.addItemInput(<contenttweaker:defined_ingot>);
irradiationultimatebot.addItemInput(<minecraft:diamond>);
irradiationultimatebot.addItemInput(<contenttweaker:infinity_stone>);
irradiationultimatebot.addItemInput(<appliedenergistics2:material:47>);
irradiationultimatebot.addItemOutput(<avaritia:resource:6>);
irradiationultimatebot.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationultimatebot.build();
val irradiationultimatechicktop = RecipeBuilder.newBuilder("irradiationultimatechicktop","dyson_irradiator_top",200);
irradiationultimatechicktop.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationultimatechicktop.addItemInput(<contenttweaker:defined_ingot>);
irradiationultimatechicktop.addItemInput(<contenttweaker:infinity_egg>);
irradiationultimatechicktop.addItemInput(<contenttweaker:infinity_stone>);
irradiationultimatechicktop.addItemInput(<appliedenergistics2:material:47>);
irradiationultimatechicktop.addItemOutput(<avaritia:resource:6>*12);
irradiationultimatechicktop.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationultimatechicktop.build();
val irradiationultimatechickbot = RecipeBuilder.newBuilder("irradiationultimatechickbot","dyson_irradiator_bottom",200);
irradiationultimatechickbot.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationultimatechickbot.addItemInput(<contenttweaker:defined_ingot>);
irradiationultimatechickbot.addItemInput(<contenttweaker:infinity_egg>);
irradiationultimatechickbot.addItemInput(<contenttweaker:infinity_stone>);
irradiationultimatechickbot.addItemInput(<appliedenergistics2:material:47>);
irradiationultimatechickbot.addItemOutput(<avaritia:resource:6>*12);
irradiationultimatechickbot.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationultimatechickbot.build();
val irradiationrainbowtop = RecipeBuilder.newBuilder("irradiationrainbowtop","dyson_irradiator_top",200);
irradiationrainbowtop.addFluidInput(<fluid:chaos>*1440);
irradiationrainbowtop.addItemInput(<extrautils2:decorativesolid:8>);
irradiationrainbowtop.addItemInput(<contenttweaker:infinite_resonator>);
irradiationrainbowtop.addItemInput(<draconicevolution:chaos_shard:3>);
irradiationrainbowtop.addItemInput(<draconicevolution:draconic_block>);
irradiationrainbowtop.addItemOutput(<contenttweaker:infinity_stone>);
irradiationrainbowtop.addItemOutput(<draconicevolution:chaos_shard:0>);
irradiationrainbowtop.build();
val irradiationrainbowbot = RecipeBuilder.newBuilder("irradiationrainbowbot","dyson_irradiator_bottom",200);
irradiationrainbowbot.addFluidInput(<fluid:chaos>*1440);
irradiationrainbowbot.addItemInput(<extrautils2:decorativesolid:8>);
irradiationrainbowbot.addItemInput(<contenttweaker:infinite_resonator>);
irradiationrainbowbot.addItemInput(<draconicevolution:chaos_shard:3>);
irradiationrainbowbot.addItemInput(<draconicevolution:draconic_block>);
irradiationrainbowbot.addItemOutput(<contenttweaker:infinity_stone>);
irradiationrainbowbot.addItemOutput(<draconicevolution:chaos_shard:0>);
irradiationrainbowbot.build();
val irradiationtimecrystal = RecipeBuilder.newBuilder("irradiationtimecrystal","dyson_irradiator",200);
irradiationtimecrystal.addEnergyPerTickInput(500000000);
irradiationtimecrystal.addFluidInput(<fluid:magnatar_stabilizer>*200);
irradiationtimecrystal.addFluidInput(<fluid:atomic_nuclei>*100);
irradiationtimecrystal.addFluidInput(<fluid:electrons>*100);
irradiationtimecrystal.addItemInput(<avaritia:resource:5>*4);
irradiationtimecrystal.addItemInput(<contenttweaker:time_crystal>);
irradiationtimecrystal.addItemOutput(<contenttweaker:infinite_resonator>);
irradiationtimecrystal.build();
mods.thaumcraft.Infusion.registerRecipe("infinityseedinfusion", "", <contenttweaker:infinity_seed>,
20,
@@ -316,182 +358,182 @@ recipes.addShaped(<contenttweaker:tier_vi_defined_seed>,
[<mysticalagradditions:insanium:0>, <mysticalagradditions:insanium:1>, <mysticalagradditions:insanium:0>],
[<contenttweaker:defined_insanium_cluster>, <mysticalagradditions:insanium:0>, <contenttweaker:defined_insanium_cluster>]]);
val irradiationseed1 = RecipeBuilder.newBuilder("irradiationseed1","dyson_irradiator",200);
irradiationseed1.addEnergyPerTickInput(500000);
irradiationseed1.addFluidInput(<fluid:fiery_peat>*400);
// irradiationseed1.addAspectInput("lux",30);
irradiationseed1.addItemInput(<contenttweaker:tier_i_defined_seed>);
irradiationseed1.addItemOutput(<mysticalagriculture:stone_essence>*64);
irradiationseed1.addItemOutput(<mysticalagriculture:dirt_essence>*64);
irradiationseed1.addItemOutput(<mysticalagriculture:nature_essence>*64);
irradiationseed1.addItemOutput(<mysticalagriculture:wood_essence>*64);
irradiationseed1.addItemOutput(<mysticalagriculture:water_essence>*64);
irradiationseed1.addItemOutput(<mysticalagriculture:ice_essence>*64);
irradiationseed1.addItemOutput(<mysticalagriculture:zombie_essence>*64);
irradiationseed1.build();
// val irradiationseed1 = RecipeBuilder.newBuilder("irradiationseed1","dyson_irradiator",200);
// irradiationseed1.addEnergyPerTickInput(500000);
// irradiationseed1.addFluidInput(<fluid:fiery_peat>*400);
// // irradiationseed1.addAspectInput("lux",30);
// irradiationseed1.addItemInput(<contenttweaker:tier_i_defined_seed>);
// irradiationseed1.addItemOutput(<mysticalagriculture:stone_essence>*64);
// irradiationseed1.addItemOutput(<mysticalagriculture:dirt_essence>*64);
// irradiationseed1.addItemOutput(<mysticalagriculture:nature_essence>*64);
// irradiationseed1.addItemOutput(<mysticalagriculture:wood_essence>*64);
// irradiationseed1.addItemOutput(<mysticalagriculture:water_essence>*64);
// irradiationseed1.addItemOutput(<mysticalagriculture:ice_essence>*64);
// irradiationseed1.addItemOutput(<mysticalagriculture:zombie_essence>*64);
// irradiationseed1.build();
val irradiationseed2 = RecipeBuilder.newBuilder("irradiationseed2","dyson_irradiator",200);
irradiationseed2.addEnergyPerTickInput(500000);
irradiationseed2.addFluidInput(<fluid:fiery_peat>*600);
// irradiationseed2.addAspectInput("lux",30);
irradiationseed2.addItemInput(<contenttweaker:tier_ii_defined_seed>);
irradiationseed2.addItemOutput(<mysticalagriculture:fire_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:dye_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:nether_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:coal_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:pig_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:chicken_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:cow_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:sheep_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:slime_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:rubber_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:silicon_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:sulfur_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:aluminum_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:copper_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:aluminum_brass_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:grains_of_infinity_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:mystical_flower_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:marble_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:limestone_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:basalt_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:apatite_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:slimy_bone_essence>*64);
irradiationseed2.addItemOutput(<mysticalagriculture:menril_essence>*64);
irradiationseed2.build();
// val irradiationseed2 = RecipeBuilder.newBuilder("irradiationseed2","dyson_irradiator",200);
// irradiationseed2.addEnergyPerTickInput(500000);
// irradiationseed2.addFluidInput(<fluid:fiery_peat>*600);
// // irradiationseed2.addAspectInput("lux",30);
// irradiationseed2.addItemInput(<contenttweaker:tier_ii_defined_seed>);
// irradiationseed2.addItemOutput(<mysticalagriculture:fire_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:dye_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:nether_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:coal_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:pig_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:chicken_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:cow_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:sheep_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:slime_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:rubber_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:silicon_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:sulfur_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:aluminum_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:copper_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:aluminum_brass_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:grains_of_infinity_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:mystical_flower_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:marble_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:limestone_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:basalt_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:apatite_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:slimy_bone_essence>*64);
// irradiationseed2.addItemOutput(<mysticalagriculture:menril_essence>*64);
// irradiationseed2.build();
val irradiationseed3 = RecipeBuilder.newBuilder("irradiationseed3","dyson_irradiator",200);
irradiationseed3.addEnergyPerTickInput(500000);
irradiationseed3.addFluidInput(<fluid:fiery_peat>*800);
// irradiationseed3.addAspectInput("lux",30);
irradiationseed3.addItemInput(<contenttweaker:tier_iii_defined_seed>);
irradiationseed3.addItemOutput(<mysticalagriculture:iron_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:nether_quartz_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:glowstone_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:redstone_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:obsidian_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:skeleton_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:creeper_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:spider_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:rabbit_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:guardian_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:saltpeter_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:tin_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:bronze_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:zinc_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:brass_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:silver_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:lead_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:graphite_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:blizz_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:blitz_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:basalz_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:knightslime_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:ardite_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:electrical_steel_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:redstone_alloy_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:conductive_iron_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:manasteel_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:quicksilver_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:thaumium_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:electrotine_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:steeleaf_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:ironwood_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:coralium_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:syrmorite_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:octine_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:black_quartz_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:aquamarine_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:sky_stone_essence>*64);
irradiationseed3.addItemOutput(<mysticalagriculture:certus_quartz_essence>*64);
irradiationseed3.build();
// val irradiationseed3 = RecipeBuilder.newBuilder("irradiationseed3","dyson_irradiator",200);
// irradiationseed3.addEnergyPerTickInput(500000);
// irradiationseed3.addFluidInput(<fluid:fiery_peat>*800);
// // irradiationseed3.addAspectInput("lux",30);
// irradiationseed3.addItemInput(<contenttweaker:tier_iii_defined_seed>);
// irradiationseed3.addItemOutput(<mysticalagriculture:iron_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:nether_quartz_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:glowstone_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:redstone_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:obsidian_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:skeleton_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:creeper_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:spider_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:rabbit_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:guardian_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:saltpeter_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:tin_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:bronze_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:zinc_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:brass_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:silver_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:lead_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:graphite_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:blizz_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:blitz_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:basalz_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:knightslime_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:ardite_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:electrical_steel_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:redstone_alloy_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:conductive_iron_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:manasteel_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:quicksilver_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:thaumium_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:electrotine_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:steeleaf_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:ironwood_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:coralium_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:syrmorite_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:octine_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:black_quartz_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:aquamarine_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:sky_stone_essence>*64);
// irradiationseed3.addItemOutput(<mysticalagriculture:certus_quartz_essence>*64);
// irradiationseed3.build();
val irradiationseed4 = RecipeBuilder.newBuilder("irradiationseed4","dyson_irradiator",200);
irradiationseed4.addEnergyPerTickInput(500000);
irradiationseed4.addFluidInput(<fluid:fiery_peat>*1000);
// irradiationseed4.addAspectInput("lux",30);
irradiationseed4.addItemInput(<contenttweaker:tier_iv_defined_seed>);
irradiationseed4.addItemOutput(<mysticalagriculture:gold_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:lapis_lazuli_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:end_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:experience_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:blaze_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:ghast_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:enderman_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:steel_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:nickel_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:constantan_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:electrum_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:invar_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:mithril_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:ruby_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:sapphire_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:peridot_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:amber_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:topaz_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:malachite_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:tanzanite_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:signalum_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:lumium_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:fluxed_electrum_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:hop_graphite_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:cobalt_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:soularium_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:dark_steel_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:pulsating_iron_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:energetic_alloy_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:elementium_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:void_metal_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:alumite_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:knightmetal_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:fiery_ingot_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:abyssalnite_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:thorium_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:boron_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:lithium_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:magnesium_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:jade_essence>*64);
irradiationseed4.addItemOutput(<mysticalagriculture:fluix_essence>*64);
irradiationseed4.build();
// val irradiationseed4 = RecipeBuilder.newBuilder("irradiationseed4","dyson_irradiator",200);
// irradiationseed4.addEnergyPerTickInput(500000);
// irradiationseed4.addFluidInput(<fluid:fiery_peat>*1000);
// // irradiationseed4.addAspectInput("lux",30);
// irradiationseed4.addItemInput(<contenttweaker:tier_iv_defined_seed>);
// irradiationseed4.addItemOutput(<mysticalagriculture:gold_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:lapis_lazuli_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:end_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:experience_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:blaze_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:ghast_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:enderman_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:steel_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:nickel_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:constantan_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:electrum_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:invar_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:mithril_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:ruby_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:sapphire_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:peridot_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:amber_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:topaz_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:malachite_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:tanzanite_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:signalum_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:lumium_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:fluxed_electrum_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:hop_graphite_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:cobalt_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:soularium_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:dark_steel_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:pulsating_iron_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:energetic_alloy_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:elementium_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:void_metal_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:alumite_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:knightmetal_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:fiery_ingot_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:abyssalnite_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:thorium_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:boron_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:lithium_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:magnesium_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:jade_essence>*64);
// irradiationseed4.addItemOutput(<mysticalagriculture:fluix_essence>*64);
// irradiationseed4.build();
val irradiationseed5 = RecipeBuilder.newBuilder("irradiationseed5","dyson_irradiator",200);
irradiationseed5.addEnergyPerTickInput(500000);
irradiationseed5.addFluidInput(<fluid:fiery_peat>*1400);
// irradiationseed5.addAspectInput("lux",30);
irradiationseed5.addItemInput(<contenttweaker:tier_v_defined_seed>);
irradiationseed5.addItemOutput(<mysticalagriculture:diamond_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:emerald_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:wither_skeleton_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:tungsten_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:titanium_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:uranium_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:chrome_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:platinum_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:iridium_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:enderium_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:manyullyn_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:vibrant_alloy_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:end_steel_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:terrasteel_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:dreadium_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:valonite_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:starmetal_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:rock_crystal_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:ender_amethyst_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:draconium_essence>*64);
irradiationseed5.addItemOutput(<mysticalagriculture:yellorium_essence>*64);
irradiationseed5.build();
// val irradiationseed5 = RecipeBuilder.newBuilder("irradiationseed5","dyson_irradiator",200);
// irradiationseed5.addEnergyPerTickInput(500000);
// irradiationseed5.addFluidInput(<fluid:fiery_peat>*1400);
// // irradiationseed5.addAspectInput("lux",30);
// irradiationseed5.addItemInput(<contenttweaker:tier_v_defined_seed>);
// irradiationseed5.addItemOutput(<mysticalagriculture:diamond_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:emerald_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:wither_skeleton_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:tungsten_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:titanium_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:uranium_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:chrome_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:platinum_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:iridium_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:enderium_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:manyullyn_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:vibrant_alloy_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:end_steel_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:terrasteel_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:dreadium_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:valonite_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:starmetal_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:rock_crystal_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:ender_amethyst_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:draconium_essence>*64);
// irradiationseed5.addItemOutput(<mysticalagriculture:yellorium_essence>*64);
// irradiationseed5.build();
val irradiationseed6 = RecipeBuilder.newBuilder("irradiationseed6","dyson_irradiator",200);
irradiationseed6.addEnergyPerTickInput(500000);
irradiationseed6.addFluidInput(<fluid:fiery_peat>*6000);
// irradiationseed6.addAspectInput("lux",30);
irradiationseed6.addItemInput(<contenttweaker:tier_vi_defined_seed>);
irradiationseed6.addItemOutput(<mysticalagradditions:nether_star_essence>*64);
irradiationseed6.addItemOutput(<mysticalagradditions:dragon_egg_essence>*64);
irradiationseed6.addItemOutput(<mysticalagradditions:awakened_draconium_essence>*64);
irradiationseed6.addItemOutput(<mysticalagradditions:neutronium_essence>*64);
irradiationseed6.build();
// val irradiationseed6 = RecipeBuilder.newBuilder("irradiationseed6","dyson_irradiator",200);
// irradiationseed6.addEnergyPerTickInput(500000);
// irradiationseed6.addFluidInput(<fluid:fiery_peat>*6000);
// // irradiationseed6.addAspectInput("lux",30);
// irradiationseed6.addItemInput(<contenttweaker:tier_vi_defined_seed>);
// irradiationseed6.addItemOutput(<mysticalagradditions:nether_star_essence>*64);
// irradiationseed6.addItemOutput(<mysticalagradditions:dragon_egg_essence>*64);
// irradiationseed6.addItemOutput(<mysticalagradditions:awakened_draconium_essence>*64);
// irradiationseed6.addItemOutput(<mysticalagradditions:neutronium_essence>*64);
// irradiationseed6.build();
val spatialcruchalite = RecipeBuilder.newBuilder("spatialcruchalite","spatial_crucible",100);
spatialcruchalite.addEnergyPerTickInput(120000);
@@ -506,36 +548,56 @@ spatialcruchalite.addFluidOutput(<fluid:halite_fluid>*1000);
spatialcruchalite.build();
val halitewarrior = RecipeBuilder.newBuilder("halitewarrior","dyson_irradiator",200);
halitewarrior.addEnergyPerTickInput(50000000);
halitewarrior.addFluidInput(<fluid:halite_fluid>*250);
halitewarrior.addFluidInput(<fluid:magnatar_stabilizer>*2000);
// halitewarrior.addAspectInput("lux",50);
// halitewarrior.addRainbowInput();
halitewarrior.addItemInput(<divinerpg:halite_shield>);
halitewarrior.addItemInput(<divinerpg:halite_blade>);
halitewarrior.addItemInput(<divinerpg:halite_bow>);
halitewarrior.addItemInput(<divinerpg:halite_slicer>);
halitewarrior.addItemInput(<divinerpg:halite_blitz>);
halitewarrior.addItemInput(<divinerpg:halite_phaser>);
halitewarrior.addItemInput(<divinerpg:halite_helmet>);
halitewarrior.addItemInput(<divinerpg:halite_chestplate>);
halitewarrior.addItemInput(<divinerpg:halite_leggings>);
halitewarrior.addItemInput(<divinerpg:halite_boots>);
halitewarrior.addItemOutput(<contenttweaker:halite_warrior>);
halitewarrior.build();
// val halitewarrior = RecipeBuilder.newBuilder("halitewarrior","dyson_irradiator",200);
// halitewarrior.addEnergyPerTickInput(50000000);
// halitewarrior.addFluidInput(<fluid:halite_fluid>*250);
// halitewarrior.addFluidInput(<fluid:magnatar_stabilizer>*2000);
// halitewarrior.addItemInput(<divinerpg:halite_shield>);
// halitewarrior.addItemInput(<divinerpg:halite_blade>);
// halitewarrior.addItemInput(<divinerpg:halite_bow>);
// halitewarrior.addItemInput(<divinerpg:halite_slicer>);
// halitewarrior.addItemInput(<divinerpg:halite_blitz>);
// halitewarrior.addItemInput(<divinerpg:halite_phaser>);
// halitewarrior.addItemInput(<divinerpg:halite_helmet>);
// halitewarrior.addItemInput(<divinerpg:halite_chestplate>);
// halitewarrior.addItemInput(<divinerpg:halite_leggings>);
// halitewarrior.addItemInput(<divinerpg:halite_boots>);
// halitewarrior.addItemOutput(<contenttweaker:halite_warrior>);
// halitewarrior.build();
mods.nuclearcraft.infuser.addRecipe([<extendedcrafting:singularity_ultimate>, <fluid:halite_fluid>*250, <contenttweaker:heart_of_the_halite_warrior>]);
mods.thermalexpansion.Transposer.addFillRecipe(<contenttweaker:heart_of_the_halite_warrior>, <extendedcrafting:singularity_ultimate>, <fluid:halite_fluid>*250, 2000);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:halite_warrior>,
[[null, null, null, null, <divinerpg:halite_helmet>, null, null, null, null],
[null, <divinerpg:halite_phaser>, null, null, null, null, null, <divinerpg:halite_blitz>, null],
[null, null, null, null, <divinerpg:halite_chestplate>, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, <divinerpg:halite_bow>, null, null, <contenttweaker:heart_of_the_halite_warrior>, null, null, <divinerpg:halite_blade>, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, <divinerpg:halite_leggings>, null, null, null, null],
[null, <divinerpg:halite_shield>, null, null, null, null, null, <divinerpg:halite_slicer>, null],
[null, null, null, null, <divinerpg:halite_boots>, null, null, null, null]]);
mods.nuclearcraft.fusion.addRecipe([<fluid:relativistic_matter>*10, <fluid:technetium>*10, <fluid:magnatar_stabilizer>*100, <fluid:technetium>*10, null, null, 150.0, 155.0, 6556.0]);
val irradiationchaosbuff = RecipeBuilder.newBuilder("irradiationchaosbuff","dyson_irradiator",200);
irradiationchaosbuff.addEnergyPerTickInput(500000);
// irradiationchaosbuff.addGridPowerInput(6000);
// irradiationchaosbuff.addRainbowInput();
// halitewarrior.addAspectInput("lux",10);
irradiationchaosbuff.addItemInput(<extrautils2:decorativesolid:8>);
irradiationchaosbuff.addFluidInput(<fluid:hyperdense_plasma>*200);
irradiationchaosbuff.addFluidInput(<fluid:magnatar_stabilizer>*200);
irradiationchaosbuff.addFluidInput(<fluid:chaos>*1440);
irradiationchaosbuff.addItemInput(<draconicevolution:chaos_shard:2>);
irradiationchaosbuff.addItemOutput(<draconicevolution:chaos_shard:0>);
irradiationchaosbuff.build();
mods.extendedcrafting.TableCrafting.addShaped(<glassential:glass_light>*32,
[[<thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>],
[<thermalfoundation:glass_alloy:6>, <contenttweaker:high_refraction_alloy_ingot>, <nuclearcraft:heat_exchanger_frame>, <contenttweaker:brightsteel_alloy_ingot>, <nuclearcraft:heat_exchanger_frame>, <contenttweaker:high_refraction_alloy_ingot>, <thermalfoundation:glass_alloy:6>],
[<thermalfoundation:glass_alloy:6>, <nuclearcraft:heat_exchanger_frame>, <nuclearcraft:accelerator_electromagnet_idle>, <nuclearcraft:accelerator_electromagnet_idle>, <nuclearcraft:accelerator_electromagnet_idle>, <nuclearcraft:heat_exchanger_frame>, <thermalfoundation:glass_alloy:6>],
[<thermalfoundation:glass_alloy:6>, <contenttweaker:brightsteel_alloy_ingot>, <nuclearcraft:accelerator_electromagnet_idle>, <contenttweaker:well_defined_machine_case>, <nuclearcraft:accelerator_electromagnet_idle>, <contenttweaker:brightsteel_alloy_ingot>, <thermalfoundation:glass_alloy:6>],
[<thermalfoundation:glass_alloy:6>, <nuclearcraft:heat_exchanger_frame>, <nuclearcraft:accelerator_electromagnet_idle>, <nuclearcraft:accelerator_electromagnet_idle>, <nuclearcraft:accelerator_electromagnet_idle>, <nuclearcraft:heat_exchanger_frame>, <thermalfoundation:glass_alloy:6>],
[<thermalfoundation:glass_alloy:6>, <contenttweaker:high_refraction_alloy_ingot>, <nuclearcraft:heat_exchanger_frame>, <contenttweaker:brightsteel_alloy_ingot>, <nuclearcraft:heat_exchanger_frame>, <contenttweaker:high_refraction_alloy_ingot>, <thermalfoundation:glass_alloy:6>],
[<thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>, <thermalfoundation:glass_alloy:6>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:pulsar_screen>,
[[<contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>],
[<contenttweaker:high_energy_ray_collector>, <contenttweaker:awakened_electromagnet>, <contenttweaker:awakened_electromagnet>, <contenttweaker:awakened_electromagnet>, <contenttweaker:awakened_electromagnet>, <contenttweaker:awakened_electromagnet>, <contenttweaker:high_energy_ray_collector>],
[<contenttweaker:high_energy_ray_collector>, <contenttweaker:awakened_electromagnet>, <nuclearcraft:accelerator_electromagnet_idle>, <contenttweaker:atomic_mirror>, <contenttweaker:atomic_mirror>, <contenttweaker:awakened_electromagnet>, <contenttweaker:high_energy_ray_collector>],
[<contenttweaker:high_energy_ray_collector>, <contenttweaker:awakened_electromagnet>, <nuclearcraft:accelerator_electromagnet_idle>, <contenttweaker:atomic_mirror>, <contenttweaker:well_defined_machine_case>, <contenttweaker:awakened_electromagnet>, <contenttweaker:high_energy_ray_collector>],
[<contenttweaker:high_energy_ray_collector>, <contenttweaker:awakened_electromagnet>, <nuclearcraft:accelerator_electromagnet_idle>, <contenttweaker:atomic_mirror>, <contenttweaker:atomic_mirror>, <contenttweaker:awakened_electromagnet>, <contenttweaker:high_energy_ray_collector>],
[<contenttweaker:high_energy_ray_collector>, <contenttweaker:awakened_electromagnet>, <contenttweaker:awakened_electromagnet>, <contenttweaker:awakened_electromagnet>, <contenttweaker:awakened_electromagnet>, <contenttweaker:awakened_electromagnet>, <contenttweaker:high_energy_ray_collector>],
[<contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>, <contenttweaker:high_energy_ray_collector>]]);
+1
View File
@@ -5,6 +5,7 @@ import mods.thaumcraft.Infusion;
// recursion terra chain
val combinethepuzzles = RecipeBuilder.newBuilder("combinethepuzzles","me_entropic_sythesizer",200);
combinethepuzzles.addEnergyPerTickInput(2000000);
combinethepuzzles.addFluidInput(<fluid:twilight_fire>*800);
combinethepuzzles.addFluidInput(<fluid:nightmarish_matter>*800);
combinethepuzzles.addFluidInput(<fluid:chaotic_matter>*800);
+122
View File
@@ -95,3 +95,125 @@ bettercarpenter13.addItemOutput(<forestry:crafting_material:3>);
bettercarpenter13.build();
val betterthermofab1 = RecipeBuilder.newBuilder("betterthermofab1","plated_thermofabricator",20);
betterthermofab1.addFluidInput(<fluid:glass>*500);
betterthermofab1.addItemInput(<minecraft:blaze_powder>*5);
betterthermofab1.addItemInput(<minecraft:redstone>*2);
betterthermofab1.addItemOutput(<forestry:thermionic_tubes:7>*4);
betterthermofab1.build();
val betterthermofab2 = RecipeBuilder.newBuilder("betterthermofab2","plated_thermofabricator",20);
betterthermofab2.addFluidInput(<fluid:glass>*500);
betterthermofab2.addItemInput(<ore:itemRubber>*5);
betterthermofab2.addItemInput(<minecraft:redstone>*2);
betterthermofab2.addItemOutput(<forestry:thermionic_tubes:8>*4);
betterthermofab2.build();
val betterthermofab3 = RecipeBuilder.newBuilder("betterthermofab3","plated_thermofabricator",20);
betterthermofab3.addFluidInput(<fluid:glass>*500);
betterthermofab3.addItemInput(<forestry:apatite>*5);
betterthermofab3.addItemInput(<minecraft:redstone>*2);
betterthermofab3.addItemOutput(<forestry:thermionic_tubes:10>*4);
betterthermofab3.build();
val betterthermofab4 = RecipeBuilder.newBuilder("betterthermofab4","plated_thermofabricator",20);
betterthermofab4.addFluidInput(<fluid:glass>*500);
betterthermofab4.addItemInput(<minecraft:diamond>*5);
betterthermofab4.addItemInput(<minecraft:redstone>*2);
betterthermofab4.addItemOutput(<forestry:thermionic_tubes:5>*4);
betterthermofab4.build();
val betterthermofab5 = RecipeBuilder.newBuilder("betterthermofab5","plated_thermofabricator",20);
betterthermofab5.addFluidInput(<fluid:glass>*500);
betterthermofab5.addItemInput(<ore:ingotBronze>*5);
betterthermofab5.addItemInput(<minecraft:redstone>*2);
betterthermofab5.addItemOutput(<forestry:thermionic_tubes:2>*4);
betterthermofab5.build();
val betterthermofab6 = RecipeBuilder.newBuilder("betterthermofab6","plated_thermofabricator",20);
betterthermofab6.addFluidInput(<fluid:glass>*500);
betterthermofab6.addItemInput(<minecraft:emerald>*5);
betterthermofab6.addItemInput(<minecraft:redstone>*2);
betterthermofab6.addItemOutput(<forestry:thermionic_tubes:9>*4);
betterthermofab6.build();
val betterthermofab7 = RecipeBuilder.newBuilder("betterthermofab7","plated_thermofabricator",20);
betterthermofab7.addFluidInput(<fluid:glass>*500);
betterthermofab7.addItemInput(<minecraft:gold_ingot>*5);
betterthermofab7.addItemInput(<minecraft:redstone>*2);
betterthermofab7.addItemOutput(<forestry:thermionic_tubes:4>*4);
betterthermofab7.build();
val betterthermofab8 = RecipeBuilder.newBuilder("betterthermofab8","plated_thermofabricator",20);
betterthermofab8.addFluidInput(<fluid:glass>*500);
betterthermofab8.addItemInput(<minecraft:obsidian>*5);
betterthermofab8.addItemInput(<minecraft:redstone>*2);
betterthermofab8.addItemOutput(<forestry:thermionic_tubes:6>*4);
betterthermofab8.build();
val betterthermofab9 = RecipeBuilder.newBuilder("betterthermofab9","plated_thermofabricator",20);
betterthermofab9.addFluidInput(<fluid:glass>*500);
betterthermofab9.addItemInput(<ore:ingotCopper>*5);
betterthermofab9.addItemInput(<minecraft:redstone>*2);
betterthermofab9.addItemOutput(<forestry:thermionic_tubes:0>*4);
betterthermofab9.build();
val betterthermofab10 = RecipeBuilder.newBuilder("betterthermofab10","plated_thermofabricator",20);
betterthermofab10.addFluidInput(<fluid:glass>*500);
betterthermofab10.addItemInput(<minecraft:end_stone>*5);
betterthermofab10.addItemInput(<minecraft:ender_eye>*2);
betterthermofab10.addItemOutput(<forestry:thermionic_tubes:12>*4);
betterthermofab10.build();
val betterthermofab11 = RecipeBuilder.newBuilder("betterthermofab11","plated_thermofabricator",20);
betterthermofab11.addFluidInput(<fluid:glass>*500);
betterthermofab11.addItemInput(<ore:ingotTin>*5);
betterthermofab11.addItemInput(<minecraft:redstone>*2);
betterthermofab11.addItemOutput(<forestry:thermionic_tubes:1>*4);
betterthermofab11.build();
val betterthermofab12 = RecipeBuilder.newBuilder("betterthermofab12","plated_thermofabricator",20);
betterthermofab12.addFluidInput(<fluid:glass>*500);
betterthermofab12.addItemInput(<ore:gemLapis>*5);
betterthermofab12.addItemInput(<minecraft:redstone>*2);
betterthermofab12.addItemOutput(<forestry:thermionic_tubes:11>*4);
betterthermofab12.build();
val betterthermofab13 = RecipeBuilder.newBuilder("betterthermofab13","plated_thermofabricator",20);
betterthermofab13.addFluidInput(<fluid:glass>*500);
betterthermofab13.addItemInput(<ore:ingotIron>*5);
betterthermofab13.addItemInput(<minecraft:redstone>*2);
betterthermofab13.addItemOutput(<forestry:thermionic_tubes:3>*4);
betterthermofab13.build();
val betterthermofab14 = RecipeBuilder.newBuilder("betterthermofab14","plated_thermofabricator",20);
betterthermofab14.addFluidInput(<fluid:glass>*500);
betterthermofab14.addItemInput(<ore:oreRedstone>*5);
betterthermofab14.addItemInput(<minecraft:repeater>*2);
betterthermofab14.addItemOutput(<forestry:thermionic_tubes:13>*4);
betterthermofab14.build();
val betterthermofab15 = RecipeBuilder.newBuilder("betterthermofab15","plated_thermofabricator",20);
betterthermofab15.addFluidInput(<fluid:glass>*500);
betterthermofab15.addItemInput(<ore:ingotBronze>*4);
betterthermofab15.addItemInput(<minecraft:emerald>*2);
betterthermofab15.addItemInput(<ore:slimeball>*2);
betterthermofab15.addItemOutput(<forestry:flexible_casing>);
betterthermofab15.build();
+9
View File
@@ -473,3 +473,12 @@ recipes.addShapeless(<modularmachinery:blockwillprovideroutput>,
[<modularmachinery:blockwillproviderinput>]);
recipes.addShapeless(<modularmachinery:blockwillproviderinput>,
[<modularmachinery:blockwillprovideroutput>]);
recipes.addShaped(<contenttweaker:multiblock_sticc>,
[[<modularmachinery:itemmodularium>, null],
[null, <modularmachinery:itemmodularium>]]);
recipes.addShaped(<contenttweaker:multiblock_sticc>,
[[null, <modularmachinery:itemmodularium>],
[<modularmachinery:itemmodularium>, null]]);
+141 -73
View File
@@ -2,31 +2,31 @@
import mods.modularmachinery.RecipeBuilder;
val multihellfiredupe1 = RecipeBuilder.newBuilder("multihellfiredupe1","berserker_forge",1);
val multihellfiredupe1 = RecipeBuilder.newBuilder("multihellfiredupe1","berserker_forge",2);
multihellfiredupe1.addWillInput("DEFAULT", 20,1,2000000);
multihellfiredupe1.addItemInput(<ore:gemMalachite>);
multihellfiredupe1.addItemOutput(<bloodmagic:item_demon_crystal:0>);
multihellfiredupe1.build();
val multihellfiredupe2 = RecipeBuilder.newBuilder("multihellfiredupe2","berserker_forge",1);
val multihellfiredupe2 = RecipeBuilder.newBuilder("multihellfiredupe2","berserker_forge",2);
multihellfiredupe2.addWillInput("CORROSIVE", 20,1,2000000);
multihellfiredupe2.addItemInput(<ore:gemPeridot>);
multihellfiredupe2.addItemOutput(<bloodmagic:item_demon_crystal:1>);
multihellfiredupe2.build();
val multihellfiredupe3 = RecipeBuilder.newBuilder("multihellfiredupe3","berserker_forge",1);
val multihellfiredupe3 = RecipeBuilder.newBuilder("multihellfiredupe3","berserker_forge",2);
multihellfiredupe3.addWillInput("DESTRUCTIVE", 20,1,2000000);
multihellfiredupe3.addItemInput(<ore:gemTopaz>);
multihellfiredupe3.addItemOutput(<bloodmagic:item_demon_crystal:2>);
multihellfiredupe3.build();
val multihellfiredupe4 = RecipeBuilder.newBuilder("multihellfiredupe4","berserker_forge",1);
val multihellfiredupe4 = RecipeBuilder.newBuilder("multihellfiredupe4","berserker_forge",2);
multihellfiredupe4.addWillInput("VENGEFUL", 20,1,2000000);
multihellfiredupe4.addItemInput(<ore:gemRuby>);
multihellfiredupe4.addItemOutput(<bloodmagic:item_demon_crystal:3>);
multihellfiredupe4.build();
val multihellfiredupe5 = RecipeBuilder.newBuilder("multihellfiredupe5","berserker_forge",1);
val multihellfiredupe5 = RecipeBuilder.newBuilder("multihellfiredupe5","berserker_forge",2);
multihellfiredupe5.addWillInput("STEADFAST", 20,1,2000000);
multihellfiredupe5.addItemInput(<ore:gemTanzanite>);
multihellfiredupe5.addItemOutput(<bloodmagic:item_demon_crystal:4>);
@@ -34,7 +34,7 @@ multihellfiredupe5.build();
val multihellfire1 = RecipeBuilder.newBuilder("multihellfire1","berserker_forge",1);
val multihellfire1 = RecipeBuilder.newBuilder("multihellfire1","berserker_forge",2);
multihellfire1.addWillInput("DEFAULT", 0,1,2000000);
multihellfire1.addItemInput(<minecraft:redstone>);
multihellfire1.addItemInput(<ore:dyeWhite>);
@@ -44,7 +44,7 @@ multihellfire1.addItemOutput(<bloodmagic:arcane_ashes>);
multihellfire1.build();
val multihellfire2 = RecipeBuilder.newBuilder("multihellfire2","berserker_forge",1);
val multihellfire2 = RecipeBuilder.newBuilder("multihellfire2","berserker_forge",2);
multihellfire2.addWillInput("DEFAULT", 32,1,2000000);
multihellfire2.addItemInput(<ore:ingotIron>);
multihellfire2.addItemInput(<bloodarsenal:base_item:2>);
@@ -53,7 +53,7 @@ multihellfire2.addFluidInput(<fluid:lifeessence>*1000);
multihellfire2.addItemOutput(<bloodarsenal:base_item:3>);
multihellfire2.build();
val multihellfire3 = RecipeBuilder.newBuilder("multihellfire3","berserker_forge",1);
val multihellfire3 = RecipeBuilder.newBuilder("multihellfire3","berserker_forge",2);
multihellfire3.addWillInput("DEFAULT", 10,1,2000000);
multihellfire3.addItemInput(<ore:dustGlowstone>);
multihellfire3.addItemInput(<ore:dustRedstone>);
@@ -62,8 +62,8 @@ multihellfire3.addItemInput(<ore:gunpowder>);
multihellfire3.addItemOutput(<bloodmagic:component:8>);
multihellfire3.build();
val multihellfire4 = RecipeBuilder.newBuilder("multihellfire4","berserker_forge",1);
multihellfire4.addWillInput("DEFAULT", 512,1,2000000);
val multihellfire4 = RecipeBuilder.newBuilder("multihellfire4","berserker_forge",2);
multihellfire4.addWillInput("DEFAULT", 90,1,2000000);
multihellfire4.addItemInput(<ore:gemDiamond>);
multihellfire4.addItemInput(<minecraft:dragon_breath>);
multihellfire4.addItemInput(<bloodarsenal:blood_infused_glowstone>);
@@ -71,7 +71,7 @@ multihellfire4.addFluidInput(<fluid:lifeessence>*1000);
multihellfire4.addItemOutput(<bloodarsenal:blood_diamond:0>);
multihellfire4.build();
val multihellfire5 = RecipeBuilder.newBuilder("multihellfire5","berserker_forge",1);
val multihellfire5 = RecipeBuilder.newBuilder("multihellfire5","berserker_forge",2);
multihellfire5.addWillInput("DEFAULT", 50,1,2000000);
multihellfire5.addItemInput(<contenttweaker:xxeus_stone>);
multihellfire5.addItemInput(<contenttweaker:eldritch_will_crystal>);
@@ -80,7 +80,7 @@ multihellfire5.addItemInput(<divinerpg:mortum_chunk>);
multihellfire5.addItemOutput(<contenttweaker:shyre_crystal>);
multihellfire5.build();
val multihellfire6 = RecipeBuilder.newBuilder("multihellfire6","berserker_forge",1);
val multihellfire6 = RecipeBuilder.newBuilder("multihellfire6","berserker_forge",2);
multihellfire6.addWillInput("DEFAULT", 10,1,2000000);
multihellfire6.addItemInput(<contenttweaker:naquadah_chunk>);
multihellfire6.addItemInput(<contenttweaker:faultless_ichor>);
@@ -89,7 +89,7 @@ multihellfire6.addItemInput(<bewitchment:demon_heart>);
multihellfire6.addItemOutput(<contenttweaker:willful_naquadah_chunk>);
multihellfire6.build();
val multihellfire7 = RecipeBuilder.newBuilder("multihellfire7","berserker_forge",1);
val multihellfire7 = RecipeBuilder.newBuilder("multihellfire7","berserker_forge",2);
multihellfire7.addWillInput("DEFAULT", 10,1,2000000);
multihellfire7.addItemInput(<contenttweaker:psichic_stone>);
multihellfire7.addItemInput(<ore:ingotElectrumFlux>);
@@ -98,7 +98,7 @@ multihellfire7.addItemInput(<thaumicwonders:panacea:1>);
multihellfire7.addItemOutput(<contenttweaker:psimetal>*2);
multihellfire7.build();
val multihellfire8 = RecipeBuilder.newBuilder("multihellfire8","berserker_forge",1);
val multihellfire8 = RecipeBuilder.newBuilder("multihellfire8","berserker_forge",2);
multihellfire8.addWillInput("DEFAULT", 10,1,2000000);
multihellfire8.addItemInput(<contenttweaker:psichic_stone>);
multihellfire8.addItemInput(<ore:gemCrystalFlux>);
@@ -107,7 +107,7 @@ multihellfire8.addItemInput(<thaumicwonders:panacea:1>);
multihellfire8.addItemOutput(<contenttweaker:psigem>*2);
multihellfire8.build();
val multihellfire9 = RecipeBuilder.newBuilder("multihellfire9","berserker_forge",1);
val multihellfire9 = RecipeBuilder.newBuilder("multihellfire9","berserker_forge",2);
multihellfire9.addWillInput("DEFAULT", 20,1,2000000);
multihellfire9.addItemInput(<contenttweaker:ender_dolomite>);
multihellfire9.addItemInput(<ore:blockTungstensteel>);
@@ -116,37 +116,37 @@ multihellfire9.addItemInput(<divinerpg:apalachia_chunk>);
multihellfire9.addItemOutput(<contenttweaker:crystallized_tungstensteel>);
multihellfire9.build();
val multihellfire10 = RecipeBuilder.newBuilder("multihellfire10","berserker_forge",1);
multihellfire10.addWillInput("DEFAULT", 100,1,2000000);
val multihellfire10 = RecipeBuilder.newBuilder("multihellfire10","berserker_forge",2);
multihellfire10.addWillInput("DEFAULT", 90,1,2000000);
multihellfire10.addItemInput(<bloodmagic:item_demon_crystal:0>*4);
multihellfire10.addItemOutput(<bloodmagic:demon_crystal:0>);
multihellfire10.build();
val multihellfire11 = RecipeBuilder.newBuilder("multihellfire11","berserker_forge",1);
multihellfire11.addWillInput("DEFAULT", 100,1,2000000);
val multihellfire11 = RecipeBuilder.newBuilder("multihellfire11","berserker_forge",2);
multihellfire11.addWillInput("DEFAULT", 90,1,2000000);
multihellfire11.addItemInput(<bloodmagic:item_demon_crystal:1>*4);
multihellfire11.addItemOutput(<bloodmagic:demon_crystal:1>);
multihellfire11.build();
val multihellfire12 = RecipeBuilder.newBuilder("multihellfire12","berserker_forge",1);
multihellfire12.addWillInput("DEFAULT", 100,1,2000000);
val multihellfire12 = RecipeBuilder.newBuilder("multihellfire12","berserker_forge",2);
multihellfire12.addWillInput("DEFAULT", 90,1,2000000);
multihellfire12.addItemInput(<bloodmagic:item_demon_crystal:2>*4);
multihellfire12.addItemOutput(<bloodmagic:demon_crystal:2>);
multihellfire12.build();
val multihellfire13 = RecipeBuilder.newBuilder("multihellfire13","berserker_forge",1);
multihellfire13.addWillInput("DEFAULT", 100,1,2000000);
val multihellfire13 = RecipeBuilder.newBuilder("multihellfire13","berserker_forge",2);
multihellfire13.addWillInput("DEFAULT", 90,1,2000000);
multihellfire13.addItemInput(<bloodmagic:item_demon_crystal:3>*4);
multihellfire13.addItemOutput(<bloodmagic:demon_crystal:3>);
multihellfire13.build();
val multihellfire14 = RecipeBuilder.newBuilder("multihellfire14","berserker_forge",1);
multihellfire14.addWillInput("DEFAULT", 100,1,2000000);
val multihellfire14 = RecipeBuilder.newBuilder("multihellfire14","berserker_forge",2);
multihellfire14.addWillInput("DEFAULT", 90,1,2000000);
multihellfire14.addItemInput(<bloodmagic:item_demon_crystal:4>*4);
multihellfire14.addItemOutput(<bloodmagic:demon_crystal:4>);
multihellfire14.build();
val multihellfire15 = RecipeBuilder.newBuilder("multihellfire15","berserker_forge",1);
val multihellfire15 = RecipeBuilder.newBuilder("multihellfire15","berserker_forge",2);
multihellfire15.addWillInput("DEFAULT", 32,1,2000000);
multihellfire15.addItemInput(<minecraft:sugar>);
multihellfire15.addItemInput(<minecraft:crafting_table>);
@@ -155,7 +155,7 @@ multihellfire15.addItemInput(<minecraft:brick_block>);
multihellfire15.addItemOutput(<animus:component:0>);
multihellfire15.build();
val multihellfire16 = RecipeBuilder.newBuilder("multihellfire16","berserker_forge",1);
val multihellfire16 = RecipeBuilder.newBuilder("multihellfire16","berserker_forge",2);
multihellfire16.addWillInput("DEFAULT", 32,1,2000000);
multihellfire16.addItemInput(<minecraft:iron_bars>);
multihellfire16.addItemInput(<minecraft:ender_pearl>);
@@ -164,7 +164,7 @@ multihellfire16.addItemInput(<minecraft:end_stone>);
multihellfire16.addItemOutput(<animus:component:1>);
multihellfire16.build();
val multihellfire17 = RecipeBuilder.newBuilder("multihellfire17","berserker_forge",1);
val multihellfire17 = RecipeBuilder.newBuilder("multihellfire17","berserker_forge",2);
multihellfire17.addWillInput("DEFAULT", 32,1,2000000);
multihellfire17.addItemInput(<thaumcraft:elemental_pick>);
multihellfire17.addItemInput(<avaritia:infinity_pickaxe>);
@@ -173,7 +173,7 @@ multihellfire17.addItemInput(<abyssalcraft:dreadiumpickaxe>);
multihellfire17.addItemOutput(<animus:component:2>);
multihellfire17.build();
val multihellfire18 = RecipeBuilder.newBuilder("multihellfire18","berserker_forge",1);
val multihellfire18 = RecipeBuilder.newBuilder("multihellfire18","berserker_forge",2);
multihellfire18.addWillInput("DEFAULT", 20,1,2000000);
multihellfire18.addItemInput(<ore:treeSapling>);
multihellfire18.addItemInput(<ore:treeLeaves>);
@@ -182,7 +182,7 @@ multihellfire18.addItemInput(<ore:foodCooked>);
multihellfire18.addItemOutput(<animus:component:3>);
multihellfire18.build();
val multihellfire19 = RecipeBuilder.newBuilder("multihellfire19","berserker_forge",1);
val multihellfire19 = RecipeBuilder.newBuilder("multihellfire19","berserker_forge",2);
multihellfire19.addWillInput("DEFAULT", 20,1,2000000);
multihellfire19.addItemInput(<ore:sand>);
multihellfire19.addFluidInput(<fluid:water>*1000);
@@ -191,7 +191,7 @@ multihellfire19.addItemInput(<minecraft:ghast_tear>);
multihellfire19.addItemOutput(<animus:component:4>);
multihellfire19.build();
val multihellfire20 = RecipeBuilder.newBuilder("multihellfire20","berserker_forge",1);
val multihellfire20 = RecipeBuilder.newBuilder("multihellfire20","berserker_forge",2);
multihellfire20.addWillInput("DEFAULT", 20,1,2000000);
multihellfire20.addItemInput(<minecraft:end_stone>);
multihellfire20.addItemInput(<minecraft:ender_pearl>);
@@ -200,7 +200,7 @@ multihellfire20.addItemInput(<minecraft:chest>);
multihellfire20.addItemOutput(<animus:component:5>);
multihellfire20.build();
val multihellfire21 = RecipeBuilder.newBuilder("multihellfire21","berserker_forge",1);
val multihellfire21 = RecipeBuilder.newBuilder("multihellfire21","berserker_forge",2);
multihellfire21.addWillInput("DEFAULT", 40,1,2000000);
multihellfire21.addItemInput(<bloodmagic:component:0>);
multihellfire21.addItemInput(<minecraft:prismarine_shard>);
@@ -209,8 +209,8 @@ multihellfire21.addItemInput(<ore:fish>);
multihellfire21.addItemOutput(<bloodarsenal:base_item:6>);
multihellfire21.build();
val multihellfire22 = RecipeBuilder.newBuilder("multihellfire22","berserker_forge",1);
multihellfire22.addWillInput("DEFAULT", 800,1,2000000);
val multihellfire22 = RecipeBuilder.newBuilder("multihellfire22","berserker_forge",2);
multihellfire22.addWillInput("DEFAULT", 90,1,2000000);
multihellfire22.addItemInput(<bloodmagic:component:17>);
multihellfire22.addItemInput(<minecraft:ender_eye>);
multihellfire22.addItemInput(<minecraft:ender_chest>);
@@ -218,8 +218,8 @@ multihellfire22.addItemInput(<minecraft:end_crystal>);
multihellfire22.addItemOutput(<bloodarsenal:base_item:7>);
multihellfire22.build();
val multihellfire23 = RecipeBuilder.newBuilder("multihellfire23","berserker_forge",1);
multihellfire23.addWillInput("DEFAULT", 16000,1,2000000);
val multihellfire23 = RecipeBuilder.newBuilder("multihellfire23","berserker_forge",2);
multihellfire23.addWillInput("DEFAULT", 90,1,2000000);
multihellfire23.addItemInput(<bloodarsenal:base_item:8>);
multihellfire23.addItemInput(<bloodmagic:decorative_brick:2>);
multihellfire23.addItemInput(<avaritia:block_resource:1>);
@@ -227,7 +227,7 @@ multihellfire23.addItemInput(<ore:ingotFractalliteHalite>);
multihellfire23.addItemOutput(<bloodarsenal:base_item:9>);
multihellfire23.build();
val multihellfire24 = RecipeBuilder.newBuilder("multihellfire24","berserker_forge",1);
val multihellfire24 = RecipeBuilder.newBuilder("multihellfire24","berserker_forge",2);
multihellfire24.addWillInput("DEFAULT", 3,1,2000000);
multihellfire24.addItemInput(<minecraft:sugar>);
multihellfire24.addFluidInput(<fluid:water>*1000);
@@ -235,7 +235,7 @@ multihellfire24.addFluidInput(<fluid:water>*1000);
multihellfire24.addItemOutput(<bloodmagic:component:0>);
multihellfire24.build();
val multihellfire25 = RecipeBuilder.newBuilder("multihellfire25","berserker_forge",1);
val multihellfire25 = RecipeBuilder.newBuilder("multihellfire25","berserker_forge",2);
multihellfire25.addWillInput("DEFAULT", 10,1,2000000);
multihellfire25.addFluidInput(<fluid:lava>*1000);
multihellfire25.addItemInput(<minecraft:redstone>);
@@ -244,7 +244,7 @@ multihellfire25.addItemInput(<ore:blockCoal>);
multihellfire25.addItemOutput(<bloodmagic:component:1>);
multihellfire25.build();
val multihellfire26 = RecipeBuilder.newBuilder("multihellfire26","berserker_forge",1);
val multihellfire26 = RecipeBuilder.newBuilder("multihellfire26","berserker_forge",2);
multihellfire26.addWillInput("DEFAULT", 20,1,2000000);
multihellfire26.addItemInput(<minecraft:ghast_tear>);
multihellfire26.addItemInput(<ore:feather>);
@@ -252,7 +252,7 @@ multihellfire26.addItemInput(<ore:feather>);
multihellfire26.addItemOutput(<bloodmagic:component:2>);
multihellfire26.build();
val multihellfire27 = RecipeBuilder.newBuilder("multihellfire27","berserker_forge",1);
val multihellfire27 = RecipeBuilder.newBuilder("multihellfire27","berserker_forge",2);
multihellfire27.addWillInput("DEFAULT", 10,1,2000000);
multihellfire27.addItemInput(<minecraft:iron_pickaxe>);
multihellfire27.addItemInput(<minecraft:iron_axe>);
@@ -261,7 +261,7 @@ multihellfire27.addItemInput(<minecraft:gunpowder>);
multihellfire27.addItemOutput(<bloodmagic:component:3>);
multihellfire27.build();
val multihellfire28 = RecipeBuilder.newBuilder("multihellfire28","berserker_forge",1);
val multihellfire28 = RecipeBuilder.newBuilder("multihellfire28","berserker_forge",2);
multihellfire28.addWillInput("DEFAULT", 10,1,2000000);
multihellfire28.addItemInput(<minecraft:bucket>);
multihellfire28.addItemInput(<minecraft:string>);
@@ -270,7 +270,7 @@ multihellfire28.addItemInput(<minecraft:gunpowder>);
multihellfire28.addItemOutput(<bloodmagic:component:4>);
multihellfire28.build();
val multihellfire29 = RecipeBuilder.newBuilder("multihellfire29","berserker_forge",1);
val multihellfire29 = RecipeBuilder.newBuilder("multihellfire29","berserker_forge",2);
multihellfire29.addWillInput("DEFAULT", 20,1,2000000);
multihellfire29.addItemInput(<ore:treeSapling>);
multihellfire29.addItemInput(<ore:treeSapling>);
@@ -279,7 +279,7 @@ multihellfire29.addItemInput(<minecraft:sugar>);
multihellfire29.addItemOutput(<bloodmagic:component:5>);
multihellfire29.build();
val multihellfire30 = RecipeBuilder.newBuilder("multihellfire30","berserker_forge",1);
val multihellfire30 = RecipeBuilder.newBuilder("multihellfire30","berserker_forge",2);
multihellfire30.addWillInput("DEFAULT", 20,1,2000000);
multihellfire30.addFluidInput(<fluid:water>*1000);
multihellfire30.addFluidInput(<fluid:lava>*1000);
@@ -288,8 +288,8 @@ multihellfire30.addItemInput(<minecraft:obsidian>);
multihellfire30.addItemOutput(<bloodmagic:component:6>);
multihellfire30.build();
val multihellfire31 = RecipeBuilder.newBuilder("multihellfire31","berserker_forge",1);
multihellfire31.addWillInput("DEFAULT", 100,1,2000000);
val multihellfire31 = RecipeBuilder.newBuilder("multihellfire31","berserker_forge",2);
multihellfire31.addWillInput("DEFAULT", 90,1,2000000);
multihellfire31.addItemInput(<ore:blockIron>);
multihellfire31.addItemInput(<ore:blockGold>);
multihellfire31.addItemInput(<ore:blockRedstone>);
@@ -297,7 +297,7 @@ multihellfire31.addItemInput(<bloodmagic:component:8>);
multihellfire31.addItemOutput(<bloodarsenal:base_item:8>);
multihellfire31.build();
val multihellfire32 = RecipeBuilder.newBuilder("multihellfire32","berserker_forge",1);
val multihellfire32 = RecipeBuilder.newBuilder("multihellfire32","berserker_forge",2);
multihellfire32.addWillInput("DEFAULT", 0,1,2000000);
multihellfire32.addFluidInput(<fluid:glowstone>*1000);
multihellfire32.addItemInput(<ore:blockGlass>);
@@ -306,7 +306,7 @@ multihellfire32.addItemInput(<minecraft:glowstone_dust>);
multihellfire32.addItemOutput(<bloodmagic:component:7>);
multihellfire32.build();
val multihellfire33 = RecipeBuilder.newBuilder("multihellfire33","berserker_forge",1);
val multihellfire33 = RecipeBuilder.newBuilder("multihellfire33","berserker_forge",2);
multihellfire33.addWillInput("DEFAULT", 50,1,2000000);
multihellfire33.addFluidInput(<fluid:water>*1000);
multihellfire33.addFluidInput(<fluid:lava>*1000);
@@ -315,7 +315,7 @@ multihellfire33.addItemInput(<minecraft:blaze_rod>);
multihellfire33.addItemOutput(<bloodmagic:component:9>);
multihellfire33.build();
val multihellfire34 = RecipeBuilder.newBuilder("multihellfire34","berserker_forge",1);
val multihellfire34 = RecipeBuilder.newBuilder("multihellfire34","berserker_forge",2);
multihellfire34.addWillInput("DEFAULT", 50,1,2000000);
multihellfire34.addItemInput(<ore:glowstone>);
multihellfire34.addItemInput(<minecraft:torch>);
@@ -324,7 +324,7 @@ multihellfire34.addItemInput(<minecraft:redstone>);
multihellfire34.addItemOutput(<bloodmagic:component:11>);
multihellfire34.build();
val multihellfire35 = RecipeBuilder.newBuilder("multihellfire35","berserker_forge",1);
val multihellfire35 = RecipeBuilder.newBuilder("multihellfire35","berserker_forge",2);
multihellfire35.addWillInput("DEFAULT", 50,1,2000000);
multihellfire35.addItemInput(<ore:blockIron>);
multihellfire35.addItemInput(<minecraft:string>);
@@ -333,8 +333,8 @@ multihellfire35.addItemInput(<minecraft:gold_ingot>);
multihellfire35.addItemOutput(<bloodmagic:component:12>);
multihellfire35.build();
val multihellfire36 = RecipeBuilder.newBuilder("multihellfire36","berserker_forge",1);
multihellfire36.addWillInput("DEFAULT", 100,1,2000000);
val multihellfire36 = RecipeBuilder.newBuilder("multihellfire36","berserker_forge",2);
multihellfire36.addWillInput("DEFAULT", 90,1,2000000);
multihellfire36.addItemInput(<ore:stone>);
multihellfire36.addItemInput(<minecraft:sugar>);
multihellfire36.addItemInput(<minecraft:cookie>);
@@ -342,8 +342,8 @@ multihellfire36.addItemInput(<minecraft:cookie>);
multihellfire36.addItemOutput(<bloodmagic:component:13>);
multihellfire36.build();
val multihellfire37 = RecipeBuilder.newBuilder("multihellfire37","berserker_forge",1);
multihellfire37.addWillInput("DEFAULT", 200,1,2000000);
val multihellfire37 = RecipeBuilder.newBuilder("multihellfire37","berserker_forge",2);
multihellfire37.addWillInput("DEFAULT", 90,1,2000000);
multihellfire37.addItemInput(<ore:blockIron>);
multihellfire37.addItemInput(<ore:blockGold>);
multihellfire37.addItemInput(<minecraft:obsidian>);
@@ -351,7 +351,7 @@ multihellfire37.addItemInput(<ore:cobblestone>);
multihellfire37.addItemOutput(<bloodmagic:component:14>);
multihellfire37.build();
val multihellfire38 = RecipeBuilder.newBuilder("multihellfire38","berserker_forge",1);
val multihellfire38 = RecipeBuilder.newBuilder("multihellfire38","berserker_forge",2);
multihellfire38.addWillInput("DEFAULT", 50,1,2000000);
multihellfire38.addItemInput(<ore:stone>);
multihellfire38.addItemInput(<minecraft:obsidian>);
@@ -360,7 +360,7 @@ multihellfire38.addItemInput(<minecraft:soul_sand>);
multihellfire38.addItemOutput(<bloodmagic:component:15>);
multihellfire38.build();
val multihellfire39 = RecipeBuilder.newBuilder("multihellfire39","berserker_forge",1);
val multihellfire39 = RecipeBuilder.newBuilder("multihellfire39","berserker_forge",2);
multihellfire39.addWillInput("DEFAULT", 50,1,2000000);
multihellfire39.addItemInput(<minecraft:ender_eye>);
multihellfire39.addItemInput(<minecraft:ender_pearl>);
@@ -369,8 +369,8 @@ multihellfire39.addItemInput(<minecraft:gold_ingot>);
multihellfire39.addItemOutput(<bloodmagic:component:16>);
multihellfire39.build();
val multihellfire40 = RecipeBuilder.newBuilder("multihellfire40","berserker_forge",1);
multihellfire40.addWillInput("DEFAULT", 200,1,2000000);
val multihellfire40 = RecipeBuilder.newBuilder("multihellfire40","berserker_forge",2);
multihellfire40.addWillInput("DEFAULT", 90,1,2000000);
multihellfire40.addItemInput(<bloodmagic:teleposer>);
multihellfire40.addItemInput(<ore:glowstone>);
multihellfire40.addItemInput(<ore:blockRedstone>);
@@ -378,8 +378,8 @@ multihellfire40.addItemInput(<minecraft:gold_ingot>);
multihellfire40.addItemOutput(<bloodmagic:component:17>);
multihellfire40.build();
val multihellfire41 = RecipeBuilder.newBuilder("multihellfire41","berserker_forge",1);
multihellfire41.addWillInput("DEFAULT", 200,1,2000000);
val multihellfire41 = RecipeBuilder.newBuilder("multihellfire41","berserker_forge",2);
multihellfire41.addWillInput("DEFAULT", 90,1,2000000);
multihellfire41.addItemInput(<bloodmagic:teleposer>);
multihellfire41.addItemInput(<ore:gemDiamond>);
multihellfire41.addItemInput(<minecraft:ender_pearl>);
@@ -387,7 +387,7 @@ multihellfire41.addItemInput(<minecraft:obsidian>);
multihellfire41.addItemOutput(<bloodmagic:component:18>);
multihellfire41.build();
val multihellfire42 = RecipeBuilder.newBuilder("multihellfire42","berserker_forge",1);
val multihellfire42 = RecipeBuilder.newBuilder("multihellfire42","berserker_forge",2);
multihellfire42.addWillInput("DEFAULT", 20,1,2000000);
multihellfire42.addItemInput(<ore:chestWood>);
multihellfire42.addItemInput(<minecraft:leather>);
@@ -396,7 +396,7 @@ multihellfire42.addItemInput(<minecraft:string>);
multihellfire42.addItemOutput(<bloodmagic:component:27>);
multihellfire42.build();
val multihellfire43 = RecipeBuilder.newBuilder("multihellfire43","berserker_forge",1);
val multihellfire43 = RecipeBuilder.newBuilder("multihellfire43","berserker_forge",2);
multihellfire43.addWillInput("DEFAULT", 20,1,2000000);
multihellfire43.addItemInput(<bloodmagic:cutting_fluid>);
multihellfire43.addItemInput(<minecraft:flint>);
@@ -404,7 +404,7 @@ multihellfire43.addItemInput(<minecraft:flint>);
multihellfire43.addItemOutput(<bloodmagic:component:30>);
multihellfire43.build();
val multihellfire44 = RecipeBuilder.newBuilder("multihellfire44","berserker_forge",1);
val multihellfire44 = RecipeBuilder.newBuilder("multihellfire44","berserker_forge",2);
multihellfire44.addWillInput("DEFAULT", 20,1,2000000);
multihellfire44.addItemInput(<minecraft:slime>);
multihellfire44.addItemInput(<minecraft:slime>);
@@ -413,7 +413,7 @@ multihellfire44.addItemInput(<minecraft:string>);
multihellfire44.addItemOutput(<bloodmagic:component:31>);
multihellfire44.build();
val multihellfire45 = RecipeBuilder.newBuilder("multihellfire45","berserker_forge",1);
val multihellfire45 = RecipeBuilder.newBuilder("multihellfire45","berserker_forge",2);
multihellfire45.addWillInput("DEFAULT", 10,1,2000000);
multihellfire45.addItemInput(<minecraft:snowball>);
multihellfire45.addItemInput(<minecraft:snowball>);
@@ -428,7 +428,7 @@ recipes.addShapeless(<contenttweaker:stone_of_life_essence>,
<ore:coquina>]);
val multihellfire46 = RecipeBuilder.newBuilder("multihellfire46","berserker_forge",1);
val multihellfire46 = RecipeBuilder.newBuilder("multihellfire46","berserker_forge",2);
multihellfire46.addWillInput("DEFAULT", 32,1,2000000);
multihellfire46.addItemInput(<ore:ingotIron>);
multihellfire46.addItemInput(<bloodarsenal:base_item:2>);
@@ -437,8 +437,8 @@ multihellfire46.addItemInput(<contenttweaker:stone_of_life_essence>);
multihellfire46.addItemOutput(<bloodarsenal:base_item:3>);
multihellfire46.build();
val multihellfire47 = RecipeBuilder.newBuilder("multihellfire47","berserker_forge",1);
multihellfire47.addWillInput("DEFAULT", 512,1,2000000);
val multihellfire47 = RecipeBuilder.newBuilder("multihellfire47","berserker_forge",2);
multihellfire47.addWillInput("DEFAULT", 90,1,2000000);
multihellfire47.addItemInput(<ore:gemDiamond>);
multihellfire47.addItemInput(<minecraft:dragon_breath>);
multihellfire47.addItemInput(<bloodarsenal:blood_infused_glowstone>);
@@ -446,7 +446,7 @@ multihellfire47.addItemInput(<contenttweaker:stone_of_life_essence>);
multihellfire47.addItemOutput(<bloodarsenal:blood_diamond:0>);
multihellfire47.build();
val multihellfire48 = RecipeBuilder.newBuilder("multihellfire48","berserker_forge",1);
val multihellfire48 = RecipeBuilder.newBuilder("multihellfire48","berserker_forge",2);
multihellfire48.addWillInput("DEFAULT", 20,1,2000000);
multihellfire48.addItemInput(<ore:sand>);
multihellfire48.addItemInput(<minecraft:packed_ice>);
@@ -455,7 +455,7 @@ multihellfire48.addItemInput(<minecraft:ghast_tear>);
multihellfire48.addItemOutput(<animus:component:4>);
multihellfire48.build();
val multihellfire49 = RecipeBuilder.newBuilder("multihellfire49","berserker_forge",1);
val multihellfire49 = RecipeBuilder.newBuilder("multihellfire49","berserker_forge",2);
multihellfire49.addWillInput("DEFAULT", 20,1,2000000);
multihellfire49.addItemInput(<minecraft:packed_ice>);
multihellfire49.addItemInput(<tconstruct:firewood>);
@@ -465,7 +465,7 @@ multihellfire49.addItemOutput(<bloodmagic:component:6>);
multihellfire49.build();
val multihellfire50 = RecipeBuilder.newBuilder("multihellfire50","berserker_forge",1);
val multihellfire50 = RecipeBuilder.newBuilder("multihellfire50","berserker_forge",2);
multihellfire50.addWillInput("DEFAULT", 3,1,2000000);
multihellfire50.addItemInput(<minecraft:sugar>);
multihellfire50.addItemInput(<minecraft:packed_ice>);
@@ -473,7 +473,7 @@ multihellfire50.addItemInput(<minecraft:packed_ice>);
multihellfire50.addItemOutput(<bloodmagic:component:0>);
multihellfire50.build();
val multihellfire51 = RecipeBuilder.newBuilder("multihellfire51","berserker_forge",1);
val multihellfire51 = RecipeBuilder.newBuilder("multihellfire51","berserker_forge",2);
multihellfire51.addWillInput("DEFAULT", 50,1,2000000);
multihellfire51.addItemInput(<minecraft:packed_ice>);
multihellfire51.addItemInput(<tconstruct:firewood>);
@@ -482,7 +482,7 @@ multihellfire51.addItemInput(<minecraft:blaze_rod>);
multihellfire51.addItemOutput(<bloodmagic:component:9>);
multihellfire51.build();
val multihellfire52 = RecipeBuilder.newBuilder("multihellfire52","berserker_forge",1);
val multihellfire52 = RecipeBuilder.newBuilder("multihellfire52","berserker_forge",2);
multihellfire52.addWillInput("DEFAULT", 0,1,2000000);
multihellfire52.addItemInput(<ore:ingotLumium>*4);
multihellfire52.addItemInput(<ore:blockGlass>);
@@ -491,11 +491,79 @@ multihellfire52.addItemInput(<minecraft:glowstone_dust>);
multihellfire52.addItemOutput(<bloodmagic:component:7>);
multihellfire52.build();
val multihellfire53 = RecipeBuilder.newBuilder("multihellfire53","berserker_forge",1);
val multihellfire53 = RecipeBuilder.newBuilder("multihellfire53","berserker_forge",2);
multihellfire53.addWillInput("DEFAULT", 10,1,2000000);
multihellfire53.addItemInput(<tconstruct:firewood>);
multihellfire53.addItemInput(<minecraft:redstone>);
multihellfire53.addItemInput(<ore:cobblestone>);
multihellfire53.addItemInput(<ore:blockCoal>);
multihellfire53.addItemOutput(<bloodmagic:component:1>);
multihellfire53.build();
multihellfire53.build();
recipes.addShapeless(<contenttweaker:demon_will_sliver>*10,
[<bloodmagic:item_demon_crystal:0>]);
recipes.addShapeless(<contenttweaker:corrosive_will_sliver>*10,
[<bloodmagic:item_demon_crystal:1>]);
recipes.addShapeless(<contenttweaker:destructive_will_sliver>*10,
[<bloodmagic:item_demon_crystal:2>]);
recipes.addShapeless(<contenttweaker:vengeful_will_sliver>*10,
[<bloodmagic:item_demon_crystal:3>]);
recipes.addShapeless(<contenttweaker:steadfast_will_sliver>*10,
[<bloodmagic:item_demon_crystal:4>]);
val berserkercrucible1 = RecipeBuilder.newBuilder("berserkercrucible1","berserker_crucible",2);
berserkercrucible1.addItemInput(<bloodmagic:item_demon_crystal:0>);
berserkercrucible1.addWillOutput("DEFAULT", 100);
berserkercrucible1.build();
val berserkercrucible2 = RecipeBuilder.newBuilder("berserkercrucible2","berserker_crucible",2);
berserkercrucible2.addItemInput(<contenttweaker:demon_will_sliver>);
berserkercrucible2.addWillOutput("DEFAULT", 10);
berserkercrucible2.build();
val berserkercrucible3 = RecipeBuilder.newBuilder("berserkercrucible3","berserker_crucible",2);
berserkercrucible3.addItemInput(<bloodmagic:item_demon_crystal:1>);
berserkercrucible3.addWillOutput("CORROSIVE", 100);
berserkercrucible3.build();
val berserkercrucible4 = RecipeBuilder.newBuilder("berserkercrucible4","berserker_crucible",2);
berserkercrucible4.addItemInput(<contenttweaker:corrosive_will_sliver>);
berserkercrucible4.addWillOutput("CORROSIVE", 10);
berserkercrucible4.build();
val berserkercrucible5 = RecipeBuilder.newBuilder("berserkercrucible5","berserker_crucible",2);
berserkercrucible5.addItemInput(<bloodmagic:item_demon_crystal:2>);
berserkercrucible5.addWillOutput("DESTRUCTIVE", 100);
berserkercrucible5.build();
val berserkercrucible6 = RecipeBuilder.newBuilder("berserkercrucible6","berserker_crucible",2);
berserkercrucible6.addItemInput(<contenttweaker:destructive_will_sliver>);
berserkercrucible6.addWillOutput("DESTRUCTIVE", 10);
berserkercrucible6.build();
val berserkercrucible7 = RecipeBuilder.newBuilder("berserkercrucible7","berserker_crucible",2);
berserkercrucible7.addItemInput(<bloodmagic:item_demon_crystal:3>);
berserkercrucible7.addWillOutput("VENGEFUL", 100);
berserkercrucible7.build();
val berserkercrucible8 = RecipeBuilder.newBuilder("berserkercrucible8","berserker_crucible",2);
berserkercrucible8.addItemInput(<contenttweaker:vengeful_will_sliver>);
berserkercrucible8.addWillOutput("VENGEFUL", 10);
berserkercrucible8.build();
val berserkercrucible9 = RecipeBuilder.newBuilder("berserkercrucible9","berserker_crucible",2);
berserkercrucible9.addItemInput(<bloodmagic:item_demon_crystal:4>);
berserkercrucible9.addWillOutput("STEADFAST", 100);
berserkercrucible9.build();
val berserkercrucible10 = RecipeBuilder.newBuilder("berserkercrucible10","berserker_crucible",2);
berserkercrucible10.addItemInput(<contenttweaker:steadfast_will_sliver>);
berserkercrucible10.addWillOutput("STEADFAST", 10);
berserkercrucible10.build();
+12 -1
View File
@@ -145,4 +145,15 @@ opdra13.addItemInput(<iceandfire:dread_shard>*64);
opdra13.addItemInput(<contenttweaker:dreadful_shard>);
opdra13.addItemInput(<ore:ingotIceDragonsteel>*32);
opdra13.addItemOutput(<contenttweaker:dreadful_prison_key>);
opdra13.build();
opdra13.build();
val opdra14 = RecipeBuilder.newBuilder("dragoncruc14","dragonfire_crucible",40);
opdra14.addFluidInput(<fluid:eternal_dragon_fire>*5000);
opdra14.addItemInput(<ore:gemDilithium>);
opdra14.addItemInput(<bloodmagic:demon_crystal:0>*4);
opdra14.addItemInput(<bloodmagic:demon_crystal:1>*4);
opdra14.addItemInput(<bloodmagic:demon_crystal:2>*4);
opdra14.addItemInput(<bloodmagic:demon_crystal:3>*4);
opdra14.addItemInput(<bloodmagic:demon_crystal:4>*4);
opdra14.addItemOutput(<contenttweaker:construct_of_will>);
opdra14.build();
+25
View File
@@ -0,0 +1,25 @@
import mods.modularmachinery.RecipeBuilder;
import mods.thaumcraft.Infusion;
mods.thaumcraft.Infusion.registerRecipe("infcatalyzerimp", "",
<contenttweaker:eldritch_impetus_catalyzer>, 10,
[<aspect:alienis>*500, <aspect:dreadia>*500, <aspect:coralos>*500, <aspect:potentia>*500],
<thaumicwonders:coalescence_matrix_precursor>,
[<contenttweaker:phasing_gem>, <thaumicaugmentation:impetus_generator>,
<contenttweaker:phasing_gem>, <abyssalcraft:tieredenergycontainer:3>,
<contenttweaker:phasing_gem>, <thaumictinkerer:kamiresource:4>,
<contenttweaker:phasing_gem>, <ebwizardry:scroll:105>]);
val eldritchimpetushard = RecipeBuilder.newBuilder("eldritchimpetushard","eldritch_impetus_catalyzer",1000);
eldritchimpetushard.addItemInput(<abyssalcraft:shubniggurathcharm:3>);
eldritchimpetushard.addItemInput(<abyssalcraft:yogsothothcharm:3>);
eldritchimpetushard.addItemInput(<abyssalcraft:nyarlathotepcharm:3>);
eldritchimpetushard.addItemInput(<abyssalcraft:azathothcharm:3>);
eldritchimpetushard.addItemInput(<abyssalcraft:jzaharcharm:3>);
eldritchimpetushard.addItemInput(<abyssalcraft:hasturcharm:3>);
eldritchimpetushard.addItemInput(<abyssalcraft:cthulhucharm:3>);
eldritchimpetushard.addImpetusOutput(50);
eldritchimpetushard.build();
+4
View File
@@ -10,6 +10,8 @@ infinityfurnace.build();
val infinityfurnaceshyre = RecipeBuilder.newBuilder("infinityfurnaceshyre","infinity_furnace",100);
infinityfurnaceshyre.addFluidInput(<fluid:dense_plasma>*8000);
infinityfurnaceshyre.addItemInput(<contenttweaker:shyrelands_garnet>);
infinityfurnaceshyre.addItemInput(<contenttweaker:mortum_core>);
infinityfurnaceshyre.setChance(0.0);
infinityfurnaceshyre.addItemOutput(<aoa3:shyregem>*2);
infinityfurnaceshyre.addItemOutput(<aoa3:shyrestone_ingot>*2);
infinityfurnaceshyre.addItemOutput(<contenttweaker:shyre_chunk>*2);
@@ -18,6 +20,8 @@ infinityfurnaceshyre.build();
val infinityfurnaceshyrebetter = RecipeBuilder.newBuilder("infinityfurnaceshyrebetter","infinity_furnace",100);
infinityfurnaceshyrebetter.addFluidInput(<fluid:dense_plasma>*8000);
infinityfurnaceshyrebetter.addItemInput(<contenttweaker:cut_shyrelands_garnet>);
infinityfurnaceshyrebetter.addItemInput(<contenttweaker:mortum_core>);
infinityfurnaceshyrebetter.setChance(0.0);
infinityfurnaceshyrebetter.addItemOutput(<aoa3:shyregem>*6);
infinityfurnaceshyrebetter.addItemOutput(<aoa3:shyrestone_ingot>*6);
infinityfurnaceshyrebetter.addItemOutput(<contenttweaker:shyre_chunk>*6);
+92 -2
View File
@@ -314,7 +314,7 @@ reci30.addItemInput(<aoa3:gold_coin>*32);
reci30.addItemInput(<thaumicaugmentation:gauntlet:1>);
reci30.addItemInput(<projectex:matter:0>);
reci30.addItemInput(<twilightforest:magic_beans>*4);
reci30.addItemOutput(<contenttweaker:master_spell_focus>);
reci30.addItemOutput(<contenttweaker:master_spell_focus>*2);
reci30.build();
val reci31 = RecipeBuilder.newBuilder("inf31","arcane_autoinfuser",120);
@@ -431,4 +431,94 @@ reci41.addItemInput(<minecraft:ender_eye>);
reci41.addItemInput(<thaumictinkerer:kamiresource:0>);
reci41.addItemInput(<thaumictinkerer:kamiresource:1>);
reci41.addItemOutput(<thaumictinkerer:ichor_block>);
reci41.build();
reci41.build();
val reci42 = RecipeBuilder.newBuilder("inf42","arcane_autoinfuser",120);
reci42.addEnergyPerTickInput(100);
reci42.addItemInput(<contenttweaker:ordo_vis_condensate>);
reci42.addItemInput(<iceandfire:gorgon_head>);
reci42.addItemInput(<contenttweaker:master_spell_focus>);
reci42.addItemInput(<thaumadditions:mithminite_fabric>);
reci42.addItemOutput(<contenttweaker:master_spell_ordo>);
reci42.build();
val reci43 = RecipeBuilder.newBuilder("inf43","arcane_autoinfuser",120);
reci43.addEnergyPerTickInput(100);
reci43.addItemInput(<contenttweaker:draco_vis_condensate>);
reci43.addItemInput(<draconicevolution:chaos_shard:2>);
reci43.addItemInput(<contenttweaker:master_spell_focus>);
reci43.addItemInput(<thaumadditions:mithminite_fabric>);
reci43.addItemOutput(<contenttweaker:master_spell_draco>);
reci43.build();
val reci44 = RecipeBuilder.newBuilder("inf44","arcane_autoinfuser",120);
reci44.addEnergyPerTickInput(100);
reci44.addItemInput(<contenttweaker:humanus_vis_condensate>);
reci44.addItemInput(<extendedcrafting:singularity:7>);
reci44.addItemInput(<contenttweaker:master_spell_focus>);
reci44.addItemInput(<thaumadditions:mithminite_fabric>);
reci44.addItemOutput(<contenttweaker:master_spell_humanus>);
reci44.build();
val reci45 = RecipeBuilder.newBuilder("inf45","arcane_autoinfuser",120);
reci45.addEnergyPerTickInput(100);
reci45.addItemInput(<contenttweaker:sensus_vis_condensate>);
reci45.addItemInput(<divinerpg:corrupted_stone>);
reci45.addItemInput(<contenttweaker:master_spell_focus>);
reci45.addItemInput(<thaumadditions:mithminite_fabric>);
reci45.addItemOutput(<contenttweaker:master_spell_sensus>);
reci45.build();
val reci46 = RecipeBuilder.newBuilder("inf46","arcane_autoinfuser",120);
reci46.addEnergyPerTickInput(100);
reci46.addItemInput(<contenttweaker:ignis_vis_condensate>);
reci46.addItemInput(<minecraft:fire_charge>);
reci46.addItemInput(<contenttweaker:master_spell_focus>);
reci46.addItemInput(<thaumadditions:mithminite_fabric>);
reci46.addItemOutput(<contenttweaker:master_spell_ignis>);
reci46.build();
val reci47 = RecipeBuilder.newBuilder("inf47","arcane_autoinfuser",120);
reci47.addEnergyPerTickInput(100);
reci47.addItemInput(<contenttweaker:mythus_vis_condensate>);
reci47.addItemInput(<iceandfire:deathworm_tounge>);
reci47.addItemInput(<contenttweaker:master_spell_focus>);
reci47.addItemInput(<thaumadditions:mithminite_fabric>);
reci47.addItemOutput(<contenttweaker:master_spell_mythus>);
reci47.build();
val reci48 = RecipeBuilder.newBuilder("inf48","arcane_autoinfuser",120);
reci48.addEnergyPerTickInput(100);
reci48.addItemInput(<contenttweaker:aversio_vis_condensate>);
reci48.addItemInput(<thaumictinkerer:kamiresource:3>);
reci48.addItemInput(<contenttweaker:master_spell_focus>);
reci48.addItemInput(<thaumadditions:mithminite_fabric>);
reci48.addItemOutput(<contenttweaker:master_spell_aversio>);
reci48.build();
val reci49 = RecipeBuilder.newBuilder("inf49","arcane_autoinfuser",120);
reci49.addEnergyPerTickInput(100);
reci49.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "alienis"}]})*75);
reci49.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "vacuos"}]})*75);
reci49.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "potentia"}]})*50);
reci49.addItemInput(<thaumcraft:salis_mundus>);
reci49.addItemInput(<thaumcraft:fabric>);
reci49.addItemInput(<thaumcraft:plate:3>*4);
reci49.addItemInput(<thaumcraft:voidseer_charm>);
reci49.addItemOutput(<thaumicaugmentation:gauntlet:1>);
reci49.build();
val reci50 = RecipeBuilder.newBuilder("inf50","arcane_autoinfuser",120);
reci50.addEnergyPerTickInput(100);
reci50.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "cognitio"}]})*150);
reci50.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "vacuos"}]})*150);
reci50.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})*100);
reci50.addItemInput(<contenttweaker:primordial_sliver>);
reci50.addItemInput(<thaumcraft:brain>*2);
reci50.addItemInput(<thaumcraft:void_seed>);
reci50.addItemInput(<thaumcraft:baubles:4>);
reci50.addItemOutput(<thaumcraft:voidseer_charm>);
reci50.build();
+12 -1
View File
@@ -184,6 +184,7 @@ val quantumcond172 = RecipeBuilder.newBuilder("quantumcond172","quantum_condense
val quantumcond173 = RecipeBuilder.newBuilder("quantumcond173","quantum_condenser",10); quantumcond173.addEnergyPerTickInput(500000); quantumcond173.addItemInput(<contenttweaker:immortallis_garnet>*5056); quantumcond173.addItemOutput(<extendedcrafting:singularity_custom:1021>); quantumcond173.build();
val quantumcond174 = RecipeBuilder.newBuilder("quantumcond174","quantum_condenser",10); quantumcond174.addEnergyPerTickInput(500000); quantumcond174.addItemInput(<contenttweaker:vethea_garnet>*5056); quantumcond174.addItemOutput(<extendedcrafting:singularity_custom:1022>); quantumcond174.build();
val quantumcond175 = RecipeBuilder.newBuilder("quantumcond175","quantum_condenser",10); quantumcond175.addEnergyPerTickInput(500000); quantumcond175.addItemInput(<contenttweaker:shyrelands_garnet>*5056); quantumcond175.addItemOutput(<extendedcrafting:singularity_custom:1023>); quantumcond175.build();
val quantumcond176 = RecipeBuilder.newBuilder("quantumcond176","quantum_condenser",10); quantumcond176.addEnergyPerTickInput(500000); quantumcond176.addItemInput(<minecraft:nether_star>*5056); quantumcond176.addItemOutput(<extendedcrafting:singularity_custom:2040>); quantumcond176.build();
@@ -504,4 +505,14 @@ val quantumcondmotus = RecipeBuilder.newBuilder("quantumcondmotus", "quantum_con
quantumcondmotus.addEnergyPerTickInput(500000);
quantumcondmotus.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "motus"}]})* 4096);
quantumcondmotus.addItemOutput(<contenttweaker:motus_vis_condensate>);
quantumcondmotus.build();
quantumcondmotus.build();
val quantumcondactual = RecipeBuilder.newBuilder("quantumcondactual", "quantum_condenser", 10);
quantumcondactual.addEnergyPerTickInput(500000);
quantumcondactual.addItemInput(<contenttweaker:actualizing_stone>*2048);
quantumcondactual.addItemOutput(<avaritiaitem:self_actualizing_stone>);
quantumcondactual.build();
+73
View File
@@ -0,0 +1,73 @@
import mods.modularmachinery.RecipeBuilder;
val forgewyvinf1 = RecipeBuilder.newBuilder("forgewyvinf1","forge_of_the_wyvern",2);
forgewyvinf1.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvinf1.setChance(0.0);
forgewyvinf1.addItemInput(<ore:ingotInfinity>);
forgewyvinf1.addFluidOutput(<fluid:infinity>*144);
forgewyvinf1.build();
val forgewyvinf2 = RecipeBuilder.newBuilder("forgewyvinf2","forge_of_the_wyvern",2);
forgewyvinf2.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvinf2.setChance(0.0);
forgewyvinf2.addItemInput(<ore:blockInfinity>);
forgewyvinf2.addFluidOutput(<fluid:infinity>*1296);
forgewyvinf2.build();
val forgewyvbri1 = RecipeBuilder.newBuilder("forgewyvbri1","forge_of_the_wyvern",2);
forgewyvbri1.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvbri1.setChance(0.0);
forgewyvbri1.addItemInput(<contenttweaker:brightsteel_alloy_ingot>);
forgewyvbri1.addFluidOutput(<fluid:brightsteel_alloy>*144);
forgewyvbri1.build();
val forgewyvfir1 = RecipeBuilder.newBuilder("forgewyvfir1","forge_of_the_wyvern",2);
forgewyvfir1.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvfir1.setChance(0.0);
forgewyvfir1.addItemInput(<ore:ingotFireDragonsteel>);
forgewyvfir1.addFluidOutput(<fluid:dragonsteel_fire>*144);
forgewyvfir1.build();
val forgewyvfir2 = RecipeBuilder.newBuilder("forgewyvfir2","forge_of_the_wyvern",2);
forgewyvfir2.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvfir2.setChance(0.0);
forgewyvfir2.addItemInput(<ore:blockFireDragonsteel>);
forgewyvfir2.addFluidOutput(<fluid:dragonsteel_fire>*1296);
forgewyvfir2.build();
val forgewyvic1 = RecipeBuilder.newBuilder("forgewyvic1","forge_of_the_wyvern",2);
forgewyvic1.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvic1.setChance(0.0);
forgewyvic1.addItemInput(<ore:ingotIceDragonsteel>);
forgewyvic1.addFluidOutput(<fluid:dragonsteel_ice>*144);
forgewyvic1.build();
val forgewyvic2 = RecipeBuilder.newBuilder("forgewyvic2","forge_of_the_wyvern",2);
forgewyvic2.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvic2.setChance(0.0);
forgewyvic2.addItemInput(<ore:blockIceDragonsteel>);
forgewyvic2.addFluidOutput(<fluid:dragonsteel_ice>*1296);
forgewyvic2.build();
val forgewyvlig1 = RecipeBuilder.newBuilder("forgewyvlig1","forge_of_the_wyvern",2);
forgewyvlig1.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvlig1.setChance(0.0);
forgewyvlig1.addItemInput(<ore:ingotLightningDragonsteel>);
forgewyvlig1.addFluidOutput(<fluid:dragonsteel_lightning>*144);
forgewyvlig1.build();
val forgewyvlig2 = RecipeBuilder.newBuilder("forgewyvlig2","forge_of_the_wyvern",2);
forgewyvlig2.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvlig2.setChance(0.0);
forgewyvlig2.addItemInput(<ore:blockLightningDragonsteel>);
forgewyvlig2.addFluidOutput(<fluid:dragonsteel_lightning>*1296);
forgewyvlig2.build();
val forgewyvhal1 = RecipeBuilder.newBuilder("forgewyvhal1","forge_of_the_wyvern",2);
forgewyvhal1.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvhal1.setChance(0.0);
forgewyvhal1.addItemInput(<ore:ingotFractalliteHalite>);
forgewyvhal1.addFluidOutput(<fluid:fractallite_halite>*144);
forgewyvhal1.build();
+265
View File
@@ -0,0 +1,265 @@
import mods.modularmachinery.RecipeBuilder;
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:plasma_injector>,
[[<contenttweaker:meatball_attuned_crystal>, null, null, <enderio:item_capacitor_melodic>, null, null, <contenttweaker:meatball_attuned_crystal>],
[null, <contenttweaker:draconic_machine_frame>, null, null, null, <contenttweaker:draconic_machine_frame>, null],
[null, null, <aoa3:rainbow_druse>, <nuclearcraft:fusion_connector>, <aoa3:rainbow_druse>, null, null],
[<enderio:item_capacitor_melodic>, null, <nuclearcraft:fusion_connector>, <contenttweaker:mythic_machine_case>, <nuclearcraft:fusion_connector>, null, <enderio:item_capacitor_melodic>],
[null, null, <aoa3:rainbow_druse>, <nuclearcraft:fusion_connector>, <aoa3:rainbow_druse>, null, null],
[null, <contenttweaker:draconic_machine_frame>, null, null, null, <contenttweaker:draconic_machine_frame>, null],
[<contenttweaker:meatball_attuned_crystal>, null, null, <enderio:item_capacitor_melodic>, null, null, <contenttweaker:meatball_attuned_crystal>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:plasma_collider>,
[[<contenttweaker:meatball_attuned_crystal>, null, null, <enderio:item_capacitor_stellar>, null, null, <contenttweaker:meatball_attuned_crystal>],
[null, <contenttweaker:draconic_machine_frame>, null, null, null, <contenttweaker:draconic_machine_frame>, null],
[null, null, <aoa3:rainbow_druse>, <contenttweaker:draconium_electromagnet>, <aoa3:rainbow_druse>, null, null],
[<enderio:item_capacitor_stellar>, null, <contenttweaker:draconium_electromagnet>, <nuclearcraft:fusion_core>, <contenttweaker:draconium_electromagnet>, null, <enderio:item_capacitor_stellar>],
[null, null, <aoa3:rainbow_druse>, <contenttweaker:draconium_electromagnet>, <aoa3:rainbow_druse>, null, null],
[null, <contenttweaker:draconic_machine_frame>, null, null, null, <contenttweaker:draconic_machine_frame>, null],
[<contenttweaker:meatball_attuned_crystal>, null, null, <enderio:item_capacitor_stellar>, null, null, <contenttweaker:meatball_attuned_crystal>]]);
val betterfluidfusion1 = RecipeBuilder.newBuilder("betterfluidfusion1","linear_fusion_accelerator",10);
betterfluidfusion1.addEnergyPerTickInput(1000000);
betterfluidfusion1.addFluidInput(<fluid:hydrogen>*1000);
betterfluidfusion1.addFluidInput(<fluid:hydrogen>*1000);
betterfluidfusion1.addFluidOutput(<fluid:deuterium>*1000);
betterfluidfusion1.addFluidOutput(<fluid:deuterium>*1000);
betterfluidfusion1.addFluidOutput(<fluid:deuterium>*1000);
betterfluidfusion1.addFluidOutput(<fluid:deuterium>*1000);
betterfluidfusion1.build();
val betterfluidfusion2 = RecipeBuilder.newBuilder("betterfluidfusion2","linear_fusion_accelerator",10);
betterfluidfusion2.addEnergyPerTickInput(1000000);
betterfluidfusion2.addFluidInput(<fluid:hydrogen>*1000);
betterfluidfusion2.addFluidInput(<fluid:deuterium>*1000);
betterfluidfusion2.addFluidOutput(<fluid:helium3>*1000);
betterfluidfusion2.addFluidOutput(<fluid:helium3>*1000);
betterfluidfusion2.addFluidOutput(<fluid:helium3>*1000);
betterfluidfusion2.addFluidOutput(<fluid:helium3>*1000);
betterfluidfusion2.build();
val betterfluidfusion3 = RecipeBuilder.newBuilder("betterfluidfusion3","linear_fusion_accelerator",10);
betterfluidfusion3.addEnergyPerTickInput(1000000);
betterfluidfusion3.addFluidInput(<fluid:hydrogen>*1000);
betterfluidfusion3.addFluidInput(<fluid:tritium>*1000);
betterfluidfusion3.addFluidOutput(<fluid:helium3>*1000);
betterfluidfusion3.addFluidOutput(<fluid:helium3>*1000);
betterfluidfusion3.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion3.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion3.build();
val betterfluidfusion4 = RecipeBuilder.newBuilder("betterfluidfusion4","linear_fusion_accelerator",10);
betterfluidfusion4.addEnergyPerTickInput(1000000);
betterfluidfusion4.addFluidInput(<fluid:hydrogen>*1000);
betterfluidfusion4.addFluidInput(<fluid:helium3>*1000);
betterfluidfusion4.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion4.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion4.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion4.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion4.build();
val betterfluidfusion5 = RecipeBuilder.newBuilder("betterfluidfusion5","linear_fusion_accelerator",10);
betterfluidfusion5.addEnergyPerTickInput(1000000);
betterfluidfusion5.addFluidInput(<fluid:hydrogen>*1000);
betterfluidfusion5.addFluidInput(<fluid:lithium6>*1000);
betterfluidfusion5.addFluidOutput(<fluid:tritium>*1000);
betterfluidfusion5.addFluidOutput(<fluid:tritium>*1000);
betterfluidfusion5.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion5.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion5.build();
val betterfluidfusion6 = RecipeBuilder.newBuilder("betterfluidfusion6","linear_fusion_accelerator",10);
betterfluidfusion6.addEnergyPerTickInput(1000000);
betterfluidfusion6.addFluidInput(<fluid:hydrogen>*1000);
betterfluidfusion6.addFluidInput(<fluid:lithium7>*1000);
betterfluidfusion6.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion6.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion6.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion6.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion6.build();
val betterfluidfusion7 = RecipeBuilder.newBuilder("betterfluidfusion7","linear_fusion_accelerator",10);
betterfluidfusion7.addEnergyPerTickInput(1000000);
betterfluidfusion7.addFluidInput(<fluid:hydrogen>*1000);
betterfluidfusion7.addFluidInput(<fluid:boron11>*1000);
betterfluidfusion7.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion7.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion7.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion7.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion7.build();
val betterfluidfusion8 = RecipeBuilder.newBuilder("betterfluidfusion8","linear_fusion_accelerator",10);
betterfluidfusion8.addEnergyPerTickInput(1000000);
betterfluidfusion8.addFluidInput(<fluid:deuterium>*1000);
betterfluidfusion8.addFluidInput(<fluid:deuterium>*1000);
betterfluidfusion8.addFluidOutput(<fluid:hydrogen>*1000);
betterfluidfusion8.addFluidOutput(<fluid:tritium>*1000);
betterfluidfusion8.addFluidOutput(<fluid:helium3>*1000);
betterfluidfusion8.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion8.build();
val betterfluidfusion9 = RecipeBuilder.newBuilder("betterfluidfusion9","linear_fusion_accelerator",10);
betterfluidfusion9.addEnergyPerTickInput(1000000);
betterfluidfusion9.addFluidInput(<fluid:deuterium>*1000);
betterfluidfusion9.addFluidInput(<fluid:tritium>*1000);
betterfluidfusion9.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion9.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion9.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion9.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion9.build();
val betterfluidfusion10 = RecipeBuilder.newBuilder("betterfluidfusion10","linear_fusion_accelerator",10);
betterfluidfusion10.addEnergyPerTickInput(1000000);
betterfluidfusion10.addFluidInput(<fluid:tritium>*1000);
betterfluidfusion10.addFluidInput(<fluid:tritium>*1000);
betterfluidfusion10.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion10.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion10.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion10.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion10.build();
val betterfluidfusion11 = RecipeBuilder.newBuilder("betterfluidfusion11","linear_fusion_accelerator",10);
betterfluidfusion11.addEnergyPerTickInput(1000000);
betterfluidfusion11.addFluidInput(<fluid:helium3>*1000);
betterfluidfusion11.addFluidInput(<fluid:helium3>*1000);
betterfluidfusion11.addFluidOutput(<fluid:hydrogen>*1000);
betterfluidfusion11.addFluidOutput(<fluid:hydrogen>*1000);
betterfluidfusion11.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion11.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion11.build();
val betterfluidfusion12 = RecipeBuilder.newBuilder("betterfluidfusion12","linear_fusion_accelerator",10);
betterfluidfusion12.addEnergyPerTickInput(1000000);
betterfluidfusion12.addFluidInput(<fluid:lithium6>*1000);
betterfluidfusion12.addFluidInput(<fluid:lithium6>*1000);
betterfluidfusion12.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion12.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion12.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion12.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion12.build();
val betterfluidfusion13 = RecipeBuilder.newBuilder("betterfluidfusion13","linear_fusion_accelerator",10);
betterfluidfusion13.addEnergyPerTickInput(1000000);
betterfluidfusion13.addFluidInput(<fluid:lithium7>*1000);
betterfluidfusion13.addFluidInput(<fluid:lithium7>*1000);
betterfluidfusion13.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion13.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion13.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion13.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion13.build();
val betterfluidfusion14 = RecipeBuilder.newBuilder("betterfluidfusion14","linear_fusion_accelerator",10);
betterfluidfusion14.addEnergyPerTickInput(1000000);
betterfluidfusion14.addFluidInput(<fluid:boron11>*1000);
betterfluidfusion14.addFluidInput(<fluid:boron11>*1000);
betterfluidfusion14.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion14.addFluidOutput(<fluid:helium>*1000);
betterfluidfusion14.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion14.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion14.build();
val betterfluidfusion15 = RecipeBuilder.newBuilder("betterfluidfusion15","linear_fusion_accelerator",10);
betterfluidfusion15.addEnergyPerTickInput(1000000);
betterfluidfusion15.addFluidInput(<fluid:relativistic_matter>*1000);
betterfluidfusion15.addFluidInput(<fluid:technetium>*1000);
betterfluidfusion15.addFluidOutput(<fluid:magnatar_stabilizer>*1000);
betterfluidfusion15.addFluidOutput(<fluid:technetium>*1000);
betterfluidfusion15.build();
val betterfluidfusion16 = RecipeBuilder.newBuilder("betterfluidfusion16","linear_fusion_accelerator",10);
betterfluidfusion16.addEnergyPerTickInput(1000000);
betterfluidfusion16.addFluidInput(<fluid:americium_243>*1000);
betterfluidfusion16.addFluidInput(<fluid:neon>*1000);
betterfluidfusion16.addFluidOutput(<fluid:dubnium>*10000);
betterfluidfusion16.addFluidOutput(<fluid:neutron>*1000);
betterfluidfusion16.build();
val betterfluidfusion17 = RecipeBuilder.newBuilder("betterfluidfusion17","linear_fusion_accelerator",10);
betterfluidfusion17.addEnergyPerTickInput(1000000);
betterfluidfusion17.addFluidInput(<fluid:astralsorcery.liquidstarlight>*1000);
betterfluidfusion17.addFluidInput(<fluid:lifeessence>*1000);
betterfluidfusion17.addFluidOutput(<fluid:sideral_life_essence>*1000);
betterfluidfusion17.build();
val bettersolidfusion1 = RecipeBuilder.newBuilder("bettersolidfusion1","inertial_confinement_reactor",10);
bettersolidfusion1.addEnergyPerTickInput(1000000);
bettersolidfusion1.addItemInput(<techreborn:part:17>*64);
bettersolidfusion1.addItemInput(<aoa3:charged_runium_chunk>*16);
bettersolidfusion1.addItemOutput(<techreborn:part:39>*64);
bettersolidfusion1.build();
val bettersolidfusion2 = RecipeBuilder.newBuilder("bettersolidfusion2","inertial_confinement_reactor",10);
bettersolidfusion2.addEnergyPerTickInput(1000000);
bettersolidfusion2.addItemInput(<thermalfoundation:material:894>);
bettersolidfusion2.addItemInput(<thermalfoundation:material:895>);
bettersolidfusion2.addItemOutput(<aoa3:giant_crystal>*4);
bettersolidfusion2.build();
val bettersolidfusion3 = RecipeBuilder.newBuilder("bettersolidfusion3","inertial_confinement_reactor",10);
bettersolidfusion3.addEnergyPerTickInput(1000000);
bettersolidfusion3.addItemInput(<aoa3:mystite_ingot>);
bettersolidfusion3.addItemInput(<aoa3:crystallite>);
bettersolidfusion3.addItemOutput(<contenttweaker:supertranslucent_catalyst>);
bettersolidfusion3.build();
val bettersolidfusion4 = RecipeBuilder.newBuilder("bettersolidfusion4","inertial_confinement_reactor",10);
bettersolidfusion4.addEnergyPerTickInput(1000000);
bettersolidfusion4.addItemInput(<thermalfoundation:material:167>);
bettersolidfusion4.addItemInput(<ore:ingotSednanite>);
bettersolidfusion4.addItemOutput(<contenttweaker:magnetic_monopole>);
bettersolidfusion4.build();
val bettersolidfusion5 = RecipeBuilder.newBuilder("bettersolidfusion5","inertial_confinement_reactor",10);
bettersolidfusion5.addEnergyPerTickInput(1000000);
bettersolidfusion5.addItemInput(<divinerpg:wildwood_chunk>);
bettersolidfusion5.addItemInput(<ore:ingotSednanite>);
bettersolidfusion5.addItemOutput(<contenttweaker:magnetic_monopole>*5);
bettersolidfusion5.build();
val bettersolidfusion6 = RecipeBuilder.newBuilder("bettersolidfusion6","inertial_confinement_reactor",10);
bettersolidfusion6.addEnergyPerTickInput(1000000);
bettersolidfusion6.addItemInput(<ore:ingotIridium>*4);
bettersolidfusion6.addItemInput(<ore:ingotTitanium>*4);
bettersolidfusion6.addItemOutput(<contenttweaker:superfused_alloy_ingot>*8);
bettersolidfusion6.build();
val bettersolidfusion7 = RecipeBuilder.newBuilder("bettersolidfusion7","inertial_confinement_reactor",10);
bettersolidfusion7.addEnergyPerTickInput(1000000);
bettersolidfusion7.addItemInput(<enderio:item_alloy_endergy_ingot:3>*16);
bettersolidfusion7.addItemInput(<nuclearcraft:lithium:2>*4);
bettersolidfusion7.addItemOutput(<materialpart:promethium:ingot>);
bettersolidfusion7.build();
val bettersolidfusion8 = RecipeBuilder.newBuilder("bettersolidfusion8","inertial_confinement_reactor",10);
bettersolidfusion8.addEnergyPerTickInput(1000000);
bettersolidfusion8.addItemInput(<contenttweaker:infinity_leaf>);
bettersolidfusion8.addItemInput(<avaritia:resource:6>);
bettersolidfusion8.addItemOutput(<contenttweaker:infinity_fruit>);
bettersolidfusion8.build();
val bettersolidfusion9 = RecipeBuilder.newBuilder("bettersolidfusion9","inertial_confinement_reactor",10);
bettersolidfusion9.addEnergyPerTickInput(1000000);
bettersolidfusion9.addItemInput(<contenttweaker:crystalline_beryllium>);
bettersolidfusion9.addItemInput(<ore:ingotZirconium>);
bettersolidfusion9.addItemOutput(<contenttweaker:ruthenium_ingot>);
bettersolidfusion9.build();
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:hohlraum>,
[[<materialpart:sednanite:ingot>, <enderio:block_enlightened_fused_glass:0>, <contenttweaker:superconducting_sednanite>, <enderio:block_enlightened_fused_glass:0>, <materialpart:sednanite:ingot>],
[<enderio:block_enlightened_fused_glass:0>, <contenttweaker:living_gold>, <contenttweaker:living_gold>, <contenttweaker:living_gold>, <enderio:block_enlightened_fused_glass:0>],
[<contenttweaker:superconducting_sednanite>, <techreborn:dynamiccell>, <materialpart:promethium:ingot>, <techreborn:dynamiccell>, <contenttweaker:superconducting_sednanite>],
[<enderio:block_enlightened_fused_glass:0>, <contenttweaker:living_gold>, <contenttweaker:living_gold>, <contenttweaker:living_gold>, <enderio:block_enlightened_fused_glass:0>],
[<materialpart:sednanite:ingot>, <enderio:block_enlightened_fused_glass:0>, <contenttweaker:superconducting_sednanite>, <enderio:block_enlightened_fused_glass:0>, <materialpart:sednanite:ingot>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:inertial_laser_projector>,
[[<materialpart:sednanite:ingot>, <buildcraftsilicon:laser>, <materialpart:sednanite:ingot>, <buildcraftsilicon:laser>, <materialpart:sednanite:ingot>],
[<buildcraftsilicon:laser>, <botania:lens:16>, <botania:lens:16>, <botania:lens:16>, <buildcraftsilicon:laser>],
[<materialpart:sednanite:ingot>, <botania:lens:16>, <contenttweaker:draconic_machine_frame>, <botania:lens:16>, <materialpart:sednanite:ingot>],
[<buildcraftsilicon:laser>, <botania:lens:16>, <botania:lens:16>, <botania:lens:16>, <buildcraftsilicon:laser>],
[<materialpart:sednanite:ingot>, <buildcraftsilicon:laser>, <materialpart:sednanite:ingot>, <buildcraftsilicon:laser>, <materialpart:sednanite:ingot>]]);
+4 -2
View File
@@ -172,7 +172,9 @@ val superbee_amped = RecipeBuilder.newBuilder("superbee_amped","sacred_cinders_a
val superbee_firey = RecipeBuilder.newBuilder("superbee_firey","sacred_cinders_apiary",10); superbee_firey.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "magicbees.speciesFirey", UID0: "magicbees.speciesFirey"}]}})); superbee_firey.setChance(0.0); superbee_firey.addFluidInput(<fluid:liquid_sunshine>*25); superbee_firey.addItemOutput(<magicbees:beecomb:12>*64); superbee_firey.addItemOutput(<forestry:bee_combs:0>*64); superbee_firey.build();
val superbee_rockin = RecipeBuilder.newBuilder("superbee_rockin","sacred_cinders_apiary",10); superbee_rockin.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "magicbees.speciesTERocking", UID0: "magicbees.speciesTERocking"}]}})); superbee_rockin.setChance(0.0); superbee_rockin.addFluidInput(<fluid:liquid_sunshine>*25); superbee_rockin.addItemOutput(<magicbees:beecomb:14>*64); superbee_rockin.addItemOutput(<thermalfoundation:material:1027>*64); superbee_rockin.build();
val superbee_watery = RecipeBuilder.newBuilder("superbee_watery","sacred_cinders_apiary",10); superbee_watery.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "magicbees.speciesWatery", UID0: "magicbees.speciesWatery"}]}})); superbee_watery.setChance(0.0); superbee_watery.addFluidInput(<fluid:liquid_sunshine>*25); superbee_watery.addItemOutput(<magicbees:beecomb:13>*64); superbee_watery.addItemOutput(<forestry:bee_combs:0>*64); superbee_watery.build();
val superbee_gelid = RecipeBuilder.newBuilder("superbee_gelid","sacred_cinders_apiary",10); superbee_gelid.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "forestry.species.Gelid", UID0: "forestry.species.Gelid"}]}})); superbee_gelid.setChance(0.0); superbee_gelid.addFluidInput(<fluid:liquid_sunshine>*25); superbee_gelid.addItemOutput(<forestry:bee_combs:4>*64); superbee_gelid.addItemOutput(<thermalfoundation:material:1025>*64); superbee_gelid.build();
val superbee_gelid = RecipeBuilder.newBuilder("superbee_gelid","sacred_cinders_apiary",10); superbee_gelid.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "magicbees.speciesTEGelid", UID0: "forestry.species.Gelid"}]}})); superbee_gelid.setChance(0.0); superbee_gelid.addFluidInput(<fluid:liquid_sunshine>*25); superbee_gelid.addItemOutput(<forestry:bee_combs:4>*64); superbee_gelid.addItemOutput(<thermalfoundation:material:1025>*64); superbee_gelid.build();
val superbee_pyro = RecipeBuilder.newBuilder("superbee_pyro","sacred_cinders_apiary",10); superbee_pyro.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "magicbees.speciesTEPyro", UID0: "magicbees.speciesTEPyro"}]}})); superbee_pyro.setChance(0.0); superbee_pyro.addFluidInput(<fluid:liquid_sunshine>*25); superbee_pyro.addItemOutput(<magicbees:beecomb:1>*64); superbee_pyro.addItemOutput(<thermalfoundation:material:1024>*64); superbee_pyro.build();
val superbee_fluorine = RecipeBuilder.newBuilder("superbee_fluorine","sacred_cinders_apiary",10); superbee_fluorine.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Fluorine", UID0: "gendustry.bee.Fluorine"}]}})); superbee_fluorine.setChance(0.0); superbee_fluorine.addFluidInput(<fluid:liquid_sunshine>*25); superbee_fluorine.addItemOutput(<gendustry:honey_comb:14027>*64); superbee_fluorine.addItemOutput(<forestry:bee_combs:0>*64); superbee_fluorine.build();
val superbee_helium = RecipeBuilder.newBuilder("superbee_helium","sacred_cinders_apiary",10); superbee_helium.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Helium", UID0: "gendustry.bee.Helium"}]}})); superbee_helium.setChance(0.0); superbee_helium.addFluidInput(<fluid:liquid_sunshine>*25); superbee_helium.addItemOutput(<gendustry:honey_comb:14028>*64); superbee_helium.addItemOutput(<forestry:bee_combs:0>*64); superbee_helium.build();
val superbee_helium = RecipeBuilder.newBuilder("superbee_helium","sacred_cinders_apiary",10); superbee_helium.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Helium", UID0: "gendustry.bee.Helium"}]}})); superbee_helium.setChance(0.0); superbee_helium.addFluidInput(<fluid:liquid_sunshine>*25); superbee_helium.addItemOutput(<gendustry:honey_comb:14028>*64); superbee_helium.addItemOutput(<forestry:bee_combs:0>*64); superbee_helium.build();
val superbee_flux = RecipeBuilder.newBuilder("superbee_flux","sacred_cinders_apiary",10); superbee_flux.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Flux", UID0: "gendustry.bee.Flux"}]}})); superbee_flux.setChance(0.0); superbee_flux.addFluidInput(<fluid:liquid_sunshine>*25); superbee_flux.addItemOutput(<fluxnetworks:flux>*64); superbee_flux.addItemOutput(<fluxnetworks:flux>*64); superbee_flux.build();
+3 -3
View File
@@ -1188,7 +1188,7 @@ thaum113.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1
thaum113.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "ignis"}]})*10);
thaum113.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "perditio"}]})*10);
thaum113.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aqua"}]})*10);
thaum113.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "ignis"}]})*10);
thaum113.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "ordo"}]})*10);
thaum113.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "terra"}]})*10);
thaum113.addItemInput(<thaumcraft:fabric>*3);
thaum113.addItemInput(<thaumictinkerer:kamiresource:2>*3);
@@ -1202,12 +1202,12 @@ thaum114.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1
thaum114.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "ignis"}]})*5);
thaum114.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "perditio"}]})*5);
thaum114.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aqua"}]})*5);
thaum114.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "ignis"}]})*5);
thaum114.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "ordo"}]})*5);
thaum114.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "terra"}]})*5);
thaum114.addItemInput(<thaumcraft:ingot:0>);
thaum114.addItemInput(<thaumictinkerer:kamiresource:2>*3);
thaum114.addItemInput(<minecraft:diamond>*1);
thaum114.addItemOutput(<thaumictinkerer:kamiresource:3>*3);
thaum114.addItemOutput(<thaumictinkerer:kamiresource:3>);
thaum114.build();
+96
View File
@@ -1,5 +1,43 @@
import mods.modularmachinery.RecipeBuilder;
recipes.addShaped(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT1§r"]}}),
[[<aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>],
[<aoa3:rune_box>, <contenttweaker:deep_dark_matter>, <aoa3:rune_box>],
[<aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>]]);
mods.chisel.Carving.addGroup("tokenconfig");
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT1§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT2§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT3§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT4§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT5§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT6§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT7§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT8§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT9§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT10§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT11§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT12§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT13§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT14§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT15§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT16§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT17§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT18§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT19§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT20§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT21§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT22§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT23§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT24§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT25§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT26§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT27§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT28§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT29§r"]}}));
mods.chisel.Carving.addVariation("tokenconfig", <contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT30§r"]}}));
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:master_rune_box>,
[[<aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>],
[<aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>, <aoa3:rune_box>],
@@ -193,17 +231,23 @@ tokengen38.addEnergyPerTickOutput(250000);
tokengen38.build();
val tokentiered1 = RecipeBuilder.newBuilder("tokentiered1","token_totem",800);
tokentiered1.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT1§r"]}}));
tokentiered1.setChance(0.0);
tokentiered1.addItemInput(<contenttweaker:tier1_token>);
tokentiered1.addEnergyPerTickOutput(10);
tokentiered1.build();
val tokentiered2 = RecipeBuilder.newBuilder("tokentiered2","token_totem",800);
tokentiered2.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT2§r"]}}));
tokentiered2.setChance(0.0);
tokentiered2.addItemInput(<contenttweaker:tier1_token>);
tokentiered2.addItemInput(<contenttweaker:tier2_token>);
tokentiered2.addEnergyPerTickOutput(100);
tokentiered2.build();
val tokentiered3 = RecipeBuilder.newBuilder("tokentiered3","token_totem",800);
tokentiered3.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT3§r"]}}));
tokentiered3.setChance(0.0);
tokentiered3.addItemInput(<contenttweaker:tier1_token>);
tokentiered3.addItemInput(<contenttweaker:tier2_token>);
tokentiered3.addItemInput(<contenttweaker:tier3_token>);
@@ -211,6 +255,8 @@ tokentiered3.addEnergyPerTickOutput(500);
tokentiered3.build();
val tokentiered4 = RecipeBuilder.newBuilder("tokentiered4","token_totem",800);
tokentiered4.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT4§r"]}}));
tokentiered4.setChance(0.0);
tokentiered4.addItemInput(<contenttweaker:tier1_token>);
tokentiered4.addItemInput(<contenttweaker:tier2_token>);
tokentiered4.addItemInput(<contenttweaker:tier3_token>);
@@ -219,6 +265,8 @@ tokentiered4.addEnergyPerTickOutput(1000);
tokentiered4.build();
val tokentiered5 = RecipeBuilder.newBuilder("tokentiered5","token_totem",800);
tokentiered5.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT5§r"]}}));
tokentiered5.setChance(0.0);
tokentiered5.addItemInput(<contenttweaker:tier1_token>);
tokentiered5.addItemInput(<contenttweaker:tier2_token>);
tokentiered5.addItemInput(<contenttweaker:tier3_token>);
@@ -228,6 +276,8 @@ tokentiered5.addEnergyPerTickOutput(5000);
tokentiered5.build();
val tokentiered6 = RecipeBuilder.newBuilder("tokentiered6","token_totem",800);
tokentiered6.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT6§r"]}}));
tokentiered6.setChance(0.0);
tokentiered6.addItemInput(<contenttweaker:tier1_token>);
tokentiered6.addItemInput(<contenttweaker:tier2_token>);
tokentiered6.addItemInput(<contenttweaker:tier3_token>);
@@ -238,6 +288,8 @@ tokentiered6.addEnergyPerTickOutput(10000);
tokentiered6.build();
val tokentiered7 = RecipeBuilder.newBuilder("tokentiered7","token_totem",800);
tokentiered7.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT7§r"]}}));
tokentiered7.setChance(0.0);
tokentiered7.addItemInput(<contenttweaker:tier1_token>);
tokentiered7.addItemInput(<contenttweaker:tier2_token>);
tokentiered7.addItemInput(<contenttweaker:tier3_token>);
@@ -249,6 +301,8 @@ tokentiered7.addEnergyPerTickOutput(20000);
tokentiered7.build();
val tokentiered8 = RecipeBuilder.newBuilder("tokentiered8","token_totem",800);
tokentiered8.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT8§r"]}}));
tokentiered8.setChance(0.0);
tokentiered8.addItemInput(<contenttweaker:tier1_token>);
tokentiered8.addItemInput(<contenttweaker:tier2_token>);
tokentiered8.addItemInput(<contenttweaker:tier3_token>);
@@ -261,6 +315,8 @@ tokentiered8.addEnergyPerTickOutput(30000);
tokentiered8.build();
val tokentiered9 = RecipeBuilder.newBuilder("tokentiered9","token_totem",800);
tokentiered9.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT9§r"]}}));
tokentiered9.setChance(0.0);
tokentiered9.addItemInput(<contenttweaker:tier1_token>);
tokentiered9.addItemInput(<contenttweaker:tier2_token>);
tokentiered9.addItemInput(<contenttweaker:tier3_token>);
@@ -274,6 +330,8 @@ tokentiered9.addEnergyPerTickOutput(50000);
tokentiered9.build();
val tokentiered10 = RecipeBuilder.newBuilder("tokentiered10","token_totem",800);
tokentiered10.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT10§r"]}}));
tokentiered10.setChance(0.0);
tokentiered10.addItemInput(<contenttweaker:tier1_token>);
tokentiered10.addItemInput(<contenttweaker:tier2_token>);
tokentiered10.addItemInput(<contenttweaker:tier3_token>);
@@ -288,6 +346,8 @@ tokentiered10.addEnergyPerTickOutput(100000);
tokentiered10.build();
val tokentiered11 = RecipeBuilder.newBuilder("tokentiered11","token_totem",800);
tokentiered11.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT11§r"]}}));
tokentiered11.setChance(0.0);
tokentiered11.addItemInput(<contenttweaker:tier1_token>);
tokentiered11.addItemInput(<contenttweaker:tier2_token>);
tokentiered11.addItemInput(<contenttweaker:tier3_token>);
@@ -303,6 +363,8 @@ tokentiered11.addEnergyPerTickOutput(200000);
tokentiered11.build();
val tokentiered12 = RecipeBuilder.newBuilder("tokentiered12","token_totem",800);
tokentiered12.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT12§r"]}}));
tokentiered12.setChance(0.0);
tokentiered12.addItemInput(<contenttweaker:tier1_token>);
tokentiered12.addItemInput(<contenttweaker:tier2_token>);
tokentiered12.addItemInput(<contenttweaker:tier3_token>);
@@ -319,6 +381,8 @@ tokentiered12.addEnergyPerTickOutput(500000);
tokentiered12.build();
val tokentiered13 = RecipeBuilder.newBuilder("tokentiered13","token_totem",800);
tokentiered13.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT13§r"]}}));
tokentiered13.setChance(0.0);
tokentiered13.addItemInput(<contenttweaker:tier1_token>);
tokentiered13.addItemInput(<contenttweaker:tier2_token>);
tokentiered13.addItemInput(<contenttweaker:tier3_token>);
@@ -336,6 +400,8 @@ tokentiered13.addEnergyPerTickOutput(800000);
tokentiered13.build();
val tokentiered14 = RecipeBuilder.newBuilder("tokentiered14","token_totem",800);
tokentiered14.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT14§r"]}}));
tokentiered14.setChance(0.0);
tokentiered14.addItemInput(<contenttweaker:tier1_token>);
tokentiered14.addItemInput(<contenttweaker:tier2_token>);
tokentiered14.addItemInput(<contenttweaker:tier3_token>);
@@ -354,6 +420,8 @@ tokentiered14.addEnergyPerTickOutput(900000);
tokentiered14.build();
val tokentiered15 = RecipeBuilder.newBuilder("tokentiered15","token_totem",800);
tokentiered15.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT15§r"]}}));
tokentiered15.setChance(0.0);
tokentiered15.addItemInput(<contenttweaker:tier1_token>);
tokentiered15.addItemInput(<contenttweaker:tier2_token>);
tokentiered15.addItemInput(<contenttweaker:tier3_token>);
@@ -373,6 +441,8 @@ tokentiered15.addEnergyPerTickOutput(1000000);
tokentiered15.build();
val tokentiered16 = RecipeBuilder.newBuilder("tokentiered16","token_totem",800);
tokentiered16.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT16§r"]}}));
tokentiered16.setChance(0.0);
tokentiered16.addItemInput(<contenttweaker:tier1_token>);
tokentiered16.addItemInput(<contenttweaker:tier2_token>);
tokentiered16.addItemInput(<contenttweaker:tier3_token>);
@@ -393,6 +463,8 @@ tokentiered16.addEnergyPerTickOutput(1200000);
tokentiered16.build();
val tokentiered17 = RecipeBuilder.newBuilder("tokentiered17","token_totem",800);
tokentiered17.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT17§r"]}}));
tokentiered17.setChance(0.0);
tokentiered17.addItemInput(<contenttweaker:tier1_token>);
tokentiered17.addItemInput(<contenttweaker:tier2_token>);
tokentiered17.addItemInput(<contenttweaker:tier3_token>);
@@ -414,6 +486,8 @@ tokentiered17.addEnergyPerTickOutput(1400000);
tokentiered17.build();
val tokentiered18 = RecipeBuilder.newBuilder("tokentiered18","token_totem",800);
tokentiered18.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT18§r"]}}));
tokentiered18.setChance(0.0);
tokentiered18.addItemInput(<contenttweaker:tier1_token>);
tokentiered18.addItemInput(<contenttweaker:tier2_token>);
tokentiered18.addItemInput(<contenttweaker:tier3_token>);
@@ -436,6 +510,8 @@ tokentiered18.addEnergyPerTickOutput(1600000);
tokentiered18.build();
val tokentiered19 = RecipeBuilder.newBuilder("tokentiered19","token_totem",800);
tokentiered19.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT19§r"]}}));
tokentiered19.setChance(0.0);
tokentiered19.addItemInput(<contenttweaker:tier1_token>);
tokentiered19.addItemInput(<contenttweaker:tier2_token>);
tokentiered19.addItemInput(<contenttweaker:tier3_token>);
@@ -459,6 +535,8 @@ tokentiered19.addEnergyPerTickOutput(1800000);
tokentiered19.build();
val tokentiered20 = RecipeBuilder.newBuilder("tokentiered20","token_totem",800);
tokentiered20.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT20§r"]}}));
tokentiered20.setChance(0.0);
tokentiered20.addItemInput(<contenttweaker:tier1_token>);
tokentiered20.addItemInput(<contenttweaker:tier2_token>);
tokentiered20.addItemInput(<contenttweaker:tier3_token>);
@@ -483,6 +561,8 @@ tokentiered20.addEnergyPerTickOutput(2000000);
tokentiered20.build();
val tokentiered21 = RecipeBuilder.newBuilder("tokentiered21","token_totem",800);
tokentiered21.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT21§r"]}}));
tokentiered21.setChance(0.0);
tokentiered21.addItemInput(<contenttweaker:tier1_token>);
tokentiered21.addItemInput(<contenttweaker:tier2_token>);
tokentiered21.addItemInput(<contenttweaker:tier3_token>);
@@ -508,6 +588,8 @@ tokentiered21.addEnergyPerTickOutput(5000000);
tokentiered21.build();
val tokentiered22 = RecipeBuilder.newBuilder("tokentiered22","token_totem",800);
tokentiered22.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT22§r"]}}));
tokentiered22.setChance(0.0);
tokentiered22.addItemInput(<contenttweaker:tier1_token>);
tokentiered22.addItemInput(<contenttweaker:tier2_token>);
tokentiered22.addItemInput(<contenttweaker:tier3_token>);
@@ -534,6 +616,8 @@ tokentiered22.addEnergyPerTickOutput(10000000);
tokentiered22.build();
val tokentiered23 = RecipeBuilder.newBuilder("tokentiered23","token_totem",800);
tokentiered23.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT23§r"]}}));
tokentiered23.setChance(0.0);
tokentiered23.addItemInput(<contenttweaker:tier1_token>);
tokentiered23.addItemInput(<contenttweaker:tier2_token>);
tokentiered23.addItemInput(<contenttweaker:tier3_token>);
@@ -561,6 +645,8 @@ tokentiered23.addEnergyPerTickOutput(20000000);
tokentiered23.build();
val tokentiered24 = RecipeBuilder.newBuilder("tokentiered24","token_totem",800);
tokentiered24.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT24§r"]}}));
tokentiered24.setChance(0.0);
tokentiered24.addItemInput(<contenttweaker:tier1_token>);
tokentiered24.addItemInput(<contenttweaker:tier2_token>);
tokentiered24.addItemInput(<contenttweaker:tier3_token>);
@@ -589,6 +675,8 @@ tokentiered24.addEnergyPerTickOutput(30000000);
tokentiered24.build();
val tokentiered25 = RecipeBuilder.newBuilder("tokentiered25","token_totem",800);
tokentiered25.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT25§r"]}}));
tokentiered25.setChance(0.0);
tokentiered25.addItemInput(<contenttweaker:tier1_token>);
tokentiered25.addItemInput(<contenttweaker:tier2_token>);
tokentiered25.addItemInput(<contenttweaker:tier3_token>);
@@ -618,6 +706,8 @@ tokentiered25.addEnergyPerTickOutput(40000000);
tokentiered25.build();
val tokentiered26 = RecipeBuilder.newBuilder("tokentiered26","token_totem",800);
tokentiered26.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT26§r"]}}));
tokentiered26.setChance(0.0);
tokentiered26.addItemInput(<contenttweaker:tier1_token>);
tokentiered26.addItemInput(<contenttweaker:tier2_token>);
tokentiered26.addItemInput(<contenttweaker:tier3_token>);
@@ -648,6 +738,8 @@ tokentiered26.addEnergyPerTickOutput(50000000);
tokentiered26.build();
val tokentiered27 = RecipeBuilder.newBuilder("tokentiered27","token_totem",800);
tokentiered27.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT27§r"]}}));
tokentiered27.setChance(0.0);
tokentiered27.addItemInput(<contenttweaker:tier1_token>);
tokentiered27.addItemInput(<contenttweaker:tier2_token>);
tokentiered27.addItemInput(<contenttweaker:tier3_token>);
@@ -679,6 +771,8 @@ tokentiered27.addEnergyPerTickOutput(60000000);
tokentiered27.build();
val tokentiered28 = RecipeBuilder.newBuilder("tokentiered28","token_totem",800);
tokentiered28.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT28§r"]}}));
tokentiered28.setChance(0.0);
tokentiered28.addItemInput(<contenttweaker:tier1_token>);
tokentiered28.addItemInput(<contenttweaker:tier2_token>);
tokentiered28.addItemInput(<contenttweaker:tier3_token>);
@@ -711,6 +805,8 @@ tokentiered28.addEnergyPerTickOutput(80000000);
tokentiered28.build();
val tokentiered29 = RecipeBuilder.newBuilder("tokentiered29","token_totem",800);
tokentiered29.addItemInput(<contenttweaker:token_configurator>.withTag({display: {Lore: ["§d§oT29§r"]}}));
tokentiered29.setChance(0.0);
tokentiered29.addItemInput(<contenttweaker:tier1_token>);
tokentiered29.addItemInput(<contenttweaker:tier2_token>);
tokentiered29.addItemInput(<contenttweaker:tier3_token>);
+23
View File
@@ -0,0 +1,23 @@
import mods.modularmachinery.RecipeBuilder;
val matterrepscrap = RecipeBuilder.newBuilder("matterrepscrap", "matter_reprocessor", 10);
matterrepscrap.addEnergyPerTickInput(5000);
matterrepscrap.addItemInput(<techreborn:part:29>);
matterrepscrap.setChance(0.0);
matterrepscrap.addItemOutput(<techreborn:part:33>*16);
matterrepscrap.build();
val matterrepbox = RecipeBuilder.newBuilder("matterrepbox", "matter_reprocessor", 10);
matterrepbox.addEnergyPerTickInput(5000);
matterrepbox.addItemInput(<techreborn:part:30>);
matterrepbox.setChance(0.0);
matterrepbox.addItemOutput(<techreborn:scrapbox>*4);
matterrepbox.build();
val matterrepuu = RecipeBuilder.newBuilder("matterrepuu", "matter_reprocessor", 10);
matterrepuu.addEnergyPerTickInput(5000);
matterrepuu.addItemInput(<techreborn:part:0>);
matterrepuu.setChance(0.0);
matterrepuu.addItemOutput(<techreborn:uumatter>*8);
matterrepuu.build();
+12 -3
View File
@@ -116,9 +116,9 @@ recipes.addShaped(<minecraft:spawn_egg>.withTag({EntityTag: {id: "divinerpg:rain
[<rftools:dimensional_shard>, <abyssalcraft:stone:7>, <rftools:dimensional_shard>]]);
recipes.addShaped(<contenttweaker:secret_weapon>,
[[<thaumcraft:taint_rock>, <contenttweaker:resonating_stone>, <thaumcraft:taint_rock>],
[<contenttweaker:resonating_stone>, <contenttweaker:ender_feather>, <contenttweaker:resonating_stone>],
[<thaumcraft:taint_rock>, <contenttweaker:resonating_stone>, <thaumcraft:taint_rock>]]);
[[<thaumcraft:taint_rock>, <contenttweaker:vibrating_stone>, <thaumcraft:taint_rock>],
[<contenttweaker:vibrating_stone>, <contenttweaker:ender_feather>, <contenttweaker:vibrating_stone>],
[<thaumcraft:taint_rock>, <contenttweaker:vibrating_stone>, <thaumcraft:taint_rock>]]);
val makerecursivegoo = RecipeBuilder.newBuilder("makerecursivegoo","bloodmaster_crucible",1200);
makerecursivegoo.addFluidInput(<fluid:lifeessence>*500);
@@ -129,6 +129,15 @@ makerecursivegoo.addItemInput(<ore:blockPlatinum>*8);
makerecursivegoo.addFluidOutput(<fluid:mildly_recursive_goo>*1000);
makerecursivegoo.build();
val betterrecursivegoo = RecipeBuilder.newBuilder("betterrecursivegoo","bloodmaster_crucible",40);
betterrecursivegoo.addFluidInput(<fluid:lifeessence>*500);
betterrecursivegoo.addItemInput(<contenttweaker:nethengeic_rune>);
betterrecursivegoo.addItemInput(<contenttweaker:everwatching_eye>);
betterrecursivegoo.addItemInput(<contenttweaker:ender_dolomite>*4);
betterrecursivegoo.addItemInput(<ore:blockPlatinum>*8);
betterrecursivegoo.addFluidOutput(<fluid:mildly_recursive_goo>*1000);
betterrecursivegoo.build();
mods.nuclearcraft.centrifuge.addRecipe([<fluid:mildly_recursive_goo>*100, <fluid:dimensional_essence>*1000, <fluid:liquid_void>*1000, <fluid:overworldian_fluid>*1000, <fluid:nethengeic_fluid>*1000]);
recipes.addShaped(<aoa3:nethengeic_banner>,
+87 -32
View File
@@ -62,11 +62,17 @@ mith1.addItemOutput(<aoa3:void_scales>*10);
mith1.setChance(0.3);
mith1.addItemOutput(<aoa3:ivory>*10);
mith1.setChance(0.05);
mith1.addItemOutput(<projectex:personal_link>);
mith1.addItemOutput(<contenttweaker:deep_dark_matter>);
mith1.setChance(0.1);
mith1.addItemOutput(<contenttweaker:tier1_token>);
mith1.build();
recipes.addShaped(<projectex:personal_link>,
[[<contenttweaker:champion_token>, <aoa3:nether_tokens>, <contenttweaker:champion_token>],
[<divinerpg:ender_shards>, <contenttweaker:deep_dark_matter>, <divinerpg:ender_shards>],
[<contenttweaker:champion_token>, <projecte:relay_mk1>, <contenttweaker:champion_token>]]);
recipes.addShaped(<projectex:refined_link>,
[[<aoa3:coral_bricks>, <divinerpg:divine_shards>, <aoa3:coral_bricks>],
[<projectex:matter:4>, <projectex:personal_link>, <projectex:matter:4>],
@@ -166,6 +172,14 @@ mods.nuclearcraft.infuser.addRecipe([<bewitchment:cold_iron_ingot>,
<fluid:dimensional_essence>*100,
<contenttweaker:nethersky_steel_ingot>]);
mods.nuclearcraft.infuser.addRecipe([<ore:ingotFluctuatite>,
<fluid:dimensional_essence>*100,
<contenttweaker:nethersky_steel_ingot>*2]);
mods.nuclearcraft.infuser.addRecipe([<ore:ingotVityte>,
<fluid:dimensional_essence>*100,
<contenttweaker:nethersky_steel_ingot>*3]);
mods.nuclearcraft.manufactory.addRecipe([<contenttweaker:nethersky_steel_ingot>,
<contenttweaker:nethersky_steel_dust>]);
@@ -1475,6 +1489,11 @@ mods.nuclearcraft.salt_fission.addRecipe([<fluid:vital_lymph>*50, <fluid:lymph_o
mods.nuclearcraft.infuser.addRecipe([<materialpart:vibranium:ingot>, <fluid:lymph_of_pixonia>*72, <contenttweaker:ethereal_infusion_stone>, 0.5, 0.5, 1.1]);
recipes.addShaped(<contenttweaker:pixonia_infusion_key>*2,
[[<aoa3:glistening_power_stone>],
[<contenttweaker:pixonia_infusion_key>],
[<aoa3:glistening_power_stone>]]);
recipes.addShapeless(<contenttweaker:universal_booster>, [<contenttweaker:pixonia_infusion_key>.reuse(), <contenttweaker:ethereal_infusion_stone>, <divinerpg:wildwood_heart>, <enderio:item_basic_capacitor:2>]);
recipes.addShapeless(<contenttweaker:infused_myrmitite>, [<contenttweaker:pixonia_infusion_key>.reuse(), <materialpart:myrmitite:ingot>]);
@@ -2439,8 +2458,8 @@ true,
<extendedcrafting:singularity:1>,
[<draconicevolution:chaos_shard:1>,<contenttweaker:eden_refined_gem>,<draconicevolution:chaos_shard:1>,<contenttweaker:wildwood_refined_gem>,
<draconicevolution:chaos_shard:1>,<contenttweaker:apalachia_refined_gem>,<draconicevolution:chaos_shard:1>,<contenttweaker:skythern_refined_gem>]);
game.setLocalization("ac.ritual.VetheaWhiteInfusion", "梦魇负性物体灌注仪式");
game.setLocalization("ac.ritual.VetheaWhiteInfusion.desc", "通过邪术灌注,将负质量物体变为现实!");
game.setLocalization("ac.ritual.VetheaWhiteInfusion", "Vethea Negative Body Infusion");
game.setLocalization("ac.ritual.VetheaWhiteInfusion.desc", "Bring a body with negative mass into existance through eldritch infusion!");
val edendragonref = RecipeBuilder.newBuilder("edendragonref","dragonfire_crucible",100);
edendragonref.addFluidInput(<fluid:twilight_fire>*1000);
@@ -2697,8 +2716,8 @@ true,
<contenttweaker:perfected_gem_of_the_cosmos>,
[<draconicevolution:chaos_shard:0>,<divinerpg:mortum_block>,<divinerpg:arksiane_claw>,<divinerpg:mortum_block>,
<divinerpg:arksiane_claw>,<divinerpg:mortum_block>,<draconicevolution:chaos_shard:0>,<divinerpg:mortum_block>]);
game.setLocalization("ac.ritual.DynatosArtifactInf", "黑洞太强辣");
game.setLocalization("ac.ritual.DynatosArtifactInf.desc", "终于可以亲眼见到真正的黑洞了!");
game.setLocalization("ac.ritual.DynatosArtifactInf", "Black Holes FTW");
game.setLocalization("ac.ritual.DynatosArtifactInf.desc", "I can finally visit a black hole, a REAL one!");
recipes.addShaped(<avaritia:resource:5>,
@@ -2711,6 +2730,26 @@ recipes.addShaped(<contenttweaker:infinity_fragment>*9,
[<contenttweaker:recursion_solitude>.reuse(), <avaritia:resource:5>, <contenttweaker:recursion_darkness>.reuse()],
[null, <contenttweaker:recursion_fear>.reuse(), null]]);
recipes.addShaped(<contenttweaker:recursion_darkness>*2,
[[<divinerpg:shiny_pearls>, <contenttweaker:mortum_core>, <divinerpg:shiny_pearls>],
[<contenttweaker:mortum_core>, <contenttweaker:recursion_darkness>, <contenttweaker:mortum_core>],
[<divinerpg:shiny_pearls>, <contenttweaker:mortum_core>, <divinerpg:shiny_pearls>]]);
recipes.addShaped(<contenttweaker:recursion_fear>*2,
[[<divinerpg:shiny_pearls>, <contenttweaker:mortum_core>, <divinerpg:shiny_pearls>],
[<contenttweaker:mortum_core>, <contenttweaker:recursion_fear>, <contenttweaker:mortum_core>],
[<divinerpg:shiny_pearls>, <contenttweaker:mortum_core>, <divinerpg:shiny_pearls>]]);
recipes.addShaped(<contenttweaker:recursion_helplessness>*2,
[[<divinerpg:shiny_pearls>, <contenttweaker:mortum_core>, <divinerpg:shiny_pearls>],
[<contenttweaker:mortum_core>, <contenttweaker:recursion_helplessness>, <contenttweaker:mortum_core>],
[<divinerpg:shiny_pearls>, <contenttweaker:mortum_core>, <divinerpg:shiny_pearls>]]);
recipes.addShaped(<contenttweaker:recursion_solitude>*2,
[[<divinerpg:shiny_pearls>, <contenttweaker:mortum_core>, <divinerpg:shiny_pearls>],
[<contenttweaker:mortum_core>, <contenttweaker:recursion_solitude>, <contenttweaker:mortum_core>],
[<divinerpg:shiny_pearls>, <contenttweaker:mortum_core>, <divinerpg:shiny_pearls>]]);
mods.abyssalcraft.InfusionRitual.addRitual("ShyreWaystoneInf",
4, 0,
100000,
@@ -2719,8 +2758,8 @@ true,
<contenttweaker:realmstone>,
[<aoa3:magic_mending_solution>,<aoa3:magic_mending_solution>,<draconicevolution:chaotic_core>,<draconicevolution:chaotic_core>,
<contenttweaker:plasmatic_neutronium_ingot>,<contenttweaker:plasmatic_neutronium_ingot>,<contenttweaker:infinity_fragment>,<divinerpg:arksiane_lump>]);
game.setLocalization("ac.ritual.ShyreWaystoneInf", "前往塞尔瑞");
game.setLocalization("ac.ritual.ShyreWaystoneInf.desc", "前往塞尔瑞");
game.setLocalization("ac.ritual.ShyreWaystoneInf", "Into the Shyre");
game.setLocalization("ac.ritual.ShyreWaystoneInf.desc", "Into the Shyre");
val shyreStatue = <ore:shyreStatue>;
shyreStatue.add(<aoa3:craexxeus_statue>);
@@ -2755,31 +2794,46 @@ mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:mortum_star>
[<contenttweaker:myrminiobite_ingot>, <contenttweaker:hafnium_chunk>, <contenttweaker:tantalum_chunk>, <contenttweaker:cerium_ingot>, <materialpart:hassium:ingot>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:universal_realgar>,
100000,
<contenttweaker:eternal_tulite>,
[<contenttweaker:abyss_garnet>,
<contenttweaker:lelyetia_garnet>,
<contenttweaker:precasia_garnet>,
<contenttweaker:runandor_garnet>,
<contenttweaker:creeponia_garnet>,
<contenttweaker:deeplands_garnet>,
<contenttweaker:vox_ponds_garnet>,
<contenttweaker:mysterium_garnet>,
<contenttweaker:iromine_garnet>,
<contenttweaker:haven_garnet>,
<contenttweaker:candyland_garnet>,
<contenttweaker:celeve_garnet>,
<contenttweaker:gardencia_garnet>,
<contenttweaker:crystevia_garnet>,
<contenttweaker:lunalus_garnet>,
<contenttweaker:barathos_garnet>,
<contenttweaker:borean_garnet>,
<contenttweaker:immortallis_garnet>,
<contenttweaker:ancient_cavern_garnet>,
<contenttweaker:greckon_garnet>,
<contenttweaker:dustopia_garnet>,
<contenttweaker:vethea_garnet>]);
val divinecombinerrealgar = RecipeBuilder.newBuilder("divinecombinerrealgar","divine_combiner",2);
divinecombinerrealgar.addFluidInput(<fluid:hint_of_divinity>*10);
divinecombinerrealgar.addItemInput(<contenttweaker:eternal_tulite>);
divinecombinerrealgar.addItemInput(<contenttweaker:abyss_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:lelyetia_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:precasia_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:runandor_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:creeponia_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:deeplands_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:vox_ponds_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:mysterium_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:iromine_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:haven_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:candyland_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:celeve_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:gardencia_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:crystevia_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:lunalus_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:barathos_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:borean_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:immortallis_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:ancient_cavern_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:greckon_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:dustopia_garnet>);
divinecombinerrealgar.addItemInput(<contenttweaker:vethea_garnet>);
divinecombinerrealgar.addItemOutput(<contenttweaker:universal_realgar>);
divinecombinerrealgar.build();
val divinecombinergemrec = RecipeBuilder.newBuilder("divinecombinergemrec","divine_combiner",2);
divinecombinergemrec.addFluidInput(<fluid:hint_of_divinity>*10);
divinecombinergemrec.addItemInput(<contenttweaker:universal_realgar>);
divinecombinergemrec.addItemInput(<contenttweaker:shyrelands_garnet>);
divinecombinergemrec.addItemInput(<divinerpg:eden_chunk>);
divinecombinergemrec.addItemInput(<divinerpg:wildwood_chunk>);
divinecombinergemrec.addItemInput(<divinerpg:apalachia_chunk>);
divinecombinergemrec.addItemInput(<divinerpg:skythern_chunk>);
divinecombinergemrec.addItemInput(<divinerpg:mortum_chunk>);
divinecombinergemrec.addItemOutput(<contenttweaker:gem_of_recursion>);
divinecombinergemrec.build();
recipes.addShaped(<contenttweaker:compressed_realgar>,
@@ -3052,6 +3106,7 @@ mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:eternal_nigh
<contenttweaker:recursion_fragment_dustopia>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:planetary_essence>,
5000000,
<contenttweaker:nightmare_machine_case>,
+1 -1
View File
@@ -522,7 +522,7 @@ import mods.astralsorcery.Utils;
[[<openblocks:tank>.withTag({tank: {FluidName: "overworldian_fluid", Amount: 16000}}), <contenttweaker:nethengeic_gem>, <contenttweaker:nethengeic_gem>, <contenttweaker:nethengeic_gem>, <contenttweaker:nethengeic_gem>, <contenttweaker:nethengeic_gem>, <openblocks:tank>.withTag({tank: {FluidName: "overworldian_fluid", Amount: 16000}})],
[<contenttweaker:nethengeic_gem>, <contenttweaker:unstable_fragment_of_unraveling>, <dimdoors:world_thread>, <contenttweaker:unstable_fragment_of_unraveling>, <dimdoors:world_thread>, <contenttweaker:unstable_fragment_of_unraveling>, <contenttweaker:nethengeic_gem>],
[<contenttweaker:nethengeic_gem>, <dimdoors:world_thread>, <dimdoors:world_thread>, <dimdoors:world_thread>, <dimdoors:world_thread>, <dimdoors:world_thread>, <contenttweaker:nethengeic_gem>],
[<contenttweaker:nethengeic_gem>, <dimdoors:world_thread>, <dimdoors:world_thread>, <bloodmagic:bound_sword>, <dimdoors:world_thread>, <contenttweaker:unstable_fragment_of_unraveling>, <contenttweaker:nethengeic_gem>],
[<contenttweaker:nethengeic_gem>, <contenttweaker:unstable_fragment_of_unraveling>, <dimdoors:world_thread>, <bloodmagic:bound_sword>, <dimdoors:world_thread>, <contenttweaker:unstable_fragment_of_unraveling>, <contenttweaker:nethengeic_gem>],
[<contenttweaker:nethengeic_gem>, <dimdoors:world_thread>, <dimdoors:world_thread>, <dimdoors:world_thread>, <dimdoors:world_thread>, <dimdoors:world_thread>, <contenttweaker:nethengeic_gem>],
[<contenttweaker:nethengeic_gem>, <contenttweaker:unstable_fragment_of_unraveling>, <dimdoors:world_thread>, <contenttweaker:unstable_fragment_of_unraveling>, <dimdoors:world_thread>, <contenttweaker:unstable_fragment_of_unraveling>, <contenttweaker:nethengeic_gem>],
[<openblocks:tank>.withTag({tank: {FluidName: "overworldian_fluid", Amount: 16000}}), <contenttweaker:nethengeic_gem>, <contenttweaker:nethengeic_gem>, <contenttweaker:nethengeic_gem>, <contenttweaker:nethengeic_gem>, <contenttweaker:nethengeic_gem>, <openblocks:tank>.withTag({tank: {FluidName: "overworldian_fluid", Amount: 16000}})]]);
+148 -117
View File
@@ -1,6 +1,6 @@
import mods.modularmachinery.RecipeBuilder;
val mythallo1 = RecipeBuilder.newBuilder("mythallo1","mythic_processor_alloy_furnace",1);
val mythallo1 = RecipeBuilder.newBuilder("mythallo1","mythic_processor_alloy_furnace",2);
mythallo1.addEnergyPerTickInput(80000);
mythallo1.addItemInput(<ore:ingotIron> * 1);
mythallo1.addItemInput(<ore:coal> * 2);
@@ -8,7 +8,7 @@ mythallo1.addItemInput(<ore:dustCoal> * 2);
mythallo1.addItemOutput(<thermalfoundation:material:160>);
mythallo1.build();
val mythallo2 = RecipeBuilder.newBuilder("mythallo2","mythic_processor_alloy_furnace",1);
val mythallo2 = RecipeBuilder.newBuilder("mythallo2","mythic_processor_alloy_furnace",2);
mythallo2.addEnergyPerTickInput(80000);
mythallo2.addItemInput(<ore:ingotIron> * 1);
mythallo2.addItemInput(<ore:coal> * 1);
@@ -16,7 +16,7 @@ mythallo2.addItemInput(<ore:itemSilicon> * 1);
mythallo2.addItemOutput(<enderio:item_alloy_ingot:0>);
mythallo2.build();
val mythallo3 = RecipeBuilder.newBuilder("mythallo3","mythic_processor_alloy_furnace",1);
val mythallo3 = RecipeBuilder.newBuilder("mythallo3","mythic_processor_alloy_furnace",2);
mythallo3.addEnergyPerTickInput(80000);
mythallo3.addItemInput(<ore:ingotIron> * 1);
mythallo3.addItemInput(<ore:dustCoal> * 1);
@@ -24,14 +24,14 @@ mythallo3.addItemInput(<ore:obsidian> * 1);
mythallo3.addItemOutput(<enderio:item_alloy_ingot:6>);
mythallo3.build();
val mythallo4 = RecipeBuilder.newBuilder("mythallo4","mythic_processor_alloy_furnace",1);
val mythallo4 = RecipeBuilder.newBuilder("mythallo4","mythic_processor_alloy_furnace",2);
mythallo4.addEnergyPerTickInput(80000);
mythallo4.addItemInput(<ore:ingotGraphite> * 2);
mythallo4.addItemInput(<ore:gemDiamond> * 1);
mythallo4.addItemOutput(<nuclearcraft:alloy:2>*2);
mythallo4.build();
val mythallo5 = RecipeBuilder.newBuilder("mythallo5","mythic_processor_alloy_furnace",1);
val mythallo5 = RecipeBuilder.newBuilder("mythallo5","mythic_processor_alloy_furnace",2);
mythallo5.addEnergyPerTickInput(80000);
mythallo5.addItemInput(<ore:gravel> * 1);
mythallo5.addItemInput(<ore:itemClay> * 1);
@@ -39,21 +39,21 @@ mythallo5.addItemInput(<ore:cobblestone> * 1);
mythallo5.addItemOutput(<enderio:item_alloy_endergy_ingot:0>);
mythallo5.build();
val mythallo6 = RecipeBuilder.newBuilder("mythallo6","mythic_processor_alloy_furnace",1);
val mythallo6 = RecipeBuilder.newBuilder("mythallo6","mythic_processor_alloy_furnace",2);
mythallo6.addEnergyPerTickInput(80000);
mythallo6.addItemInput(<ore:ingotExtreme> * 1);
mythallo6.addItemInput(<ore:gemBoronArsenide> * 1);
mythallo6.addItemOutput(<nuclearcraft:alloy:11>*2);
mythallo6.build();
val mythallo7 = RecipeBuilder.newBuilder("mythallo7","mythic_processor_alloy_furnace",1);
val mythallo7 = RecipeBuilder.newBuilder("mythallo7","mythic_processor_alloy_furnace",2);
mythallo7.addEnergyPerTickInput(80000);
mythallo7.addItemInput(<ore:dustRedstone> * 1);
mythallo7.addItemInput(<ore:itemSilicon> * 1);
mythallo7.addItemOutput(<enderio:item_alloy_ingot:3>);
mythallo7.build();
val mythallo8 = RecipeBuilder.newBuilder("mythallo8","mythic_processor_alloy_furnace",1);
val mythallo8 = RecipeBuilder.newBuilder("mythallo8","mythic_processor_alloy_furnace",2);
mythallo8.addEnergyPerTickInput(80000);
mythallo8.addItemInput(<ore:ingotIron> * 1);
mythallo8.addItemInput(<ore:ingotBrickSeared> * 4);
@@ -61,7 +61,7 @@ mythallo8.addItemInput(<ore:slimeballPurple> * 1);
mythallo8.addItemOutput(<tconstruct:ingots:3>);
mythallo8.build();
val mythallo9 = RecipeBuilder.newBuilder("mythallo9","mythic_processor_alloy_furnace",1);
val mythallo9 = RecipeBuilder.newBuilder("mythallo9","mythic_processor_alloy_furnace",2);
mythallo9.addEnergyPerTickInput(80000);
mythallo9.addItemInput(<ore:ingotIron> * 1);
mythallo9.addItemInput(<ore:emcRedMatter> * 4);
@@ -69,7 +69,7 @@ mythallo9.addItemInput(<ore:emcDarkMatter> * 12);
mythallo9.addItemOutput(<modularmachinery:itemmodularium>);
mythallo9.build();
val mythallo10 = RecipeBuilder.newBuilder("mythallo10","mythic_processor_alloy_furnace",1);
val mythallo10 = RecipeBuilder.newBuilder("mythallo10","mythic_processor_alloy_furnace",2);
mythallo10.addEnergyPerTickInput(80000);
mythallo10.addItemInput(<ore:ingotIron> * 1);
mythallo10.addItemInput(<ore:blockDiamond> * 4);
@@ -77,21 +77,21 @@ mythallo10.addItemInput(<ore:blockLapis>);
mythallo10.addItemOutput(<extendedcrafting:material:24>);
mythallo10.build();
val mythallo11 = RecipeBuilder.newBuilder("mythallo11","mythic_processor_alloy_furnace",1);
val mythallo11 = RecipeBuilder.newBuilder("mythallo11","mythic_processor_alloy_furnace",2);
mythallo11.addEnergyPerTickInput(80000);
mythallo11.addItemInput(<ore:ingotIron>);
mythallo11.addItemInput(<ore:fuelCoke>);
mythallo11.addItemOutput(<thermalfoundation:material:160>);
mythallo11.build();
val mythallo12 = RecipeBuilder.newBuilder("mythallo12","mythic_processor_alloy_furnace",1);
val mythallo12 = RecipeBuilder.newBuilder("mythallo12","mythic_processor_alloy_furnace",2);
mythallo12.addEnergyPerTickInput(80000);
mythallo12.addItemInput(<ore:ingotIron>);
mythallo12.addItemInput(<ore:dustRedstone>);
mythallo12.addItemOutput(<enderio:item_alloy_ingot:4>);
mythallo12.build();
val mythallo13 = RecipeBuilder.newBuilder("mythallo13","mythic_processor_alloy_furnace",1);
val mythallo13 = RecipeBuilder.newBuilder("mythallo13","mythic_processor_alloy_furnace",2);
mythallo13.addEnergyPerTickInput(80000);
mythallo13.addItemInput(<ore:ingotIron>);
mythallo13.addItemInput(<ore:enderpearl>);
@@ -100,14 +100,14 @@ mythallo13.build();
# Recipe changed by Pyromaniacal
val mythallo14 = RecipeBuilder.newBuilder("mythallo14","mythic_processor_alloy_furnace",1);
val mythallo14 = RecipeBuilder.newBuilder("mythallo14","mythic_processor_alloy_furnace",2);
mythallo14.addEnergyPerTickInput(80000);
mythallo14.addItemInput(<ore:ingotZirconium>*7);
mythallo14.addItemInput(<ore:ingotTin>);
mythallo14.addItemOutput(<nuclearcraft:alloy:12>*8);
mythallo14.build();
val mythallo15 = RecipeBuilder.newBuilder("mythallo15","mythic_processor_alloy_furnace",1);
val mythallo15 = RecipeBuilder.newBuilder("mythallo15","mythic_processor_alloy_furnace",2);
mythallo15.addEnergyPerTickInput(80000);
mythallo15.addItemInput(<ore:ingotIron>);
mythallo15.addItemInput(<ore:ingotLead>);
@@ -115,7 +115,7 @@ mythallo15.addItemInput(<ore:ingotCopper>);
mythallo15.addItemOutput(<enderio:item_alloy_ingot:9>*3);
mythallo15.build();
val mythallo16 = RecipeBuilder.newBuilder("mythallo16","mythic_processor_alloy_furnace",1);
val mythallo16 = RecipeBuilder.newBuilder("mythallo16","mythic_processor_alloy_furnace",2);
mythallo16.addEnergyPerTickInput(80000);
mythallo16.addItemInput(<ore:ingotBaronyte>);
mythallo16.addItemInput(<ore:ingotSkeletal> * 4);
@@ -124,7 +124,7 @@ mythallo16.addItemInput(<ore:ingotIron>);
mythallo16.addItemOutput(<materialpart:vibranium:ingot>);
mythallo16.build();
val mythallo17 = RecipeBuilder.newBuilder("mythallo17","mythic_processor_alloy_furnace",1);
val mythallo17 = RecipeBuilder.newBuilder("mythallo17","mythic_processor_alloy_furnace",2);
mythallo17.addEnergyPerTickInput(80000);
mythallo17.addItemInput(<ore:ingotBaronyte>);
mythallo17.addItemInput(<ore:ingotSkeletal> * 4);
@@ -133,35 +133,35 @@ mythallo17.addItemInput(<ore:ingotFluctuatite>);
mythallo17.addItemOutput(<materialpart:vibranium:ingot>*8);
mythallo17.build();
val mythallo18 = RecipeBuilder.newBuilder("mythallo18","mythic_processor_alloy_furnace",1);
val mythallo18 = RecipeBuilder.newBuilder("mythallo18","mythic_processor_alloy_furnace",2);
mythallo18.addEnergyPerTickInput(80000);
mythallo18.addItemInput(<ore:dustBedrock>);
mythallo18.addItemInput(<ore:dustCoal>);
mythallo18.addItemOutput(<enderio:item_material:75>);
mythallo18.build();
val mythallo19 = RecipeBuilder.newBuilder("mythallo19","mythic_processor_alloy_furnace",1);
val mythallo19 = RecipeBuilder.newBuilder("mythallo19","mythic_processor_alloy_furnace",2);
mythallo19.addEnergyPerTickInput(80000);
mythallo19.addItemInput(<ore:ingotGold>);
mythallo19.addItemInput(<ore:ingotSilver>);
mythallo19.addItemOutput(<thermalfoundation:material:161>*2);
mythallo19.build();
val mythallo20 = RecipeBuilder.newBuilder("mythallo20","mythic_processor_alloy_furnace",1);
val mythallo20 = RecipeBuilder.newBuilder("mythallo20","mythic_processor_alloy_furnace",2);
mythallo20.addEnergyPerTickInput(80000);
mythallo20.addItemInput(<ore:ingotTin>);
mythallo20.addItemInput(<ore:ingotCopper> * 3);
mythallo20.addItemOutput(<thermalfoundation:material:163>*4);
mythallo20.build();
val mythallo21 = RecipeBuilder.newBuilder("mythallo21","mythic_processor_alloy_furnace",1);
val mythallo21 = RecipeBuilder.newBuilder("mythallo21","mythic_processor_alloy_furnace",2);
mythallo21.addEnergyPerTickInput(80000);
mythallo21.addItemInput(<ore:ingotNickel>);
mythallo21.addItemInput(<ore:ingotCopper>);
mythallo21.addItemOutput(<thermalfoundation:material:164>*2);
mythallo21.build();
val mythallo22 = RecipeBuilder.newBuilder("mythallo22","mythic_processor_alloy_furnace",1);
val mythallo22 = RecipeBuilder.newBuilder("mythallo22","mythic_processor_alloy_furnace",2);
mythallo22.addEnergyPerTickInput(80000);
mythallo22.addItemInput(<ore:ingotSilver>);
mythallo22.addItemInput(<ore:ingotCopper> * 3);
@@ -169,7 +169,7 @@ mythallo22.addItemInput(<ore:dustRedstone> * 10);
mythallo22.addItemOutput(<thermalfoundation:material:165>*4);
mythallo22.build();
val mythallo23 = RecipeBuilder.newBuilder("mythallo23","mythic_processor_alloy_furnace",1);
val mythallo23 = RecipeBuilder.newBuilder("mythallo23","mythic_processor_alloy_furnace",2);
mythallo23.addEnergyPerTickInput(80000);
mythallo23.addItemInput(<ore:ingotSilver>);
mythallo23.addItemInput(<ore:ingotTin> * 3);
@@ -177,7 +177,7 @@ mythallo23.addItemInput(<ore:dustGlowstone> * 4);
mythallo23.addItemOutput(<thermalfoundation:material:166>*4);
mythallo23.build();
val mythallo24 = RecipeBuilder.newBuilder("mythallo24","mythic_processor_alloy_furnace",1);
val mythallo24 = RecipeBuilder.newBuilder("mythallo24","mythic_processor_alloy_furnace",2);
mythallo24.addEnergyPerTickInput(80000);
mythallo24.addItemInput(<ore:ingotPlatinum>);
mythallo24.addItemInput(<ore:ingotLead> * 3);
@@ -185,21 +185,21 @@ mythallo24.addItemInput(<ore:enderpearl> * 4);
mythallo24.addItemOutput(<enderio:item_material:39>*4);
mythallo24.build();
val mythallo25 = RecipeBuilder.newBuilder("mythallo25","mythic_processor_alloy_furnace",1);
val mythallo25 = RecipeBuilder.newBuilder("mythallo25","mythic_processor_alloy_furnace",2);
mythallo25.addEnergyPerTickInput(80000);
mythallo25.addItemInput(<ore:ingotBoron>);
mythallo25.addItemInput(<ore:ingotSteel>);
mythallo25.addItemOutput(<nuclearcraft:alloy:6>*2);
mythallo25.build();
val mythallo26 = RecipeBuilder.newBuilder("mythallo26","mythic_processor_alloy_furnace",1);
val mythallo26 = RecipeBuilder.newBuilder("mythallo26","mythic_processor_alloy_furnace",2);
mythallo26.addEnergyPerTickInput(80000);
mythallo26.addItemInput(<ore:obsidian>);
mythallo26.addItemInput(<ore:ingotSteel>);
mythallo26.addItemOutput(<enderio:item_alloy_ingot:6>);
mythallo26.build();
val mythallo27 = RecipeBuilder.newBuilder("mythallo27","mythic_processor_alloy_furnace",1);
val mythallo27 = RecipeBuilder.newBuilder("mythallo27","mythic_processor_alloy_furnace",2);
mythallo27.addEnergyPerTickInput(80000);
mythallo27.addItemInput(<ore:ingotSilver>);
mythallo27.addItemInput(<ore:dustRedstone>);
@@ -207,35 +207,35 @@ mythallo27.addItemInput(<ore:dustGlowstone>);
mythallo27.addItemOutput(<enderio:item_alloy_endergy_ingot:5>);
mythallo27.build();
val mythallo28 = RecipeBuilder.newBuilder("mythallo28","mythic_processor_alloy_furnace",1);
val mythallo28 = RecipeBuilder.newBuilder("mythallo28","mythic_processor_alloy_furnace",2);
mythallo28.addEnergyPerTickInput(80000);
mythallo28.addItemInput(<industrialforegoing:pink_slime_ingot>);
mythallo28.addItemInput(<ore:itemPulsatingPowder>);
mythallo28.addItemOutput(<enderio:item_alloy_endergy_ingot:4>);
mythallo28.build();
val mythallo29 = RecipeBuilder.newBuilder("mythallo29","mythic_processor_alloy_furnace",1);
val mythallo29 = RecipeBuilder.newBuilder("mythallo29","mythic_processor_alloy_furnace",2);
mythallo29.addEnergyPerTickInput(80000);
mythallo29.addItemInput(<ore:ingotLithium>);
mythallo29.addItemInput(<ore:ingotFerroboron>);
mythallo29.addItemOutput(<nuclearcraft:alloy:1>*2);
mythallo29.build();
val mythallo30 = RecipeBuilder.newBuilder("mythallo30","mythic_processor_alloy_furnace",1);
val mythallo30 = RecipeBuilder.newBuilder("mythallo30","mythic_processor_alloy_furnace",2);
mythallo30.addEnergyPerTickInput(80000);
mythallo30.addItemInput(<ore:ingotBoron> * 2);
mythallo30.addItemInput(<ore:ingotMagnesium>);
mythallo30.addItemOutput(<nuclearcraft:alloy:3>*3);
mythallo30.build();
val mythallo31 = RecipeBuilder.newBuilder("mythallo31","mythic_processor_alloy_furnace",1);
val mythallo31 = RecipeBuilder.newBuilder("mythallo31","mythic_processor_alloy_furnace",2);
mythallo31.addEnergyPerTickInput(80000);
mythallo31.addItemInput(<ore:ingotLithium>);
mythallo31.addItemInput(<ore:ingotManganeseDioxide>);
mythallo31.addItemOutput(<nuclearcraft:alloy:4>*2);
mythallo31.build();
val mythallo32 = RecipeBuilder.newBuilder("mythallo32","mythic_processor_alloy_furnace",1);
val mythallo32 = RecipeBuilder.newBuilder("mythallo32","mythic_processor_alloy_furnace",2);
mythallo32.addEnergyPerTickInput(80000);
mythallo32.addItemInput(<ore:ingotDarkSteel> * 10);
mythallo32.addItemInput(<ore:ingotSoularium>);
@@ -243,28 +243,28 @@ mythallo32.addItemInput(<ore:itemPulsatingCrystal>);
mythallo32.addItemOutput(<simplyjetpacks:metaitemmods:12>);
mythallo32.build();
val mythallo33 = RecipeBuilder.newBuilder("mythallo33","mythic_processor_alloy_furnace",1);
val mythallo33 = RecipeBuilder.newBuilder("mythallo33","mythic_processor_alloy_furnace",2);
mythallo33.addEnergyPerTickInput(80000);
mythallo33.addItemInput(<ore:ingotEnderiumBase> * 2);
mythallo33.addItemInput(<ore:sand>);
mythallo33.addItemOutput(<thermalfoundation:material:167>*2);
mythallo33.build();
val mythallo34 = RecipeBuilder.newBuilder("mythallo34","mythic_processor_alloy_furnace",1);
val mythallo34 = RecipeBuilder.newBuilder("mythallo34","mythic_processor_alloy_furnace",2);
mythallo34.addEnergyPerTickInput(80000);
mythallo34.addItemInput(<ore:itemPulsatingPowder>);
mythallo34.addItemInput(<ore:ingotGold>);
mythallo34.addItemOutput(<enderio:item_alloy_endergy_ingot:1>);
mythallo34.build();
val mythallo35 = RecipeBuilder.newBuilder("mythallo35","mythic_processor_alloy_furnace",1);
val mythallo35 = RecipeBuilder.newBuilder("mythallo35","mythic_processor_alloy_furnace",2);
mythallo35.addEnergyPerTickInput(80000);
mythallo35.addItemInput(<ore:ingotTough>);
mythallo35.addItemInput(<ore:ingotHardCarbon>);
mythallo35.addItemOutput(<nuclearcraft:alloy:10>);
mythallo35.build();
val mythallo36 = RecipeBuilder.newBuilder("mythallo36","mythic_processor_alloy_furnace",1);
val mythallo36 = RecipeBuilder.newBuilder("mythallo36","mythic_processor_alloy_furnace",2);
mythallo36.addEnergyPerTickInput(80000);
mythallo36.addItemInput(<ore:ingotGold>);
mythallo36.addItemInput(<ore:dustRedstone>);
@@ -272,14 +272,14 @@ mythallo36.addItemInput(<ore:dustGlowstone>);
mythallo36.addItemOutput(<enderio:item_alloy_ingot:1>);
mythallo36.build();
val mythallo37 = RecipeBuilder.newBuilder("mythallo37","mythic_processor_alloy_furnace",1);
val mythallo37 = RecipeBuilder.newBuilder("mythallo37","mythic_processor_alloy_furnace",2);
mythallo37.addEnergyPerTickInput(80000);
mythallo37.addItemInput(<ore:ingotGold>);
mythallo37.addItemInput(<ore:soulSand>);
mythallo37.addItemOutput(<enderio:item_alloy_ingot:7>);
mythallo37.build();
val mythallo38 = RecipeBuilder.newBuilder("mythallo38","mythic_processor_alloy_furnace",1);
val mythallo38 = RecipeBuilder.newBuilder("mythallo38","mythic_processor_alloy_furnace",2);
mythallo38.addEnergyPerTickInput(80000);
mythallo38.addItemInput(<ore:ingotBrickNether>);
mythallo38.addItemInput(<ore:cropNetherWart> * 4);
@@ -287,7 +287,7 @@ mythallo38.addItemInput(<ore:clay> * 6);
mythallo38.addItemOutput(<enderio:item_material:72>);
mythallo38.build();
val mythallo39 = RecipeBuilder.newBuilder("mythallo39","mythic_processor_alloy_furnace",1);
val mythallo39 = RecipeBuilder.newBuilder("mythallo39","mythic_processor_alloy_furnace",2);
mythallo39.addEnergyPerTickInput(80000);
mythallo39.addItemInput(<ore:netherStar>);
mythallo39.addItemInput(<ore:ingotMelodicAlloy>);
@@ -295,7 +295,7 @@ mythallo39.addItemInput(<ore:clay> * 4);
mythallo39.addItemOutput(<enderio:item_alloy_endergy_ingot:3>*2);
mythallo39.build();
val mythallo40 = RecipeBuilder.newBuilder("mythallo40","mythic_processor_alloy_furnace",1);
val mythallo40 = RecipeBuilder.newBuilder("mythallo40","mythic_processor_alloy_furnace",2);
mythallo40.addEnergyPerTickInput(80000);
mythallo40.addItemInput(<ore:obsidian>);
mythallo40.addItemInput(<ore:endstone>);
@@ -303,28 +303,28 @@ mythallo40.addItemInput(<ore:ingotDarkSteel>);
mythallo40.addItemOutput(<enderio:item_alloy_ingot:8>);
mythallo40.build();
val mythallo41 = RecipeBuilder.newBuilder("mythallo41","mythic_processor_alloy_furnace",1);
val mythallo41 = RecipeBuilder.newBuilder("mythallo41","mythic_processor_alloy_furnace",2);
mythallo41.addEnergyPerTickInput(80000);
mythallo41.addItemInput(<ore:enderpearl>);
mythallo41.addItemInput(<ore:ingotEnergeticSilver>);
mythallo41.addItemOutput(<enderio:item_alloy_endergy_ingot:6>);
mythallo41.build();
val mythallo42 = RecipeBuilder.newBuilder("mythallo42","mythic_processor_alloy_furnace",1);
val mythallo42 = RecipeBuilder.newBuilder("mythallo42","mythic_processor_alloy_furnace",2);
mythallo42.addEnergyPerTickInput(80000);
mythallo42.addItemInput(<ore:ingotCobalt>);
mythallo42.addItemInput(<ore:ingotArdite>);
mythallo42.addItemOutput(<tconstruct:ingots:2>);
mythallo42.build();
val mythallo43 = RecipeBuilder.newBuilder("mythallo43","mythic_processor_alloy_furnace",1);
val mythallo43 = RecipeBuilder.newBuilder("mythallo43","mythic_processor_alloy_furnace",2);
mythallo43.addEnergyPerTickInput(80000);
mythallo43.addItemInput(<ore:ingotEnergeticAlloy>);
mythallo43.addItemInput(<ore:enderpearl>);
mythallo43.addItemOutput(<enderio:item_alloy_ingot:2>);
mythallo43.build();
val mythallo44 = RecipeBuilder.newBuilder("mythallo44","mythic_processor_alloy_furnace",1);
val mythallo44 = RecipeBuilder.newBuilder("mythallo44","mythic_processor_alloy_furnace",2);
mythallo44.addEnergyPerTickInput(80000);
mythallo44.addItemInput(<minecraft:chorus_fruit_popped>);
mythallo44.addItemInput(<ore:ingotEndSteel>);
@@ -333,42 +333,42 @@ mythallo44.build();
# Recipe changed by Pyromaniacal
val mythallo45 = RecipeBuilder.newBuilder("mythallo45","mythic_processor_alloy_furnace",1);
val mythallo45 = RecipeBuilder.newBuilder("mythallo45","mythic_processor_alloy_furnace",2);
mythallo45.addEnergyPerTickInput(80000);
mythallo45.addItemInput(<ore:itemSilicon>);
mythallo45.addItemInput(<ore:ingotGraphite>);
mythallo45.addItemOutput(<nuclearcraft:alloy:13>*2);
mythallo45.build();
val mythallo46 = RecipeBuilder.newBuilder("mythallo46","mythic_processor_alloy_furnace",1);
val mythallo46 = RecipeBuilder.newBuilder("mythallo46","mythic_processor_alloy_furnace",2);
mythallo46.addEnergyPerTickInput(80000);
mythallo46.addItemInput(<ore:ingotIron> * 2);
mythallo46.addItemInput(<ore:ingotNickel>);
mythallo46.addItemOutput(<thermalfoundation:material:162>*3);
mythallo46.build();
val mythallo47 = RecipeBuilder.newBuilder("mythallo47","mythic_processor_alloy_furnace",1);
val mythallo47 = RecipeBuilder.newBuilder("mythallo47","mythic_processor_alloy_furnace",2);
mythallo47.addEnergyPerTickInput(80000);
mythallo47.addItemInput(<draconicevolution:draconic_ingot>);
mythallo47.addItemInput(<thaumadditions:adaminite_ingot> * 4);
mythallo47.addItemOutput(<contenttweaker:restless_steel_ingot>*2);
mythallo47.build();
val mythallo48 = RecipeBuilder.newBuilder("mythallo48","mythic_processor_alloy_furnace",1);
val mythallo48 = RecipeBuilder.newBuilder("mythallo48","mythic_processor_alloy_furnace",2);
mythallo48.addEnergyPerTickInput(80000);
mythallo48.addItemInput(<ore:ingotAluminum> * 3);
mythallo48.addItemInput(<ore:ingotCopper>);
mythallo48.addItemOutput(<tconstruct:ingots:5>*4);
mythallo48.build();
val mythallo49 = RecipeBuilder.newBuilder("mythallo49","mythic_processor_alloy_furnace",1);
val mythallo49 = RecipeBuilder.newBuilder("mythallo49","mythic_processor_alloy_furnace",2);
mythallo49.addEnergyPerTickInput(80000);
mythallo49.addItemInput(<nuclearcraft:depleted_fuel_mixed_oxide:0>);
mythallo49.addItemInput(<nuclearcraft:depleted_fuel_mixed_oxide:1>);
mythallo49.addItemOutput(<nuclearcraft:depleted_fuel_ic2:1>);
mythallo49.build();
val mythallo50 = RecipeBuilder.newBuilder("mythallo50","mythic_processor_alloy_furnace",1);
val mythallo50 = RecipeBuilder.newBuilder("mythallo50","mythic_processor_alloy_furnace",2);
mythallo50.addEnergyPerTickInput(80000);
mythallo50.addItemInput(<contenttweaker:spatial_anomaly>);
mythallo50.addItemInput(<contenttweaker:superconducting_sednanite>);
@@ -379,84 +379,84 @@ mythallo50.build();
# Recipes added by Pyromaniacal
val mythallo51 = RecipeBuilder.newBuilder("mythallo51","mythic_processor_alloy_furnace",1);
val mythallo51 = RecipeBuilder.newBuilder("mythallo51","mythic_processor_alloy_furnace",2);
mythallo51.addEnergyPerTickInput(80000);
mythallo51.addItemInput(<ore:ingotIron>*15);
mythallo51.addItemInput(<ore:dustCarbonManganese>);
mythallo51.addItemOutput(<nuclearcraft:alloy:15>*16);
mythallo51.build();
val mythallo52 = RecipeBuilder.newBuilder("mythallo52", "mythic_processor_alloy_furnace",1);
val mythallo52 = RecipeBuilder.newBuilder("mythallo52", "mythic_processor_alloy_furnace",2);
mythallo52.addEnergyPerTickInput(80000);
mythallo52.addItemInput(<ore:ingotCopper>*3);
mythallo52.addItemInput(<ore:ingotZinc>);
mythallo52.addItemOutput(<ore:ingotBrass>*4);
mythallo52.build();
val mythallo53 = RecipeBuilder.newBuilder("mythallo53","mythic_processor_alloy_furnace",1);
val mythallo53 = RecipeBuilder.newBuilder("mythallo53","mythic_processor_alloy_furnace",2);
mythallo53.addEnergyPerTickInput(80000);
mythallo53.addItemInput(<ore:ingotAluminum>*7);
mythallo53.addItemInput(<ore:ingotTitanium>*3);
mythallo53.addItemOutput(<ore:ingotTitaniumAluminide>*3);
mythallo53.build();
val mythallo54 = RecipeBuilder.newBuilder("mythallo54","mythic_processor_alloy_furnace",1);
val mythallo54 = RecipeBuilder.newBuilder("mythallo54","mythic_processor_alloy_furnace",2);
mythallo54.addEnergyPerTickInput(80000);
mythallo54.addItemInput(<ore:ingotTitanium>);
mythallo54.addItemInput(<ore:ingotIridium>);
mythallo54.addItemOutput(<ore:ingotTitaniumIridium>*2);
mythallo54.build();
// val mythallo55 = RecipeBuilder.newBuilder("mythallo55","mythic_processor_alloy_furnace",1);
// val mythallo55 = RecipeBuilder.newBuilder("mythallo55","mythic_processor_alloy_furnace",2);
// mythallo55.addEnergyPerTickInput(80000);
// mythallo55.addItemInput(<contenttweaker:unidentified_ingot>);
// mythallo55.addItemInput(<thaumadditions:mithrillium_ingot>*3);
// mythallo55.addItemOutput(<avaritia:resource:1>*2);
// mythallo55.build();
val mythallo56 = RecipeBuilder.newBuilder("mythallo56","mythic_processor_alloy_furnace",1);
val mythallo56 = RecipeBuilder.newBuilder("mythallo56","mythic_processor_alloy_furnace",2);
mythallo56.addEnergyPerTickInput(80000);
mythallo56.addItemInput(<contenttweaker:rosidian_blend>);
mythallo56.addItemInput(<contenttweaker:adamantium_ingot>);
mythallo56.addItemOutput(<contenttweaker:rosidian_ingot>);
mythallo56.build();
val mythallo57 = RecipeBuilder.newBuilder("mythallo57","mythic_processor_alloy_furnace",1);
val mythallo57 = RecipeBuilder.newBuilder("mythallo57","mythic_processor_alloy_furnace",2);
mythallo57.addEnergyPerTickInput(80000);
mythallo57.addItemInput(<contenttweaker:ultimate_ore>);
mythallo57.addItemInput(<divinerpg:mortum_chunk>);
mythallo57.addItemOutput(<extendedcrafting:material:32>*8);
mythallo57.build();
// val mythallo58 = RecipeBuilder.newBuilder("mythallo58","mythic_processor_alloy_furnace",1);
// val mythallo58 = RecipeBuilder.newBuilder("mythallo58","mythic_processor_alloy_furnace",2);
// mythallo58.addEnergyPerTickInput(80000);
// mythallo58.addItemInput(<contenttweaker:matrix_ore>);
// mythallo58.addItemInput(<aoa3:shyrestone_block>);
// mythallo58.addItemOutput(<avaritia:resource:1>*8);
// mythallo58.build();
val mythallo59 = RecipeBuilder.newBuilder("mythallo59","mythic_processor_alloy_furnace",1);
val mythallo59 = RecipeBuilder.newBuilder("mythallo59","mythic_processor_alloy_furnace",2);
mythallo59.addEnergyPerTickInput(80000);
mythallo59.addItemInput(<contenttweaker:psimetal>);
mythallo59.addItemInput(<ore:ingotPhotonium>);
mythallo59.addItemOutput(<contenttweaker:ivory_psimetal>*2);
mythallo59.build();
val mythallo60 = RecipeBuilder.newBuilder("mythallo60","mythic_processor_alloy_furnace",1);
val mythallo60 = RecipeBuilder.newBuilder("mythallo60","mythic_processor_alloy_furnace",2);
mythallo60.addEnergyPerTickInput(80000);
mythallo60.addItemInput(<contenttweaker:psimetal>);
mythallo60.addItemInput(<ore:ingotShadowium>);
mythallo60.addItemOutput(<contenttweaker:ebony_psimetal>*2);
mythallo60.build();
val mythallo61 = RecipeBuilder.newBuilder("mythallo61","mythic_processor_alloy_furnace",1);
val mythallo61 = RecipeBuilder.newBuilder("mythallo61","mythic_processor_alloy_furnace",2);
mythallo61.addEnergyPerTickInput(80000);
mythallo61.addItemInput(<ore:ingotEndSteel>);
mythallo61.addItemInput(<aoa3:energy_rune>);
mythallo61.addItemOutput(<enderio:item_alloy_endergy_ingot:2>*10);
mythallo61.build();
val mythallo62 = RecipeBuilder.newBuilder("mythallo62","mythic_processor_alloy_furnace",1);
val mythallo62 = RecipeBuilder.newBuilder("mythallo62","mythic_processor_alloy_furnace",2);
mythallo62.addEnergyPerTickInput(80000);
mythallo62.addItemInput(<minecraft:lapis_block>);
mythallo62.addItemInput(<minecraft:diamond_block>*4);
@@ -464,21 +464,21 @@ mythallo62.addItemInput(<contenttweaker:calcite_gem>);
mythallo62.addItemOutput(<ore:ingotCrystaltine>*8);
mythallo62.build();
val mythallo63 = RecipeBuilder.newBuilder("mythallo63","mythic_processor_alloy_furnace",1);
val mythallo63 = RecipeBuilder.newBuilder("mythallo63","mythic_processor_alloy_furnace",2);
mythallo63.addEnergyPerTickInput(80000);
mythallo63.addItemInput(<contenttweaker:chaotic_propolis>*4);
mythallo63.addItemInput(<extrabees:honey_comb:76>);
mythallo63.addItemOutput(<contenttweaker:chaotic_comb>*4);
mythallo63.build();
val mythallo64 = RecipeBuilder.newBuilder("mythallo64","mythic_processor_alloy_furnace",1);
val mythallo64 = RecipeBuilder.newBuilder("mythallo64","mythic_processor_alloy_furnace",2);
mythallo64.addEnergyPerTickInput(80000);
mythallo64.addItemInput(<contenttweaker:irradiated_naquadah_core>);
mythallo64.addItemInput(<ore:blockLead>*25);
mythallo64.addItemOutput(<contenttweaker:naquadah_ingot>);
mythallo64.build();
val mythallo65 = RecipeBuilder.newBuilder("mythallo65","mythic_processor_alloy_furnace",1);
val mythallo65 = RecipeBuilder.newBuilder("mythallo65","mythic_processor_alloy_furnace",2);
mythallo65.addEnergyPerTickInput(80000);
mythallo65.addItemInput(<ore:emcDarkMatter>*12);
mythallo65.addItemInput(<ore:emcRedMatter>*4);
@@ -486,287 +486,287 @@ mythallo65.addItemInput(<contenttweaker:calcite_gem>);
mythallo65.addItemOutput(<ore:ingotModularium>*8);
mythallo65.build();
val mythallo66 = RecipeBuilder.newBuilder("mythallo66","mythic_processor_alloy_furnace",1);
val mythallo66 = RecipeBuilder.newBuilder("mythallo66","mythic_processor_alloy_furnace",2);
mythallo66.addEnergyPerTickInput(80000);
mythallo66.addItemInput(<contenttweaker:negatively_charged_mithril>);
mythallo66.addItemInput(<contenttweaker:positively_charged_mithril>);
mythallo66.addItemOutput(<contenttweaker:superconducting_mithril>*2);
mythallo66.build();
val mythallo67 = RecipeBuilder.newBuilder("mythallo67","mythic_processor_alloy_furnace",1);
val mythallo67 = RecipeBuilder.newBuilder("mythallo67","mythic_processor_alloy_furnace",2);
mythallo67.addEnergyPerTickInput(80000);
mythallo67.addItemInput(<ore:ingotPolonium>);
mythallo67.addItemInput(<ore:ingotBeryllium>);
mythallo67.addItemOutput(<contenttweaker:polonium_beryllium_alloy_ingot>);
mythallo67.build();
val mythallo68 = RecipeBuilder.newBuilder("mythallo68","mythic_processor_alloy_furnace",1);
val mythallo68 = RecipeBuilder.newBuilder("mythallo68","mythic_processor_alloy_furnace",2);
mythallo68.addEnergyPerTickInput(80000);
mythallo68.addItemInput(<avaritia:cosmic_meatballs>);
mythallo68.addItemInput(<ore:dustCyanite>);
mythallo68.addItemOutput(<contenttweaker:mutated_meatball>);
mythallo68.build();
val mythallo69 = RecipeBuilder.newBuilder("mythallo69","mythic_processor_alloy_furnace",1);
val mythallo69 = RecipeBuilder.newBuilder("mythallo69","mythic_processor_alloy_furnace",2);
mythallo69.addEnergyPerTickInput(80000);
mythallo69.addItemInput(<techreborn:upgrades:3>);
mythallo69.addItemInput(<bewitchment:golden_thread>*32);
mythallo69.addItemOutput(<contenttweaker:superconducting_thread>*8);
mythallo69.build(); # nice
val mythallo70 = RecipeBuilder.newBuilder("mythallo70","mythic_processor_alloy_furnace",1);
val mythallo70 = RecipeBuilder.newBuilder("mythallo70","mythic_processor_alloy_furnace",2);
mythallo70.addEnergyPerTickInput(80000);
mythallo70.addItemInput(<ore:ingotSednanite>);
mythallo70.addItemInput(<bloodmagic:item_demon_crystal:0>);
mythallo70.addItemOutput(<ore:ingotDemonicSteel>);
mythallo70.build();
val mythallo71 = RecipeBuilder.newBuilder("mythallo71","mythic_processor_alloy_furnace",1);
val mythallo71 = RecipeBuilder.newBuilder("mythallo71","mythic_processor_alloy_furnace",2);
mythallo71.addEnergyPerTickInput(80000);
mythallo71.addItemInput(<ore:ingotSednanite>);
mythallo71.addItemInput(<bloodmagic:item_demon_crystal:1>);
mythallo71.addItemOutput(<ore:ingotCorrosiveSteel>);
mythallo71.build();
val mythallo72 = RecipeBuilder.newBuilder("mythallo72","mythic_processor_alloy_furnace",1);
val mythallo72 = RecipeBuilder.newBuilder("mythallo72","mythic_processor_alloy_furnace",2);
mythallo72.addEnergyPerTickInput(80000);
mythallo72.addItemInput(<ore:ingotSednanite>);
mythallo72.addItemInput(<bloodmagic:item_demon_crystal:2>);
mythallo72.addItemOutput(<ore:ingotDestructiveSteel>);
mythallo72.build();
val mythallo73 = RecipeBuilder.newBuilder("mythallo73","mythic_processor_alloy_furnace",1);
val mythallo73 = RecipeBuilder.newBuilder("mythallo73","mythic_processor_alloy_furnace",2);
mythallo73.addEnergyPerTickInput(80000);
mythallo73.addItemInput(<ore:ingotSednanite>);
mythallo73.addItemInput(<bloodmagic:item_demon_crystal:3>);
mythallo73.addItemOutput(<ore:ingotVengefulSteel>);
mythallo73.build();
val mythallo74 = RecipeBuilder.newBuilder("mythallo74","mythic_processor_alloy_furnace",1);
val mythallo74 = RecipeBuilder.newBuilder("mythallo74","mythic_processor_alloy_furnace",2);
mythallo74.addEnergyPerTickInput(80000);
mythallo74.addItemInput(<ore:ingotSednanite>);
mythallo74.addItemInput(<bloodmagic:item_demon_crystal:4>);
mythallo74.addItemOutput(<ore:ingotSteadfastSteel>);
mythallo74.build();
val mythallo75 = RecipeBuilder.newBuilder("mythallo75","mythic_processor_alloy_furnace",1);
val mythallo75 = RecipeBuilder.newBuilder("mythallo75","mythic_processor_alloy_furnace",2);
mythallo75.addEnergyPerTickInput(80000);
mythallo75.addItemInput(<bewitchment:stew_of_the_grotesque>);
mythallo75.addItemInput(<contenttweaker:adamantium_ingot>);
mythallo75.addItemOutput(<contenttweaker:deeply_etched_adamantium>);
mythallo75.build();
val mythallo76 = RecipeBuilder.newBuilder("mythallo76","mythic_processor_alloy_furnace",1);
val mythallo76 = RecipeBuilder.newBuilder("mythallo76","mythic_processor_alloy_furnace",2);
mythallo76.addEnergyPerTickInput(80000);
mythallo76.addItemInput(<contenttweaker:meatballium_323>);
mythallo76.addItemInput(<contenttweaker:meatballium_328>);
mythallo76.addItemOutput(<contenttweaker:meatballium_ingot>);
mythallo76.build();
val mythallo77 = RecipeBuilder.newBuilder("mythallo77","mythic_processor_alloy_furnace",1);
val mythallo77 = RecipeBuilder.newBuilder("mythallo77","mythic_processor_alloy_furnace",2);
mythallo77.addEnergyPerTickInput(80000);
mythallo77.addItemInput(<contenttweaker:adamantium_stinger>);
mythallo77.addItemInput(<contenttweaker:cursed_myrmitite_catalyst>);
mythallo77.addItemOutput(<contenttweaker:adamantium_ingot>);
mythallo77.build();
val mythallo78 = RecipeBuilder.newBuilder("mythallo78","mythic_processor_alloy_furnace",1);
val mythallo78 = RecipeBuilder.newBuilder("mythallo78","mythic_processor_alloy_furnace",2);
mythallo78.addEnergyPerTickInput(80000);
mythallo78.addItemInput(<contenttweaker:wrought_iron_shard>);
mythallo78.addItemInput(<contenttweaker:nethersky_steel_ingot>);
mythallo78.addItemOutput(<contenttweaker:wrought_iron_shard>*2);
mythallo78.build();
val mythallo79 = RecipeBuilder.newBuilder("mythallo79","mythic_processor_alloy_furnace",1);
val mythallo79 = RecipeBuilder.newBuilder("mythallo79","mythic_processor_alloy_furnace",2);
mythallo79.addEnergyPerTickInput(80000);
mythallo79.addItemInput(<contenttweaker:ignitable_dust>);
mythallo79.addItemInput(<ore:dustPyrotheum>);
mythallo79.addItemOutput(<contenttweaker:phosphorous_crystal>);
mythallo79.build();
val mythallo80 = RecipeBuilder.newBuilder("mythallo80","mythic_processor_alloy_furnace",1);
val mythallo80 = RecipeBuilder.newBuilder("mythallo80","mythic_processor_alloy_furnace",2);
mythallo80.addEnergyPerTickInput(80000);
mythallo80.addItemInput(<contenttweaker:osmium_egg>);
mythallo80.addItemInput(<mysticalagriculture:fire_essence>);
mythallo80.addItemOutput(<contenttweaker:osmium_ingot>);
mythallo80.build();
val mythallo81 = RecipeBuilder.newBuilder("mythallo81","mythic_processor_alloy_furnace",1);
val mythallo81 = RecipeBuilder.newBuilder("mythallo81","mythic_processor_alloy_furnace",2);
mythallo81.addEnergyPerTickInput(80000);
mythallo81.addItemInput(<contenttweaker:neodymium_earth>);
mythallo81.addItemInput(<contenttweaker:nethersky_steel_ingot>);
mythallo81.addItemOutput(<contenttweaker:neodymium_magnetic_alloy>);
mythallo81.build();
val mythallo82 = RecipeBuilder.newBuilder("mythallo82","mythic_processor_alloy_furnace",1);
val mythallo82 = RecipeBuilder.newBuilder("mythallo82","mythic_processor_alloy_furnace",2);
mythallo82.addEnergyPerTickInput(80000);
mythallo82.addItemInput(<contenttweaker:rainbow_egg>);
mythallo82.addItemInput(<ore:cropAcorn>);
mythallo82.addItemOutput(<contenttweaker:disgusting_omelette>);
mythallo82.build();
val mythallo83 = RecipeBuilder.newBuilder("mythallo83","mythic_processor_alloy_furnace",1);
val mythallo83 = RecipeBuilder.newBuilder("mythallo83","mythic_processor_alloy_furnace",2);
mythallo83.addEnergyPerTickInput(80000);
mythallo83.addItemInput(<contenttweaker:technetium_remains>);
mythallo83.addItemInput(<ore:dustSulfur>);
mythallo83.addItemOutput(<contenttweaker:technetium_disulfide>);
mythallo83.build();
val mythallo84 = RecipeBuilder.newBuilder("mythallo84","mythic_processor_alloy_furnace",1);
val mythallo84 = RecipeBuilder.newBuilder("mythallo84","mythic_processor_alloy_furnace",2);
mythallo84.addEnergyPerTickInput(80000);
mythallo84.addItemInput(<ore:ingotAluminum>*5);
mythallo84.addItemInput(<ore:ingotIron>*3);
mythallo84.addItemOutput(<ore:ingotAlumite>*3);
mythallo84.build();
val mythallo85 = RecipeBuilder.newBuilder("mythallo85","mythic_processor_alloy_furnace",1);
val mythallo85 = RecipeBuilder.newBuilder("mythallo85","mythic_processor_alloy_furnace",2);
mythallo85.addEnergyPerTickInput(80000);
mythallo85.addItemInput(<ore:ingotBloodInfusedIron>);
mythallo85.addItemInput(<minecraft:porkchop>);
mythallo85.addItemOutput(<tconstruct:ingots:4>*4);
mythallo85.build();
val mythallo86 = RecipeBuilder.newBuilder("mythallo86","mythic_processor_alloy_furnace",1);
val mythallo86 = RecipeBuilder.newBuilder("mythallo86","mythic_processor_alloy_furnace",2);
mythallo86.addEnergyPerTickInput(80000);
mythallo86.addItemInput(<ore:enderpearl>);
mythallo86.addItemInput(<ore:ingotArlemite>);
mythallo86.addItemOutput(<ore:ingotPulsatingIron>*3);
mythallo86.build();
val mythallo87 = RecipeBuilder.newBuilder("mythallo87","mythic_processor_alloy_furnace",1);
val mythallo87 = RecipeBuilder.newBuilder("mythallo87","mythic_processor_alloy_furnace",2);
mythallo87.addEnergyPerTickInput(80000);
mythallo87.addItemInput(<ore:ingotPulsatingIron>);
mythallo87.addItemInput(<ore:ingotCrudeSteel>);
mythallo87.addItemOutput(<extendedcrafting:material:36>);
mythallo87.build();
val mythallo88 = RecipeBuilder.newBuilder("mythallo88","mythic_processor_alloy_furnace",1);
val mythallo88 = RecipeBuilder.newBuilder("mythallo88","mythic_processor_alloy_furnace",2);
mythallo88.addEnergyPerTickInput(80000);
mythallo88.addItemInput(<contenttweaker:ground_beef>);
mythallo88.addItemInput(<contenttweaker:ground_pork>);
mythallo88.addItemOutput(<contenttweaker:meatball>);
mythallo88.build();
val mythallo89 = RecipeBuilder.newBuilder("mythallo89","mythic_processor_alloy_furnace",1);
val mythallo89 = RecipeBuilder.newBuilder("mythallo89","mythic_processor_alloy_furnace",2);
mythallo89.addEnergyPerTickInput(80000);
mythallo89.addItemInput(<ore:resinDragonsBlood>*6);
mythallo89.addItemInput(<ore:fiberSiliconCarbide>*4);
mythallo89.addItemOutput(<ore:ingotSiCSiCCMC>);
mythallo89.build();
val mythallo90 = RecipeBuilder.newBuilder("mythallo90","mythic_processor_alloy_furnace",1);
val mythallo90 = RecipeBuilder.newBuilder("mythallo90","mythic_processor_alloy_furnace",2);
mythallo90.addEnergyPerTickInput(80000);
mythallo90.addItemInput(<ore:ingotAstralStarmetal>);
mythallo90.addItemInput(<ore:ingotPrimalOgerite>);
mythallo90.addItemOutput(<contenttweaker:starmetal_alloy_ingot>*2);
mythallo90.build();
val mythallo91 = RecipeBuilder.newBuilder("mythallo91","mythic_processor_alloy_furnace",1);
val mythallo91 = RecipeBuilder.newBuilder("mythallo91","mythic_processor_alloy_furnace",2);
mythallo91.addEnergyPerTickInput(80000);
mythallo91.addItemInput(<contenttweaker:ground_beef>*64);
mythallo91.addItemInput(<contenttweaker:meatball>*64);
mythallo91.addItemOutput(<contenttweaker:hearty_meatball>);
mythallo91.build();
val mythallo92 = RecipeBuilder.newBuilder("mythallo92","mythic_processor_alloy_furnace",1);
val mythallo92 = RecipeBuilder.newBuilder("mythallo92","mythic_processor_alloy_furnace",2);
mythallo92.addEnergyPerTickInput(80000);
mythallo92.addItemInput(<divinerpg:collector_fragments>);
mythallo92.addItemInput(<divinerpg:divine_stone>);
mythallo92.addItemOutput(<contenttweaker:collecting_stone>);
mythallo92.build();
val mythallo93 = RecipeBuilder.newBuilder("mythallo93","mythic_processor_alloy_furnace",1);
val mythallo93 = RecipeBuilder.newBuilder("mythallo93","mythic_processor_alloy_furnace",2);
mythallo93.addEnergyPerTickInput(80000);
mythallo93.addItemInput(<contenttweaker:glitch_infused_egg>);
mythallo93.addItemInput(<extrabees:honey_comb:27>);
mythallo93.addItemOutput(<deepmoblearning:glitch_infused_ingot>);
mythallo93.build();
val mythallo94 = RecipeBuilder.newBuilder("mythallo94","mythic_processor_alloy_furnace",1);
val mythallo94 = RecipeBuilder.newBuilder("mythallo94","mythic_processor_alloy_furnace",2);
mythallo94.addEnergyPerTickInput(80000);
mythallo94.addItemInput(<contenttweaker:gravitite_clathrate>);
mythallo94.addItemInput(<ore:gemAquamarine>);
mythallo94.addItemOutput(<contenttweaker:gravitite_matrix>*2);
mythallo94.build();
val mythallo95 = RecipeBuilder.newBuilder("mythallo95","mythic_processor_alloy_furnace",1);
val mythallo95 = RecipeBuilder.newBuilder("mythallo95","mythic_processor_alloy_furnace",2);
mythallo95.addEnergyPerTickInput(80000);
mythallo95.addItemInput(<ore:ingotEnderium>);
mythallo95.addItemInput(<enderutilities:enderpart:0>*2);
mythallo95.addItemOutput(<enderutilities:enderpart:1>*2);
mythallo95.build();
val mythallo96 = RecipeBuilder.newBuilder("mythallo96","mythic_processor_alloy_furnace",1);
val mythallo96 = RecipeBuilder.newBuilder("mythallo96","mythic_processor_alloy_furnace",2);
mythallo96.addEnergyPerTickInput(80000);
mythallo96.addItemInput(<ore:ingotLumium>);
mythallo96.addItemInput(<enderutilities:enderpart:1>*2);
mythallo96.addItemOutput(<enderutilities:enderpart:2>*2);
mythallo96.build();
val mythallo97 = RecipeBuilder.newBuilder("mythallo97","mythic_processor_alloy_furnace",1);
val mythallo97 = RecipeBuilder.newBuilder("mythallo97","mythic_processor_alloy_furnace",2);
mythallo97.addEnergyPerTickInput(80000);
mythallo97.addItemInput(<ore:ingotVibrantAlloy>);
mythallo97.addItemInput(<ore:ingotIron>*2);
mythallo97.addItemOutput(<enderutilities:enderpart:0>*2);
mythallo97.build();
val mythallo98 = RecipeBuilder.newBuilder("mythallo98","mythic_processor_alloy_furnace",1);
val mythallo98 = RecipeBuilder.newBuilder("mythallo98","mythic_processor_alloy_furnace",2);
mythallo98.addEnergyPerTickInput(80000);
mythallo98.addItemInput(<divinerpg:snowflake>);
mythallo98.addItemInput(<divinerpg:arcanium>);
mythallo98.addItemOutput(<contenttweaker:divine_flake>);
mythallo98.build();
val mythallo99 = RecipeBuilder.newBuilder("mythallo99","mythic_processor_alloy_furnace",1);
val mythallo99 = RecipeBuilder.newBuilder("mythallo99","mythic_processor_alloy_furnace",2);
mythallo99.addEnergyPerTickInput(80000);
mythallo99.addItemInput(<ore:dustRedstone>);
mythallo99.addItemInput(<ore:ingotArlemite>);
mythallo99.addItemOutput(<projectred-core:resource_item:103>*12);
mythallo99.build();
val mythallo100 = RecipeBuilder.newBuilder("mythallo100","mythic_processor_alloy_furnace",1);
val mythallo100 = RecipeBuilder.newBuilder("mythallo100","mythic_processor_alloy_furnace",2);
mythallo100.addEnergyPerTickInput(80000);
mythallo100.addItemInput(<contenttweaker:demon_will_powder>);
mythallo100.addItemInput(<divinerpg:rupee_ingot>);
mythallo100.addItemOutput(<ore:ingotDemonicSteel>);
mythallo100.build();
val mythallo101 = RecipeBuilder.newBuilder("mythallo101","mythic_processor_alloy_furnace",1);
val mythallo101 = RecipeBuilder.newBuilder("mythallo101","mythic_processor_alloy_furnace",2);
mythallo101.addEnergyPerTickInput(80000);
mythallo101.addItemInput(<contenttweaker:corrosive_will_powder>);
mythallo101.addItemInput(<divinerpg:arlemite_ingot>);
mythallo101.addItemOutput(<ore:ingotCorrosiveSteel>);
mythallo101.build();
val mythallo102 = RecipeBuilder.newBuilder("mythallo102","mythic_processor_alloy_furnace",1);
val mythallo102 = RecipeBuilder.newBuilder("mythallo102","mythic_processor_alloy_furnace",2);
mythallo102.addEnergyPerTickInput(80000);
mythallo102.addItemInput(<contenttweaker:destructive_will_powder>);
mythallo102.addItemInput(<aoa3:limonite_ingot>);
mythallo102.addItemOutput(<ore:ingotDestructiveSteel>);
mythallo102.build();
val mythallo103 = RecipeBuilder.newBuilder("mythallo103","mythic_processor_alloy_furnace",1);
val mythallo103 = RecipeBuilder.newBuilder("mythallo103","mythic_processor_alloy_furnace",2);
mythallo103.addEnergyPerTickInput(80000);
mythallo103.addItemInput(<contenttweaker:vengeful_will_powder>);
mythallo103.addItemInput(<aoa3:rosite_ingot>);
mythallo103.addItemOutput(<ore:ingotVengefulSteel>);
mythallo103.build();
val mythallo104 = RecipeBuilder.newBuilder("mythallo104","mythic_processor_alloy_furnace",1);
val mythallo104 = RecipeBuilder.newBuilder("mythallo104","mythic_processor_alloy_furnace",2);
mythallo104.addEnergyPerTickInput(80000);
mythallo104.addItemInput(<contenttweaker:steadfast_will_powder>);
mythallo104.addItemInput(<ore:ingotManyullyn>);
mythallo104.addItemOutput(<ore:ingotSteadfastSteel>);
mythallo104.build();
val mythallo105 = RecipeBuilder.newBuilder("mythallo105","mythic_processor_alloy_furnace",1);
val mythallo105 = RecipeBuilder.newBuilder("mythallo105","mythic_processor_alloy_furnace",2);
mythallo105.addEnergyPerTickInput(80000);
mythallo105.addItemInput(<ore:ingotDreadium>);
mythallo105.addItemInput(<ore:ingotUraniumOxide>);
mythallo105.addItemOutput(<ore:ingotDreadite>*2);
mythallo105.build();
val mythallo106 = RecipeBuilder.newBuilder("mythallo106","mythic_processor_alloy_furnace",1);
val mythallo106 = RecipeBuilder.newBuilder("mythallo106","mythic_processor_alloy_furnace",2);
mythallo106.addEnergyPerTickInput(80000);
mythallo106.addItemInput(<ore:oreEtherium>);
mythallo106.addItemInput(<ore:dustSednanite>);
@@ -776,7 +776,7 @@ mythallo106.addItemInput(<ore:ingotHoneyComb>);
mythallo106.addItemOutput(<contenttweaker:etherium_ingot>);
mythallo106.build();
val mythallo107 = RecipeBuilder.newBuilder("mythallo107","mythic_processor_alloy_furnace",1);
val mythallo107 = RecipeBuilder.newBuilder("mythallo107","mythic_processor_alloy_furnace",2);
mythallo107.addEnergyPerTickInput(80000);
mythallo107.addItemInput(<contenttweaker:catalyzed_runic_ore>);
mythallo107.addItemInput(<aoa3:elecanium_ingot>);
@@ -792,7 +792,7 @@ mythallo109.addItemOutput(<techreborn:ingot:17>);
mythallo109.addItemOutput(<techreborn:dust:15>*3);
mythallo109.build();
val mythallo108 = RecipeBuilder.newBuilder("mythallo108","mythic_processor_alloy_furnace",1);
val mythallo108 = RecipeBuilder.newBuilder("mythallo108","mythic_processor_alloy_furnace",2);
mythallo108.addEnergyPerTickInput(80000);
mythallo108.addItemInput(<contenttweaker:ascended_draconium_ingot>);
mythallo108.addItemInput(<contenttweaker:stormlight_infused_crystal>*4);
@@ -800,21 +800,21 @@ mythallo108.addItemInput(<ore:ingotBrightsteel>);
mythallo108.addItemOutput(<contenttweaker:ascended_draconic_alloy>*2);
mythallo108.build();
val mythallo110 = RecipeBuilder.newBuilder("mythallo110","mythic_processor_alloy_furnace",1);
val mythallo110 = RecipeBuilder.newBuilder("mythallo110","mythic_processor_alloy_furnace",2);
mythallo110.addEnergyPerTickInput(80000);
mythallo110.addItemInput(<contenttweaker:megelium_capsule>);
mythallo110.addItemInput(<nuclearcraft:depleted_fuel_ic2:1>*2);
mythallo110.addItemOutput(<contenttweaker:primed_megelium_capsule>);
mythallo110.build();
val mythallo111 = RecipeBuilder.newBuilder("mythallo111","mythic_processor_alloy_furnace",1);
val mythallo111 = RecipeBuilder.newBuilder("mythallo111","mythic_processor_alloy_furnace",2);
mythallo111.addEnergyPerTickInput(80000);
mythallo111.addItemInput(<contenttweaker:superconducting_sednanite>);
mythallo111.addItemInput(<careerbees:ingredients:13>);
mythallo111.addItemOutput(<contenttweaker:superconducting_sednanite>*2);
mythallo111.build();
val mythallo112 = RecipeBuilder.newBuilder("mythallo112","mythic_processor_alloy_furnace",1);
val mythallo112 = RecipeBuilder.newBuilder("mythallo112","mythic_processor_alloy_furnace",2);
mythallo112.addEnergyPerTickInput(80000);
mythallo112.addItemInput(<contenttweaker:chaosstrikium_cluster>*12);
mythallo112.addItemInput(<contenttweaker:cactium_sliver>*12);
@@ -824,45 +824,76 @@ mythallo112.addItemInput(<contenttweaker:gem_of_the_warrior>);
mythallo112.addItemOutput(<contenttweaker:imperfect_gallifreyan_alloy>);
mythallo112.build();
val mythallo113 = RecipeBuilder.newBuilder("mythallo113","mythic_processor_alloy_furnace",1);
val mythallo113 = RecipeBuilder.newBuilder("mythallo113","mythic_processor_alloy_furnace",2);
mythallo113.addEnergyPerTickInput(80000);
mythallo113.addItemInput(<contenttweaker:modularium_primer>);
mythallo113.addItemInput(<ore:ingotIron>);
mythallo113.addItemOutput(<modularmachinery:itemmodularium>);
mythallo113.build();
val mythallo114 = RecipeBuilder.newBuilder("mythallo114","mythic_processor_alloy_furnace",1);
val mythallo114 = RecipeBuilder.newBuilder("mythallo114","mythic_processor_alloy_furnace",2);
mythallo114.addEnergyPerTickInput(80000);
mythallo114.addItemInput(<contenttweaker:modularium_primer>);
mythallo114.addItemInput(<contenttweaker:calcite_gem>);
mythallo114.addItemOutput(<modularmachinery:itemmodularium>*8);
mythallo114.build();
val mythallo115 = RecipeBuilder.newBuilder("mythallo115","mythic_processor_alloy_furnace",1);
val mythallo115 = RecipeBuilder.newBuilder("mythallo115","mythic_processor_alloy_furnace",2);
mythallo115.addEnergyPerTickInput(80000);
mythallo115.addItemInput(<contenttweaker:crystaltine_dust>);
mythallo115.addItemInput(<contenttweaker:calcite_gem>);
mythallo115.addItemOutput(<extendedcrafting:material:24>*8);
mythallo115.build();
val mythallo116 = RecipeBuilder.newBuilder("mythallo116","mythic_processor_alloy_furnace",1);
val mythallo116 = RecipeBuilder.newBuilder("mythallo116","mythic_processor_alloy_furnace",2);
mythallo116.addEnergyPerTickInput(80000);
mythallo116.addItemInput(<contenttweaker:crystaltine_dust>);
mythallo116.addItemInput(<ore:ingotIron>);
mythallo116.addItemOutput(<extendedcrafting:material:24>);
mythallo116.build();
val mythallo117 = RecipeBuilder.newBuilder("mythallo117","mythic_processor_alloy_furnace",1);
val mythallo117 = RecipeBuilder.newBuilder("mythallo117","mythic_processor_alloy_furnace",2);
mythallo117.addEnergyPerTickInput(80000);
mythallo117.addItemInput(<contenttweaker:unidentified_ingot>);
mythallo117.addItemInput(<thaumadditions:mithrillium_ingot>*3);
mythallo117.addItemOutput(<avaritia:resource:1>);
mythallo117.build();
val mythallo118 = RecipeBuilder.newBuilder("mythallo118","mythic_processor_alloy_furnace",1);
val mythallo118 = RecipeBuilder.newBuilder("mythallo118","mythic_processor_alloy_furnace",2);
mythallo118.addEnergyPerTickInput(80000);
mythallo118.addItemInput(<contenttweaker:matrix_ore>);
mythallo118.addItemInput(<aoa3:shyrelands_tokens>*21);
mythallo118.addItemOutput(<avaritia:resource:1>*8);
mythallo118.build();
val mythallo119 = RecipeBuilder.newBuilder("mythallo119","mythic_processor_alloy_furnace",2);
mythallo119.addEnergyPerTickInput(80000);
mythallo119.addItemInput(<ore:dustGold>);
mythallo119.addItemInput(<ore:dustSilver>);
mythallo119.addItemInput(<ore:dustRedstone>*10);
mythallo119.addItemOutput(<redstonearsenal:material:0>);
mythallo119.build();
val mythallo120 = RecipeBuilder.newBuilder("mythallo120","mythic_processor_alloy_furnace",2);
mythallo120.addEnergyPerTickInput(80000);
mythallo120.addItemInput(<redstonearsenal:material:0>);
mythallo120.addItemInput(<ore:sand>);
mythallo120.addItemOutput(<redstonearsenal:material:32>);
mythallo120.build();
val mythallo121 = RecipeBuilder.newBuilder("mythallo121","mythic_processor_alloy_furnace",2);
mythallo121.addEnergyPerTickInput(80000);
mythallo121.addItemInput(<ore:dustRedstone>*10);
mythallo121.addItemInput(<ore:sand>);
mythallo121.addItemInput(<ore:ingotElectrum>);
mythallo121.addItemOutput(<redstonearsenal:material:32>);
mythallo121.build();
val mythallo122 = RecipeBuilder.newBuilder("mythallo122","mythic_processor_alloy_furnace",2);
mythallo122.addEnergyPerTickInput(80000);
mythallo122.addItemInput(<ore:dustRedstone>*10);
mythallo122.addItemInput(<ore:diamond>*2);
mythallo122.addItemOutput(<redstonearsenal:material:160>);
mythallo122.build();
+9 -9
View File
@@ -1,7 +1,7 @@
import mods.modularmachinery.RecipeBuilder;
val steelmixarkenfluid = RecipeBuilder.newBuilder("steelmixarkenfluid","iron_centrifuge",1);
val steelmixarkenfluid = RecipeBuilder.newBuilder("steelmixarkenfluid","iron_centrifuge",2);
steelmixarkenfluid.addEnergyPerTickInput(1000000);
steelmixarkenfluid.addFluidInput(<fluid:dragons_blood_plastic>*500);
steelmixarkenfluid.addFluidInput(<fluid:aerial_moonshine>*500);
@@ -13,7 +13,7 @@ steelmixarkenfluid.addFluidOutput(<fluid:arkencrusher_mix>*500);
steelmixarkenfluid.build();
val mytharken1 = RecipeBuilder.newBuilder("mytharken1","mythic_processor_arkencrusher",1);
val mytharken1 = RecipeBuilder.newBuilder("mytharken1","mythic_processor_arkencrusher",2);
mytharken1.addEnergyPerTickInput(1000000);
mytharken1.addFluidInput(<fluid:arkencrusher_mix>*500);
mytharken1.addItemInput(<contenttweaker:arkenstone>);
@@ -30,49 +30,49 @@ mytharken1.addItemOutput(<magicbees:resource:5>*64);
mytharken1.addFluidOutput(<fluid:evanescent_bifrost>*16000);
mytharken1.build();
val mytharken2 = RecipeBuilder.newBuilder("mytharken2","mythic_processor_arkencrusher",1);
val mytharken2 = RecipeBuilder.newBuilder("mytharken2","mythic_processor_arkencrusher",2);
mytharken2.addEnergyPerTickInput(1000000);
mytharken2.addFluidInput(<fluid:recursive_life_essence>*10);
mytharken2.addItemInput(<contenttweaker:corrupted_divine_ore>);
mytharken2.addItemOutput(<divinerpg:corrupted_stone>*64);
mytharken2.build();
val mytharken3 = RecipeBuilder.newBuilder("mytharken3","mythic_processor_arkencrusher",1);
val mytharken3 = RecipeBuilder.newBuilder("mytharken3","mythic_processor_arkencrusher",2);
mytharken3.addEnergyPerTickInput(1000000);
mytharken3.addFluidInput(<fluid:recursive_life_essence>*10);
mytharken3.addItemInput(<contenttweaker:ender_divine_ore>);
mytharken3.addItemOutput(<divinerpg:ender_stone>*64);
mytharken3.build();
val mytharken4 = RecipeBuilder.newBuilder("mytharken4","mythic_processor_arkencrusher",1);
val mytharken4 = RecipeBuilder.newBuilder("mytharken4","mythic_processor_arkencrusher",2);
mytharken4.addEnergyPerTickInput(1000000);
mytharken4.addFluidInput(<fluid:recursive_life_essence>*10);
mytharken4.addItemInput(<contenttweaker:ice_divine_ore>);
mytharken4.addItemOutput(<divinerpg:ice_stone>*64);
mytharken4.build();
val mytharken5 = RecipeBuilder.newBuilder("mytharken5","mythic_processor_arkencrusher",1);
val mytharken5 = RecipeBuilder.newBuilder("mytharken5","mythic_processor_arkencrusher",2);
mytharken5.addEnergyPerTickInput(1000000);
mytharken5.addFluidInput(<fluid:recursive_life_essence>*10);
mytharken5.addItemInput(<contenttweaker:jungle_divine_ore>);
mytharken5.addItemOutput(<divinerpg:jungle_stone>*64);
mytharken5.build();
val mytharken6 = RecipeBuilder.newBuilder("mytharken6","mythic_processor_arkencrusher",1);
val mytharken6 = RecipeBuilder.newBuilder("mytharken6","mythic_processor_arkencrusher",2);
mytharken6.addEnergyPerTickInput(1000000);
mytharken6.addFluidInput(<fluid:recursive_life_essence>*10);
mytharken6.addItemInput(<contenttweaker:molten_divine_ore>);
mytharken6.addItemOutput(<divinerpg:molten_stone>*64);
mytharken6.build();
val mytharken7 = RecipeBuilder.newBuilder("mytharken7","mythic_processor_arkencrusher",1);
val mytharken7 = RecipeBuilder.newBuilder("mytharken7","mythic_processor_arkencrusher",2);
mytharken7.addEnergyPerTickInput(1000000);
mytharken7.addFluidInput(<fluid:recursive_life_essence>*10);
mytharken7.addItemInput(<contenttweaker:shadow_divine_ore>);
mytharken7.addItemOutput(<divinerpg:shadow_stone>*64);
mytharken7.build();
val mytharken8 = RecipeBuilder.newBuilder("mytharken8","mythic_processor_arkencrusher",1);
val mytharken8 = RecipeBuilder.newBuilder("mytharken8","mythic_processor_arkencrusher",2);
mytharken8.addEnergyPerTickInput(1000000);
mytharken8.addFluidInput(<fluid:recursive_life_essence>*10);
mytharken8.addItemInput(<contenttweaker:terran_divine_ore>);
+28 -28
View File
@@ -1,195 +1,195 @@
import mods.modularmachinery.RecipeBuilder;
val mythassmac1 = RecipeBuilder.newBuilder("mythassmac1","mythic_processor_assembling_machine",1);
val mythassmac1 = RecipeBuilder.newBuilder("mythassmac1","mythic_processor_assembling_machine",2);
mythassmac1.addEnergyPerTickInput(40000);
mythassmac1.addItemInput(<ore:plateRefinedIron>);
mythassmac1.addItemInput(<ore:plateElectrum>);
mythassmac1.addItemOutput(<techreborn:part:40>*2);
mythassmac1.build();
val mythassmac2 = RecipeBuilder.newBuilder("mythassmac2","mythic_processor_assembling_machine",1);
val mythassmac2 = RecipeBuilder.newBuilder("mythassmac2","mythic_processor_assembling_machine",2);
mythassmac2.addEnergyPerTickInput(40000);
mythassmac2.addItemInput(<ore:plateAluminum>);
mythassmac2.addItemInput(<ore:plateElectrum>);
mythassmac2.addItemOutput(<techreborn:part:40>*2);
mythassmac2.build();
val mythassmac3 = RecipeBuilder.newBuilder("mythassmac3","mythic_processor_assembling_machine",1);
val mythassmac3 = RecipeBuilder.newBuilder("mythassmac3","mythic_processor_assembling_machine",2);
mythassmac3.addEnergyPerTickInput(40000);
mythassmac3.addItemInput(<techreborn:part:40>);
mythassmac3.addItemInput(<techreborn:cable:5>*3);
mythassmac3.addItemOutput(<techreborn:part:29>);
mythassmac3.build();
val mythassmac4 = RecipeBuilder.newBuilder("mythassmac4","mythic_processor_assembling_machine",1);
val mythassmac4 = RecipeBuilder.newBuilder("mythassmac4","mythic_processor_assembling_machine",2);
mythassmac4.addEnergyPerTickInput(40000);
mythassmac4.addItemInput(<techreborn:part:29>);
mythassmac4.addItemInput(<ore:plateElectrum>*2);
mythassmac4.addItemOutput(<techreborn:part:41>);
mythassmac4.build();
val mythassmac5 = RecipeBuilder.newBuilder("mythassmac5","mythic_processor_assembling_machine",1);
val mythassmac5 = RecipeBuilder.newBuilder("mythassmac5","mythic_processor_assembling_machine",2);
mythassmac5.addEnergyPerTickInput(40000);
mythassmac5.addItemInput(<ore:plateSilicon>);
mythassmac5.addItemInput(<ore:plateElectrum>*4);
mythassmac5.addItemOutput(<techreborn:part:41>*2);
mythassmac5.build();
val mythassmac6 = RecipeBuilder.newBuilder("mythassmac6","mythic_processor_assembling_machine",1);
val mythassmac6 = RecipeBuilder.newBuilder("mythassmac6","mythic_processor_assembling_machine",2);
mythassmac6.addEnergyPerTickInput(40000);
mythassmac6.addItemInput(<ore:gemLapis>);
mythassmac6.addItemInput(<ore:dustGlowstone>);
mythassmac6.addItemOutput(<techreborn:part:42>*2);
mythassmac6.build();
val mythassmac7 = RecipeBuilder.newBuilder("mythassmac7","mythic_processor_assembling_machine",1);
val mythassmac7 = RecipeBuilder.newBuilder("mythassmac7","mythic_processor_assembling_machine",2);
mythassmac7.addEnergyPerTickInput(40000);
mythassmac7.addItemInput(<ore:dustLazurite>);
mythassmac7.addItemInput(<ore:dustGlowstone>);
mythassmac7.addItemOutput(<techreborn:part:42>*2);
mythassmac7.build();
val mythassmac8 = RecipeBuilder.newBuilder("mythassmac8","mythic_processor_assembling_machine",1);
val mythassmac8 = RecipeBuilder.newBuilder("mythassmac8","mythic_processor_assembling_machine",2);
mythassmac8.addEnergyPerTickInput(40000);
mythassmac8.addItemInput(<techreborn:part:41>);
mythassmac8.addItemInput(<techreborn:part:42>);
mythassmac8.addItemOutput(<techreborn:part:30>);
mythassmac8.build();
val mythassmac9 = RecipeBuilder.newBuilder("mythassmac9","mythic_processor_assembling_machine",1);
val mythassmac9 = RecipeBuilder.newBuilder("mythassmac9","mythic_processor_assembling_machine",2);
mythassmac9.addEnergyPerTickInput(40000);
mythassmac9.addItemInput(<ore:platePlatinum>);
mythassmac9.addItemInput(<techreborn:part:30>);
mythassmac9.addItemOutput(<techreborn:part:43>);
mythassmac9.build();
val mythassmac10 = RecipeBuilder.newBuilder("mythassmac10","mythic_processor_assembling_machine",1);
val mythassmac10 = RecipeBuilder.newBuilder("mythassmac10","mythic_processor_assembling_machine",2);
mythassmac10.addEnergyPerTickInput(40000);
mythassmac10.addItemInput(<ore:gemEmerald>*8);
mythassmac10.addItemInput(<techreborn:part:30>);
mythassmac10.addItemOutput(<techreborn:part:2>*4);
mythassmac10.build();
val mythassmac11 = RecipeBuilder.newBuilder("mythassmac11","mythic_processor_assembling_machine",1);
val mythassmac11 = RecipeBuilder.newBuilder("mythassmac11","mythic_processor_assembling_machine",2);
mythassmac11.addEnergyPerTickInput(40000);
mythassmac11.addItemInput(<ore:gemPeridot>*8);
mythassmac11.addItemInput(<techreborn:part:30>);
mythassmac11.addItemOutput(<techreborn:part:2>*4);
mythassmac11.build();
val mythassmac12 = RecipeBuilder.newBuilder("mythassmac12","mythic_processor_assembling_machine",1);
val mythassmac12 = RecipeBuilder.newBuilder("mythassmac12","mythic_processor_assembling_machine",2);
mythassmac12.addEnergyPerTickInput(40000);
mythassmac12.addItemInput(<ore:dustEmerald>*8);
mythassmac12.addItemInput(<techreborn:part:30>);
mythassmac12.addItemOutput(<techreborn:part:2>*4);
mythassmac12.build();
val mythassmac13 = RecipeBuilder.newBuilder("mythassmac13","mythic_processor_assembling_machine",1);
val mythassmac13 = RecipeBuilder.newBuilder("mythassmac13","mythic_processor_assembling_machine",2);
mythassmac13.addEnergyPerTickInput(40000);
mythassmac13.addItemInput(<ore:dustPeridot>*8);
mythassmac13.addItemInput(<techreborn:part:30>);
mythassmac13.addItemOutput(<techreborn:part:2>*4);
mythassmac13.build();
val mythassmac14 = RecipeBuilder.newBuilder("mythassmac14","mythic_processor_assembling_machine",1);
val mythassmac14 = RecipeBuilder.newBuilder("mythassmac14","mythic_processor_assembling_machine",2);
mythassmac14.addEnergyPerTickInput(40000);
mythassmac14.addItemInput(<techreborn:part:43>);
mythassmac14.addItemInput(<techreborn:part:2>);
mythassmac14.addItemOutput(<techreborn:part:1>);
mythassmac14.build();
val mythassmac15 = RecipeBuilder.newBuilder("mythassmac15","mythic_processor_assembling_machine",1);
val mythassmac15 = RecipeBuilder.newBuilder("mythassmac15","mythic_processor_assembling_machine",2);
mythassmac15.addEnergyPerTickInput(40000);
mythassmac15.addItemInput(<techreborn:part:43>);
mythassmac15.addItemInput(<techreborn:lapotroncrystal>);
mythassmac15.addItemOutput(<techreborn:part:0>);
mythassmac15.build();
val mythassmac16 = RecipeBuilder.newBuilder("mythassmac16","mythic_processor_assembling_machine",1);
val mythassmac16 = RecipeBuilder.newBuilder("mythassmac16","mythic_processor_assembling_machine",2);
mythassmac16.addEnergyPerTickInput(40000);
mythassmac16.addItemInput(<techreborn:part:1>);
mythassmac16.addItemInput(<techreborn:part:2>*8);
mythassmac16.addItemOutput(<techreborn:part:3>);
mythassmac16.build();
val mythassmac17 = RecipeBuilder.newBuilder("mythassmac17","mythic_processor_assembling_machine",1);
val mythassmac17 = RecipeBuilder.newBuilder("mythassmac17","mythic_processor_assembling_machine",2);
mythassmac17.addEnergyPerTickInput(40000);
mythassmac17.addItemInput(<ore:ingotIron>*64);
mythassmac17.addItemInput(<ore:dyeBlack>*64);
mythassmac17.addItemOutput(<extendedcrafting:material:0>*256);
mythassmac17.build();
val mythassmac18 = RecipeBuilder.newBuilder("mythassmac18","mythic_processor_assembling_machine",1);
val mythassmac18 = RecipeBuilder.newBuilder("mythassmac18","mythic_processor_assembling_machine",2);
mythassmac18.addEnergyPerTickInput(40000);
mythassmac18.addItemInput(<bibliocraft:cookiejar>);
mythassmac18.addItemInput(<ore:nuggetMithminite>);
mythassmac18.addItemOutput(<contenttweaker:mithminite_prism>);
mythassmac18.build();
val mythassmac19 = RecipeBuilder.newBuilder("mythassmac19","mythic_processor_assembling_machine",1);
val mythassmac19 = RecipeBuilder.newBuilder("mythassmac19","mythic_processor_assembling_machine",2);
mythassmac19.addEnergyPerTickInput(40000);
mythassmac19.addItemInput(<contenttweaker:mithminite_prism>);
mythassmac19.addItemInput(<contenttweaker:gravitite_lens>);
mythassmac19.addItemOutput(<contenttweaker:mirroring_mithminite_prism>);
mythassmac19.build();
val mythassmac20 = RecipeBuilder.newBuilder("mythassmac20","mythic_processor_assembling_machine",1);
val mythassmac20 = RecipeBuilder.newBuilder("mythassmac20","mythic_processor_assembling_machine",2);
mythassmac20.addEnergyPerTickInput(40000);
mythassmac20.addItemInput(<contenttweaker:dense_redstone>*32);
mythassmac20.addItemInput(<minecraft:redstone>*32);
mythassmac20.addItemOutput(<buildcraftsilicon:redstone_chipset:0>*64);
mythassmac20.build();
val mythassmac21 = RecipeBuilder.newBuilder("mythassmac21","mythic_processor_assembling_machine",1);
val mythassmac21 = RecipeBuilder.newBuilder("mythassmac21","mythic_processor_assembling_machine",2);
mythassmac21.addEnergyPerTickInput(40000);
mythassmac21.addItemInput(<contenttweaker:dense_redstone>*32);
mythassmac21.addItemInput(<minecraft:iron_ingot>*32);
mythassmac21.addItemOutput(<buildcraftsilicon:redstone_chipset:1>*64);
mythassmac21.build();
val mythassmac22 = RecipeBuilder.newBuilder("mythassmac22","mythic_processor_assembling_machine",1);
val mythassmac22 = RecipeBuilder.newBuilder("mythassmac22","mythic_processor_assembling_machine",2);
mythassmac22.addEnergyPerTickInput(40000);
mythassmac22.addItemInput(<contenttweaker:dense_redstone>*32);
mythassmac22.addItemInput(<minecraft:gold_ingot>*32);
mythassmac22.addItemOutput(<buildcraftsilicon:redstone_chipset:2>*64);
mythassmac22.build();
val mythassmac23 = RecipeBuilder.newBuilder("mythassmac23","mythic_processor_assembling_machine",1);
val mythassmac23 = RecipeBuilder.newBuilder("mythassmac23","mythic_processor_assembling_machine",2);
mythassmac23.addEnergyPerTickInput(40000);
mythassmac23.addItemInput(<contenttweaker:dense_redstone>*32);
mythassmac23.addItemInput(<minecraft:quartz>*32);
mythassmac23.addItemOutput(<buildcraftsilicon:redstone_chipset:3>*64);
mythassmac23.build();
val mythassmac24 = RecipeBuilder.newBuilder("mythassmac24","mythic_processor_assembling_machine",1);
val mythassmac24 = RecipeBuilder.newBuilder("mythassmac24","mythic_processor_assembling_machine",2);
mythassmac24.addEnergyPerTickInput(40000);
mythassmac24.addItemInput(<contenttweaker:dense_redstone>*32);
mythassmac24.addItemInput(<minecraft:diamond>*32);
mythassmac24.addItemOutput(<buildcraftsilicon:redstone_chipset:4>*64);
mythassmac24.build();
val mythassmac25 = RecipeBuilder.newBuilder("mythassmac25","mythic_processor_assembling_machine",1);
val mythassmac25 = RecipeBuilder.newBuilder("mythassmac25","mythic_processor_assembling_machine",2);
mythassmac25.addEnergyPerTickInput(40000);
mythassmac25.addItemInput(<ore:plateMyrmitite>*2);
mythassmac25.addItemInput(<techreborn:part:39>);
mythassmac25.addItemOutput(<contenttweaker:instant_power_junction>);
mythassmac25.build();
val mythassmac26 = RecipeBuilder.newBuilder("mythassmac26","mythic_processor_assembling_machine",1);
val mythassmac26 = RecipeBuilder.newBuilder("mythassmac26","mythic_processor_assembling_machine",2);
mythassmac26.addEnergyPerTickInput(40000);
mythassmac26.addItemInput(<contenttweaker:complex_gearbox>);
mythassmac26.addItemInput(<contenttweaker:complex_crank_shaft>);
mythassmac26.addItemOutput(<contenttweaker:high_strength_transmission>);
mythassmac26.build();
val mythassmac27 = RecipeBuilder.newBuilder("mythassmac27","mythic_processor_assembling_machine",1);
val mythassmac27 = RecipeBuilder.newBuilder("mythassmac27","mythic_processor_assembling_machine",2);
mythassmac27.addEnergyPerTickInput(40000);
mythassmac27.addItemInput(<draconicevolution:draconic_ingot>);
mythassmac27.addItemInput(<techreborn:part:17>);
mythassmac27.addItemOutput(<techreborn:part:39>);
mythassmac27.build();
val mythassmac28 = RecipeBuilder.newBuilder("mythassmac28","mythic_processor_assembling_machine",1);
val mythassmac28 = RecipeBuilder.newBuilder("mythassmac28","mythic_processor_assembling_machine",2);
mythassmac28.addEnergyPerTickInput(40000);
mythassmac28.addItemInput(<contenttweaker:better_lapotron_crystal>);
mythassmac28.addItemInput(<techreborn:part:43>);
+7 -7
View File
@@ -1,41 +1,41 @@
import mods.modularmachinery.RecipeBuilder;
val mythindblast1 = RecipeBuilder.newBuilder("mythindblast1","mythic_processor_blaster",1);
val mythindblast1 = RecipeBuilder.newBuilder("mythindblast1","mythic_processor_blaster",2);
mythindblast1.addEnergyPerTickInput(200000);
mythindblast1.addFluidInput(<fluid:dense_plasma>*100);
mythindblast1.addItemInput(<materialpart:myrmitite:dust>*4);
mythindblast1.addItemOutput(<materialpart:myrmitite:ingot>*4);
mythindblast1.build();
val mythindblast2 = RecipeBuilder.newBuilder("mythindblast2","mythic_processor_blaster",1);
val mythindblast2 = RecipeBuilder.newBuilder("mythindblast2","mythic_processor_blaster",2);
mythindblast2.addEnergyPerTickInput(200000);
mythindblast2.addFluidInput(<fluid:dense_plasma>*100);
mythindblast2.addItemInput(<materialpart:ogerite:dust>*4);
mythindblast2.addItemOutput(<materialpart:ogerite:ingot>*4);
mythindblast2.build();
val mythindblast3 = RecipeBuilder.newBuilder("mythindblast3","mythic_processor_blaster",1);
val mythindblast3 = RecipeBuilder.newBuilder("mythindblast3","mythic_processor_blaster",2);
mythindblast3.addEnergyPerTickInput(200000);
mythindblast3.addFluidInput(<fluid:dense_plasma>*100);
mythindblast3.addItemInput(<materialpart:rhenium:dust>*4);
mythindblast3.addItemOutput(<materialpart:rhenium:ingot>*4);
mythindblast3.build();
val mythindblast4 = RecipeBuilder.newBuilder("mythindblast4","mythic_processor_blaster",1);
val mythindblast4 = RecipeBuilder.newBuilder("mythindblast4","mythic_processor_blaster",2);
mythindblast4.addEnergyPerTickInput(200000);
mythindblast4.addFluidInput(<fluid:dense_plasma>*100);
mythindblast4.addItemInput(<materialpart:sednanite:dust>*4);
mythindblast4.addItemOutput(<materialpart:sednanite:ingot>*4);
mythindblast4.build();
val mythindblast5 = RecipeBuilder.newBuilder("mythindblast5","mythic_processor_blaster",1);
val mythindblast5 = RecipeBuilder.newBuilder("mythindblast5","mythic_processor_blaster",2);
mythindblast5.addEnergyPerTickInput(200000);
mythindblast5.addFluidInput(<fluid:dense_plasma>*30000);
mythindblast5.addItemInput(<bnkrblks:megelium_stone>);
mythindblast5.addItemOutput(<bnkrblks:megelium_block>);
mythindblast5.build();
val mythindblast6 = RecipeBuilder.newBuilder("mythindblast6","mythic_processor_blaster",1);
val mythindblast6 = RecipeBuilder.newBuilder("mythindblast6","mythic_processor_blaster",2);
mythindblast6.addEnergyPerTickInput(200000);
mythindblast6.addFluidInput(<fluid:dense_plasma>*30000);
mythindblast6.addItemInput(<contenttweaker:hyperuranion_ingot>);
@@ -43,7 +43,7 @@ mythindblast6.addItemInput(<extendedcrafting:singularity_custom:2030>);
mythindblast6.addItemOutput(<contenttweaker:actualizing_hyperuranion_ingot>);
mythindblast6.build();
val mythindblast7 = RecipeBuilder.newBuilder("mythindblast7","mythic_processor_blaster",1);
val mythindblast7 = RecipeBuilder.newBuilder("mythindblast7","mythic_processor_blaster",2);
mythindblast7.addEnergyPerTickInput(200000);
mythindblast7.addFluidInput(<fluid:dense_plasma>*30000);
mythindblast7.addItemInput(<contenttweaker:freed_betrayed_soul>*55);
+1 -1
View File
@@ -509,6 +509,6 @@ mythcomp87.build();
val mythcomp88 = RecipeBuilder.newBuilder("mythcomp88","mythic_processor_compactor",2);
mythcomp88.addEnergyPerTickInput(60000);
mythcomp88.addItemInput(<ore:nuggeGold>);
mythcomp88.addItemInput(<ore:nuggetGold>);
mythcomp88.addItemOutput(<contenttweaker:gold_leaf>);
mythcomp88.build();
+4 -4
View File
@@ -1,24 +1,24 @@
import mods.modularmachinery.RecipeBuilder;
val mythdry1 = RecipeBuilder.newBuilder("mythdry1","mythic_processor_drying_rack",1);
val mythdry1 = RecipeBuilder.newBuilder("mythdry1","mythic_processor_drying_rack",2);
mythdry1.addEnergyPerTickInput(40000);
mythdry1.addItemInput(<minecraft:clay_ball>);
mythdry1.addItemOutput(<tconstruct:materials:2>);
mythdry1.build();
val mythdry2 = RecipeBuilder.newBuilder("mythdry2","mythic_processor_drying_rack",1);
val mythdry2 = RecipeBuilder.newBuilder("mythdry2","mythic_processor_drying_rack",2);
mythdry2.addEnergyPerTickInput(40000);
mythdry2.addItemInput(<minecraft:clay>);
mythdry2.addItemOutput(<tconstruct:dried_clay:0>);
mythdry2.build();
val mythdry3 = RecipeBuilder.newBuilder("mythdry3","mythic_processor_drying_rack",1);
val mythdry3 = RecipeBuilder.newBuilder("mythdry3","mythic_processor_drying_rack",2);
mythdry3.addEnergyPerTickInput(40000);
mythdry3.addFluidInput(<fluid:milk>*1000);
mythdry3.addItemOutput(<contenttweaker:curd>);
mythdry3.build();
val mythdry4 = RecipeBuilder.newBuilder("mythdry4","mythic_processor_drying_rack",1);
val mythdry4 = RecipeBuilder.newBuilder("mythdry4","mythic_processor_drying_rack",2);
mythdry4.addEnergyPerTickInput(40000);
mythdry4.addItemInput(<thaumcraft:vishroom>);
mythdry4.addItemOutput(<contenttweaker:dried_vishroom>);
+111 -1
View File
@@ -177,7 +177,7 @@ mythelectro22.build();
val mythelectro23 = RecipeBuilder.newBuilder("mythelectro23","mythic_processor_electrolyzer",2);
mythelectro23.addEnergyPerTickInput(40000);
mythelectro23.addItemInput(<ore:dustObsidian>);
mythelectro23.addItemInput(<ore:dustObsidian>*4);
mythelectro23.addItemInput(<techreborn:dynamiccell>*3);
mythelectro23.addItemOutput(<techreborn:smalldust:30>*2);
mythelectro23.addItemOutput(<techreborn:smalldust:27>*2);
@@ -198,3 +198,113 @@ mythelectro25.addItemInput(<nuclearcraft:gem:0>);
mythelectro25.addItemOutput(<contenttweaker:rhodium_mixture>);
mythelectro25.addItemOutput(<techreborn:smalldust:10>);
mythelectro25.build();
val mythelectro26 = RecipeBuilder.newBuilder("mythelectro26","mythic_processor_electrolyzer",2);
mythelectro26.addEnergyPerTickInput(40000);
mythelectro26.addItemInput(<ore:dustSpessartine>*20);
mythelectro26.addItemInput(<techreborn:dynamiccell>*9);
mythelectro26.addItemOutput(<thermalfoundation:material:68>*2);
mythelectro26.addItemOutput(<techreborn:dust:31>*3);
mythelectro26.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3);
mythelectro26.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6);
mythelectro26.build();
val mythelectro27 = RecipeBuilder.newBuilder("mythelectro27","mythic_processor_electrolyzer",2);
mythelectro27.addEnergyPerTickInput(40000);
mythelectro27.addItemInput(<ore:dustPyrite>*3);
mythelectro27.addItemOutput(<thermalfoundation:material:0>);
mythelectro27.addItemOutput(<thermalfoundation:material:771>*2);
mythelectro27.build();
val mythelectro28 = RecipeBuilder.newBuilder("mythelectro28","mythic_processor_electrolyzer",2);
mythelectro28.addEnergyPerTickInput(40000);
mythelectro28.addItemInput(<ore:dustSphalerite>*2);
mythelectro28.addItemOutput(<techreborn:dust:59>);
mythelectro28.addItemOutput(<thermalfoundation:material:771>);
mythelectro28.build();
val mythelectro29 = RecipeBuilder.newBuilder("mythelectro29","mythic_processor_electrolyzer",2);
mythelectro29.addEnergyPerTickInput(40000);
mythelectro29.addItemInput(<ore:dustBauxite>*12);
mythelectro29.addItemInput(<techreborn:dynamiccell>*8);
mythelectro29.addItemOutput(<thermalfoundation:material:68>*8);
mythelectro29.addItemOutput(<techreborn:smalldust:54>*2);
mythelectro29.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "hydrogen", Amount: 1000}})*5);
mythelectro29.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*3);
mythelectro29.build();
val mythelectro30 = RecipeBuilder.newBuilder("mythelectro30","mythic_processor_electrolyzer",2);
mythelectro30.addEnergyPerTickInput(40000);
mythelectro30.addItemInput(<ore:dustRuby>*9);
mythelectro30.addItemInput(<techreborn:dynamiccell>*3);
mythelectro30.addItemOutput(<thermalfoundation:material:68>*2);
mythelectro30.addItemOutput(<techreborn:dust:10>*1);
mythelectro30.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*3);
mythelectro30.build();
val mythelectro31 = RecipeBuilder.newBuilder("mythelectro31","mythic_processor_electrolyzer",2);
mythelectro31.addEnergyPerTickInput(40000);
mythelectro31.addItemInput(<ore:dustSapphire>*8);
mythelectro31.addItemInput(<techreborn:dynamiccell>*3);
mythelectro31.addItemOutput(<thermalfoundation:material:68>*2);
mythelectro31.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*3);
mythelectro31.build();
val mythelectro32 = RecipeBuilder.newBuilder("mythelectro32","mythic_processor_electrolyzer",2);
mythelectro32.addEnergyPerTickInput(40000);
mythelectro32.addItemInput(<ore:dustGalena>*2);
mythelectro32.addItemOutput(<techreborn:smalldust:47>*3);
mythelectro32.addItemOutput(<techreborn:smalldust:29>*3);
mythelectro32.addItemOutput(<techreborn:smalldust:52>*2);
mythelectro32.build();
val mythelectro33 = RecipeBuilder.newBuilder("mythelectro33","mythic_processor_electrolyzer",2);
mythelectro33.addEnergyPerTickInput(40000);
mythelectro33.addItemInput(<ore:dustPyrope>*20);
mythelectro33.addItemInput(<techreborn:dynamiccell>*9);
mythelectro33.addItemOutput(<thermalfoundation:material:68>*2);
mythelectro33.addItemOutput(<techreborn:dust:30>*3);
mythelectro33.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3);
mythelectro33.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6);
mythelectro33.build();
val mythelectro34 = RecipeBuilder.newBuilder("mythelectro34","mythic_processor_electrolyzer",2);
mythelectro34.addEnergyPerTickInput(40000);
mythelectro34.addItemInput(<ore:dustAlmandine>*20);
mythelectro34.addItemInput(<techreborn:dynamiccell>*9);
mythelectro34.addItemOutput(<thermalfoundation:material:68>*2);
mythelectro34.addItemOutput(<techreborn:dust:30>*3);
mythelectro34.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3);
mythelectro34.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6);
mythelectro34.build();
val mythelectro35 = RecipeBuilder.newBuilder("mythelectro35","mythic_processor_electrolyzer",2);
mythelectro35.addEnergyPerTickInput(40000);
mythelectro35.addItemInput(<ore:dustAndradite>*20);
mythelectro35.addItemInput(<techreborn:dynamiccell>*12);
mythelectro35.addItemOutput(<thermalfoundation:material:0>*2);
mythelectro35.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcalcium", Amount: 1000}})*3);
mythelectro35.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3);
mythelectro35.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6);
mythelectro35.build();
val mythelectro36 = RecipeBuilder.newBuilder("mythelectro36","mythic_processor_electrolyzer",2);
mythelectro36.addEnergyPerTickInput(40000);
mythelectro36.addItemInput(<ore:dustGrossular>*20);
mythelectro36.addItemInput(<techreborn:dynamiccell>*12);
mythelectro36.addItemOutput(<thermalfoundation:material:68>*2);
mythelectro36.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcalcium", Amount: 1000}})*3);
mythelectro36.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3);
mythelectro36.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6);
mythelectro36.build();
val mythelectro37 = RecipeBuilder.newBuilder("mythelectro37","mythic_processor_electrolyzer",2);
mythelectro37.addEnergyPerTickInput(40000);
mythelectro37.addItemInput(<ore:dustUvarovite>*20);
mythelectro37.addItemInput(<techreborn:dynamiccell>*12);
mythelectro37.addItemOutput(<techreborn:dust:10>*2);
mythelectro37.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcalcium", Amount: 1000}})*3);
mythelectro37.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3);
mythelectro37.addItemOutput(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6);
mythelectro37.build();
+17 -17
View File
@@ -1,6 +1,6 @@
import mods.modularmachinery.RecipeBuilder;
val mythempo1 = RecipeBuilder.newBuilder("mythempo1","mythic_processor_empowerer",1);
val mythempo1 = RecipeBuilder.newBuilder("mythempo1","mythic_processor_empowerer",2);
mythempo1.addEnergyPerTickInput(40000);
mythempo1.addItemInput(<minecraft:netherbrick>);
mythempo1.addItemInput(<ore:dyeRed>);
@@ -10,7 +10,7 @@ mythempo1.addItemInput(<actuallyadditions:item_crystal:0>);
mythempo1.addItemOutput(<actuallyadditions:item_crystal_empowered:0>);
mythempo1.build();
val mythempo2 = RecipeBuilder.newBuilder("mythempo2","mythic_processor_empowerer",1);
val mythempo2 = RecipeBuilder.newBuilder("mythempo2","mythic_processor_empowerer",2);
mythempo2.addEnergyPerTickInput(40000);
mythempo2.addItemInput(<minecraft:netherbrick>);
mythempo2.addItemInput(<ore:dyeRed>);
@@ -20,7 +20,7 @@ mythempo2.addItemInput(<actuallyadditions:block_crystal:0>);
mythempo2.addItemOutput(<actuallyadditions:block_crystal_empowered:0>);
mythempo2.build();
val mythempo3 = RecipeBuilder.newBuilder("mythempo3","mythic_processor_empowerer",1);
val mythempo3 = RecipeBuilder.newBuilder("mythempo3","mythic_processor_empowerer",2);
mythempo3.addEnergyPerTickInput(40000);
mythempo3.addItemInput(<minecraft:prismarine_shard>);
mythempo3.addItemInput(<ore:dyeCyan>);
@@ -30,7 +30,7 @@ mythempo3.addItemInput(<actuallyadditions:item_crystal:1>);
mythempo3.addItemOutput(<actuallyadditions:item_crystal_empowered:1>);
mythempo3.build();
val mythempo4 = RecipeBuilder.newBuilder("mythempo4","mythic_processor_empowerer",1);
val mythempo4 = RecipeBuilder.newBuilder("mythempo4","mythic_processor_empowerer",2);
mythempo4.addEnergyPerTickInput(40000);
mythempo4.addItemInput(<minecraft:prismarine_shard>);
mythempo4.addItemInput(<ore:dyeCyan>);
@@ -40,7 +40,7 @@ mythempo4.addItemInput(<actuallyadditions:block_crystal:1>);
mythempo4.addItemOutput(<actuallyadditions:block_crystal_empowered:1>);
mythempo4.build();
val mythempo5 = RecipeBuilder.newBuilder("mythempo5","mythic_processor_empowerer",1);
val mythempo5 = RecipeBuilder.newBuilder("mythempo5","mythic_processor_empowerer",2);
mythempo5.addEnergyPerTickInput(40000);
mythempo5.addItemInput(<minecraft:clay_ball>);
mythempo5.addItemInput(<ore:dyeLightBlue>);
@@ -50,7 +50,7 @@ mythempo5.addItemInput(<actuallyadditions:item_crystal:2>);
mythempo5.addItemOutput(<actuallyadditions:item_crystal_empowered:2>);
mythempo5.build();
val mythempo6 = RecipeBuilder.newBuilder("mythempo6","mythic_processor_empowerer",1);
val mythempo6 = RecipeBuilder.newBuilder("mythempo6","mythic_processor_empowerer",2);
mythempo6.addEnergyPerTickInput(40000);
mythempo6.addItemInput(<minecraft:clay_ball>);
mythempo6.addItemInput(<ore:dyeLightBlue>);
@@ -60,7 +60,7 @@ mythempo6.addItemInput(<actuallyadditions:block_crystal:2>);
mythempo6.addItemOutput(<actuallyadditions:block_crystal_empowered:2>);
mythempo6.build();
val mythempo7 = RecipeBuilder.newBuilder("mythempo7","mythic_processor_empowerer",1);
val mythempo7 = RecipeBuilder.newBuilder("mythempo7","mythic_processor_empowerer",2);
mythempo7.addEnergyPerTickInput(40000);
mythempo7.addItemInput(<minecraft:snowball>);
mythempo7.addItemInput(<ore:dyeGray>);
@@ -70,7 +70,7 @@ mythempo7.addItemInput(<actuallyadditions:item_crystal:5>);
mythempo7.addItemOutput(<actuallyadditions:item_crystal_empowered:5>);
mythempo7.build();
val mythempo8 = RecipeBuilder.newBuilder("mythempo8","mythic_processor_empowerer",1);
val mythempo8 = RecipeBuilder.newBuilder("mythempo8","mythic_processor_empowerer",2);
mythempo8.addEnergyPerTickInput(40000);
mythempo8.addItemInput(<minecraft:snowball>);
mythempo8.addItemInput(<ore:dyeGray>);
@@ -80,7 +80,7 @@ mythempo8.addItemInput(<actuallyadditions:block_crystal:5>);
mythempo8.addItemOutput(<actuallyadditions:block_crystal_empowered:5>);
mythempo8.build();
val mythempo9 = RecipeBuilder.newBuilder("mythempo9","mythic_processor_empowerer",1);
val mythempo9 = RecipeBuilder.newBuilder("mythempo9","mythic_processor_empowerer",2);
mythempo9.addEnergyPerTickInput(40000);
mythempo9.addItemInput(<minecraft:coal:1>);
mythempo9.addItemInput(<ore:dyeBlack>);
@@ -90,7 +90,7 @@ mythempo9.addItemInput(<actuallyadditions:item_crystal:3>);
mythempo9.addItemOutput(<actuallyadditions:item_crystal_empowered:3>);
mythempo9.build();
val mythempo10 = RecipeBuilder.newBuilder("mythempo10","mythic_processor_empowerer",1);
val mythempo10 = RecipeBuilder.newBuilder("mythempo10","mythic_processor_empowerer",2);
mythempo10.addEnergyPerTickInput(40000);
mythempo10.addItemInput(<minecraft:coal:1>);
mythempo10.addItemInput(<ore:dyeBlack>);
@@ -100,7 +100,7 @@ mythempo10.addItemInput(<actuallyadditions:block_crystal:3>);
mythempo10.addItemOutput(<actuallyadditions:block_crystal_empowered:3>);
mythempo10.build();
val mythempo11 = RecipeBuilder.newBuilder("mythempo11","mythic_processor_empowerer",1);
val mythempo11 = RecipeBuilder.newBuilder("mythempo11","mythic_processor_empowerer",2);
mythempo11.addEnergyPerTickInput(40000);
mythempo11.addItemInput(<minecraft:tallgrass:1>);
mythempo11.addItemInput(<ore:dyeLime>);
@@ -110,7 +110,7 @@ mythempo11.addItemInput(<actuallyadditions:item_crystal:4>);
mythempo11.addItemOutput(<actuallyadditions:item_crystal_empowered:4>);
mythempo11.build();
val mythempo12 = RecipeBuilder.newBuilder("mythempo12","mythic_processor_empowerer",1);
val mythempo12 = RecipeBuilder.newBuilder("mythempo12","mythic_processor_empowerer",2);
mythempo12.addEnergyPerTickInput(40000);
mythempo12.addItemInput(<minecraft:tallgrass:1>);
mythempo12.addItemInput(<ore:dyeLime>);
@@ -120,7 +120,7 @@ mythempo12.addItemInput(<actuallyadditions:block_crystal:4>);
mythempo12.addItemOutput(<actuallyadditions:block_crystal_empowered:4>);
mythempo12.build();
val mythempo13 = RecipeBuilder.newBuilder("mythempo13","mythic_processor_empowerer",1);
val mythempo13 = RecipeBuilder.newBuilder("mythempo13","mythic_processor_empowerer",2);
mythempo13.addEnergyPerTickInput(40000);
mythempo13.addItemInput(<actuallyadditions:item_canola_seed>);
mythempo13.addItemInput(<actuallyadditions:item_canola_seed>);
@@ -130,7 +130,7 @@ mythempo13.addItemInput(<actuallyadditions:item_misc:23>);
mythempo13.addItemOutput(<actuallyadditions:item_misc:24>);
mythempo13.build();
val mythempo14 = RecipeBuilder.newBuilder("mythempo14","mythic_processor_empowerer",1);
val mythempo14 = RecipeBuilder.newBuilder("mythempo14","mythic_processor_empowerer",2);
mythempo14.addEnergyPerTickInput(40000);
mythempo14.addItemInput(<actuallyadditions:item_crystal_empowered:5>);
mythempo14.addItemInput(<actuallyadditions:item_crystal_empowered:0>);
@@ -140,7 +140,7 @@ mythempo14.addItemInput(<aether_legacy:enchanted_gravitite>);
mythempo14.addItemOutput(<contenttweaker:empowered_gravitite>);
mythempo14.build();
val mythempo15 = RecipeBuilder.newBuilder("mythempo15","mythic_processor_empowerer",1);
val mythempo15 = RecipeBuilder.newBuilder("mythempo15","mythic_processor_empowerer",2);
mythempo15.addEnergyPerTickInput(40000);
mythempo15.addItemInput(<materialpart:vibranium:ingot>);
mythempo15.addItemInput(<materialpart:vibranium:ingot>);
@@ -150,7 +150,7 @@ mythempo15.addItemInput(<contenttweaker:supertranslucent_catalyst>);
mythempo15.addItemOutput(<contenttweaker:refraction_focus_key>);
mythempo15.build();
val mythempo16 = RecipeBuilder.newBuilder("mythempo16","mythic_processor_empowerer",1);
val mythempo16 = RecipeBuilder.newBuilder("mythempo16","mythic_processor_empowerer",2);
mythempo16.addEnergyPerTickInput(40000);
mythempo16.addItemInput(<twilightforest:armor_shard_cluster>);
mythempo16.addItemInput(<twilightforest:carminite>);
@@ -160,7 +160,7 @@ mythempo16.addItemInput(<twilightforest:naga_scale>);
mythempo16.addItemOutput(<contenttweaker:twilight_essence>);
mythempo16.build();
val mythempo17 = RecipeBuilder.newBuilder("mythempo17","mythic_processor_empowerer",1);
val mythempo17 = RecipeBuilder.newBuilder("mythempo17","mythic_processor_empowerer",2);
mythempo17.addEnergyPerTickInput(40000);
mythempo17.addItemInput(<thebetweenlands:sap_spit>);
mythempo17.addItemInput(<thebetweenlands:spirit_fruit>);
+6 -6
View File
@@ -1,6 +1,6 @@
import mods.modularmachinery.RecipeBuilder;
val mythfurn1 = RecipeBuilder.newBuilder("mythfurn1","mythic_processor_furnace",1);
val mythfurn1 = RecipeBuilder.newBuilder("mythfurn1","mythic_processor_furnace",2);
mythfurn1.addEnergyPerTickInput(60000);
mythfurn1.addItemInput(<materialpart:vibranium:ingot>);
mythfurn1.addItemInput(<materialpart:myrmitite:ingot>);
@@ -10,7 +10,7 @@ mythfurn1.addItemInput(<iceandfire:dragonsteel_fire_ingot>);
mythfurn1.addItemOutput(<materialpart:hot_vibranium_alloy:ingot>*6);
mythfurn1.build();
val mythfurn2 = RecipeBuilder.newBuilder("mythfurn2","mythic_processor_furnace",1);
val mythfurn2 = RecipeBuilder.newBuilder("mythfurn2","mythic_processor_furnace",2);
mythfurn2.addEnergyPerTickInput(60000);
mythfurn2.addItemInput(<materialpart:vibranium:ingot>);
mythfurn2.addItemInput(<contenttweaker:arc_residue>*3);
@@ -19,25 +19,25 @@ mythfurn2.addItemInput(<iceandfire:dragonsteel_fire_ingot>);
mythfurn2.addItemOutput(<materialpart:hot_vibranium_alloy:ingot>*12);
mythfurn2.build();
val mythfurn3 = RecipeBuilder.newBuilder("mythfurn3","mythic_processor_furnace",1);
val mythfurn3 = RecipeBuilder.newBuilder("mythfurn3","mythic_processor_furnace",2);
mythfurn3.addEnergyPerTickInput(60000);
mythfurn3.addItemInput(<contenttweaker:sacrifice_metal_clump>);
mythfurn3.addItemOutput(<materialpart:sacrifice_metal:ingot>);
mythfurn3.build();
val mythfurn4 = RecipeBuilder.newBuilder("mythfurn4","mythic_processor_furnace",1);
val mythfurn4 = RecipeBuilder.newBuilder("mythfurn4","mythic_processor_furnace",2);
mythfurn4.addEnergyPerTickInput(60000);
mythfurn4.addItemInput(<divinerpg:shadow_bar>*16);
mythfurn4.addItemOutput(<contenttweaker:shadow_steel>*16);
mythfurn4.build();
val mythfurn5 = RecipeBuilder.newBuilder("mythfurn5","mythic_processor_furnace",1);
val mythfurn5 = RecipeBuilder.newBuilder("mythfurn5","mythic_processor_furnace",2);
mythfurn5.addEnergyPerTickInput(60000);
mythfurn5.addItemInput(<ore:dustPlutonium>);
mythfurn5.addItemOutput(<ore:ingotPlutonium>);
mythfurn5.build();
val mythfurn6 = RecipeBuilder.newBuilder("mythfurn6","mythic_processor_furnace",1);
val mythfurn6 = RecipeBuilder.newBuilder("mythfurn6","mythic_processor_furnace",2);
mythfurn6.addEnergyPerTickInput(60000);
mythfurn6.addItemInput(<contenttweaker:draconian_metal_clump>);
mythfurn6.addItemOutput(<contenttweaker:draconian_metal_ingot>);
+11 -3
View File
@@ -1,6 +1,6 @@
import mods.modularmachinery.RecipeBuilder;
val mythindgrav1 = RecipeBuilder.newBuilder("mythindgrav1","mythic_processor_gravitite",1);
val mythindgrav1 = RecipeBuilder.newBuilder("mythindgrav1","mythic_processor_gravitite",2);
mythindgrav1.addEnergyPerTickInput(1000000);
mythindgrav1.addFluidInput(<fluid:astralsorcery.liquidstarlight>*1000);
mythindgrav1.addItemInput(<contenttweaker:dense_gravitite_ore>);
@@ -10,7 +10,7 @@ mythindgrav1.addItemOutput(<contenttweaker:gravitite_dust>*344);
mythindgrav1.addItemOutput(<advancedrocketry:misc:1>*32);
mythindgrav1.build();
val mythindgrav2 = RecipeBuilder.newBuilder("mythindgrav2","mythic_processor_gravitite",1);
val mythindgrav2 = RecipeBuilder.newBuilder("mythindgrav2","mythic_processor_gravitite",2);
mythindgrav2.addEnergyPerTickInput(1000000);
mythindgrav2.addFluidInput(<fluid:astralsorcery.liquidstarlight>*1000);
mythindgrav2.addItemInput(<contenttweaker:dense_gravitite_ore>);
@@ -20,7 +20,7 @@ mythindgrav2.addItemOutput(<aether_legacy:enchanted_gravitite>*344);
mythindgrav2.addItemOutput(<advancedrocketry:misc:1>*32);
mythindgrav2.build();
val mythindgrav3 = RecipeBuilder.newBuilder("mythindgrav3","mythic_processor_gravitite",1);
val mythindgrav3 = RecipeBuilder.newBuilder("mythindgrav3","mythic_processor_gravitite",2);
mythindgrav3.addEnergyPerTickInput(1000000);
mythindgrav3.addFluidInput(<fluid:astralsorcery.liquidstarlight>*1000);
mythindgrav3.addItemInput(<contenttweaker:dense_gravitite_ore>);
@@ -32,3 +32,11 @@ mythindgrav3.addItemOutput(<advancedrocketry:misc:1>*32);
mythindgrav3.build();
val mythindgrav4 = RecipeBuilder.newBuilder("mythindgrav4","mythic_processor_gravitite",2);
mythindgrav4.addEnergyPerTickInput(1000000);
mythindgrav4.addFluidInput(<fluid:astralsorcery.liquidstarlight>*1000);
mythindgrav4.addItemInput(<contenttweaker:dense_dimensional_shard_ore>);
mythindgrav4.addItemOutput(<rftools:dimensional_shard>*1024);
mythindgrav4.build();
+23 -23
View File
@@ -1,6 +1,6 @@
import mods.modularmachinery.RecipeBuilder;
val mythindgrind1 = RecipeBuilder.newBuilder("mythindgrind1","mythic_processor_grinder",1);
val mythindgrind1 = RecipeBuilder.newBuilder("mythindgrind1","mythic_processor_grinder",2);
mythindgrind1.addEnergyPerTickInput(200000);
mythindgrind1.addFluidInput(<fluid:steam>*1000);
mythindgrind1.addItemInput(<contenttweaker:mystical_gem>*4);
@@ -10,7 +10,7 @@ mythindgrind1.addItemOutput(<thermalfoundation:material:894>*8);
mythindgrind1.addItemOutput(<extrabees:misc:5>*8);
mythindgrind1.build();
val mythindgrind2 = RecipeBuilder.newBuilder("mythindgrind2","mythic_processor_grinder",1);
val mythindgrind2 = RecipeBuilder.newBuilder("mythindgrind2","mythic_processor_grinder",2);
mythindgrind2.addEnergyPerTickInput(200000);
mythindgrind2.addFluidInput(<fluid:steam>*1000);
mythindgrind2.addItemInput(<tconstruct:ore:1>*4);
@@ -18,7 +18,7 @@ mythindgrind2.addItemOutput(<enderio:item_material:30>*16);
mythindgrind2.addItemOutput(<techreborn:dust:39>*8);
mythindgrind2.build();
val mythindgrind3 = RecipeBuilder.newBuilder("mythindgrind3","mythic_processor_grinder",1);
val mythindgrind3 = RecipeBuilder.newBuilder("mythindgrind3","mythic_processor_grinder",2);
mythindgrind3.addEnergyPerTickInput(200000);
mythindgrind3.addFluidInput(<fluid:steam>*1000);
mythindgrind3.addItemInput(<tconstruct:ore:0>*4);
@@ -26,7 +26,7 @@ mythindgrind3.addItemOutput(<enderio:item_material:31>*16);
mythindgrind3.addItemOutput(<techreborn:dust:39>*8);
mythindgrind3.build();
val mythindgrind4 = RecipeBuilder.newBuilder("mythindgrind4","mythic_processor_grinder",1);
val mythindgrind4 = RecipeBuilder.newBuilder("mythindgrind4","mythic_processor_grinder",2);
mythindgrind4.addEnergyPerTickInput(200000);
mythindgrind4.addFluidInput(<fluid:steam>*1000);
mythindgrind4.addItemInput(<divinerpg:arlemite_ore>*4);
@@ -34,7 +34,7 @@ mythindgrind4.addItemOutput(<divinerpg:arlemite_ingot>*32);
mythindgrind4.addItemOutput(<aoa3:runium_chunk>*8);
mythindgrind4.build();
val mythindgrind5 = RecipeBuilder.newBuilder("mythindgrind5","mythic_processor_grinder",1);
val mythindgrind5 = RecipeBuilder.newBuilder("mythindgrind5","mythic_processor_grinder",2);
mythindgrind5.addEnergyPerTickInput(200000);
mythindgrind5.addFluidInput(<fluid:steam>*1000);
mythindgrind5.addItemInput(<divinerpg:realmite_ore>*4);
@@ -42,7 +42,7 @@ mythindgrind5.addItemOutput(<divinerpg:realmite_ingot>*32);
mythindgrind5.addItemOutput(<aoa3:runium_chunk>*8);
mythindgrind5.build();
val mythindgrind6 = RecipeBuilder.newBuilder("mythindgrind6","mythic_processor_grinder",1);
val mythindgrind6 = RecipeBuilder.newBuilder("mythindgrind6","mythic_processor_grinder",2);
mythindgrind6.addEnergyPerTickInput(200000);
mythindgrind6.addFluidInput(<fluid:steam>*1000);
mythindgrind6.addItemInput(<divinerpg:rupee_ore>*4);
@@ -50,7 +50,7 @@ mythindgrind6.addItemOutput(<divinerpg:rupee_ingot>*32);
mythindgrind6.addItemOutput(<aoa3:runium_chunk>*8);
mythindgrind6.build();
val mythindgrind7 = RecipeBuilder.newBuilder("mythindgrind7","mythic_processor_grinder",1);
val mythindgrind7 = RecipeBuilder.newBuilder("mythindgrind7","mythic_processor_grinder",2);
mythindgrind7.addEnergyPerTickInput(200000);
mythindgrind7.addFluidInput(<fluid:steam>*1000);
mythindgrind7.addItemInput(<divinerpg:bloodgem_ore>*4);
@@ -58,7 +58,7 @@ mythindgrind7.addItemOutput(<divinerpg:bloodgem>*32);
mythindgrind7.addItemOutput(<aoa3:runium_chunk>*8);
mythindgrind7.build();
val mythindgrind8 = RecipeBuilder.newBuilder("mythindgrind8","mythic_processor_grinder",1);
val mythindgrind8 = RecipeBuilder.newBuilder("mythindgrind8","mythic_processor_grinder",2);
mythindgrind8.addEnergyPerTickInput(200000);
mythindgrind8.addFluidInput(<fluid:steam>*1000);
mythindgrind8.addItemInput(<divinerpg:netherite_ore>*4);
@@ -66,7 +66,7 @@ mythindgrind8.addItemOutput(<divinerpg:netherite_ingot>*32);
mythindgrind8.addItemOutput(<aoa3:runium_chunk>*8);
mythindgrind8.build();
val mythindgrind9 = RecipeBuilder.newBuilder("mythindgrind9","mythic_processor_grinder",1);
val mythindgrind9 = RecipeBuilder.newBuilder("mythindgrind9","mythic_processor_grinder",2);
mythindgrind9.addEnergyPerTickInput(200000);
mythindgrind9.addFluidInput(<fluid:steam>*1000);
mythindgrind9.addItemInput(<aoa3:sapphire_ore>*4);
@@ -74,7 +74,7 @@ mythindgrind9.addItemOutput(<aoa3:sapphire>*32);
mythindgrind9.addItemOutput(<thermalfoundation:material:70>*8);
mythindgrind9.build();
val mythindgrind10 = RecipeBuilder.newBuilder("mythindgrind10","mythic_processor_grinder",1);
val mythindgrind10 = RecipeBuilder.newBuilder("mythindgrind10","mythic_processor_grinder",2);
mythindgrind10.addEnergyPerTickInput(200000);
mythindgrind10.addFluidInput(<fluid:steam>*1000);
mythindgrind10.addItemInput(<aoa3:amethyst_ore>*4);
@@ -82,7 +82,7 @@ mythindgrind10.addItemOutput(<aoa3:amethyst>*32);
mythindgrind10.addItemOutput(<thermalfoundation:material:70>*8);
mythindgrind10.build();
val mythindgrind11 = RecipeBuilder.newBuilder("mythindgrind11","mythic_processor_grinder",1);
val mythindgrind11 = RecipeBuilder.newBuilder("mythindgrind11","mythic_processor_grinder",2);
mythindgrind11.addEnergyPerTickInput(200000);
mythindgrind11.addFluidInput(<fluid:steam>*1000);
mythindgrind11.addItemInput(<aoa3:jade_ore>*4);
@@ -90,7 +90,7 @@ mythindgrind11.addItemOutput(<aoa3:jade>*32);
mythindgrind11.addItemOutput(<thermalfoundation:material:70>*8);
mythindgrind11.build();
val mythindgrind12 = RecipeBuilder.newBuilder("mythindgrind12","mythic_processor_grinder",1);
val mythindgrind12 = RecipeBuilder.newBuilder("mythindgrind12","mythic_processor_grinder",2);
mythindgrind12.addEnergyPerTickInput(200000);
mythindgrind12.addFluidInput(<fluid:steam>*1000);
mythindgrind12.addItemInput(<aoa3:limonite_ore>*4);
@@ -98,7 +98,7 @@ mythindgrind12.addItemOutput(<aoa3:limonite_ingot>*32);
mythindgrind12.addItemOutput(<thermalfoundation:material:70>*8);
mythindgrind12.build();
val mythindgrind13 = RecipeBuilder.newBuilder("mythindgrind13","mythic_processor_grinder",1);
val mythindgrind13 = RecipeBuilder.newBuilder("mythindgrind13","mythic_processor_grinder",2);
mythindgrind13.addEnergyPerTickInput(200000);
mythindgrind13.addFluidInput(<fluid:steam>*1000);
mythindgrind13.addItemInput(<aoa3:rosite_ore>*4);
@@ -106,7 +106,7 @@ mythindgrind13.addItemOutput(<aoa3:rosite_ingot>*32);
mythindgrind13.addItemOutput(<thermalfoundation:material:70>*8);
mythindgrind13.build();
val mythindgrind14 = RecipeBuilder.newBuilder("mythindgrind14","mythic_processor_grinder",1);
val mythindgrind14 = RecipeBuilder.newBuilder("mythindgrind14","mythic_processor_grinder",2);
mythindgrind14.addEnergyPerTickInput(200000);
mythindgrind14.addFluidInput(<fluid:steam>*1000);
mythindgrind14.addItemInput(<aoa3:emberstone_ore>*4);
@@ -114,21 +114,21 @@ mythindgrind14.addItemOutput(<aoa3:emberstone_ingot>*32);
mythindgrind14.addItemOutput(<nuclearcraft:compound:5>*8);
mythindgrind14.build();
val mythindgrind15 = RecipeBuilder.newBuilder("mythindgrind15","mythic_processor_grinder",1);
val mythindgrind15 = RecipeBuilder.newBuilder("mythindgrind15","mythic_processor_grinder",2);
mythindgrind15.addEnergyPerTickInput(200000);
mythindgrind15.addFluidInput(<fluid:hydrogen>*100);
mythindgrind15.addItemInput(<nuclearcraft:ore:6>*4);
mythindgrind15.addItemOutput(<libvulpes:productdust:0>*8);
mythindgrind15.build();
val mythindgrind16 = RecipeBuilder.newBuilder("mythindgrind16","mythic_processor_grinder",1);
val mythindgrind16 = RecipeBuilder.newBuilder("mythindgrind16","mythic_processor_grinder",2);
mythindgrind16.addEnergyPerTickInput(200000);
mythindgrind16.addFluidInput(<fluid:unholy_radioactive_mix>*100);
mythindgrind16.addItemInput(<contenttweaker:shining_sandstone>);
mythindgrind16.addItemOutput(<contenttweaker:shining_sandstone_chunk>*100);
mythindgrind16.build();
val mythindgrind17 = RecipeBuilder.newBuilder("mythindgrind17","mythic_processor_grinder",1);
val mythindgrind17 = RecipeBuilder.newBuilder("mythindgrind17","mythic_processor_grinder",2);
mythindgrind17.addEnergyPerTickInput(200000);
mythindgrind17.addFluidInput(<fluid:steam>*1000);
mythindgrind17.addItemInput(<libvulpes:ore0:8>*16);
@@ -136,7 +136,7 @@ mythindgrind17.addItemOutput(<techreborn:dust:54>*64);
mythindgrind17.addItemOutput(<contenttweaker:vanadium_dust>*16);
mythindgrind17.build();
val mythindgrind18 = RecipeBuilder.newBuilder("mythindgrind18","mythic_processor_grinder",1);
val mythindgrind18 = RecipeBuilder.newBuilder("mythindgrind18","mythic_processor_grinder",2);
mythindgrind18.addEnergyPerTickInput(200000);
mythindgrind18.addFluidInput(<fluid:boric_acid>*100);
mythindgrind18.addItemInput(<ore:oreYellorium>*16);
@@ -144,28 +144,28 @@ mythindgrind18.addItemOutput(<bigreactors:dustyellorium>*64);
mythindgrind18.addItemOutput(<contenttweaker:proactinium_dust>*16);
mythindgrind18.build();
val mythindgrind1a = RecipeBuilder.newBuilder("mythindgrind1a","mythic_processor_grinder",1);
val mythindgrind1a = RecipeBuilder.newBuilder("mythindgrind1a","mythic_processor_grinder",2);
mythindgrind1a.addEnergyPerTickInput(200000);
mythindgrind1a.addFluidInput(<fluid:dense_plasma>*100);
mythindgrind1a.addItemInput(<ore:oreSednanite>*4);
mythindgrind1a.addItemOutput(<materialpart:sednanite:dust>*32);
mythindgrind1a.build();
val mythindgrind19 = RecipeBuilder.newBuilder("mythindgrind19","mythic_processor_grinder",1);
val mythindgrind19 = RecipeBuilder.newBuilder("mythindgrind19","mythic_processor_grinder",2);
mythindgrind19.addEnergyPerTickInput(200000);
mythindgrind19.addFluidInput(<fluid:dense_plasma>*100);
mythindgrind19.addItemInput(<ore:oreMyrmitite>*4);
mythindgrind19.addItemOutput(<materialpart:myrmitite:dust>*32);
mythindgrind19.build();
val mythindgrind20 = RecipeBuilder.newBuilder("mythindgrind20","mythic_processor_grinder",1);
val mythindgrind20 = RecipeBuilder.newBuilder("mythindgrind20","mythic_processor_grinder",2);
mythindgrind20.addEnergyPerTickInput(200000);
mythindgrind20.addFluidInput(<fluid:dense_plasma>*100);
mythindgrind20.addItemInput(<ore:oreOgerite>*4);
mythindgrind20.addItemOutput(<materialpart:ogerite:dust>*32);
mythindgrind20.build();
val mythindgrind21 = RecipeBuilder.newBuilder("mythindgrind21","mythic_processor_grinder",1);
val mythindgrind21 = RecipeBuilder.newBuilder("mythindgrind21","mythic_processor_grinder",2);
mythindgrind21.addEnergyPerTickInput(200000);
mythindgrind21.addFluidInput(<fluid:dense_plasma>*100);
mythindgrind21.addItemInput(<ore:oreRhenium>*4);
@@ -207,7 +207,7 @@ mythindgrind26.addItemInput(<divinerpg:mortum_ore>*32);
mythindgrind26.addItemOutput(<divinerpg:mortum_fragments>*1024);
mythindgrind26.build();
val mythindgrind27 = RecipeBuilder.newBuilder("mythindgrind27","mythic_processor_grinder",1);
val mythindgrind27 = RecipeBuilder.newBuilder("mythindgrind27","mythic_processor_grinder",2);
mythindgrind27.addEnergyPerTickInput(200000);
mythindgrind27.addFluidInput(<fluid:steam>*1000);
mythindgrind27.addItemInput(<contenttweaker:crystallized_tungstensteel>*4);
+11 -4
View File
@@ -6,7 +6,7 @@ import mods.modularmachinery.RecipeBuilder;
val mythmelt1 = RecipeBuilder.newBuilder("mythmelt1","mythic_processor_melter",2);mythmelt1.addEnergyPerTickInput(60000);mythmelt1.addItemInput(<contenttweaker:meatballium_ingot>);mythmelt1.addFluidOutput(<liquid:meatballium> * 144);mythmelt1.build();
val mythmelt2 = RecipeBuilder.newBuilder("mythmelt2","mythic_processor_melter",2);mythmelt2.addEnergyPerTickInput(60000);mythmelt2.addItemInput(<ore:ingotCobalt>);mythmelt2.addFluidOutput(<liquid:cobalt> * 144);mythmelt2.build();
val mythmelt3 = RecipeBuilder.newBuilder("mythmelt3","mythic_processor_melter",2);mythmelt3.addEnergyPerTickInput(60000);mythmelt3.addItemInput(<ore:oreCobalt>);mythmelt3.addFluidOutput(<liquid:cobalt> * 144);mythmelt3.build();
val mythmelt3 = RecipeBuilder.newBuilder("mythmelt3","mythic_processor_melter",2);mythmelt3.addEnergyPerTickInput(60000);mythmelt3.addItemInput(<ore:oreCobalt>);mythmelt3.addFluidOutput(<liquid:cobalt> * 288);mythmelt3.build();
val mythmelt4 = RecipeBuilder.newBuilder("mythmelt4","mythic_processor_melter",2);mythmelt4.addEnergyPerTickInput(60000);mythmelt4.addItemInput(<nuclearcraft:compound:5>);mythmelt4.addFluidOutput(<liquid:naoh> * 666);mythmelt4.build();
val mythmelt5 = RecipeBuilder.newBuilder("mythmelt5","mythic_processor_melter",2);mythmelt5.addEnergyPerTickInput(60000);mythmelt5.addItemInput(<ore:dustSulfur>);mythmelt5.addFluidOutput(<liquid:sulfur> * 666);mythmelt5.build();
val mythmelt6 = RecipeBuilder.newBuilder("mythmelt6","mythic_processor_melter",2);mythmelt6.addEnergyPerTickInput(60000);mythmelt6.addItemInput(<nuclearcraft:compound:6>);mythmelt6.addFluidOutput(<liquid:koh> * 666);mythmelt6.build();
@@ -601,7 +601,7 @@ val mythmelt594 = RecipeBuilder.newBuilder("mythmelt594","mythic_processor_melte
val mythmelt595 = RecipeBuilder.newBuilder("mythmelt595","mythic_processor_melter",2);mythmelt595.addEnergyPerTickInput(60000);mythmelt595.addItemInput(<contenttweaker:barium_chunk>);mythmelt595.addFluidOutput(<liquid:barium> * 72);mythmelt595.build();
val mythmelt596 = RecipeBuilder.newBuilder("mythmelt596","mythic_processor_melter",2);mythmelt596.addEnergyPerTickInput(60000);mythmelt596.addItemInput(<nuclearcraft:ingot:10>);mythmelt596.addFluidOutput(<liquid:molten_zirconium> * 144);mythmelt596.build();
val mythmelt597 = RecipeBuilder.newBuilder("mythmelt597","mythic_processor_melter",2);mythmelt597.addEnergyPerTickInput(60000);mythmelt597.addItemInput(<contenttweaker:ruthenium_ingot>);mythmelt597.addFluidOutput(<liquid:molten_ruthenium> * 144);mythmelt597.build();
val mythmelt598 = RecipeBuilder.newBuilder("mythmelt598","mythic_processor_melter",2);mythmelt598.addEnergyPerTickInput(60000);mythmelt598.addItemInput(<contenttweaker:seaborgium_chunk>);mythmelt598.addFluidOutput(<liquid:seaborgium> * 144);mythmelt598.build();
val mythmelt598 = RecipeBuilder.newBuilder("mythmelt598","mythic_processor_melter",2);mythmelt598.addEnergyPerTickInput(60000);mythmelt598.addItemInput(<contenttweaker:seaborgium_chunk>);mythmelt598.addFluidOutput(<liquid:seaborgium> * 250);mythmelt598.build();
val mythmelt599 = RecipeBuilder.newBuilder("mythmelt599","mythic_processor_melter",2);mythmelt599.addEnergyPerTickInput(60000);mythmelt599.addItemInput(<contenttweaker:indium_dust>);mythmelt599.addFluidOutput(<liquid:indium> * 144);mythmelt599.build();
val mythmelt600 = RecipeBuilder.newBuilder("mythmelt600","mythic_processor_melter",2);mythmelt600.addEnergyPerTickInput(60000);mythmelt600.addItemInput(<contenttweaker:antimony_crystal>);mythmelt600.addFluidOutput(<liquid:antimony> * 144);mythmelt600.build();
val mythmelt601 = RecipeBuilder.newBuilder("mythmelt601","mythic_processor_melter",2);mythmelt601.addEnergyPerTickInput(60000);mythmelt601.addItemInput(<contenttweaker:tellurium_crystal>);mythmelt601.addFluidOutput(<liquid:tellurium> * 144);mythmelt601.build();
@@ -646,5 +646,12 @@ val mythmelt637 = RecipeBuilder.newBuilder("mythmelt637","mythic_processor_melte
val mythmelt640 = RecipeBuilder.newBuilder("mythmelt640","mythic_processor_melter",2);mythmelt640.addEnergyPerTickInput(60000);mythmelt640.addItemInput(<twilightforest:knightmetal_ingot>);mythmelt640.addFluidOutput(<liquid:knightmetal> * 144);mythmelt640.build();
val mythmelt641 = RecipeBuilder.newBuilder("mythmelt641","mythic_processor_melter",2);mythmelt641.addEnergyPerTickInput(60000);mythmelt641.addItemInput(<ore:ingotKnightslime>);mythmelt641.addFluidOutput(<liquid:knightslime> * 144);mythmelt641.build();
val mythmelt642 = RecipeBuilder.newBuilder("mythmelt642","mythic_processor_melter",2);mythmelt642.addEnergyPerTickInput(60000);mythmelt642.addItemInput(<biomesoplenty:gem:7>);mythmelt642.addFluidOutput(<liquid:amber> * 250);mythmelt642.build();
val mythmelt643 = RecipeBuilder.newBuilder("mythmelt643","mythic_processor_melter",2);mythmelt643.addEnergyPerTickInput(60000);mythmelt643.addItemInput(<cyclicmagic:crystallized_obsidian>);mythmelt643.addFluidOutput(<liquid:crystal> * 1000);mythmelt643.build();
val mythmelt644 = RecipeBuilder.newBuilder("mythmelt644","mythic_processor_melter",2);mythmelt644.addEnergyPerTickInput(60000);mythmelt644.addItemInput(<ore:ingotManyullyn>);mythmelt644.addFluidOutput(<liquid:manyullyn> * 144);mythmelt644.build();
val mythmelt643 = RecipeBuilder.newBuilder("mythmelt643","mythic_processor_melter",2);mythmelt643.addEnergyPerTickInput(60000);mythmelt643.addItemInput(<cyclicmagic:crystallized_obsidian>);mythmelt643.addFluidOutput(<liquid:crystallized_obsidian> * 1000);mythmelt643.build();
val mythmelt644 = RecipeBuilder.newBuilder("mythmelt644","mythic_processor_melter",2);mythmelt644.addEnergyPerTickInput(60000);mythmelt644.addItemInput(<ore:ingotManyullyn>);mythmelt644.addFluidOutput(<liquid:manyullyn> * 144);mythmelt644.build();
val mythmelt645 = RecipeBuilder.newBuilder("mythmelt645","mythic_processor_melter",2);
mythmelt645.addEnergyPerTickInput(60000);
mythmelt645.addItemInput(<contenttweaker:world_corrupting_sentient_meatball>);
mythmelt645.addFluidOutput(<fluid:flesh_world_ichor> * 32000);
mythmelt645.build();
+17
View File
@@ -867,6 +867,9 @@ val mythpulv142 = RecipeBuilder.newBuilder("mythpulv142","mythic_processor_pulve
mythpulv142.addEnergyPerTickInput(60000);
mythpulv142.addItemInput(<ore:oreSalt> * 16);
mythpulv142.addItemOutput(<bewitchment:salt>*64);
mythpulv142.addItemOutput(<bewitchment:salt>*64);
mythpulv142.addItemOutput(<bewitchment:salt>*64);
mythpulv142.addItemOutput(<bewitchment:salt>*64);
mythpulv142.addItemOutput(<thermalfoundation:material:67>*16);
mythpulv142.build();
@@ -882,6 +885,7 @@ mythpulv144.addEnergyPerTickInput(60000);
mythpulv144.addItemInput(<ore:oreRuby> * 16);
mythpulv144.addItemOutput(<biomesoplenty:gem:1>*64);
mythpulv144.addItemOutput(<techreborn:smalldust:43>*16);
mythpulv144.addItemOutput(<techreborn:smalldust:41>*16);
mythpulv144.build();
val mythpulv145 = RecipeBuilder.newBuilder("mythpulv145","mythic_processor_pulverizer",2);
@@ -1272,4 +1276,17 @@ mythpulv204.addItemInput(<ore:stoneBasalt> * 16);
mythpulv204.addItemOutput(<techreborn:dust:4>*16);
mythpulv204.build();
val mythpulv205 = RecipeBuilder.newBuilder("mythpulv205","mythic_processor_pulverizer",2);
mythpulv205.addEnergyPerTickInput(60000);
mythpulv205.addItemInput(<ore:blockClay> * 16);
mythpulv205.addItemOutput(<techreborn:dust:12>*48);
mythpulv205.addItemOutput(<techreborn:dust:12>*48);
mythpulv205.addItemOutput(<techreborn:dust:12>*48);
mythpulv205.build();
val mythpulv206 = RecipeBuilder.newBuilder("mythpulv206","mythic_processor_pulverizer",2);
mythpulv206.addEnergyPerTickInput(60000);
mythpulv206.addItemInput(<ore:itemClay> * 16);
mythpulv206.addItemOutput(<techreborn:dust:12>*16);
mythpulv206.build();
+5 -5
View File
@@ -1,30 +1,30 @@
import mods.modularmachinery.RecipeBuilder;
val mythpury1 = RecipeBuilder.newBuilder("mythpury1","mythic_processor_purifier",1);
val mythpury1 = RecipeBuilder.newBuilder("mythpury1","mythic_processor_purifier",2);
mythpury1.addEnergyPerTickInput(40000);
mythpury1.addItemInput(<appliedenergistics2:material:7>);
mythpury1.addItemOutput(<appliedenergistics2:material:12>);
mythpury1.build();
val mythpury2 = RecipeBuilder.newBuilder("mythpury2","mythic_processor_purifier",1);
val mythpury2 = RecipeBuilder.newBuilder("mythpury2","mythic_processor_purifier",2);
mythpury2.addEnergyPerTickInput(40000);
mythpury2.addItemInput(<appliedenergistics2:material:0>);
mythpury2.addItemOutput(<appliedenergistics2:material:10>);
mythpury2.build();
val mythpury3 = RecipeBuilder.newBuilder("mythpury3","mythic_processor_purifier",1);
val mythpury3 = RecipeBuilder.newBuilder("mythpury3","mythic_processor_purifier",2);
mythpury3.addEnergyPerTickInput(40000);
mythpury3.addItemInput(<minecraft:quartz>);
mythpury3.addItemOutput(<appliedenergistics2:material:11>);
mythpury3.build();
val mythpury4 = RecipeBuilder.newBuilder("mythpury4","mythic_processor_purifier",1);
val mythpury4 = RecipeBuilder.newBuilder("mythpury4","mythic_processor_purifier",2);
mythpury4.addEnergyPerTickInput(40000);
mythpury4.addItemInput(<appliedenergistics2:material:1>);
mythpury4.addItemOutput(<appliedenergistics2:material:7>);
mythpury4.build();
val mythpury5 = RecipeBuilder.newBuilder("mythpury5","mythic_processor_purifier",1);
val mythpury5 = RecipeBuilder.newBuilder("mythpury5","mythic_processor_purifier",2);
mythpury5.addEnergyPerTickInput(40000);
mythpury5.addItemInput(<ore:ingotSilicon>);
mythpury5.addItemInput(<ore:nuggetSilicon>);
+1 -8
View File
@@ -1,11 +1,4 @@
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:gem_of_recursion>,
10000000, <contenttweaker:universal_realgar>,
[<contenttweaker:shyrelands_garnet>,
<divinerpg:eden_chunk>,
<divinerpg:wildwood_chunk>,
<divinerpg:apalachia_chunk>,
<divinerpg:skythern_chunk>,
<divinerpg:mortum_chunk>]);
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:recursive_convergence>,
<contenttweaker:gem_of_recursion>, 10000, <extendedcrafting:material:11>, 1000000);
+3
View File
@@ -29,6 +29,7 @@ mods.chisel.Carving.addVariation("safencfission", <modularmachinery:itemblueprin
mods.chisel.Carving.addVariation("safencfission", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:active_cooled_heu233"}));
mods.chisel.Carving.addVariation("safencfission", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:active_cooled_hea242"}));
mods.chisel.Carving.addVariation("safencfission", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:active_cooled_hecm245"}));
mods.chisel.Carving.addVariation("safencfission", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:active_cooled_hecf249"}));
recipes.addShapeless(<modularmachinery:safe_fission_leu235_controller>,[<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:safe_fission_leu235"}).reuse(),<modularmachinery:blockcontroller>]);
recipes.addShapeless(<modularmachinery:safe_fission_tbu_controller>,[<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:safe_fission_tbu"}).reuse(),<modularmachinery:blockcontroller>]);
@@ -55,6 +56,7 @@ recipes.addShapeless(<modularmachinery:active_cooled_polonium_controller>,[<modu
recipes.addShapeless(<modularmachinery:active_cooled_heu233_controller>,[<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:active_cooled_heu233"}).reuse(),<modularmachinery:blockcontroller>]);
recipes.addShapeless(<modularmachinery:active_cooled_hea242_controller>,[<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:active_cooled_hea242"}).reuse(),<modularmachinery:blockcontroller>]);
recipes.addShapeless(<modularmachinery:active_cooled_hecm245_controller>,[<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:active_cooled_hecm245"}).reuse(),<modularmachinery:blockcontroller>]);
recipes.addShapeless(<modularmachinery:active_cooled_hecf249_controller>,[<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:active_cooled_hecf249"}).reuse(),<modularmachinery:blockcontroller>]);
mods.chisel.Carving.addGroup("safencfissioncont");
mods.chisel.Carving.addVariation("safencfissioncont", <modularmachinery:safe_fission_leu235_controller>);
@@ -82,6 +84,7 @@ mods.chisel.Carving.addVariation("safencfissioncont", <modularmachinery:active_c
mods.chisel.Carving.addVariation("safencfissioncont", <modularmachinery:active_cooled_heu233_controller>);
mods.chisel.Carving.addVariation("safencfissioncont", <modularmachinery:active_cooled_hea242_controller>);
mods.chisel.Carving.addVariation("safencfissioncont", <modularmachinery:active_cooled_hecm245_controller>);
mods.chisel.Carving.addVariation("safencfissioncont", <modularmachinery:active_cooled_hecf249_controller>);
recipes.addShapeless(<nuclearcraft:depleted_fuel_uranium:4>,
+18 -4
View File
@@ -308,8 +308,22 @@ mods.techreborn.rollingMachine.addShaped(<contenttweaker:tsleu_235_fuel>,
[<ore:dustPetrotheum>, <nuclearcraft:fuel_uranium:4>, <ore:dustCryotheum>],
[null, <ore:dustAerotheum>, null]]);
mods.nuclearcraft.infuser.addRecipe([<nuclearcraft:fuel_thorium:0>, <fluid:high_pressure_energetic_fluid>*5, <contenttweaker:etbu_fuel>]);
mods.nuclearcraft.infuser.addRecipe([<nuclearcraft:fuel_mixed_oxide:1>, <fluid:high_pressure_energetic_fluid>*5, <contenttweaker:emox_241_fuel>]);
mods.nuclearcraft.infuser.addRecipe([<nuclearcraft:fuel_mixed_oxide:0>, <fluid:high_pressure_energetic_fluid>*5, <contenttweaker:emox_239_fuel>]);
mods.nuclearcraft.fission.addRecipe([<contenttweaker:tsleu_235_fuel>, <nuclearcraft:depleted_fuel_uranium:4>, 72000.0, 400.0, 50.0, "betterstarterfission", 0.000008]);
mods.nuclearcraft.fission.addRecipe([<contenttweaker:etbu_fuel>, <nuclearcraft:depleted_fuel_thorium:0>, 144000.0, 400.0, 18.0, "bettertbufission", 0.000008]);
mods.nuclearcraft.fission.addRecipe([<contenttweaker:emox_239_fuel>, <nuclearcraft:depleted_fuel_mixed_oxide:0>, 84000.0, 1000.0, 57.5, "bettermox0fission", 0.000008]);
mods.nuclearcraft.fission.addRecipe([<contenttweaker:emox_241_fuel>, <nuclearcraft:depleted_fuel_mixed_oxide:1>, 56004.0, 1500.5, 97.5, "bettermox1fission", 0.000008]);
mods.nuclearcraft.extractor.addRecipe([<twilightforest:hydra_chop>, <minecraft:rotten_flesh>, <fluid:hydra_juices>*100, 0.5, 1.5, 0.1]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:hydra_juices>*100, <fluid:charger>*10, <fluid:meatane>*15, <fluid:biomass>*150, 0.9, 1.0, 0.1]);
@@ -742,22 +756,22 @@ recipes.addShaped(<nuclearcraft:buffer>*12,
[<contenttweaker:radioactive_residue>, <extendedcrafting:singularity:23>, <contenttweaker:radioactive_residue>],
[<nuclearcraft:fission_block:0>, <contenttweaker:radioactive_residue>, <nuclearcraft:fission_block:0>]]);
recipes.addShaped(<thermalfoundation:armor.helmet_lead>.withTag({ncRadiationResistance: 100.0, display: {Name: "§6§o辐射吸收头盔§r", Lore: ["§d§o超限附魔§r"]}}),
recipes.addShaped(<thermalfoundation:armor.helmet_lead>.withTag({ncRadiationResistance: 100.0, display: {Name: "§6§oRadiation-Absorbing Helmet§r", Lore: ["§d§oSuper-Enchanted§r"]}}),
[[<nuclearcraft:rad_shielding:2>, <contenttweaker:active_cursed_jewel>, <nuclearcraft:rad_shielding:2>],
[<minecraft:golden_apple:1>, <thermalfoundation:armor.helmet_lead>, <minecraft:golden_apple:1>],
[<nuclearcraft:rad_shielding:2>, <nuclearcraft:helm_hazmat>, <nuclearcraft:rad_shielding:2>]]);
recipes.addShaped(<thermalfoundation:armor.plate_lead>.withTag({ncRadiationResistance: 100.0, display: {Name: "§6§o辐射吸收胸甲§r", Lore: ["§d§o超限附魔§r"]}}),
recipes.addShaped(<thermalfoundation:armor.plate_lead>.withTag({ncRadiationResistance: 100.0, display: {Name: "§6§oRadiation-Absorbing Chestplate§r", Lore: ["§d§oSuper-Enchanted§r"]}}),
[[<nuclearcraft:rad_shielding:2>, <contenttweaker:active_cursed_jewel>, <nuclearcraft:rad_shielding:2>],
[<minecraft:golden_apple:1>, <thermalfoundation:armor.plate_lead>, <minecraft:golden_apple:1>],
[<nuclearcraft:rad_shielding:2>, <nuclearcraft:chest_hazmat>, <nuclearcraft:rad_shielding:2>]]);
recipes.addShaped(<thermalfoundation:armor.legs_lead>.withTag({ncRadiationResistance: 100.0, display: {Name: "§6§o辐射吸收护腿§r", Lore: ["§d§o超限附魔§r"]}}),
recipes.addShaped(<thermalfoundation:armor.legs_lead>.withTag({ncRadiationResistance: 100.0, display: {Name: "§6§oRadiation-Absorbing Leggings§r", Lore: ["§d§oSuper-Enchanted§r"]}}),
[[<nuclearcraft:rad_shielding:2>, <contenttweaker:active_cursed_jewel>, <nuclearcraft:rad_shielding:2>],
[<minecraft:golden_apple:1>, <thermalfoundation:armor.legs_lead>, <minecraft:golden_apple:1>],
[<nuclearcraft:rad_shielding:2>, <nuclearcraft:legs_hazmat>, <nuclearcraft:rad_shielding:2>]]);
recipes.addShaped(<thermalfoundation:armor.boots_lead>.withTag({ncRadiationResistance: 100.0, display: {Name: "§6§o辐射吸收靴子§r", Lore: ["§d§o超限附魔§r"]}}),
recipes.addShaped(<thermalfoundation:armor.boots_lead>.withTag({ncRadiationResistance: 100.0, display: {Name: "§6§oRadiation-Absorbing Boots§r", Lore: ["§d§oSuper-Enchanted§r"]}}),
[[<nuclearcraft:rad_shielding:2>, <contenttweaker:active_cursed_jewel>, <nuclearcraft:rad_shielding:2>],
[<minecraft:golden_apple:1>, <thermalfoundation:armor.boots_lead>, <minecraft:golden_apple:1>],
[<nuclearcraft:rad_shielding:2>, <nuclearcraft:boots_hazmat>, <nuclearcraft:rad_shielding:2>]]);
+32
View File
@@ -69,6 +69,28 @@ scripts.PuzzleUtil.addPuzzleShaped("osirisarmor4",<contenttweaker:bee_boots>,
[<ore:ingotMithrillium>, <contenttweaker:black_metal_feet>, <ore:ingotMithrillium>],
[<ore:ingotMithrillium>, <ore:ingotMithrillium>, <ore:ingotMithrillium>]]);
recipes.addShaped(<contenttweaker:black_metal_feet>*2,
[[<contenttweaker:fiery_pyrite>, <ore:ingotBlackIron>, <contenttweaker:fiery_pyrite>],
[<ore:ingotBlackIron>, <contenttweaker:black_metal_feet>, <ore:ingotBlackIron>],
[<contenttweaker:fiery_pyrite>, <ore:ingotBlackIron>, <contenttweaker:fiery_pyrite>]]);
recipes.addShaped(<contenttweaker:black_metal_chest>*2,
[[<contenttweaker:fiery_pyrite>, <ore:ingotBlackIron>, <contenttweaker:fiery_pyrite>],
[<ore:ingotBlackIron>, <contenttweaker:black_metal_chest>, <ore:ingotBlackIron>],
[<contenttweaker:fiery_pyrite>, <ore:ingotBlackIron>, <contenttweaker:fiery_pyrite>]]);
recipes.addShaped(<contenttweaker:black_metal_legs>*2,
[[<contenttweaker:fiery_pyrite>, <ore:ingotBlackIron>, <contenttweaker:fiery_pyrite>],
[<ore:ingotBlackIron>, <contenttweaker:black_metal_legs>, <ore:ingotBlackIron>],
[<contenttweaker:fiery_pyrite>, <ore:ingotBlackIron>, <contenttweaker:fiery_pyrite>]]);
recipes.addShaped(<contenttweaker:black_metal_head>*2,
[[<contenttweaker:fiery_pyrite>, <ore:ingotBlackIron>, <contenttweaker:fiery_pyrite>],
[<ore:ingotBlackIron>, <contenttweaker:black_metal_head>, <ore:ingotBlackIron>],
[<contenttweaker:fiery_pyrite>, <ore:ingotBlackIron>, <contenttweaker:fiery_pyrite>]]);
recipes.addShaped(<contenttweaker:armorer_callstone>,
[[<contenttweaker:bee_helmet>, <ore:ingotMithrillium>, <contenttweaker:bee_leggings>],
[<ore:ingotMithrillium>, <ore:ingotMithrillium>, <ore:ingotMithrillium>],
@@ -203,6 +225,16 @@ recipes.addShapeless(<contenttweaker:anemic_callstone>,
<contenttweaker:upper_fragment_cosmos>,
<animus:kama_bound>]);
recipes.addShaped(<contenttweaker:upper_fragment_cosmos>*2,
[[<contenttweaker:fiery_pyrite>, <biomesoplenty:flower_0:5>, <contenttweaker:fiery_pyrite>],
[<openblocks:tank>.withTag({tank: {FluidName: "lifeessence", Amount: 16000}}), <contenttweaker:upper_fragment_cosmos>, <openblocks:tank>.withTag({tank: {FluidName: "lifeessence", Amount: 16000}})],
[<contenttweaker:fiery_pyrite>, <biomesoplenty:flower_0:5>, <contenttweaker:fiery_pyrite>]]);
recipes.addShaped(<contenttweaker:lower_fragment_cosmos>*2,
[[<contenttweaker:fiery_pyrite>, <biomesoplenty:flower_0:5>, <contenttweaker:fiery_pyrite>],
[<openblocks:tank>.withTag({tank: {FluidName: "lifeessence", Amount: 16000}}), <contenttweaker:lower_fragment_cosmos>, <openblocks:tank>.withTag({tank: {FluidName: "lifeessence", Amount: 16000}})],
[<contenttweaker:fiery_pyrite>, <biomesoplenty:flower_0:5>, <contenttweaker:fiery_pyrite>]]);
//---------------------------------
// sedna
// gravity bee
+20
View File
@@ -129,5 +129,25 @@ dustmanganese.remove(<nuclearcraft:dust:11>);
val environmentallaserlens = <ore:etLaserLens>;
environmentallaserlens.remove(<environmentaltech:laser_lens_crystal>);
val oreactualizingstone = <ore:oreActualizingStone>;
oreactualizingstone.add(<contenttweaker:actualizing_stone>);
val orenaquadah = <ore:oreNaquadah>;
orenaquadah.add(<contenttweaker:naquadah_ore>);
val orefiredragonsteel = <ore:oreFireDragonsteel>;
orefiredragonsteel.add(<contenttweaker:fire_dragonsteel_ore>);
val oreicedragonsteel = <ore:oreIceDragonsteel>;
oreicedragonsteel.add(<contenttweaker:ice_dragonsteel_ore>);
val orelightningdragonsteel = <ore:oreLightningDragonsteel>;
orelightningdragonsteel.add(<contenttweaker:lightning_dragonsteel_ore>);
val oremeteoricdraconium = <ore:oreMeteoricDraconium>;
oremeteoricdraconium.add(<contenttweaker:meteoric_draconic_stone>);
val orefierypyrite = <ore:oreFieryPyrite>;
orefierypyrite.add(<contenttweaker:fiery_pyrite>);
+2 -2
View File
@@ -10,7 +10,7 @@ mods.jei.JEI.addDescription(<aoa3:baronyte_ingot>,["发现于虚无世界模组
mods.jei.JEI.addDescription(<aoa3:blazium_ingot>,["发现于虚无世界模组的爵士维度。","","可通过打开闪亮的盒子获得。","","可发现于爵士城堡的箱子内。","","生成于Y=22之下。"]);
mods.jei.JEI.addDescription(<aoa3:bloodstone>,["发现于虚无世界模组的深渊维度。","","可由深渊蹒跚者掉落。","","矿物生成与Y=64以下。" ]);
mods.jei.JEI.addDescription(<aoa3:blue_gemstones>,["发现于晶体维度,生成于Y=5与Y=114之间的晶体石头附近。" ]);
mods.jei.JEI.addDescription(<aoa3:charged_runium_chunk>,["发现于虚无世界模组的深层维度。","","可由石巨人掉落。","","破坏沉睡之石有概率。","","发现于Y=70与Y=114之间,存在深层岩石的地方。","","","","- Bluecat撰写"]);
mods.jei.JEI.addDescription(<aoa3:charged_runium_chunk>,["发现于虚无世界模组的深层维度。","","发现于Y=70与Y=114之间,存在深层岩石的地方。","","","","- Bluecat撰写"]);
mods.jei.JEI.addDescription(<aoa3:chestbone_fragment>,["发现于虚无世界模组的传说维度,位于Y=42以下。"]);
mods.jei.JEI.addDescription(<aoa3:crystallite>,["发现于虚无世界模组的天堂维度。","","可由\"四种守护者\"掉落。","","可生成与监管者之塔的箱子里。","","可发现于Y=30与Y=69之间的天堂石头里。" ]);
mods.jei.JEI.addDescription(<aoa3:elecanium_ingot>,["来自虚无世界模组的符境维度。","","可通过打开闪亮的盒子获得。","","可发现于Y=1与Y=34之间有符文块砖的地方。" ]);
@@ -137,7 +137,7 @@ mods.jei.JEI.addDescription(<techreborn:dust:50>,["发现于下界。"]);
mods.jei.JEI.addDescription(<techreborn:ingot:14>,["来自金红石矿石,非常稀有,可通过电解铝土矿粉获得,也可在维度门中发现!"]);
mods.jei.JEI.addDescription(<thermalfoundation:material:135>,["通过末地的铂矿石获得,在主世界中非常稀有,也可在维度门中发现!"]);
mods.jei.JEI.addDescription(<techreborn:ingot:15>,["发现于末地。"]);
mods.jei.JEI.addDescription(<techreborn:ingot:18>,["发现于Y=10与Y=126之间。"]);
mods.jei.JEI.addDescription(<techreborn:ingot:18>,["发现于主世界Y=20与Y=40之间。"]);
mods.jei.JEI.addDescription(<techreborn:ingot:23>,["发现于Y=32以下。"]);
mods.jei.JEI.addDescription(<thaumcraft:amber>,["可由红眼僵尸巨人掉落。","","有石头的地方就能生成,但是高海拔区域更常见。" ]);
mods.jei.JEI.addDescription(<thaumcraft:quicksilver>,["通过烧炼朱砂矿石获得。","","所有高度均可发现。" ]);
+224
View File
@@ -678,3 +678,227 @@ alkemiawarper.itemRightClick = function(stack, world, player, hand) {
alkemiawarper.register();
var warrencreationfabrial = VanillaFactory.createItem("warren_creation_fabrial");
warrencreationfabrial.maxStackSize = 1;
warrencreationfabrial.glowing = true;
warrencreationfabrial.itemRightClick = function(stack, world, player, hand) {
player.sendChat("站在迷道创造法器结构中心(查看多方块预览)");
player.sendChat("检查玩家位置中");
player.sendChat("==================================================");
var pos1 = player.position.asPosition3f();
pos1.x = pos1.x;
pos1.y = pos1.y - 1;
pos1.z = pos1.z;
var blockPos1 = pos1.asBlockPos();
var blockState1 = world.getBlock(blockPos1).definition.id as string;
if(blockState1 != "contenttweaker:hungering_machine_case") {
player.sendChat("缺少饥渴机壳");
return "FAIL";
}
var pos2 = player.position.asPosition3f();
pos2.x = pos2.x;
pos2.y = pos2.y - 2;
pos2.z = pos2.z;
var blockPos2 = pos2.asBlockPos();
var blockState2 = world.getBlock(blockPos2).definition.id as string;
if(blockState2 != "rftools:dimensional_shard_ore") {
player.sendChat("缺少维度碎片矿石 (0,0)");
return "FAIL";
}
var pos3 = player.position.asPosition3f();
pos3.x = pos3.x + 1;
pos3.y = pos3.y - 2;
pos3.z = pos3.z;
var blockPos3 = pos3.asBlockPos();
var blockState3 = world.getBlock(blockPos3).definition.id as string;
if(blockState3 != "rftools:dimensional_shard_ore") {
player.sendChat("缺少维度碎片矿石 (1,0)");
return "FAIL";
}
var pos4 = player.position.asPosition3f();
pos4.x = pos4.x - 1;
pos4.y = pos4.y - 2;
pos4.z = pos4.z;
var blockPos4 = pos4.asBlockPos();
var blockState4 = world.getBlock(blockPos4).definition.id as string;
if(blockState4 != "rftools:dimensional_shard_ore") {
player.sendChat("缺少维度碎片矿石 (-1,0)");
return "FAIL";
}
var pos5 = player.position.asPosition3f();
pos5.x = pos5.x;
pos5.y = pos5.y - 2;
pos5.z = pos5.z + 1;
var blockPos5 = pos5.asBlockPos();
var blockState5 = world.getBlock(blockPos5).definition.id as string;
if(blockState5 != "rftools:dimensional_shard_ore") {
player.sendChat("缺少维度碎片矿石 (0,1)");
return "FAIL";
}
var pos6 = player.position.asPosition3f();
pos6.x = pos6.x;
pos6.y = pos6.y - 2;
pos6.z = pos6.z - 1;
var blockPos6 = pos6.asBlockPos();
var blockState6 = world.getBlock(blockPos6).definition.id as string;
if(blockState6 != "rftools:dimensional_shard_ore") {
player.sendChat("缺少维度碎片矿石 (0,-1)");
return "FAIL";
}
var pos7 = player.position.asPosition3f();
pos7.x = pos7.x - 1;
pos7.y = pos7.y - 2;
pos7.z = pos7.z - 1;
var blockPos7 = pos7.asBlockPos();
var blockState7 = world.getBlock(blockPos7).definition.id as string;
if(blockState7 != "rftools:dimensional_shard_ore") {
player.sendChat("缺少维度碎片矿石 (-1,-1)");
return "FAIL";
}
var pos8 = player.position.asPosition3f();
pos8.x = pos8.x - 1;
pos8.y = pos8.y - 2;
pos8.z = pos8.z + 1;
var blockPos8 = pos8.asBlockPos();
var blockState8 = world.getBlock(blockPos8).definition.id as string;
if(blockState8 != "rftools:dimensional_shard_ore") {
player.sendChat("缺少维度碎片矿石 (-1,1)");
return "FAIL";
}
var pos9 = player.position.asPosition3f();
pos9.x = pos9.x + 1;
pos9.y = pos9.y - 2;
pos9.z = pos9.z - 1;
var blockPos9 = pos9.asBlockPos();
var blockState9 = world.getBlock(blockPos9).definition.id as string;
if(blockState9 != "rftools:dimensional_shard_ore") {
player.sendChat("缺少维度碎片矿石 (1,-1)");
return "FAIL";
}
var pos10 = player.position.asPosition3f();
pos10.x = pos10.x + 1;
pos10.y = pos10.y - 2;
pos10.z = pos10.z + 1;
var blockPos10 = pos10.asBlockPos();
var blockState10 = world.getBlock(blockPos10).definition.id as string;
if(blockState10 != "rftools:dimensional_shard_ore") {
player.sendChat("缺少维度碎片矿石 (1,1)");
return "FAIL";
}
var pos11 = player.position.asPosition3f();
pos11.x = pos11.x + 2;
pos11.y = pos11.y - 2;
pos11.z = pos11.z + 2;
var blockPos11 = pos11.asBlockPos();
var blockState11 = world.getBlock(blockPos11).definition.id as string;
if(blockState11 != "contenttweaker:mythic_excavation_reactor" && blockState11 != "Mythic Excavation Reactor") {
player.sendChat("缺少神话开掘反应堆 (2,2)");
return "FAIL";
}
var pos12 = player.position.asPosition3f();
pos12.x = pos12.x + 2;
pos12.y = pos12.y - 2;
pos12.z = pos12.z - 2;
var blockPos12 = pos12.asBlockPos();
var blockState12 = world.getBlock(blockPos12).definition.id as string;
if(blockState12 != "contenttweaker:mythic_excavation_reactor") {
player.sendChat("缺少神话开掘反应堆 (2,-2)");
return "FAIL";
}
var pos13 = player.position.asPosition3f();
pos13.x = pos13.x - 2;
pos13.y = pos13.y - 2;
pos13.z = pos13.z + 2;
var blockPos13 = pos13.asBlockPos();
var blockState13 = world.getBlock(blockPos13).definition.id as string;
if(blockState13 != "contenttweaker:mythic_excavation_reactor") {
player.sendChat("缺少神话开掘反应堆 (-2,2)");
return "FAIL";
}
var pos14 = player.position.asPosition3f();
pos14.x = pos14.x - 2;
pos14.y = pos14.y - 2;
pos14.z = pos14.z - 2;
var blockPos14 = pos14.asBlockPos();
var blockState14 = world.getBlock(blockPos14).definition.id as string;
if(blockState14 != "contenttweaker:mythic_excavation_reactor") {
player.sendChat("缺少神话开掘反应堆 (-2,-2)");
return "FAIL";
}
var pos15 = player.position.asPosition3f();
pos15.x = pos15.x - 2;
pos15.y = pos15.y - 1;
pos15.z = pos15.z - 2;
var blockPos15 = pos15.asBlockPos();
var blockState15 = world.getBlock(blockPos15).definition.id as string;
if(blockState15 != "contenttweaker:hyperuranon_actualizing_fabrial") {
player.sendChat("缺少超越天显化法器 (-2,-2)");
return "FAIL";
}
var pos16 = player.position.asPosition3f();
pos16.x = pos16.x + 2;
pos16.y = pos16.y - 1;
pos16.z = pos16.z - 2;
var blockPos16 = pos16.asBlockPos();
var blockState16 = world.getBlock(blockPos16).definition.id as string;
if(blockState16 != "contenttweaker:hyperuranon_actualizing_fabrial") {
player.sendChat("缺少超越天显化法器 (2,-2)");
return "FAIL";
}
var pos17 = player.position.asPosition3f();
pos17.x = pos17.x - 2;
pos17.y = pos17.y - 1;
pos17.z = pos17.z + 2;
var blockPos17 = pos17.asBlockPos();
var blockState17 = world.getBlock(blockPos17).definition.id as string;
if(blockState17 != "contenttweaker:hyperuranon_actualizing_fabrial") {
player.sendChat("缺少超越天显化法器 (-2,2)");
return "FAIL";
}
var pos18 = player.position.asPosition3f();
pos18.x = pos18.x + 2;
pos18.y = pos18.y - 1;
pos18.z = pos18.z + 2;
var blockPos18 = pos18.asBlockPos();
var blockState18 = world.getBlock(blockPos18).definition.id as string;
if(blockState18 != "contenttweaker:hyperuranon_actualizing_fabrial") {
player.sendChat("缺少超越天显化法器 (2,2)");
return "FAIL";
}
Commands.call("cofh tpx @p 190", player, world, true, true);
Commands.call("summon astralsorcery:entitystarburst", player, world, true, true);
return "Pass";
};
warrencreationfabrial.register();
+4 -2
View File
@@ -244,7 +244,7 @@ recipes.addShaped(<contenttweaker:seaborgium_chunk>,
mods.tconstruct.Melting.addRecipe(<fluid:seaborgium> * 250,<contenttweaker:seaborgium_chunk>);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:seaborgium_chunk>, <fluid:seaborgium>*144]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:seaborgium_chunk>, <fluid:seaborgium>*250]);
// making indium
@@ -406,7 +406,9 @@ mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:yttrium_oxide>*50, <fluid:r
mods.nuclearcraft.crystallizer.addRecipe([<fluid:yttrium_ruthenium>*200, <contenttweaker:yttrium_ruthenium_cluster>]);
AssemblyTable.addRecipe("maketerbiumfrommix", <contenttweaker:terbium_crystal>, 10, [<contenttweaker:yttrium_ruthenium_cluster>]);
// AssemblyTable.addRecipe("maketerbiumfrommix", <contenttweaker:terbium_crystal>, 10, [<contenttweaker:yttrium_ruthenium_cluster>]);
mods.actuallyadditions.AtomicReconstructor.addRecipe(<contenttweaker:terbium_crystal>, <contenttweaker:yttrium_ruthenium_cluster>, 1000);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:terbium_crystal>, <fluid:terbium>*144]);
+20
View File
@@ -669,3 +669,23 @@ mods.thermalexpansion.Insolator.addRecipeMonoculture(<immersiveengineering:mater
25000,
<immersiveengineering:seed:0>,
105);
mods.thermalexpansion.Insolator.addRecipeMonoculture(<divinerpg:tomato>*4,
<divinerpg:tomato_seeds>,
<thermalfoundation:fertilizer:0>,
25000,
<divinerpg:tomato_seeds>,
105);
mods.thermalexpansion.Insolator.addRecipeMonoculture(<divinerpg:tomato>*8,
<divinerpg:tomato_seeds>,
<thermalfoundation:fertilizer:1>,
25000,
<divinerpg:tomato_seeds>,
105);
mods.thermalexpansion.Insolator.addRecipeMonoculture(<divinerpg:tomato>*12,
<divinerpg:tomato_seeds>,
<thermalfoundation:fertilizer:2>,
25000,
<divinerpg:tomato_seeds>,
105);
+146 -45
View File
@@ -1,3 +1,7 @@
import mods.thaumcraft.Infusion;
recipes.removeShaped(<rftools:builder>);
mods.extendedcrafting.TableCrafting.addShaped(<rftools:builder>,
@@ -68,13 +72,13 @@ recipes.remove(<rftools:coalgenerator>);
recipes.removeShaped(<rftoolsdim:dimension_enscriber>);
mods.extendedcrafting.TableCrafting.addShaped(<rftoolsdim:dimension_enscriber>,
[[<contenttweaker:mythic_excavation_reactor>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:infinity_plate>, <tconstruct:pan_head>.withTag({Material: "infinity_avaritia_plustic"}), <contenttweaker:infinity_plate>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:mythic_excavation_reactor>],
[<contenttweaker:charged_dyson_capacitor>, <contenttweaker:collapser_conduit>, <contenttweaker:neutronium_cannon>, <contenttweaker:dyson_collector>, <draconicevolution:reactor_component:0>, <contenttweaker:collapser_conduit>, <contenttweaker:charged_dyson_capacitor>],
[<contenttweaker:infinity_plate>, <draconicevolution:reactor_component:0>, <rftools:remote_scanner>, <rftools:scanner>, <rftools:remote_scanner>, <contenttweaker:neutronium_cannon>, <contenttweaker:infinity_plate>],
[[<contenttweaker:hyperuranon_actualizing_fabrial>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:infinity_plate>, <tconstruct:pan_head>.withTag({Material: "infinity_avaritia_plustic"}), <contenttweaker:infinity_plate>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:hyperuranon_actualizing_fabrial>],
[<contenttweaker:charged_dyson_capacitor>, <contenttweaker:collapser_conduit>, <avaritiaitem:fractallite_halite_catalyst>, <contenttweaker:dyson_collector>, <avaritiaitem:fractallite_halite_catalyst>, <contenttweaker:collapser_conduit>, <contenttweaker:charged_dyson_capacitor>],
[<contenttweaker:infinity_plate>, <contenttweaker:actualizing_stone>, <rftools:remote_scanner>, <rftools:scanner>, <rftools:remote_scanner>, <contenttweaker:actualizing_stone>, <contenttweaker:infinity_plate>],
[<tconstruct:pan_head>.withTag({Material: "infinity_avaritia_plustic"}), <contenttweaker:dyson_collector>, <rftools:projector>, <rftools:machine_frame>, <rftools:projector>, <contenttweaker:dyson_collector>, <tconstruct:pan_head>.withTag({Material: "infinity_avaritia_plustic"})],
[<contenttweaker:infinity_plate>, <contenttweaker:neutronium_cannon>, <rftools:remote_scanner>, <rftools:scanner>, <rftools:remote_scanner>, <draconicevolution:reactor_component:0>, <contenttweaker:infinity_plate>],
[<contenttweaker:charged_dyson_capacitor>, <contenttweaker:collapser_conduit>, <draconicevolution:reactor_component:0>, <contenttweaker:dyson_collector>, <contenttweaker:neutronium_cannon>, <contenttweaker:collapser_conduit>, <contenttweaker:charged_dyson_capacitor>],
[<contenttweaker:mythic_excavation_reactor>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:infinity_plate>, <tconstruct:pan_head>.withTag({Material: "infinity_avaritia_plustic"}), <contenttweaker:infinity_plate>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:mythic_excavation_reactor>]]);
[<contenttweaker:infinity_plate>, <contenttweaker:actualizing_stone>, <rftools:remote_scanner>, <rftools:scanner>, <rftools:remote_scanner>, <contenttweaker:actualizing_stone>, <contenttweaker:infinity_plate>],
[<contenttweaker:charged_dyson_capacitor>, <contenttweaker:collapser_conduit>, <avaritiaitem:fractallite_halite_catalyst>, <contenttweaker:dyson_collector>, <avaritiaitem:fractallite_halite_catalyst>, <contenttweaker:collapser_conduit>, <contenttweaker:charged_dyson_capacitor>],
[<contenttweaker:hyperuranon_actualizing_fabrial>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:infinity_plate>, <tconstruct:pan_head>.withTag({Material: "infinity_avaritia_plustic"}), <contenttweaker:infinity_plate>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:hyperuranon_actualizing_fabrial>]]);
mods.extendedcrafting.TableCrafting.addShaped(<rftoolsdim:dimension_builder>,
@@ -82,43 +86,43 @@ mods.extendedcrafting.TableCrafting.addShaped(<rftoolsdim:dimension_builder>,
<contenttweaker:charged_dyson_capacitor>, <advancedrocketry:gravitymachine>, <contenttweaker:charged_dyson_capacitor>,
<contenttweaker:charged_dyson_capacitor>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:charged_dyson_capacitor>],
[<botania:specialflower>.withTag({type: "dandelifeon"}), null, <contenttweaker:mythic_excavation_reactor>,
null, <bewitchment:stew_of_the_grotesque>, null,
<contenttweaker:mythic_excavation_reactor>, null, <botania:specialflower>.withTag({type: "dandelifeon"})],
[<contenttweaker:perfected_gallifreyan_plate>, null, <contenttweaker:hyperuranon_actualizing_fabrial>,
<nuclearcraft:turbine_wall>, <nuclearcraft:turbine_wall>, <nuclearcraft:turbine_wall>,
<contenttweaker:hyperuranon_actualizing_fabrial>, null, <contenttweaker:perfected_gallifreyan_plate>],
[null, <contenttweaker:hypercubic_energy_orb>, null,
<rftools:space_chamber_controller>, <tconstruct:toolforge>.withTag({textureBlock: {id: "avaritia:block_resource", Count: 1, Damage: 1 as short}}), <rftools:space_chamber_controller>,
<rftools:space_chamber_controller>, <openblocks:tank>.withTag({tank: {FluidName: "infinity", Amount: 16000}}), <rftools:space_chamber_controller>,
null, <contenttweaker:hypercubic_energy_orb>, null],
[<extendedcrafting:storage:4>, null, null,
null, <draconicevolution:chaotic_core>, null,
null, null, <extendedcrafting:storage:4>],
[<extendedcrafting:storage:4>, null, null,
[<extendedcrafting:storage:4>, <avaritiaitem:fractallite_halite_catalyst>, null,
<draconicevolution:chaotic_core>, <draconicevolution:reactor_core>, <draconicevolution:chaotic_core>,
null, null, <extendedcrafting:storage:4>],
null, <avaritiaitem:fractallite_halite_catalyst>, <extendedcrafting:storage:4>],
[<extendedcrafting:storage:4>, null, null,
null, <draconicevolution:chaotic_core>, null,
null, null, <extendedcrafting:storage:4>],
[null, <contenttweaker:hypercubic_energy_orb>, null,
<rftools:space_chamber_controller>, <tconstruct:toolforge>.withTag({textureBlock: {id: "avaritia:block_resource", Count: 1, Damage: 1 as short}}), <rftools:space_chamber_controller>,
<rftools:space_chamber_controller>, <openblocks:tank>.withTag({tank: {FluidName: "infinity", Amount: 16000}}), <rftools:space_chamber_controller>,
null, <contenttweaker:hypercubic_energy_orb>, null],
[<botania:specialflower>.withTag({type: "dandelifeon"}), null, <contenttweaker:mythic_excavation_reactor>,
null, <bewitchment:stew_of_the_grotesque>, null,
<contenttweaker:mythic_excavation_reactor>, null, <botania:specialflower>.withTag({type: "dandelifeon"})],
[<contenttweaker:perfected_gallifreyan_plate>, null, <contenttweaker:hyperuranon_actualizing_fabrial>,
<nuclearcraft:turbine_wall>, <nuclearcraft:turbine_wall>, <nuclearcraft:turbine_wall>,
<contenttweaker:hyperuranon_actualizing_fabrial>, null, <contenttweaker:perfected_gallifreyan_plate>],
[<advancedrocketry:terraformer>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:charged_dyson_capacitor>,
<contenttweaker:charged_dyson_capacitor>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:charged_dyson_capacitor>,
<contenttweaker:charged_dyson_capacitor>, <contenttweaker:charged_dyson_capacitor>, <draconicevolution:celestial_manipulator>]]);
[<contenttweaker:charged_dyson_capacitor>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:charged_dyson_capacitor>,
<contenttweaker:charged_dyson_capacitor>, <advancedrocketry:terraformer>, <contenttweaker:charged_dyson_capacitor>,
<contenttweaker:charged_dyson_capacitor>, <contenttweaker:charged_dyson_capacitor>, <contenttweaker:charged_dyson_capacitor>]]);
recipes.addShaped(<rftoolsdim:dimension_builder>*2,
[[<rftools:infused_diamond>, <rftools:infused_diamond>, <rftools:infused_diamond>],
[<rftools:infused_diamond>, <rftoolsdim:dimension_builder>, <rftools:infused_diamond>],
[<rftools:infused_diamond>, <rftools:infused_diamond>, <rftools:infused_diamond>]]);
[[<rftools:infused_diamond>, <advancedrocketry:gravitymachine>, <rftools:infused_diamond>],
[<avaritiaitem:fractallite_halite_catalyst>, <rftoolsdim:dimension_builder>, <avaritiaitem:fractallite_halite_catalyst>],
[<rftools:infused_diamond>, <advancedrocketry:terraformer>, <rftools:infused_diamond>]]);
recipes.removeShaped(<rftoolsdim:dimension_editor>);
@@ -130,10 +134,45 @@ recipes.addShaped(<rftoolsdim:dimension_editor>,
recipes.removeShaped(<rftoolsdim:dimlet_workbench>);
recipes.addShaped(<rftoolsdim:dimlet_workbench>,
[[<contenttweaker:defined_redstone_chipset>, <materialpart:abyssite:ingot>, <contenttweaker:defined_redstone_chipset>],
[<rftoolsdim:dimlet_template>, <rftools:machine_frame>, <rftoolsdim:dimlet_template>],
[<avaritia:resource:6>, <avaritia:resource:6>, <avaritia:resource:6>]]);
mods.extendedcrafting.TableCrafting.addShaped(<rftoolsdim:dimlet_workbench>,
[[<openblocks:tank>.withTag({tank: {FluidName: "infinity", Amount: 16000}}), <contenttweaker:defined_redstone_chipset>, null,
null, null, null,
null, <contenttweaker:defined_redstone_chipset>, <openblocks:tank>.withTag({tank: {FluidName: "infinity", Amount: 16000}})],
[<contenttweaker:defined_redstone_chipset>, null, null,
<rftoolsdim:dimlet_template>, <rftoolsdim:dimlet_template>, <rftoolsdim:dimlet_template>,
null, null, <contenttweaker:defined_redstone_chipset>],
[null, null, <rftoolsdim:dimlet_template>,
<rftoolsdim:dimlet_template>, <avaritia:resource:5>, <rftoolsdim:dimlet_template>,
<rftoolsdim:dimlet_template>, null, null],
[null, <rftoolsdim:dimlet_template>, <rftoolsdim:dimlet_template>,
<ore:ingotAbyssite>, <avaritiaitem:fractallite_halite_catalyst>, <ore:ingotAbyssite>,
<rftoolsdim:dimlet_template>, <rftoolsdim:dimlet_template>, null],
[null, <rftoolsdim:dimlet_template>, <avaritia:resource:5>,
<avaritiaitem:fractallite_halite_catalyst>, <rftools:machine_frame>, <avaritiaitem:fractallite_halite_catalyst>,
<avaritia:resource:5>, <rftoolsdim:dimlet_template>, null],
[null, <rftoolsdim:dimlet_template>, <rftoolsdim:dimlet_template>,
<ore:ingotAbyssite>, <avaritiaitem:fractallite_halite_catalyst>, <ore:ingotAbyssite>,
<rftoolsdim:dimlet_template>, <rftoolsdim:dimlet_template>, null],
[null, null, <rftoolsdim:dimlet_template>,
<rftoolsdim:dimlet_template>, <avaritia:resource:5>, <rftoolsdim:dimlet_template>,
<rftoolsdim:dimlet_template>, null, null],
[<contenttweaker:defined_redstone_chipset>, null, null,
<rftoolsdim:dimlet_template>, <rftoolsdim:dimlet_template>, <rftoolsdim:dimlet_template>,
null, null, <contenttweaker:defined_redstone_chipset>],
[<openblocks:tank>.withTag({tank: {FluidName: "infinity", Amount: 16000}}), <contenttweaker:defined_redstone_chipset>, null,
null, null, null,
null, <contenttweaker:defined_redstone_chipset>, <openblocks:tank>.withTag({tank: {FluidName: "infinity", Amount: 16000}})]]);
recipes.removeShaped(<rftoolsdim:activity_probe>);
@@ -152,44 +191,46 @@ recipes.addShaped(<rftoolsdim:energy_extractor>,
recipes.removeShaped(<rftoolsdim:material_absorber>);
recipes.addShaped(<rftoolsdim:material_absorber>,
[[<contenttweaker:defined_ingot>, <contenttweaker:infinity_core>, <contenttweaker:defined_ingot>],
[<contenttweaker:infinity_core>, <bewitchment:token_of_remedies>, <contenttweaker:infinity_core>],
[<contenttweaker:defined_ingot>, <contenttweaker:infinity_core>, <contenttweaker:defined_ingot>]]);
[[<contenttweaker:defined_redstone_chipset>, <tconstruct:seared>, <contenttweaker:defined_redstone_chipset>],
[<contenttweaker:infinity_core>, <contenttweaker:hungering_machine_case>, <contenttweaker:infinity_core>],
[<avaritia:resource:6>, <draconicevolution:celestial_manipulator>.withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), <avaritia:resource:6>]]);
recipes.removeShaped(<rftoolsdim:liquid_absorber>);
recipes.addShaped(<rftoolsdim:liquid_absorber>,
[[<tconstruct:seared_furnace_controller:0>, <contenttweaker:infinity_core>, <tconstruct:seared_furnace_controller:0>],
[<contenttweaker:infinity_core>, <bewitchment:token_of_remedies>, <contenttweaker:infinity_core>],
[<tconstruct:seared_furnace_controller:0>, <contenttweaker:infinity_core>, <tconstruct:seared_furnace_controller:0>]]);
[[<contenttweaker:defined_redstone_chipset>, <tconstruct:seared_glass>, <contenttweaker:defined_redstone_chipset>],
[<contenttweaker:infinity_core>, <contenttweaker:hungering_machine_case>, <contenttweaker:infinity_core>],
[<avaritia:resource:6>, <draconicevolution:celestial_manipulator>.withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), <avaritia:resource:6>]]);
recipes.removeShaped(<rftoolsdim:biome_absorber>);
recipes.addShaped(<rftoolsdim:biome_absorber>,
[[<biomesoplenty:terrestrial_artifact>, <contenttweaker:infinity_core>, <biomesoplenty:terrestrial_artifact>],
[<contenttweaker:infinity_core>, <bewitchment:token_of_remedies>, <contenttweaker:infinity_core>],
[<biomesoplenty:terrestrial_artifact>, <contenttweaker:infinity_core>, <biomesoplenty:terrestrial_artifact>]]);
[[<contenttweaker:defined_redstone_chipset>, <biomesoplenty:terrestrial_artifact>, <contenttweaker:defined_redstone_chipset>],
[<contenttweaker:infinity_core>, <contenttweaker:hungering_machine_case>, <contenttweaker:infinity_core>],
[<avaritia:resource:6>, <draconicevolution:celestial_manipulator>.withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), <avaritia:resource:6>]]);
recipes.removeShaped(<rftoolsdim:terrain_absorber>);
recipes.addShaped(<rftoolsdim:terrain_absorber>,
[[<thaumcraft:metal_void>, <contenttweaker:infinity_core>, <thaumcraft:metal_void>],
[<contenttweaker:infinity_core>, <bewitchment:token_of_remedies>, <contenttweaker:infinity_core>],
[<thaumcraft:metal_void>, <contenttweaker:infinity_core>, <thaumcraft:metal_void>]]);
[[<contenttweaker:defined_redstone_chipset>, <thaumcraft:metal_void>, <contenttweaker:defined_redstone_chipset>],
[<contenttweaker:infinity_core>, <contenttweaker:hungering_machine_case>, <contenttweaker:infinity_core>],
[<avaritia:resource:6>, <draconicevolution:celestial_manipulator>.withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), <avaritia:resource:6>]]);
recipes.removeShaped(<rftoolsdim:feature_absorber>);
recipes.addShaped(<rftoolsdim:feature_absorber>,
[[<minecraft:elytra>, <contenttweaker:infinity_core>, <minecraft:elytra>],
[<contenttweaker:infinity_core>, <bewitchment:token_of_remedies>, <contenttweaker:infinity_core>],
[<minecraft:elytra>, <contenttweaker:infinity_core>, <minecraft:elytra>]]);
[[<contenttweaker:defined_redstone_chipset>, <minecraft:elytra>, <contenttweaker:defined_redstone_chipset>],
[<contenttweaker:infinity_core>, <contenttweaker:hungering_machine_case>, <contenttweaker:infinity_core>],
[<avaritia:resource:6>, <draconicevolution:celestial_manipulator>.withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), <avaritia:resource:6>]]);
recipes.removeShaped(<rftoolsdim:time_absorber>);
recipes.addShaped(<rftoolsdim:time_absorber>,
[[<minecraft:clock>, <contenttweaker:infinity_core>, <minecraft:clock>],
[<contenttweaker:infinity_core>, <bewitchment:token_of_remedies>, <contenttweaker:infinity_core>],
[<minecraft:clock>, <contenttweaker:infinity_core>, <minecraft:clock>]]);
[[<contenttweaker:defined_redstone_chipset>, <minecraft:clock>, <contenttweaker:defined_redstone_chipset>],
[<contenttweaker:infinity_core>, <contenttweaker:hungering_machine_case>, <contenttweaker:infinity_core>],
[<avaritia:resource:6>, <draconicevolution:celestial_manipulator>.withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), <avaritia:resource:6>]]);
recipes.addShaped(<rftools:machine_frame>*3,
[[<ore:ingotAlubrass>, <ore:ingotManasteel>, <ore:ingotAlubrass>],
@@ -197,7 +238,10 @@ recipes.addShaped(<rftools:machine_frame>*3,
[<ore:ingotAlubrass>, <ore:ingotManasteel>, <ore:ingotAlubrass>]]);
recipes.removeShaped(<rftools:storage_module_tablet>);
recipes.removeShaped(<rftools:storage_module_tablet>,
[[<minecraft:gold_nugget>, <minecraft:emerald>, <minecraft:gold_nugget>],
[<ore:blockRedstone>, <ore:blockQuartz>, <ore:blockRedstone>],
[<minecraft:gold_nugget>, <ore:blockRedstone>, <minecraft:gold_nugget>]]);
mods.extendedcrafting.TableCrafting.addShaped(<rftools:storage_module_tablet>,
[[<projecte:fuel_block:2>, <projecte:fuel_block:2>, null, <projecte:fuel_block:2>, <projecte:fuel_block:2>],
@@ -205,3 +249,60 @@ mods.extendedcrafting.TableCrafting.addShaped(<rftools:storage_module_tablet>,
[null, <appliedenergistics2:fluix_block>, <projecte:alchemical_chest>, <appliedenergistics2:fluix_block>, null],
[<projecte:fuel_block:2>, <contenttweaker:nebulous_soul>, <appliedenergistics2:fluix_block>, <contenttweaker:nebulous_soul>, <projecte:fuel_block:2>],
[<projecte:fuel_block:2>, <projecte:fuel_block:2>, null, <projecte:fuel_block:2>, <projecte:fuel_block:2>]]);
mods.extendedcrafting.CompressionCrafting.addRecipe(<avaritiaitem:self_actualizing_stone>, <contenttweaker:actualizing_stone>, 2048, <extendedcrafting:material:11>, 5000000);
mods.thaumcraft.Infusion.registerRecipe("matabsorbernaquadah", "",
<rftoolsdim:material_absorber>.withTag({block: "contenttweaker:naquadah_ore"}),
5,
[<aspect:ordo>*1000, <aspect:caeles>*500],
<rftoolsdim:material_absorber>,
[<avaritiaitem:self_actualizing_stone>, <ore:ingotFractalliteHalite>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>,
<contenttweaker:naquadah_ingot>, <contenttweaker:stormlight_sphere>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>]);
mods.thaumcraft.Infusion.registerRecipe("matabsorberfiredrag", "",
<rftoolsdim:material_absorber>.withTag({block: "contenttweaker:fire_dragonsteel_ore"}),
5,
[<aspect:ordo>*1000, <aspect:draco>*500],
<rftoolsdim:material_absorber>,
[<avaritiaitem:self_actualizing_stone>, <ore:ingotFractalliteHalite>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>,
<iceandfire:dragonsteel_fire_block>, <iceandfire:dragonforge_fire_brick>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>]);
mods.thaumcraft.Infusion.registerRecipe("matabsorbericedrag", "",
<rftoolsdim:material_absorber>.withTag({block: "contenttweaker:ice_dragonsteel_ore"}),
5,
[<aspect:ordo>*1000, <aspect:draco>*500],
<rftoolsdim:material_absorber>,
[<avaritiaitem:self_actualizing_stone>, <ore:ingotFractalliteHalite>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>,
<iceandfire:dragonsteel_ice_block>, <iceandfire:dragonforge_ice_brick>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>]);
mods.thaumcraft.Infusion.registerRecipe("matabsorberlightdrag", "",
<rftoolsdim:material_absorber>.withTag({block: "contenttweaker:lightning_dragonsteel_ore"}),
5,
[<aspect:ordo>*1000, <aspect:draco>*500],
<rftoolsdim:material_absorber>,
[<avaritiaitem:self_actualizing_stone>, <ore:ingotFractalliteHalite>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>,
<iceandfire:dragonsteel_lightning_block>, <iceandfire:dragonforge_lightning_brick>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>]);
mods.thaumcraft.Infusion.registerRecipe("matabsorberdensedimshard", "",
<rftoolsdim:material_absorber>.withTag({block: "contenttweaker:dense_dimensional_shard_ore"}),
5,
[<aspect:ordo>*1000, <aspect:terra>*500],
<rftoolsdim:material_absorber>,
[<avaritiaitem:self_actualizing_stone>, <ore:ingotFractalliteHalite>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>,
<ore:oreDimensionalShard>, <rftools:infused_enderpearl>,
<contenttweaker:stone_of_universal_balance>, <contenttweaker:stone_of_universal_balance>]);
+134
View File
@@ -0,0 +1,134 @@
recipes.addShaped(<contenttweaker:recursion_fragment_abyss>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:abyss_garnet>, <contenttweaker:recursion_fragment_abyss>, <contenttweaker:abyss_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_precasia>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:precasia_garnet>, <contenttweaker:recursion_fragment_precasia>, <contenttweaker:precasia_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_lelyetia>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:lelyetia_garnet>, <contenttweaker:recursion_fragment_lelyetia>, <contenttweaker:lelyetia_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_creeponia>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:creeponia_garnet>, <contenttweaker:recursion_fragment_creeponia>, <contenttweaker:creeponia_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_deeplands>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:deeplands_garnet>, <contenttweaker:recursion_fragment_deeplands>, <contenttweaker:deeplands_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_barathos>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:barathos_garnet>, <contenttweaker:recursion_fragment_barathos>, <contenttweaker:barathos_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_haven>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:haven_garnet>, <contenttweaker:recursion_fragment_haven>, <contenttweaker:haven_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_mysterium>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:mysterium_garnet>, <contenttweaker:recursion_fragment_mysterium>, <contenttweaker:mysterium_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_vox>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:vox_ponds_garnet>, <contenttweaker:recursion_fragment_vox>, <contenttweaker:vox_ponds_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_celeve>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:celeve_garnet>, <contenttweaker:recursion_fragment_celeve>, <contenttweaker:celeve_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_gardencia>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:gardencia_garnet>, <contenttweaker:recursion_fragment_gardencia>, <contenttweaker:gardencia_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_crystevia>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:crystevia_garnet>, <contenttweaker:recursion_fragment_crystevia>, <contenttweaker:crystevia_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_candyland>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:candyland_garnet>, <contenttweaker:recursion_fragment_candyland>, <contenttweaker:candyland_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_iromine>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:iromine_garnet>, <contenttweaker:recursion_fragment_iromine>, <contenttweaker:iromine_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_runandor>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:runandor_garnet>, <contenttweaker:recursion_fragment_runandor>, <contenttweaker:runandor_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_lunalus>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:lunalus_garnet>, <contenttweaker:recursion_fragment_lunalus>, <contenttweaker:lunalus_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_borean>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:borean_garnet>, <contenttweaker:recursion_fragment_borean>, <contenttweaker:borean_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:4>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_immortallis>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:5>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:immortallis_garnet>, <contenttweaker:recursion_fragment_immortallis>, <contenttweaker:immortallis_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:5>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_cavern>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:5>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:ancient_cavern_garnet>, <contenttweaker:recursion_fragment_cavern>, <contenttweaker:ancient_cavern_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:5>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_greckon>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:5>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:greckon_garnet>, <contenttweaker:recursion_fragment_greckon>, <contenttweaker:greckon_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:5>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_dustopia>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:5>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:dustopia_garnet>, <contenttweaker:recursion_fragment_dustopia>, <contenttweaker:dustopia_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:5>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_vethea>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:6>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:vethea_garnet>, <contenttweaker:recursion_fragment_vethea>, <contenttweaker:vethea_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:6>, <contenttweaker:compressed_clump_mythic>]]);
recipes.addShaped(<contenttweaker:recursion_fragment_shyre>*2,
[[<contenttweaker:compressed_clump_mythic>, <projectex:matter:7>, <contenttweaker:compressed_clump_mythic>],
[<contenttweaker:shyrelands_garnet>, <contenttweaker:recursion_fragment_shyre>, <contenttweaker:shyrelands_garnet>],
[<contenttweaker:compressed_clump_mythic>, <projectex:matter:7>, <contenttweaker:compressed_clump_mythic>]]);
+265
View File
@@ -0,0 +1,265 @@
import crafttweaker.data.IData;
recipes.addShapeless(<rftools:storage_scanner>,
[<itemblacklist:blacklisted>.withTag({item: {id: "rftools:storage_scanner", Count: 1, Damage: 0 as short}})]);
// recipes.addShapeless(<xreliquary:rod_of_lyssa>,
// [<itemblacklist:blacklisted>.withTag({item: {id: "xreliquary:rod_of_lyssa", Count: 1, Damage: 0 as short}})]);
val unblacklistrodoflyssa_in = <itemblacklist:blacklisted>.withTag({item: {id: "xreliquary:rod_of_lyssa"}});
val unblacklistrodoflyssa_out = <xreliquary:rod_of_lyssa>;
recipes.addShapeless(
"unblacklistrodoflyssa",unblacklistrodoflyssa_out,
[(unblacklistrodoflyssa_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklistabyscroll1_in = <itemblacklist:blacklisted>.withTag({item: {id: "abyssalcraft:scroll"}});
val unblacklistabyscroll1_out = <abyssalcraft:scroll>;
recipes.addShapeless(
"unblacklistabyscroll1",unblacklistabyscroll1_out,
[(unblacklistabyscroll1_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklistabyscroll2_in = <itemblacklist:blacklisted>.withTag({item: {id: "abyssalcraft:unique_scroll"}});
val unblacklistabyscroll2_out = <abyssalcraft:unique_scroll>;
recipes.addShapeless(
"unblacklistabyscroll2",unblacklistabyscroll2_out,
[(unblacklistabyscroll2_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklistmobgrinder_in = <itemblacklist:blacklisted>.withTag({item: {id: "industrialforegoing:mob_relocator"}});
val unblacklistmobgrinder_out = <industrialforegoing:mob_relocator>;
recipes.addShapeless(
"unblacklistmobgrinder",unblacklistmobgrinder_out,
[(unblacklistmobgrinder_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklistdragrinder_in = <itemblacklist:blacklisted>.withTag({item: {id: "draconicevolution:grinder"}});
val unblacklistdragrinder_out = <draconicevolution:grinder>;
recipes.addShapeless(
"unblacklistdragrinder",unblacklistdragrinder_out,
[(unblacklistdragrinder_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklistslafac_in = <itemblacklist:blacklisted>.withTag({item: {id: "industrialforegoing:mob_slaughter_factory"}});
val unblacklistslafac_out = <industrialforegoing:mob_slaughter_factory>;
recipes.addShapeless(
"unblacklistslafac",unblacklistslafac_out,
[(unblacklistslafac_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklistdestcat_in = <itemblacklist:blacklisted>.withTag({item: {id: "projecte:item.pe_destruction_catalyst"}});
val unblacklistdestcat_out = <projecte:item.pe_destruction_catalyst>;
recipes.addShapeless(
"unblacklistdestcat",unblacklistdestcat_out,
[(unblacklistdestcat_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklistcatlens_in = <itemblacklist:blacklisted>.withTag({item: {id: "projecte:item.pe_catalitic_lens"}});
val unblacklistcatlens_out = <projecte:item.pe_catalitic_lens>;
recipes.addShapeless(
"unblacklistcatlens",unblacklistcatlens_out,
[(unblacklistcatlens_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklistmornstar_in = <itemblacklist:blacklisted>.withTag({item: {id: "projecte:item.pe_rm_morning_star"}});
val unblacklistmornstar_out = <projecte:item.pe_rm_morning_star>;
recipes.addShapeless(
"unblacklistmornstar",unblacklistmornstar_out,
[(unblacklistmornstar_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
recipes.addShapeless(<cyclicmagic:chest_sack_empty>,
[<itemblacklist:blacklisted>.withTag({item: {id: "cyclicmagic:chest_sack_empty", Count: 1, Damage: 0 as short}})]);
val unblacklistmountpearl_in = <itemblacklist:blacklisted>.withTag({item: {id: "cyclicmagic:ender_pearl_mounted"}});
val unblacklistmountpearl_out = <cyclicmagic:ender_pearl_mounted>;
recipes.addShapeless(
"unblacklistmountpearl",unblacklistmountpearl_out,
[(unblacklistmountpearl_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
recipes.addShapeless(<minecraft:ender_pearl>,
[<itemblacklist:blacklisted>.withTag({item: {id: "minecraft:ender_pearl", Count: 1, Damage: 0 as short}})]);
val unblackliststafftravel_in = <itemblacklist:blacklisted>.withTag({item: {id: "enderio:item_travel_staff"}});
val unblackliststafftravel_out = <enderio:item_travel_staff>;
recipes.addShapeless(
"unblackliststafftravel",unblackliststafftravel_out,
[(unblackliststafftravel_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
recipes.addShapeless(<minecraft:chorus_fruit>,
[<itemblacklist:blacklisted>.withTag({item: {id: "minecraft:chorus_fruit", Count: 1, Damage: 0 as short}})]);
val unblacklistreusepearl_in = <itemblacklist:blacklisted>.withTag({item: {id: "cyclicmagic:ender_pearl_reuse"}});
val unblacklistreusepearl_out = <cyclicmagic:ender_pearl_reuse>;
recipes.addShapeless(
"unblacklistreusepearl",unblacklistreusepearl_out,
[(unblacklistreusepearl_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklisttelestaff_in = <itemblacklist:blacklisted>.withTag({item: {id: "actuallyadditions:item_tele_staff"}});
val unblacklisttelestaff_out = <actuallyadditions:item_tele_staff>;
recipes.addShapeless(
"unblacklisttelestaff",unblacklisttelestaff_out,
[(unblacklisttelestaff_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklistenderbow_in = <itemblacklist:blacklisted>.withTag({item: {id: "enderutilities:enderbow"}});
val unblacklistenderbow_out = <enderutilities:enderbow>;
recipes.addShapeless(
"unblacklistenderbow",unblacklistenderbow_out,
[(unblacklistenderbow_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
recipes.addShapeless(<extrautils2:terraformer:0>,
[<itemblacklist:blacklisted>.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 0 as short}})]);
recipes.addShapeless(<extrautils2:terraformer:1>,
[<itemblacklist:blacklisted>.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 1 as short}})]);
recipes.addShapeless(<extrautils2:terraformer:2>,
[<itemblacklist:blacklisted>.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 2 as short}})]);
recipes.addShapeless(<extrautils2:terraformer:3>,
[<itemblacklist:blacklisted>.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 3 as short}})]);
recipes.addShapeless(<extrautils2:terraformer:4>,
[<itemblacklist:blacklisted>.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 4 as short}})]);
recipes.addShapeless(<extrautils2:terraformer:5>,
[<itemblacklist:blacklisted>.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 5 as short}})]);
recipes.addShapeless(<extrautils2:terraformer:6>,
[<itemblacklist:blacklisted>.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 6 as short}})]);
recipes.addShapeless(<extrautils2:terraformer:7>,
[<itemblacklist:blacklisted>.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 7 as short}})]);
recipes.addShapeless(<extrautils2:terraformer:8>,
[<itemblacklist:blacklisted>.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 8 as short}})]);
recipes.addShapeless(<extrautils2:terraformer:9>,
[<itemblacklist:blacklisted>.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 9 as short}})]);
val unblacklisdimbuilder_in = <itemblacklist:blacklisted>.withTag({item: {id: "rftoolsdim:dimension_builder"}});
val unblacklisdimbuilder_out = <rftoolsdim:dimension_builder>;
recipes.addShapeless(
"unblacklisdimbuilder",unblacklisdimbuilder_out,
[(unblacklisdimbuilder_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklisdimenscriber_in = <itemblacklist:blacklisted>.withTag({item: {id: "rftoolsdim:dimension_enscriber"}});
val unblacklisdimenscriber_out = <rftoolsdim:dimension_enscriber>;
recipes.addShapeless(
"unblacklisdimenscriber",unblacklisdimenscriber_out,
[(unblacklisdimenscriber_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
val unblacklisdimwork_in = <itemblacklist:blacklisted>.withTag({item: {id: "rftoolsdim:dimlet_workbench"}});
val unblacklisdimwork_out = <rftoolsdim:dimlet_workbench>;
recipes.addShapeless(
"unblacklisdimwork", unblacklisdimwork_out,
[(unblacklisdimwork_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()],
function(out,ins,cInfo){
var metadata = ins.mark.tag.item.Damage as byte;
return out.withDamage(metadata);
},
null
);
+19
View File
@@ -500,3 +500,22 @@ recipes.addShapeless(<modularmachinery:safe_fission_lefhm_controller>,
recipes.addShapeless(<modularmachinery:safe_fission_hecm245_controller>,
[<modularmachinery:safe_fission_hecm245_controller>]);
recipes.addShapeless(<modularmachinery:active_cooled_hecf249_controller>,
[<modularmachinery:active_cooled_hecf249_controller>]);
recipes.addShapeless(<modularmachinery:active_cooled_herrr_controller>,
[<modularmachinery:active_cooled_herrr_controller>]);
recipes.addShapeless(<modularmachinery:active_cooled_polonium_controller>,
[<modularmachinery:active_cooled_polonium_controller>]);
recipes.addShapeless(<modularmachinery:active_cooled_heu233_controller>,
[<modularmachinery:active_cooled_heu233_controller>]);
recipes.addShapeless(<modularmachinery:active_cooled_hecm245_controller>,
[<modularmachinery:active_cooled_hecm245_controller>]);
recipes.addShapeless(<modularmachinery:active_cooled_hea242_controller>,
[<modularmachinery:active_cooled_hea242_controller>]);
+5
View File
@@ -175,3 +175,8 @@ recipes.addShaped(<thaumictinkerer:kamiresource:1>*2,
[<divinerpg:molten_shards>, <contenttweaker:divine_wisp>, <divinerpg:molten_shards>],
[<divinerpg:molten_shards>, <divinerpg:molten_shards>, <divinerpg:molten_shards>]]);
recipes.addShaped(<contenttweaker:ancient_decrystallizer>,
[[<divinerpg:corrupted_shards>, <thaumcraft:crystal_essence>, <divinerpg:corrupted_shards>],
[<thaumcraft:crystal_essence>, <aoa3:sapphire_pickaxe>, <thaumcraft:crystal_essence>],
[<divinerpg:corrupted_shards>, <thaumcraft:crystal_essence>, <divinerpg:corrupted_shards>]]);
+10 -10
View File
@@ -65,18 +65,18 @@ var mapSuperMithBoots as IData = {
}; */
mods.thaumcraft.Infusion.registerRecipe("inflesser", "",
<minecraft:spawn_egg>.withTag({EntityTag: {id: "thaumcraft:cultistportallesser"}}), 10,
[<aspect:vitium>*30, <aspect:perditio>*56, <aspect:alienis>*25, <aspect:cognitio>*30],
<minecraft:egg>,
[<minecraft:book>, <thaumcraft:inlay>, <thaumcraft:ingot:0>, <thaumcraft:ingot:0>]);
// mods.thaumcraft.Infusion.registerRecipe("inflesser", "",
// <minecraft:spawn_egg>.withTag({EntityTag: {id: "thaumcraft:cultistportallesser"}}), 10,
// [<aspect:vitium>*30, <aspect:perditio>*56, <aspect:alienis>*25, <aspect:cognitio>*30],
// <minecraft:egg>,
// [<minecraft:book>, <thaumcraft:inlay>, <thaumcraft:ingot:0>, <thaumcraft:ingot:0>]);
mods.thaumcraft.Infusion.registerRecipe("infgreater", "",
<minecraft:spawn_egg>.withTag({EntityTag: {id: "thaumcraft:cultistportalgreater"}}), 10,
[<aspect:vitium>*50, <aspect:perditio>*56, <aspect:alienis>*32, <aspect:cognitio>*40],
<minecraft:spawn_egg>.withTag({EntityTag: {id: "thaumcraft:cultistportallesser"}}),
[<thaumcraft:filter>, <thaumcraft:inlay>, <thaumcraft:ingot:1>, <thaumcraft:ingot:1>]);
// mods.thaumcraft.Infusion.registerRecipe("infgreater", "",
// <minecraft:spawn_egg>.withTag({EntityTag: {id: "thaumcraft:cultistportalgreater"}}), 10,
// [<aspect:vitium>*50, <aspect:perditio>*56, <aspect:alienis>*32, <aspect:cognitio>*40],
// <minecraft:spawn_egg>.withTag({EntityTag: {id: "thaumcraft:cultistportallesser"}}),
// [<thaumcraft:filter>, <thaumcraft:inlay>, <thaumcraft:ingot:1>, <thaumcraft:ingot:1>]);
recipes.addShaped(<contenttweaker:abyssal_wasteland_warp_cleanser>,
+5
View File
@@ -459,3 +459,8 @@ recipes.addShaped(<iceandfire:dread_shard>*4,
[[null, <iceandfire:witherbone>, null],
[<iceandfire:witherbone>, <contenttweaker:dread_cleansing_fabrial>.reuse(), <iceandfire:witherbone>],
[null, <iceandfire:witherbone>, null]]);
recipes.addShaped(<iceandfire:dread_shard>*4,
[[null, <tconstruct:materials:17>, null],
[<tconstruct:materials:17>, <contenttweaker:dread_cleansing_fabrial>.reuse(), <tconstruct:materials:17>],
[null, <tconstruct:materials:17>, null]]);

Some files were not shown because too many files have changed in this diff Show More