0.18.1 update

This commit is contained in:
ZHAY10086
2025-06-21 21:33:37 +08:00
parent 147afd6157
commit 81144fec1c
393 changed files with 18219 additions and 2920 deletions
+33 -6
View File
@@ -276,8 +276,8 @@ inffurnaceknowledge.build();
val inffurnacebalance = RecipeBuilder.newBuilder("inffurnacebalance","infinity_furnace",40);
inffurnacebalance.addFluidInput(<fluid:actualizing_fluid>*10);
inffurnacebalance.addItemInput(<contenttweaker:hungering_flesh_ingot>*4);
inffurnacebalance.addItemInput(<contenttweaker:ascended_fluix_crystal>*4);
inffurnacebalance.addItemInput(<contenttweaker:hungering_flesh_ingot>*1);
inffurnacebalance.addItemInput(<contenttweaker:ascended_fluix_crystal>*1);
inffurnacebalance.addItemInput(<contenttweaker:order_wood>*8);
inffurnacebalance.addItemInput(<contenttweaker:chaos_wood>*8);
inffurnacebalance.addItemInput(<contenttweaker:light_of_shadesmar>);
@@ -447,10 +447,10 @@ recipes.addShaped(<contenttweaker:spren_summoner_loneliness>,
[<contenttweaker:hyperuranion_ingot>, <openblocks:tank>.withTag({tank: {FluidName: "orichalcum", Amount: 16000}}), <contenttweaker:hyperuranion_ingot>],
[<contenttweaker:shard_of_forgotten_fear_of_death>, <contenttweaker:hyperuranion_ingot>, <contenttweaker:shard_of_rekindled_heritage>]]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:shard_of_no_hidden_intentions>, <fluid:crystalline_ichorium>*288, <contenttweaker:shard_of_no_hidden_intentions>*2]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:shard_of_physical_healing>, <fluid:hihi_irokane>*288, <contenttweaker:shard_of_physical_healing>*2]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:shard_of_realized_worth>, <fluid:parafrosynium>*288, <contenttweaker:shard_of_realized_worth>*2]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:shard_of_restored_relationship>, <fluid:orichalcum>*288, <contenttweaker:shard_of_restored_relationship>*2]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:shard_of_no_hidden_intentions>, <fluid:crystalline_ichorium>*72, <contenttweaker:shard_of_no_hidden_intentions>*2]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:shard_of_physical_healing>, <fluid:hihi_irokane>*72, <contenttweaker:shard_of_physical_healing>*2]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:shard_of_realized_worth>, <fluid:parafrosynium>*72, <contenttweaker:shard_of_realized_worth>*2]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:shard_of_restored_relationship>, <fluid:orichalcum>*72, <contenttweaker:shard_of_restored_relationship>*2]);
@@ -754,6 +754,33 @@ mods.thaumcraft.Infusion.registerRecipe("infusewarrenscatalyst", "",
<ore:ingotFractalliteHalite>, <forge:bucketfilled>.withTag({FluidName: "recursive_computing_matter", Amount: 1000}),
<ore:ingotFractalliteHalite>, <contenttweaker:stone_of_universal_balance>]);
mods.thaumcraft.Infusion.registerRecipe("infusetrinuumcatalyst", "",
<contenttweaker:trinuum_catalyst>, 10,
[<aspect:permutatio>*5000, <aspect:fluctus>*5000, <aspect:lux>*5000, <aspect:auram>*5000, <aspect:victus>*5000, <aspect:caeles>*5000],
<contenttweaker:catalyst_of_the_warrens>,
[<contenttweaker:cuendillar_plate>, <forge:bucketfilled>.withTag({FluidName: "trinity_ingot", Amount: 1000}),
<contenttweaker:cuendillar_plate>, <contenttweaker:stone_of_universal_balance>,
<contenttweaker:cuendillar_plate>, <forge:bucketfilled>.withTag({FluidName: "trinity_ingot", Amount: 1000}),
<contenttweaker:cuendillar_plate>, <contenttweaker:stone_of_universal_balance>,
<contenttweaker:cuendillar_plate>, <forge:bucketfilled>.withTag({FluidName: "trinity_ingot", Amount: 1000}),
<contenttweaker:cuendillar_plate>, <contenttweaker:stone_of_universal_balance>]);
mods.thaumcraft.Infusion.registerRecipe("infusesuperwishfulcatalyst", "",
<contenttweaker:infinitely_wishful_catalyst>, 10,
[<aspect:tenebrae>*10000, <aspect:ordo>*10000, <aspect:visum>*10000, <aspect:draco>*10000, <aspect:mythus>*10000, <aspect:cognitio>*10000, <aspect:humanus>*10000],
<contenttweaker:trinuum_catalyst>,
[<contenttweaker:ingot_of_infinite_wishes>, <contenttweaker:cuendillar_seal>,
<contenttweaker:ingot_of_infinite_wishes>, <avaritiaitem:cosmic_fractal_catalyzer>,
<contenttweaker:ingot_of_infinite_wishes>, <contenttweaker:cuendillar_seal>,
<contenttweaker:ingot_of_infinite_wishes>, <avaritiaitem:cosmic_fractal_catalyzer>,
<contenttweaker:ingot_of_infinite_wishes>, <contenttweaker:cuendillar_seal>,
<contenttweaker:ingot_of_infinite_wishes>, <avaritiaitem:cosmic_fractal_catalyzer>]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:stone_of_universal_balance>, <fluid:recursive_computing_matter>*100, <contenttweaker:seeker_stone>*4]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:seeker_stone>, <fluid:recursive_computing_matter>*1000, <contenttweaker:reality_pebble>*4]);
+2
View File
@@ -79,6 +79,8 @@ recipes.addShapeless(<bewitchment:salt_ore>,
[<contenttweaker:mineralis_ritual>]);
recipes.addShapeless(<aoa3:jade_ore>,
[<contenttweaker:mineralis_ritual>]);
recipes.addShapeless(<astralsorcery:blockcustomore:1>,
[<contenttweaker:mineralis_ritual>]);
mods.thermalexpansion.Crucible.addRecipe(<fluid:astralsorcery.liquidstarlight>*1000, <contenttweaker:starlight_sphere>, 1000);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:starlight_sphere>, <fluid:astralsorcery.liquidstarlight>*1000]);
+35
View File
@@ -61,3 +61,38 @@ recipes.addShaped(<thermalexpansion:satchel:0>,
[[<ore:ingotLead>, <projectred-core:resource_item:420>, <ore:ingotLead>],
[<projectred-core:resource_item:420>, <projectred-core:resource_item:420>, <projectred-core:resource_item:420>],
[<ore:ingotLead>, <projectred-core:resource_item:420>, <ore:ingotLead>]]);
recipes.removeShaped(<retro_sophisticated_backpacks:backpack_leather>);
mods.extendedcrafting.TableCrafting.addShaped(<retro_sophisticated_backpacks:backpack_leather>,
[[<enderutilities:enderpart:51>, <projectred-core:resource_item:420>, <enderutilities:enderpart:0>, <projectred-core:resource_item:420>, <enderutilities:enderpart:51>],
[<projectred-core:resource_item:420>, <enderutilities:enderpart:21>, <minecraft:leather>, <enderutilities:enderpart:21>, <projectred-core:resource_item:420>],
[<enderutilities:enderpart:0>, <minecraft:leather>, <minecraft:chest>, <minecraft:leather>, <enderutilities:enderpart:0>],
[<projectred-core:resource_item:420>, <enderutilities:enderpart:21>, <minecraft:leather>, <enderutilities:enderpart:21>, <projectred-core:resource_item:420>],
[<enderutilities:enderpart:51>, <projectred-core:resource_item:420>, <enderutilities:enderpart:0>, <projectred-core:resource_item:420>, <enderutilities:enderpart:51>]]);
recipes.removeShaped(<retro_sophisticated_backpacks:upgrade_base>);
recipes.addShaped(<retro_sophisticated_backpacks:upgrade_base>,
[[<enderutilities:enderpart:51>, <enderutilities:enderpart:2>, <enderutilities:enderpart:51>],
[<enderutilities:enderpart:2>, <aoa3:rammerhead_hide>, <enderutilities:enderpart:2>],
[<enderutilities:enderpart:51>, <enderutilities:enderpart:2>, <enderutilities:enderpart:51>]]);
recipes.removeShaped(<retro_sophisticated_backpacks:deposit_upgrade>);
recipes.addShaped(<retro_sophisticated_backpacks:deposit_upgrade>,
[[<contenttweaker:alchemical_mushroom>, <enderstorage:ender_pouch>, <contenttweaker:alchemical_mushroom>],
[<enderutilities:enderpart:2>, <retro_sophisticated_backpacks:upgrade_base>, <enderutilities:enderpart:2>],
[<contenttweaker:alchemical_mushroom>, <enderstorage:ender_storage:0>, <contenttweaker:alchemical_mushroom>]]);
recipes.removeShaped(<retro_sophisticated_backpacks:restock_upgrade>);
recipes.addShaped(<retro_sophisticated_backpacks:restock_upgrade>,
[[<contenttweaker:alchemical_mushroom>, <enderstorage:ender_storage:0>, <contenttweaker:alchemical_mushroom>],
[<enderutilities:enderpart:2>, <retro_sophisticated_backpacks:upgrade_base>, <enderutilities:enderpart:2>],
[<contenttweaker:alchemical_mushroom>, <enderstorage:ender_pouch>, <contenttweaker:alchemical_mushroom>]]);
+59
View File
@@ -1,5 +1,6 @@
import mods.astralsorcery.Utils;
import mods.modularmachinery.RecipeBuilder;
import mods.thaumcraft.Crucible;
// nero
@@ -9,6 +10,12 @@ recipes.addShaped(<contenttweaker:darkstar_compound>,
[<gendustry:honey_comb:14014>, <contenttweaker:parafrosynium>, <gendustry:honey_comb:14014>],
[<gendustry:honey_comb:14014>, <gendustry:honey_comb:14014>, <gendustry:honey_comb:14014>]]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:void_ichorium_ore>, <fluid:void_ichor>*250]);
mods.nuclearcraft.infuser.addRecipe([<extendedcrafting:singularity_custom:628>, <fluid:void_ichor>*50, <contenttweaker:ichor_taint_condensate>]);
val sterilizedparafrosynium = RecipeBuilder.newBuilder("sterilizedparafrosynium","sterilized_altar",200);
sterilizedparafrosynium.addEnergyPerTickInput(10000000);
sterilizedparafrosynium.addFluidInput(<fluid:liquid_pe>*10000);
@@ -35,6 +42,19 @@ sterilizedparafrosynium2.addItemInput(<extendedcrafting:singularity_custom:628>)
sterilizedparafrosynium2.addItemOutput(<contenttweaker:parafrosynium>*6);
sterilizedparafrosynium2.build();
val sterilizedparafrosynium3 = RecipeBuilder.newBuilder("sterilizedparafrosynium3","sterilized_altar",200);
sterilizedparafrosynium3.addEnergyPerTickInput(10000000);
sterilizedparafrosynium3.addFluidInput(<fluid:liquid_pe>*10000);
sterilizedparafrosynium3.addFluidInput(<fluid:liquid_lp>*10000);
sterilizedparafrosynium3.addItemInput(<contenttweaker:darkstar_compound>);
sterilizedparafrosynium3.addItemInput(<contenttweaker:dynatos_catalyst>);
sterilizedparafrosynium3.addItemInput(<materialpart:abyssite:ingot>*4);
sterilizedparafrosynium3.addItemInput(<ore:blockEthaxium>*64);
sterilizedparafrosynium3.addItemInput(<contenttweaker:eldritch_will_crystal>*16);
sterilizedparafrosynium3.addItemInput(<contenttweaker:ichor_taint_condensate>);
sterilizedparafrosynium3.addItemOutput(<contenttweaker:parafrosynium>*30);
sterilizedparafrosynium3.build();
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:dense_helpless_honey>, <gendustry:honey_comb:14014>, 200, <extendedcrafting:material:11>, 10000000);
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:dense_dark_honey>, <gendustry:honey_comb:14015>, 200, <extendedcrafting:material:11>, 10000000);
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:dense_fearful_honey>, <gendustry:honey_comb:14016>, 200, <extendedcrafting:material:11>, 10000000);
@@ -267,6 +287,24 @@ makeichorium2.addItemInput(<extendedcrafting:singularity_custom:628>);
makeichorium2.addItemOutput(<materialpart:ichorium:ingot>*3);
makeichorium2.build();
val makeichorium3 = RecipeBuilder.newBuilder("makeichorium3","arcane_autoinfuser",200);
makeichorium3.addEnergyPerTickInput(150000000);
makeichorium3.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "alkimia"}]})*300);
makeichorium3.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "mythus"}]})*100);
makeichorium3.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "desiderium"}]})*200);
makeichorium3.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "alienis"}]})*100);
makeichorium3.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "potentia"}]})*100);
makeichorium3.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "spiritus"}]})*50);
makeichorium3.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "aversio"}]})*50);
makeichorium3.addItemInput(<contenttweaker:crimson_ichor>*8);
makeichorium3.addItemInput(<thaumadditions:mithminite_block>*2);
makeichorium3.addItemInput(<thaumicaugmentation:material:5>*16);
makeichorium3.addItemInput(<thaumcraft:focus_3>);
makeichorium3.addItemInput(<thaumcraft:focus_3>);
makeichorium3.addItemInput(<contenttweaker:ichor_taint_condensate>);
makeichorium3.addItemOutput(<materialpart:ichorium:ingot>*15);
makeichorium3.build();
mods.thaumcraft.Infusion.registerRecipe("infusionichoriumcatalyst", "",
@@ -558,6 +596,15 @@ dragonfireorichalcum2.addItemInput(<extendedcrafting:singularity_custom:628>);
dragonfireorichalcum2.addItemOutput(<contenttweaker:orichalcum>*3);
dragonfireorichalcum2.build();
val dragonfireorichalcum3 = RecipeBuilder.newBuilder("dragonfireorichalcum3","dragonfire_crucible",200);
dragonfireorichalcum3.addFluidInput(<fluid:eternal_dragon_fire>*25000);
dragonfireorichalcum3.addItemInput(<contenttweaker:orichalcum_sliver>*8);
dragonfireorichalcum3.addItemInput(<extrabotany:material:1>*4);
dragonfireorichalcum3.addItemInput(<contenttweaker:infused_dread_shard>*12);
dragonfireorichalcum3.addItemInput(<contenttweaker:ichor_taint_condensate>);
dragonfireorichalcum3.addItemOutput(<contenttweaker:orichalcum>*15);
dragonfireorichalcum3.build();
@@ -634,6 +681,18 @@ carminitehihiirokane2.addItemInput(<extendedcrafting:singularity_custom:628>);
carminitehihiirokane2.addItemOutput(<contenttweaker:hihi_irokane>*3);
carminitehihiirokane2.build();
val carminitehihiirokane3 = RecipeBuilder.newBuilder("carminitehihiirokane3","carminite_empowerer",200);
carminitehihiirokane3.addEnergyPerTickInput(10000000);
carminitehihiirokane3.addAspectInput("victus",50);
carminitehihiirokane3.addItemInput(<contenttweaker:droplet_of_the_great_snake>*2);
carminitehihiirokane3.addItemInput(<bloodmagic:blood_shard:1>*12);
carminitehihiirokane3.addItemInput(<twilightforest:block_storage:4>*12);
carminitehihiirokane3.addItemInput(<bloodarsenal:base_item:4>*32);
carminitehihiirokane3.addItemInput(<contenttweaker:harbinger_crystal>*16);
carminitehihiirokane3.addItemInput(<contenttweaker:ichor_taint_condensate>);
carminitehihiirokane3.addItemOutput(<contenttweaker:hihi_irokane>*15);
carminitehihiirokane3.build();
mods.bloodmagic.TartaricForge.addRecipe(<contenttweaker:hihi_irokane_block>, [<contenttweaker:hihi_irokane>, <contenttweaker:nethersky_amber>, <bloodmagic:decorative_brick:3>, <contenttweaker:slate_of_endless_hunger>], 10000.0, 1000.0);
+16
View File
@@ -434,6 +434,22 @@ addController(<modularmachinery:bee_stargate_controller>, "modularmachinery:bee_
addController(<modularmachinery:abyssal_entropic_catalyzer_controller>, "modularmachinery:abyssal_entropic_catalyzer");
addController(<modularmachinery:mythic_processor_rock_crusher_controller>, "modularmachinery:mythic_processor_rock_crusher");
addController(<modularmachinery:uncorrupted_library_controller>, "modularmachinery:uncorrupted_library");
addController(<modularmachinery:meatballium_radiation_scrubber_controller>, "modularmachinery:meatballium_radiation_scrubber");
addController(<modularmachinery:radiant_meatballium_radiation_scrubber_controller>, "modularmachinery:radiant_meatballium_radiation_scrubber");
addController(<modularmachinery:cursed_meatballium_radiation_scrubber_controller>, "modularmachinery:cursed_meatballium_radiation_scrubber");
addController(<modularmachinery:active_meatballium_scrubbing_unit_controller>, "modularmachinery:active_meatballium_scrubbing_unit");
addController(<modularmachinery:vibrating_flux_crucible_controller>, "modularmachinery:vibrating_flux_crucible");
addController(<modularmachinery:relic_of_the_fallen_tower_controller>, "modularmachinery:relic_of_the_fallen_tower");
// Leave this at the bottom of the file, as it depends on the oredict being filled
+97 -2
View File
@@ -193,9 +193,104 @@ recipes.addShapeless(<botania:flighttiara:9>,
mods.botania.PureDaisy.addRecipe(<divinerpg:mortum_dirt>, <contenttweaker:mortum_livingrock>);
mods.botania.PureDaisy.addRecipe(<divinerpg:mortum_leaves>, <contenttweaker:mortum_livingwood>);
mods.botania.PureDaisy.addRecipe(<divinerpg:mortum_planks>, <contenttweaker:mortum_livingwood>);
mods.nuclearcraft.rock_crusher.addRecipe([<contenttweaker:mortum_livingrock>, <botania:livingrock:0>*8, <botania:livingrock:0>*4, <botania:livingrock:0>*2]);
mods.nuclearcraft.rock_crusher.addRecipe([<contenttweaker:mortum_livingwood>, <botania:livingwood:0>*8, <botania:livingwood:0>*4, <botania:livingwood:0>*2]);
mods.nuclearcraft.rock_crusher.addRecipe([<contenttweaker:mortum_livingwood>, <botania:livingwood:0>*8, <botania:livingwood:0>*4, <botania:livingwood:0>*2]);
mods.botania.ManaInfusion.addConjuration(<botania:storage:0>, <aoa3:skeletal_ingot>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:0>*2, <aoa3:lyon_ingot>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:0>*3, <aoa3:elecanium_ingot>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:0>*4, <ore:ingotChaos>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:0>*5, <aoa3:shyrestone_ingot>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:3>*1, <divinerpg:eden_gem>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:3>*2, <divinerpg:wildwood_gem>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:3>*3, <divinerpg:apalachia_gem>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:3>*4, <divinerpg:skythern_gem>, 1000);
mods.botania.ManaInfusion.addConjuration(<botania:storage:3>*5, <divinerpg:mortum_gem>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*10, <contenttweaker:divine_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*20, <contenttweaker:eden_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*30, <contenttweaker:wildwood_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*40, <contenttweaker:apalachia_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*50, <contenttweaker:skythern_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:1>*60, <contenttweaker:mortum_star>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:23>*4, <contenttweaker:dense_diamond_powder>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:23>*32, <contenttweaker:recursive_powder>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:23>*32, <contenttweaker:flying_gunpowder>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:manaresource:23>*48, <ore:dustOgerite>, 1000);
mods.botania.ManaInfusion.addAlchemy(<botania:quartz:1>*48, <contenttweaker:endergenic_sediment>, 1000);
mods.botania.ElvenTrade.addRecipe([<botania:dreamwood:0>*32], [<contenttweaker:mortum_livingwood>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:2>*1], [<aoa3:skeletal_ingot>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:2>*2], [<aoa3:lyon_ingot>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:2>*3], [<aoa3:elecanium_ingot>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:2>*4], [<ore:ingotChaos>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:2>*4], [<aoa3:shyrestone_ingot>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*10], [<contenttweaker:divine_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*20], [<contenttweaker:eden_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*30], [<contenttweaker:wildwood_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*40], [<contenttweaker:apalachia_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*50], [<contenttweaker:skythern_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:manaresource:8>*60], [<contenttweaker:mortum_star>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:4>*1], [<divinerpg:eden_gem>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:4>*2], [<divinerpg:wildwood_gem>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:4>*3], [<divinerpg:apalachia_gem>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:4>*4], [<divinerpg:skythern_gem>]);
mods.botania.ElvenTrade.addRecipe([<botania:storage:4>*5], [<divinerpg:mortum_gem>]);
mods.botania.ElvenTrade.addRecipe([<botania:quartz:5>*48], [<contenttweaker:endergenic_sediment>]);
+2 -1
View File
@@ -98,4 +98,5 @@
<contenttweaker:weaponsmith_callstone>.addTooltip(format.red("需在指定维度使用:末地"));
<contenttweaker:lively_tree_callstone>.addTooltip(format.red("需在指定维度使用:主世界"));
<contenttweaker:apothecary_prison_key>.addTooltip(format.red("需在指定维度使用:黄金"));
<contenttweaker:strange_stone_callstone>.addTooltip(format.red("需在指定维度使用:伽里弗雷"));
<contenttweaker:strange_stone_callstone>.addTooltip(format.red("需在指定维度使用:伽里弗雷"));
<contenttweaker:shyre_rider_callstone>.addTooltip(format.red("需在指定维度使用:塞尔瑞"));
+59 -22
View File
@@ -812,28 +812,11 @@ callofthejudge.itemRightClick = function(stack, world, player, hand) {
return "FAIL";
}
// obtain position under player
var pos = player.position.asPosition3f();
player.sendChat("使用该物品将会用坠星之石替换5格半径内的末地石");
player.sendChat("使用该物品将会用远古之心之标尺替换5格半径内的恶魔石");
// check if player is standing on beacon
var posChange = player.position.asPosition3f();
posChange.y = pos.y - 1;
var blockPosBelowPlayer = posChange.asBlockPos();
var blockBelow = world.getBlockState(blockPosBelowPlayer);
print(blockBelow.commandString);
var check_pos as crafttweaker.util.Position3f;
check_pos = crafttweaker.util.Position3f.create(pos.x, pos.y, pos.z);
if(world.getBiome(check_pos).name != "Space") {
player.sendChat("必须在空间站组装该多方块");
}
if(blockBelow != <blockstate:minecraft:purpur_block>) {
player.sendChat("该操作无法撤消 - 站在紫珀块上来标记在何处放置此多方块");
return "FAIL";
}
Commands.call("setblock ~ ~6 ~ contenttweaker:scale_of_the_ancient_heart", player, world, false, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 contenttweaker:stone_of_the_fallen_tower 0 replace minecraft:end_stone", player, world, false, true);
Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 contenttweaker:scale_of_the_ancient_heart 0 replace contenttweaker:demon_stone", player, world, false, true);
return "PASS";
@@ -4245,6 +4228,34 @@ recursivepaperillager.itemRightClick = function(stack, world, player, hand) {
};
recursivepaperillager.register();
var recursivepaperdunerider= VanillaFactory.createItem("recursive_paper_dunerider");
recursivepaperdunerider.maxStackSize = 16;
recursivepaperdunerider.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
// Commands.call("time set night", player, world, false, true);
Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:2f,WormAge:2}", player, world, false, true);
Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:2f,WormAge:2}", player, world, false, true);
Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:2f,WormAge:2}", player, world, false, true);
Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:2f,WormAge:2}", player, world, false, true);
Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:3f,WormAge:2}", player, world, false, true);
Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:3f,WormAge:2}", player, world, false, true);
Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:5f,WormAge:2}", player, world, false, true);
stack.shrink(1);
return "PASS";
};
recursivepaperdunerider.register();
var recursivepaperabyssal= VanillaFactory.createItem("recursive_paper_abyssal");
recursivepaperabyssal.maxStackSize = 16;
recursivepaperabyssal.itemRightClick = function(stack, world, player, hand) {
@@ -5250,4 +5261,30 @@ livelytreecallstone.itemRightClick = function(stack, world, player, hand) {
return "PASS";
};
livelytreecallstone.register();
livelytreecallstone.register();
var shyreridercallstone = VanillaFactory.createItem("shyre_rider_callstone");
shyreridercallstone.maxStackSize = 1;
shyreridercallstone.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
if(player.getDimension() != 820) {
player.sendChat("需位于塞尔瑞");
return "FAIL";
}
Commands.call("pillar-spawn nest_defiler_callstone", player, world, false, true);
stack.shrink(1);
return "PASS";
};
shyreridercallstone.register();
//summon thaumcraft:cultistknight ~ ~1 ~ {HandItems:[{Count:1,id:"aoa3:gods_greatblade"},{Count:1,id:"contenttweaker:cursed_cradle"}],HandDropChances:[0.0f,1.0f],CustomName:"Defiler of the Dragon Cradle",Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:10000.0}],Health:100000f,ArmorItems:[{Count:1,id:"aoa3:knight_boots"},{Count:1,id:"aoa3:knight_legs"},{Count:1,id:"aoa3:knight_chestplate"},{Count:1,id:"aoa3:knight_helmet"}]}
+1
View File
@@ -18,5 +18,6 @@ recipes.addShaped(<draconicevolution:chaos_shard:0>*9,
val drac = RecipeBuilder.newBuilder("chaotic","chaotic_condenser",400);
drac.addEnergyPerTickInput(400000);
drac.addBiomeInput("minecraft:sky");
drac.addItemOutput(<draconicevolution:chaos_shard:3>*3);
drac.build();
+8
View File
@@ -22,6 +22,7 @@ mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itembluep
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:compression_engine"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:advanced_compression_engine"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:meteoric_befaller"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:relic_of_the_fallen_tower"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:processor_clean_room"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:safe_nuke_environment"}));
mods.chisel.Carving.addVariation("modularblueprint", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:me_entropic_sythesizer"}));
@@ -79,6 +80,8 @@ mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itembluep
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"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:xp_assimilator"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:uncorrupted_library"}));
mods.chisel.Carving.addVariation("magicmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:vibrating_flux_crucible"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:neutronium_cannon"}),
@@ -94,6 +97,10 @@ mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_excavation_computer_multiblock"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:the_cube"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:quark_decomposer"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:meatballium_radiation_scrubber"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:radiant_meatballium_radiation_scrubber"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:cursed_meatballium_radiation_scrubber"}));
mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:active_meatballium_scrubbing_unit"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier1"}),
@@ -224,6 +231,7 @@ mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itembluep
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:quantum_condenser"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_melter"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:abyssal_entropic_catalyzer"}));
mods.chisel.Carving.addVariation("mythicprocessors", <modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:mythic_processor_rock_crusher"}));
recipes.addShaped(<modularmachinery:itemblueprint>.withTag({dynamicmachine: "modularmachinery:nightmare_electrolyzer"}),
+8
View File
@@ -17,6 +17,7 @@ mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:compression_engine_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:advanced_compression_engine_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:meteoric_befaller_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:relic_of_the_fallen_tower_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:processor_clean_room_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:safe_nuke_environment_controller>);
mods.chisel.Carving.addVariation("modularblueprintcontroller", <modularmachinery:me_entropic_sythesizer_controller>);
@@ -73,6 +74,8 @@ mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:forge_of_the_wyvern_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:eldritch_impetus_catalyzer_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:xp_assimilator_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:uncorrupted_library_controller>);
mods.chisel.Carving.addVariation("magicmultiblockscontroller", <modularmachinery:vibrating_flux_crucible_controller>);
@@ -85,6 +88,10 @@ mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modular
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:mythic_excavation_computer_multiblock_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:the_cube_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:quark_decomposer_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:meatballium_radiation_scrubber_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:radiant_meatballium_radiation_scrubber_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:cursed_meatballium_radiation_scrubber_controller>);
mods.chisel.Carving.addVariation("quantumphysicsmultiblockscontroller", <modularmachinery:active_meatballium_scrubbing_unit_controller>);
@@ -210,6 +217,7 @@ mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:quantum_condenser_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_melter_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:abyssal_entropic_catalyzer_controller>);
mods.chisel.Carving.addVariation("mythicprocessorscontroller", <modularmachinery:mythic_processor_rock_crusher_controller>);
+27 -1
View File
@@ -93,6 +93,15 @@ mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_p
<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
itemUtils.createEnchantedBook(<enchantment:minecraft:smite>.makeEnchantment(20)), <contenttweaker:infinite_recursive_plate>, itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(75))]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>,
1000000,
<contenttweaker:brightseel_alloy_plate>,
[<contenttweaker:cuendillar_primer>, <careerbees:ingredients:12>,
<contenttweaker:infinite_alchemical_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 17}]}), <contenttweaker:infinite_entropic_plate>,
<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 4}]}), <contenttweaker:infinite_recursive_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 75 as short, id: 34}]})]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>*10,
1000000,
<contenttweaker:power_wrought_brightsteel_alloy_plate>,
@@ -101,6 +110,15 @@ mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_p
<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
itemUtils.createEnchantedBook(<enchantment:minecraft:smite>.makeEnchantment(20)), <contenttweaker:infinite_recursive_plate>, itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(75))]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>*10,
1000000,
<contenttweaker:power_wrought_brightsteel_alloy_plate>,
[<contenttweaker:cuendillar_primer>, <careerbees:ingredients:12>,
<contenttweaker:infinite_alchemical_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 17}]}), <contenttweaker:infinite_entropic_plate>,
<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 4}]}), <contenttweaker:infinite_recursive_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 75 as short, id: 34}]})]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>*40,
1000000,
<contenttweaker:cleansed_brightsteel_alloy_plate>,
@@ -109,9 +127,17 @@ mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_p
<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
itemUtils.createEnchantedBook(<enchantment:minecraft:smite>.makeEnchantment(20)), <contenttweaker:infinite_recursive_plate>, itemUtils.createEnchantedBook(<enchantment:minecraft:unbreaking>.makeEnchantment(75))]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:cuendillar_plate>*40,
1000000,
<contenttweaker:cleansed_brightsteel_alloy_plate>,
[<contenttweaker:cuendillar_primer>, <careerbees:ingredients:12>,
<contenttweaker:infinite_alchemical_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 17}]}), <contenttweaker:infinite_entropic_plate>,
<contenttweaker:cuendillar_primer>, <careerbees:ingredients:11>,
<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 20 as short, id: 4}]}), <contenttweaker:infinite_recursive_plate>, <minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 75 as short, id: 34}]})]);
// <tconstruct:hammer>.withTag({TinkerData: {Materials: ["parafrosynium", "barathosynium", "wrought_iron", "adamantium"]}, Traits: ["darktraveler", "runic1", "stalwart", "thunder2", "flame2", "frost2", "hailhydra", "unnamed", "sharp", "magnetic2", "toolleveling"]})
// <tconstruct:hammer>.withTag({TinkerData: {Materials: ["runandium", "orichalcum", "neutronium", "kaiyu"]}, Traits: ["evil_pressure", "apocalypse", "laced", "mind", "body", "soul1", "thunder2", "flame2", "frost2", "uplifting", "shulking", "bone_shock", "high_in_calcium", "toolleveling"]})
// <tconstruct:hammer>.withTag({TinkerData: {Materials: ["chaotic_plustic", "infinity_avaritia_plustic", "ascended_draconic_alloy", "vibranium_alloy"]}, Traits: ["darktraveler", "global", "brownmagic", "apocalypse", "spiky", "prickly", "ghastly", "endspeed", "toolleveling"]})
// <tconstruct:hammer>.withTag({TinkerData: {Materials: ["chaotic_plustic", "infinity_avaritia_plustic", "ascended_draconic_alloy", "vibranium_alloy"]}, Traits: ["darktraveler", "global", "brownmagic", "apocalypse", "spiky", "prickly", "ghastly", "endspeed", "toolleveling"]})
+67 -1
View File
@@ -1015,7 +1015,7 @@ gravititestone.setToolLevel(3);
gravititestone.register();
var ancientscaleheart = VanillaFactory.createBlock("scale_of_the_ancient_heart", <blockmaterial:iron>);
ancientscaleheart.setBlockHardness(-1.0);
ancientscaleheart.setBlockHardness(1.0);
ancientscaleheart.setBlockResistance(2.5);
ancientscaleheart.setToolClass("pickaxe");
ancientscaleheart.setToolLevel(3);
@@ -2759,3 +2759,69 @@ stoneoftheresurrectedshard.setBlockResistance(2.5);
stoneoftheresurrectedshard.setToolClass("pickaxe");
stoneoftheresurrectedshard.setToolLevel(3);
stoneoftheresurrectedshard.register();
var trinuumcatalyst = VanillaFactory.createBlock("trinuum_catalyst", <blockmaterial:iron>);
trinuumcatalyst.setBlockHardness(1.0);
trinuumcatalyst.setBlockResistance(2.5);
trinuumcatalyst.setToolClass("pickaxe");
trinuumcatalyst.setToolLevel(3);
trinuumcatalyst.register();
var infinitelywishfulcatalyst = VanillaFactory.createBlock("infinitely_wishful_catalyst", <blockmaterial:iron>);
infinitelywishfulcatalyst.setBlockHardness(1.0);
infinitelywishfulcatalyst.setBlockResistance(2.5);
infinitelywishfulcatalyst.setToolClass("pickaxe");
infinitelywishfulcatalyst.setToolLevel(3);
infinitelywishfulcatalyst.register();
var carpetedallure = VanillaFactory.createBlock("carpeted_allure", <blockmaterial:iron>);
carpetedallure.setBlockHardness(1.0);
carpetedallure.setBlockResistance(2.5);
carpetedallure.setToolClass("pickaxe");
carpetedallure.setToolLevel(3);
carpetedallure.register();
var meatballiumreinforcedcasing = VanillaFactory.createBlock("meatballium_reinforced_casing", <blockmaterial:iron>);
meatballiumreinforcedcasing.setBlockHardness(1.0);
meatballiumreinforcedcasing.setBlockResistance(2.5);
meatballiumreinforcedcasing.setToolClass("pickaxe");
meatballiumreinforcedcasing.setToolLevel(3);
meatballiumreinforcedcasing.register();
var radiantmeatballiumreinforcedcasing = VanillaFactory.createBlock("radiant_meatballium_reinforced_casing", <blockmaterial:iron>);
radiantmeatballiumreinforcedcasing.setBlockHardness(1.0);
radiantmeatballiumreinforcedcasing.setBlockResistance(2.5);
radiantmeatballiumreinforcedcasing.setToolClass("pickaxe");
radiantmeatballiumreinforcedcasing.setToolLevel(3);
radiantmeatballiumreinforcedcasing.register();
var cursedmeatballiumreinforcedcasing = VanillaFactory.createBlock("cursed_meatballium_reinforced_casing", <blockmaterial:iron>);
cursedmeatballiumreinforcedcasing.setBlockHardness(1.0);
cursedmeatballiumreinforcedcasing.setBlockResistance(2.5);
cursedmeatballiumreinforcedcasing.setToolClass("pickaxe");
cursedmeatballiumreinforcedcasing.setToolLevel(3);
cursedmeatballiumreinforcedcasing.register();
var defineddraconiumblock = VanillaFactory.createBlock("defined_draconium_block", <blockmaterial:iron>);
defineddraconiumblock.setBlockHardness(1.0);
defineddraconiumblock.setBlockResistance(2.5);
defineddraconiumblock.setToolClass("pickaxe");
defineddraconiumblock.setToolLevel(3);
defineddraconiumblock.register();
var stoneofthefallentower = VanillaFactory.createBlock("stone_of_the_fallen_tower", <blockmaterial:iron>);
stoneofthefallentower.setBlockHardness(1.0);
stoneofthefallentower.setBlockResistance(2.5);
stoneofthefallentower.setToolClass("pickaxe");
stoneofthefallentower.setToolLevel(3);
stoneofthefallentower.register();
var voidichoriumore = VanillaFactory.createBlock("void_ichorium_ore", <blockmaterial:iron>);
voidichoriumore.setBlockHardness(1.0);
voidichoriumore.setBlockResistance(2.5);
voidichoriumore.setToolClass("pickaxe");
voidichoriumore.setToolLevel(3);
voidichoriumore.register();
+58
View File
@@ -0,0 +1,58 @@
#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(<bloodarsenal:bound_stick>.definition.id)) {
if (!event.target instanceof IEntityLivingBase) {
return;
}
val target as IEntityLivingBase = event.target;
if (target.definition.id != "bewitchment:demon" || !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);
Commands.call("summon Item ~ ~ ~ {Item:{id:\"bloodmagic:blood_shard\",Count:1b,Damage:1b}}", event.player, event.world, true, true);
}
}
});
+11
View File
@@ -1011,3 +1011,14 @@ var inquiringabyssite = VanillaFactory.createFluid("inquiring_abyssite", Color.f
inquiringabyssite.register();
var stormlightofredemption = VanillaFactory.createFluid("whispering_starlight_of_redemption", Color.fromHex("b2eddc"));
stormlightofredemption.register();
var meteoricdraconicmatter = VanillaFactory.createFluid("meteoric_draconic_matter", Color.fromHex("c9adc7"));
meteoricdraconicmatter.register();
var voidichor = VanillaFactory.createFluid("void_ichor", Color.fromHex("4e1d70"));
voidichor.register();
+159
View File
@@ -2921,3 +2921,162 @@ warrenpeat.maxStackSize = 64;
warrenpeat.beaconPayment = false;
warrenpeat.register();
var huntermobs = VanillaFactory.createItem("hunter_mobs");
huntermobs.maxStackSize = 64;
huntermobs.beaconPayment = false;
huntermobs.register();
var hunterlevel1 = VanillaFactory.createItem("hunter_level_1");
hunterlevel1.maxStackSize = 64;
hunterlevel1.beaconPayment = false;
hunterlevel1.register();
var hunterlevel3 = VanillaFactory.createItem("hunter_level_3");
hunterlevel3.maxStackSize = 64;
hunterlevel3.beaconPayment = false;
hunterlevel3.register();
var hunterlevel5 = VanillaFactory.createItem("hunter_level_5");
hunterlevel5.maxStackSize = 64;
hunterlevel5.beaconPayment = false;
hunterlevel5.register();
var hunterlevel9 = VanillaFactory.createItem("hunter_level_9");
hunterlevel9.maxStackSize = 64;
hunterlevel9.beaconPayment = false;
hunterlevel9.register();
var hunterlevel12 = VanillaFactory.createItem("hunter_level_12");
hunterlevel12.maxStackSize = 64;
hunterlevel12.beaconPayment = false;
hunterlevel12.register();
var hunterlevel13 = VanillaFactory.createItem("hunter_level_13");
hunterlevel13.maxStackSize = 64;
hunterlevel13.beaconPayment = false;
hunterlevel13.register();
var hunterlevel17 = VanillaFactory.createItem("hunter_level_17");
hunterlevel17.maxStackSize = 64;
hunterlevel17.beaconPayment = false;
hunterlevel17.register();
var hunterlevel19 = VanillaFactory.createItem("hunter_level_19");
hunterlevel19.maxStackSize = 64;
hunterlevel19.beaconPayment = false;
hunterlevel19.register();
var hunterlevel20 = VanillaFactory.createItem("hunter_level_20");
hunterlevel20.maxStackSize = 64;
hunterlevel20.beaconPayment = false;
hunterlevel20.register();
var hunterlevel30 = VanillaFactory.createItem("hunter_level_30");
hunterlevel30.maxStackSize = 64;
hunterlevel30.beaconPayment = false;
hunterlevel30.register();
var hunterlevel40 = VanillaFactory.createItem("hunter_level_40");
hunterlevel40.maxStackSize = 64;
hunterlevel40.beaconPayment = false;
hunterlevel40.register();
var hunterlevel50 = VanillaFactory.createItem("hunter_level_50");
hunterlevel50.maxStackSize = 64;
hunterlevel50.beaconPayment = false;
hunterlevel50.register();
var farminghunterlevels = VanillaFactory.createItem("farming_hunter_levels");
farminghunterlevels.maxStackSize = 64;
farminghunterlevels.beaconPayment = false;
farminghunterlevels.register();
var superenchantingstrippingautomation = VanillaFactory.createItem("super_enchanting_stripping_automation");
superenchantingstrippingautomation.maxStackSize = 64;
superenchantingstrippingautomation.beaconPayment = false;
superenchantingstrippingautomation.register();
var greatcoolant = VanillaFactory.createItem("coolant_great");
greatcoolant.maxStackSize = 64;
greatcoolant.beaconPayment = false;
greatcoolant.register();
var greatcoil = VanillaFactory.createItem("coil_great");
greatcoil.maxStackSize = 64;
greatcoil.beaconPayment = false;
greatcoil.register();
var goodwootdrops = VanillaFactory.createItem("good_woot_drops");
goodwootdrops.maxStackSize = 64;
goodwootdrops.beaconPayment = false;
goodwootdrops.register();
var karotfarm = VanillaFactory.createItem("karot_farm");
karotfarm.maxStackSize = 64;
karotfarm.beaconPayment = false;
karotfarm.register();
var mythicradiationshield = VanillaFactory.createItem("mythic_radiation_shielding");
mythicradiationshield.maxStackSize = 64;
mythicradiationshield.beaconPayment = false;
mythicradiationshield.register();
var recursiveradiationshield = VanillaFactory.createItem("recursive_radiation_shielding");
recursiveradiationshield.maxStackSize = 64;
recursiveradiationshield.beaconPayment = false;
recursiveradiationshield.register();
var fractalliteradshield = VanillaFactory.createItem("fractallite_radiation_shielding");
fractalliteradshield.maxStackSize = 64;
fractalliteradshield.beaconPayment = false;
fractalliteradshield.register();
var cursedcradle = VanillaFactory.createItem("cursed_cradle");
cursedcradle.maxStackSize = 64;
cursedcradle.beaconPayment = false;
cursedcradle.register();
var infusionpseudoautomation = VanillaFactory.createItem("infusion_pseudo_automation");
infusionpseudoautomation.maxStackSize = 64;
infusionpseudoautomation.beaconPayment = false;
infusionpseudoautomation.register();
var puzzlesolrainbowcore = VanillaFactory.createItem("puzzle_solution_rainbowcore");
puzzlesolrainbowcore.maxStackSize = 64;
puzzlesolrainbowcore.beaconPayment = false;
puzzlesolrainbowcore.register();
var recursionsharpeninglens = VanillaFactory.createItem("recursion_sharpening_lens");
recursionsharpeninglens.maxStackSize = 64;
recursionsharpeninglens.beaconPayment = false;
recursionsharpeninglens.register();
var valkyrieconstruct = VanillaFactory.createItem("valkyrie_construct");
valkyrieconstruct.maxStackSize = 64;
valkyrieconstruct.beaconPayment = false;
valkyrieconstruct.register();
var hyperchitinousfabrial = VanillaFactory.createItem("hyperchitinous_fabrial");
hyperchitinousfabrial.maxStackSize = 64;
hyperchitinousfabrial.beaconPayment = false;
hyperchitinousfabrial.register();
var divinestellarfabrial = VanillaFactory.createItem("divine_stellar_fabrial");
divinestellarfabrial.maxStackSize = 64;
divinestellarfabrial.beaconPayment = false;
divinestellarfabrial.register();
var ichortaintcondensate = VanillaFactory.createItem("ichor_taint_condensate");
ichortaintcondensate.maxStackSize = 64;
ichortaintcondensate.beaconPayment = false;
ichortaintcondensate.register();
var pearlescentfabrial = VanillaFactory.createItem("pearlescent_fabrial");
pearlescentfabrial.maxStackSize = 64;
pearlescentfabrial.beaconPayment = false;
pearlescentfabrial.register();
+7
View File
@@ -61,6 +61,12 @@ nethengeicroll.addItemEntry(<divinerpg:divine_shards>, 5);
val nethengeicbone = nethengeicwither.addPool("nethengeicbone", 1, 1, 0, 0);
nethengeicbone.addItemEntry(<contenttweaker:nethengeic_bone>, 5);
val nethegeicbeast = LootTweaker.getTable("aoa3:entities/mobs/nether/nethengeic_beast");
val nethegeicbeastflammable = nethegeicbeast.addPool("nethegeicbeastflammable", 1, 1, 0, 0);
nethegeicbeastflammable.addItemEntry(<aoa3:flammable_dust>, 5);
val thewatcher = LootTweaker.getTable("divinerpg:entities/boss/the_watcher");
val thewatcherroll = thewatcher.addPool("thewatcherroll", 1, 1, 0, 0);
thewatcherroll.addItemEntry(<bewitchment:demon_heart>*3, 5);
@@ -500,6 +506,7 @@ vanilladungeonmbc.addItemEntry(<contenttweaker:witchery_summons>, 3);
vanilladungeonmbc.addItemEntry(<contenttweaker:recursive_paper_illager>, 3);
vanilladungeonmbc.addItemEntry(<contenttweaker:recursive_paper_abyssal>, 3);
vanilladungeonmbc.addItemEntry(<contenttweaker:recursive_paper_buggy>, 3);
vanilladungeonmbc.addItemEntry(<contenttweaker:recursive_paper_dunerider>, 3);
val vanillastronghold = LootTweaker.getTable("minecraft:chests/stronghold_corridor");
val vanillastrongholdmbc = vanillastronghold.addPool("vanillastrongholdmbc", 1, 1, 0, 0);
+72
View File
@@ -0,0 +1,72 @@
import crafttweaker.item.IItemStack;
import crafttweaker.item.IIngredient;
import crafttweaker.item.ITooltipFunction;
import crafttweaker.recipes.IRecipeFunction;
import crafttweaker.recipes.ICraftingInfo;
import crafttweaker.data.IData;
import crafttweaker.formatting.IFormattedText;
import mods.jei.JEI;
recipes.addShaped(<contenttweaker:mythic_radiation_shielding>,
[[<nuclearcraft:rad_shielding:2>, <contenttweaker:first_order_mythic_fractal>, <nuclearcraft:rad_shielding:2>],
[<contenttweaker:first_order_mythic_fractal>, <contenttweaker:active_cursed_jewel>, <contenttweaker:first_order_mythic_fractal>],
[<nuclearcraft:rad_shielding:2>, <contenttweaker:first_order_mythic_fractal>, <nuclearcraft:rad_shielding:2>]]);
recipes.addShaped(<contenttweaker:recursive_radiation_shielding>,
[[<contenttweaker:mythic_radiation_shielding>, <contenttweaker:second_order_mythic_fractal>, <contenttweaker:mythic_radiation_shielding>],
[<contenttweaker:second_order_mythic_fractal>, <draconicevolution:draconium_block:1>, <contenttweaker:second_order_mythic_fractal>],
[<contenttweaker:mythic_radiation_shielding>, <contenttweaker:second_order_mythic_fractal>, <contenttweaker:mythic_radiation_shielding>]]);
recipes.addShaped(<contenttweaker:fractallite_radiation_shielding>,
[[<contenttweaker:recursive_radiation_shielding>, <contenttweaker:shungite>, <contenttweaker:recursive_radiation_shielding>],
[<contenttweaker:shungite>, <contenttweaker:sacred_cinders_fruit>, <contenttweaker:shungite>],
[<contenttweaker:recursive_radiation_shielding>, <contenttweaker:shungite>, <contenttweaker:recursive_radiation_shielding>]]);
val anythingatall as IIngredient = <*>;
val goodArmor = <minecraft:diamond_chestplate>.withTag({ench: [{lvl: 5 as short, id: 16}], display: {Name: "Your Armor"}});
val forJEIepicdisplay = (goodArmor | anythingatall);
recipes.addShapeless(
"addmythicshieldinggg",<contenttweaker:mythic_radiation_shielding>,
[(anythingatall.marked("mark").transformNew(function(item) { return item.withAmount(1).withTag(item.tag); })).noReturn(),
<contenttweaker:mythic_radiation_shielding>],
function(out,ins,cInfo){
var inpuTag = ins.mark.tag as IData;
var updatedTag as IData = {ncRadiationResistance: 10.0};
return ins.mark.updateTag(inpuTag += updatedTag).withAmount(1);
},
null
);
recipes.addShapeless(
"addrecursiveshieldinggg",<contenttweaker:recursive_radiation_shielding>,
[(anythingatall.marked("mark").transformNew(function(item) { return item.withAmount(1).withTag(item.tag); })).noReturn(),
<contenttweaker:recursive_radiation_shielding>],
function(out,ins,cInfo){
var inpuTag = ins.mark.tag as IData;
var updatedTag as IData = {ncRadiationResistance: 100.0};
return ins.mark.updateTag(inpuTag += updatedTag).withAmount(1);
},
null
);
recipes.addShapeless(
"addfractalliteshieldinggg",<contenttweaker:fractallite_radiation_shielding>,
[(anythingatall.marked("mark").transformNew(function(item) { return item.withAmount(1).withTag(item.tag); })).noReturn(),
<contenttweaker:fractallite_radiation_shielding>],
function(out,ins,cInfo){
var inpuTag = ins.mark.tag as IData;
var updatedTag as IData = {ncRadiationResistance: 1000.0};
return ins.mark.updateTag(inpuTag += updatedTag).withAmount(1);
},
null
);
+1 -1
View File
@@ -226,7 +226,7 @@ stoneofdimensionalascension.itemRightClick = function(stack, world, player, hand
}
if (getBlockMatchAtPosition("minecraft:packed_ice", playerPos, [8,0,10], world) == 0) {
player.sendChat("在alpha测试阶段的很长一段时间里,第章的星球都相当空旷。我很高兴它们现在变得更加生机勃勃了!");
player.sendChat("在alpha测试阶段的很长一段时间里,第3章的星球都相当空旷。我很高兴它们现在变得更加生机勃勃了!");
player.sendChat("下一个方块在红沙的南侧,间隔一格 [8,0,10].");
return "FAIL";
}
+426
View File
@@ -46,6 +46,9 @@ recipes.addShapeless(<contenttweaker:ayeraco_scale>,
recipes.addShapeless(<contenttweaker:soul_of_the_grand_wizard>,
[<contenttweaker:boss_drop>, <iceandfire:dread_key>, <contenttweaker:staff_of_iceika>]);
recipes.addShapeless(<contenttweaker:cursed_cradle>,
[<contenttweaker:boss_drop>, <contenttweaker:shyre_rider_callstone>]);
recipes.addShapeless(<contenttweaker:nightmare_of_annoyance>,
[<contenttweaker:boss_drop>, <contenttweaker:ghost_of_annoyance_callstone>]);
@@ -1259,6 +1262,429 @@ recipes.addShapeless(<contenttweaker:respect_of_death>,
recipes.addShapeless(<contenttweaker:strange_stone_essence>,
[<contenttweaker:dungeon_drop>, <contenttweaker:strange_stone_callstone>]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:anemia"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:bloodmist"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:dark_beast"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:host"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:irkling"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:linger"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:modulo"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:night_watcher"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:rammerhead"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:roloscope"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:scrubby"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:skellox"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:terrestrial"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:urka"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:vertebron"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:void_walker"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_1>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:walker"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_3>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:death_hunter"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_3>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:headless_destroyer"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_3>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:reaper_twins"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_3>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:triclops"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_5>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:mother_void_walker"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_9>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:ice_giant"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_9>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:leafy_giant"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_9>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:sand_giant"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_9>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:stone_giant"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_9>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:wood_giant"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_12>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:amphibiyte"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_13>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:skeletal_cowman"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_17>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:kaiyu"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_19>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:zhinx"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:exohead"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:nethengeic_beast"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:diocus"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:paravite"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:spinoledon"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:iosaur"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:mushroom_spider"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:rawbone"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:enforcer"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:undead_troll"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:jawe"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:banshee"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:nightmare_spider"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:dawnlight"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:nightwing"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:flesh_eater"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:jumbo"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:phantom"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:cane_bug"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_20>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:gingerbird"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:gingerbread_man"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:pod_plant"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:vine_wizard"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:spectral_wizard"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:runic_guardian"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:mermage"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:amphibior"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:faceless_floater"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:zorp"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:zarg"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:baumba"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_30>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:refluct"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_40>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:inmate_x"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_40>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:inmate_y"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_40>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:merkyre"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_40>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:crusilisk"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_40>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:arkzyne"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_50>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:shyre_troll"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_50>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:lightwalker"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_50>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:luxocron"}})]);
recipes.addShapeless(<contenttweaker:farming_hunter_levels>,
[<contenttweaker:hunter_mobs>,
<contenttweaker:hunter_level_50>,
<minecraft:spawn_egg>.withTag({EntityTag: {id: "aoa3:stimulosus"}})]);
recipes.addShapeless(<aoa3:rammerhead_hide>,
[<contenttweaker:farming_hunter_levels>]);
recipes.addShapeless(<aoa3:amphibiyte_lung>,
[<contenttweaker:farming_hunter_levels>]);
recipes.addShapeless(<contenttweaker:kaiyu_bone>,
[<contenttweaker:farming_hunter_levels>]);
recipes.addShapeless(<aoa3:lunar_ingot>,
[<contenttweaker:farming_hunter_levels>]);
+7
View File
@@ -25,6 +25,13 @@ pinkslime.addItemInput(<minecraft:slime_ball>);
pinkslime.addItemOutput(<industrialforegoing:pink_slime>);
pinkslime.build();
val uncpinkslime = RecipeBuilder.newBuilder("uncpinkslime","uncorrupted_library",200);
uncpinkslime.addFluidInput(<fluid:lifeessence>*50);
uncpinkslime.addFluidInput(<fluid:liquidcoralium>*50);
uncpinkslime.addItemInput(<minecraft:slime_ball>);
uncpinkslime.addItemOutput(<industrialforegoing:pink_slime>);
uncpinkslime.build();
mods.thermalexpansion.Crucible.addRecipe(<fluid:if.pink_slime>*100, <industrialforegoing:pink_slime>, 1000);
recipes.remove(<industrialforegoing:petrified_fuel_generator>);
-8
View File
@@ -139,13 +139,6 @@ forgetfulserum.itemRightClick = function(stack, world, player, hand) {
};
forgetfulserum.register();
var shungiteprism = VanillaFactory.createItem("shungite_prism");
shungiteprism.maxStackSize = 1;
shungiteprism.itemRightClick = function(stack, world, player, hand) {
Commands.call("gamestage add @p radiationimmunity", player, world, true, true);
return "Pass";
};
shungiteprism.register();
var paparazzicamera = VanillaFactory.createItem("paparazzi_camera");
paparazzicamera.maxStackSize = 1;
@@ -170,4 +163,3 @@ astralmasterytome.itemRightClick = function(stack, world, player, hand) {
return "Pass";
};
astralmasterytome.register();
-5
View File
@@ -163,11 +163,6 @@ mods.recipestages.Recipes.addShapeless("minor_vethea_binding", "MinorVetheaBindi
mods.nuclearcraft.radiation.setRadiationImmunityGameStages(false, ["radiationimmunity"]);
recipes.addShaped(<contenttweaker:shungite_prism>,
[[<contenttweaker:active_cursed_jewel>, <contenttweaker:shungite>, <contenttweaker:active_cursed_jewel>],
[<contenttweaker:shungite>, <contenttweaker:shungite>, <contenttweaker:shungite>],
[<contenttweaker:active_cursed_jewel>, <contenttweaker:sacred_cinders_seed>, <contenttweaker:active_cursed_jewel>]]);
mods.recipestages.Recipes.addShaped("makebettergrandcrystals", "hardmode", <contenttweaker:grand_magician_callstone>, [
[<ebwizardry:large_mana_flask>, <ebwizardry:astral_diamond>, <ebwizardry:large_mana_flask>],
+84 -3
View File
@@ -2709,9 +2709,9 @@ mods.jei.JEI.addDescription([
mods.jei.JEI.addDescription([
<contenttweaker:remove_flux>],
[
"有一些移除咒波的方法:",
"有多种移除咒波的方法:",
"",
"1. 血魔法的邪术意志仪式(前期推荐)。放置仪式,其会减少3x3区块内的咒波量,并将其转化为恶魔意志。如果9个区块内的意志均为满,仪式会停止清除咒波。使用恶魔结晶坛来确保区块内意志不被充满!",
"1. 血魔法的邪术意志仪式(前期推荐)。放置仪式,其会减少3x3区块内的咒波量,并将其转化为恶魔意志。",
"",
"2. 咒波凝结器(不推荐)。要解锁该物品,需要推进一些神秘时代进度。咒波凝结器上应放置格栅。格栅有概率堵塞,若格栅堵塞,需要破坏并重新放置。该方块需消耗Herba源质才能工作,并且会产出Vitium源质。使用源质管道来输入输出这两种源质。",
"",
@@ -2721,7 +2721,7 @@ mods.jei.JEI.addDescription([
mods.jei.JEI.addDescription([
<contenttweaker:eldritch_will_ritual>],
[
"血魔法的邪术意志仪式是解决咒波的最简单方法之一。放置仪式,其会减少3x3区块内的咒波量,并将其转化为恶魔意志。如果9个区块内的意志均为满,仪式会停止清除咒波。使用恶魔结晶坛来确保区块内意志不被充满!"
"血魔法的邪术意志仪式是解决咒波的最简单方法之一。放置仪式,其会减少3x3区块内的咒波量,并将其转化为恶魔意志。"
]);
mods.jei.JEI.addDescription([
@@ -4698,6 +4698,29 @@ mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_vowtodeath>,
]);
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_rainbowcore>,
[
"拜托!至少试着解一下谜题嘛!",
"", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "",
"说真的!解谜很有意思的!下一页有额外提示!",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"空境中存在三种结构。容器,内容,顺序……",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"想不到你居然不试着把线索连起来……",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"使用一个白色的潜影盒,其第一排中装有按以下顺序排列的各色羊毛:",
"红色",
"棕色",
"紫色",
"淡灰色",
"粉红色",
"橙色",
"淡蓝色",
"黄绿色",
"灰色"
]);
mods.jei.JEI.addDescription([
<contenttweaker:passive_crafting_subnets>],
[
@@ -4799,3 +4822,61 @@ mods.jei.JEI.addDescription([
]);
mods.jei.JEI.addDescription([
<contenttweaker:super_enchanting_stripping_automation>,
<contenttweaker:cuendillar_plate>],
[
"用于制作昆达雅石的特定附魔书,需要通过剥离超限附魔获取。",
"",
"以下是进行该自动化的一些提示:",
"",
"使用者可用于右击使用超限附魔仪式",
"",
"魔咒提取机可自动化提取魔咒",
"",
"被剥离魔咒的武器可重新制作为对应的超限附魔仪式"
]);
mods.jei.JEI.addDescription([
<contenttweaker:karot_farm>,
<divinerpg:halite_phaser>],
[
"卡萝特的掉落物无法使用Woot自动获取。因此,推荐使用收税官蜜蜂进行自动化。",
"",
"由于该Boss会生成兔子,你需要将兔子运走并击杀以避免生物持续堆积。",
"",
"生成的兔子比卡萝特矮得多,所以可使用风扇或传送带运输,送至生物粉碎机或其他处死装置处。"
]);
mods.jei.JEI.addDescription([
<contenttweaker:infusion_pseudo_automation>],
[
"为帮助简化重复性的神秘时代注魔配方,模块化路由器可作为辅助批量合成的工具。",
"",
"发送模块可绑定到中心的奥术基座,周围的其他所有基座则可以使用分配模块进行绑定。",
"",
"注意,根据实际配方,你需要调整放入路由器的物品顺序,以及发送模块在路由器中的位置。如果发送模块排在首位,则中心物品应始终放置在首位。",
"",
"所有物品放置到基座上后,用护手启动配方即可。只需确保有充足的要素供应和稳定度。",
"",
"此类方法可与ME接口配合使用。只需确保不要在一套注魔装置上同时进行多个配方。",
"",
"另外,如果你花时间读了这条说明,那么告诉你:时间蜜蜂对神秘时代注魔同样有效 ;)"
]);
mods.jei.JEI.addDescription([
<superfactorymanager:manager>],
[
"网络的核心,类似于可视化流程图,能够放置模块并将其连接到不同的模块。要制作一个最基本的从A到B的程序,你必须将一个“触发器”模块放置到布局上。触发器模块是“运行”脚本的起点,并且它的触发方式非常灵活,可设定为不同模式,例如每5秒触发一次、由红石控制等等。",
"",
"线缆用于扩展管理器的连接范围。将其与将要实现自动化的方块相邻放置,以将这些方块连接到管理器。",
"",
"然后,你可以放置一个“输入”模块,指定目标机器、方块实体、箱子等作为输入端,并指定输入面。同样地,放置“输出”模块来指定输出目标和输出面。如此这般,你就可以建立一个基本的输入输出系统。"
]);
+44
View File
@@ -45,6 +45,17 @@ elemaltar5.addItemInput(<dimdoors:stable_fabric>);
elemaltar5.addItemOutput(<contenttweaker:essence_darkness>);
elemaltar5.build();
val elemaltar5a = RecipeBuilder.newBuilder("elemaltar5a","elemental_altar",10);
elemaltar5a.addLifeEssenceInput(1000, false);
elemaltar5a.addItemInput(<bloodmagic:component:16>);
elemaltar5a.addItemInput(<contenttweaker:lanthanum_salt>);
elemaltar5a.addItemInput(<abyssalcraft:odbcore>);
elemaltar5a.addItemInput(<abyssalcraft:dreadplate>);
elemaltar5a.addItemInput(<contenttweaker:otherwordly_tears_bottle>);
elemaltar5a.addItemInput(<dimdoors:stable_fabric>);
elemaltar5a.addItemOutput(<contenttweaker:essence_darkness>);
elemaltar5a.build();
val elemaltar6 = RecipeBuilder.newBuilder("elemaltar6","elemental_altar",10);
elemaltar6.addLifeEssenceInput(1000, false);
elemaltar6.addItemInput(<bloodarsenal:base_item:6>);
@@ -56,6 +67,17 @@ elemaltar6.addItemInput(<dimdoors:stable_fabric>);
elemaltar6.addItemOutput(<contenttweaker:essence_helplessness>);
elemaltar6.build();
val elemaltar6a = RecipeBuilder.newBuilder("elemaltar6a","elemental_altar",10);
elemaltar6a.addLifeEssenceInput(1000, false);
elemaltar6a.addItemInput(<bloodarsenal:base_item:6>);
elemaltar6a.addItemInput(<contenttweaker:lanthanum_salt>);
elemaltar6a.addItemInput(<abyssalcraft:odbcore>);
elemaltar6a.addItemInput(<abyssalcraft:dreadplate>);
elemaltar6a.addItemInput(<contenttweaker:otherwordly_tears_bottle>);
elemaltar6a.addItemInput(<dimdoors:stable_fabric>);
elemaltar6a.addItemOutput(<contenttweaker:essence_helplessness>);
elemaltar6a.build();
val elemaltar7 = RecipeBuilder.newBuilder("elemaltar7","elemental_altar",10);
elemaltar7.addLifeEssenceInput(10, false);
elemaltar7.addItemInput(<ore:ingotVengefulSteel>);
@@ -105,6 +127,17 @@ elemaltar11.addItemInput(<dimdoors:stable_fabric>);
elemaltar11.addItemOutput(<contenttweaker:essence_fear>);
elemaltar11.build();
val elemaltar11a = RecipeBuilder.newBuilder("elemaltar11a","elemental_altar",10);
elemaltar11a.addLifeEssenceInput(1000, false);
elemaltar11a.addItemInput(<bloodmagic:component:11>);
elemaltar11a.addItemInput(<contenttweaker:lanthanum_salt>);
elemaltar11a.addItemInput(<abyssalcraft:odbcore>);
elemaltar11a.addItemInput(<abyssalcraft:dreadplate>);
elemaltar11a.addItemInput(<contenttweaker:otherwordly_tears_bottle>);
elemaltar11a.addItemInput(<dimdoors:stable_fabric>);
elemaltar11a.addItemOutput(<contenttweaker:essence_fear>);
elemaltar11a.build();
val elemaltar12 = RecipeBuilder.newBuilder("elemaltar12","elemental_altar",10);
elemaltar12.addLifeEssenceInput(1000, false);
elemaltar12.addItemInput(<gendustry:gene_sample>.withTag({species: "rootTrees", chromosome: 0, allele: "forestry.treeOak"}));
@@ -126,6 +159,17 @@ elemaltar13.addItemInput(<dimdoors:stable_fabric>);
elemaltar13.addItemOutput(<contenttweaker:essence_solitude>);
elemaltar13.build();
val elemaltar13a = RecipeBuilder.newBuilder("elemaltar13a","elemental_altar",10);
elemaltar13a.addLifeEssenceInput(1000, false);
elemaltar13a.addItemInput(<bloodmagic:component:4>);
elemaltar13a.addItemInput(<contenttweaker:lanthanum_salt>);
elemaltar13a.addItemInput(<abyssalcraft:odbcore>);
elemaltar13a.addItemInput(<abyssalcraft:dreadplate>);
elemaltar13a.addItemInput(<contenttweaker:otherwordly_tears_bottle>);
elemaltar13a.addItemInput(<dimdoors:stable_fabric>);
elemaltar13a.addItemOutput(<contenttweaker:essence_solitude>);
elemaltar13a.build();
val elemaltar14 = RecipeBuilder.newBuilder("elemaltar14","elemental_altar",10);
elemaltar14.addLifeEssenceInput(1000, false);
elemaltar14.addItemInput(<minecraft:gunpowder>);
+6
View File
@@ -11,6 +11,12 @@ recipes.addShaped(<dimdoors:fabric:15>,
[<bloodmagic:arcane_ashes>, <minecraft:stone:0>, <bloodmagic:arcane_ashes>],
[<dimdoors:world_thread>, <bloodmagic:arcane_ashes>, <dimdoors:world_thread>]]);
recipes.addShaped(<dimdoors:fabric:15>*4,
[[<dimdoors:world_thread>, <forestry:crafting_material:2>, <dimdoors:world_thread>],
[<forestry:crafting_material:2>, <minecraft:stone:0>, <forestry:crafting_material:2>],
[<dimdoors:world_thread>, <forestry:crafting_material:2>, <dimdoors:world_thread>]]);
val aby2 = RecipeBuilder.newBuilder("dimensional4200","dimensional_stabilizer",200);
aby2.addFluidInput(<fluid:refined_life_essence>*50);
aby2.addItemOutput(<dimdoors:world_thread>*10);
+97 -1
View File
@@ -78,4 +78,100 @@ enc8.addFluidInput(<fluid:liquidcoralium>*800);
enc8.addItemInput(<bloodmagic:blood_shard:0>);
enc8.addItemInput(<contenttweaker:infinity_fragment>);
enc8.addItemOutput(<divinerpg:collector_fragments>*8);
enc8.build();
enc8.build();
val uncicearca1 = RecipeBuilder.newBuilder("uncicearca1","uncorrupted_library",100);
uncicearca1.addEnergyPerTickInput(2000);
uncicearca1.addFluidInput(<fluid:lifeessence>*200);
uncicearca1.addFluidInput(<fluid:liquidcoralium>*200);
uncicearca1.addItemInput(<bloodmagic:blood_shard:0>);
uncicearca1.addItemInput(<minecraft:packed_ice>*8);
uncicearca1.addItemOutput(<divinerpg:ice_shards>*4);
uncicearca1.build();
val uncicearca2 = RecipeBuilder.newBuilder("uncicearca2","uncorrupted_library",100);
uncicearca2.addEnergyPerTickInput(2000);
uncicearca2.addFluidInput(<fluid:lifeessence>*200);
uncicearca2.addFluidInput(<fluid:liquidcoralium>*200);
uncicearca2.addItemInput(<bloodmagic:blood_shard:0>);
uncicearca2.addItemInput(<minecraft:obsidian>*48);
uncicearca2.addItemOutput(<divinerpg:corrupted_shards>*12);
uncicearca2.build();
val uncicearca3 = RecipeBuilder.newBuilder("uncicearca3","uncorrupted_library",80);
uncicearca3.addEnergyPerTickInput(2000);
uncicearca3.addFluidInput(<fluid:lifeessence>*800);
uncicearca3.addFluidInput(<fluid:liquidcoralium>*800);
uncicearca3.addItemInput(<bloodmagic:blood_shard:0>);
uncicearca3.addItemInput(<fluxnetworks:flux>*4);
uncicearca3.addItemOutput(<divinerpg:collector_fragments>);
uncicearca3.build();
val uncicearca4 = RecipeBuilder.newBuilder("uncicearca4","uncorrupted_library",80);
uncicearca4.addEnergyPerTickInput(2000);
uncicearca4.addFluidInput(<fluid:lifeessence>*800);
uncicearca4.addFluidInput(<fluid:liquidcoralium>*800);
uncicearca4.addItemInput(<aoa3:ice_crystal>);
uncicearca4.addItemInput(<minecraft:snow>*4);
uncicearca4.addItemOutput(<divinerpg:snowflake>*2);
uncicearca4.build();
val uncicearca5 = RecipeBuilder.newBuilder("uncicearca5","uncorrupted_library",20);
uncicearca5.addEnergyPerTickInput(2000);
uncicearca5.addFluidInput(<fluid:lifeessence>*800);
uncicearca5.addFluidInput(<fluid:liquidcoralium>*800);
uncicearca5.addItemInput(<materialpart:sednanite:ingot>);
uncicearca5.addItemInput(<advancedrocketry:hotturf>*32);
uncicearca5.addItemOutput(<bloodmagic:item_demon_crystal:0>*8);
uncicearca5.addItemOutput(<bloodmagic:item_demon_crystal:1>*8);
uncicearca5.addItemOutput(<bloodmagic:item_demon_crystal:2>*8);
uncicearca5.addItemOutput(<bloodmagic:item_demon_crystal:3>*8);
uncicearca5.addItemOutput(<bloodmagic:item_demon_crystal:4>*8);
uncicearca5.build();
val uncicearca6 = RecipeBuilder.newBuilder("uncicearca6","uncorrupted_library",20);
uncicearca6.addEnergyPerTickInput(100000);
uncicearca6.addFluidInput(<fluid:lifeessence>*800);
uncicearca6.addFluidInput(<fluid:liquidcoralium>*800);
uncicearca6.addItemInput(<contenttweaker:droplet_of_the_great_snake>);
uncicearca6.addItemInput(<advancedrocketry:hotturf>*32);
uncicearca6.addItemOutput(<bloodmagic:item_demon_crystal:0>*64);
uncicearca6.addItemOutput(<bloodmagic:item_demon_crystal:1>*64);
uncicearca6.addItemOutput(<bloodmagic:item_demon_crystal:2>*64);
uncicearca6.addItemOutput(<bloodmagic:item_demon_crystal:3>*64);
uncicearca6.addItemOutput(<bloodmagic:item_demon_crystal:4>*64);
uncicearca6.build();
val uncicearca7 = RecipeBuilder.newBuilder("uncicearca7","uncorrupted_library",20);
uncicearca7.addEnergyPerTickInput(100000);
uncicearca7.addFluidInput(<fluid:lifeessence>*200);
uncicearca7.addFluidInput(<fluid:liquidcoralium>*200);
uncicearca7.addItemInput(<aoa3:ice_crystal>);
uncicearca7.addItemInput(<contenttweaker:dreadful_ice>);
uncicearca7.addItemOutput(<divinerpg:snowflake>*24);
uncicearca7.build();
val uncicearca8 = RecipeBuilder.newBuilder("uncicearca8","uncorrupted_library",20);
uncicearca8.addEnergyPerTickInput(2000);
uncicearca8.addFluidInput(<fluid:lifeessence>*800);
uncicearca8.addFluidInput(<fluid:liquidcoralium>*800);
uncicearca8.addItemInput(<bloodmagic:blood_shard:0>);
uncicearca8.addItemInput(<contenttweaker:infinity_fragment>);
uncicearca8.addItemOutput(<divinerpg:collector_fragments>*8);
uncicearca8.build();
+121 -1
View File
@@ -155,6 +155,16 @@ corruptedlibrarydefinedengine.addItemInput(<contenttweaker:defined_gear>*4);
corruptedlibrarydefinedengine.addItemOutput(<contenttweaker:defined_engine>);
corruptedlibrarydefinedengine.build();
val uncorruptedlibrarydefinedengine = RecipeBuilder.newBuilder("uncorruptedlibrarydefinedengine","uncorrupted_library",200);
uncorruptedlibrarydefinedengine.addFluidInput(<fluid:lifeessence>*5000);
uncorruptedlibrarydefinedengine.addFluidInput(<fluid:liquidcoralium>*5000);
uncorruptedlibrarydefinedengine.addItemInput(<divinerpg:divine_shards>*4);
uncorruptedlibrarydefinedengine.addItemInput(<contenttweaker:infinity_core>*2);
uncorruptedlibrarydefinedengine.addItemInput(<contenttweaker:defined_servo>);
uncorruptedlibrarydefinedengine.addItemInput(<contenttweaker:defined_gear>*4);
uncorruptedlibrarydefinedengine.addItemOutput(<contenttweaker:defined_engine>);
uncorruptedlibrarydefinedengine.build();
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>],
@@ -218,6 +228,8 @@ irradiationultimatekashtop.addItemOutput(<avaritia:resource:6>*27);
irradiationultimatekashtop.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationultimatekashtop.build();
val irradiationultimatechickbot = RecipeBuilder.newBuilder("irradiationultimatechickbot","dyson_irradiator_bottom",200);
irradiationultimatechickbot.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationultimatechickbot.addItemInput(<contenttweaker:defined_ingot>);
@@ -238,6 +250,56 @@ irradiationultimatekashbot.addItemOutput(<avaritia:resource:6>*27);
irradiationultimatekashbot.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationultimatekashbot.build();
val irradiationblockbot1 = RecipeBuilder.newBuilder("irradiationblockbot1","dyson_irradiator_bottom",200);
irradiationblockbot1.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationblockbot1.addItemInput(<contenttweaker:defined_ingot>);
irradiationblockbot1.addItemInput(<contenttweaker:infinity_egg>);
irradiationblockbot1.addItemInput(<contenttweaker:infinity_stone>);
irradiationblockbot1.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>.withTag({display: {Lore: ["§d§o叠壳 I§r"]}}));
irradiationblockbot1.addItemOutput(<avaritia:block_resource:1>*6);
irradiationblockbot1.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationblockbot1.build();
val irradiationblockbot2 = RecipeBuilder.newBuilder("irradiationblockbot2","dyson_irradiator_bottom",200);
irradiationblockbot2.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationblockbot2.addItemInput(<contenttweaker:defined_ingot>);
irradiationblockbot2.addItemInput(<contenttweaker:infinity_egg>);
irradiationblockbot2.addItemInput(<contenttweaker:infinity_stone>);
irradiationblockbot2.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>.withTag({display: {Lore: ["§d§o叠壳 II§r"]}}));
irradiationblockbot2.addItemOutput(<avaritia:block_resource:1>*12);
irradiationblockbot2.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationblockbot2.build();
val irradiationblockbot3 = RecipeBuilder.newBuilder("irradiationblockbot3","dyson_irradiator_bottom",200);
irradiationblockbot3.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationblockbot3.addItemInput(<contenttweaker:defined_ingot>);
irradiationblockbot3.addItemInput(<contenttweaker:infinity_egg>);
irradiationblockbot3.addItemInput(<contenttweaker:infinity_stone>);
irradiationblockbot3.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>.withTag({display: {Lore: ["§d§o叠壳 III§r"]}}));
irradiationblockbot3.addItemOutput(<avaritia:block_resource:1>*18);
irradiationblockbot3.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationblockbot3.build();
val irradiationblockbot4 = RecipeBuilder.newBuilder("irradiationblockbot4","dyson_irradiator_bottom",200);
irradiationblockbot4.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationblockbot4.addItemInput(<contenttweaker:defined_ingot>);
irradiationblockbot4.addItemInput(<contenttweaker:infinity_egg>);
irradiationblockbot4.addItemInput(<contenttweaker:infinity_stone>);
irradiationblockbot4.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>.withTag({display: {Lore: ["§d§o叠壳 IV§r"]}}));
irradiationblockbot4.addItemOutput(<avaritia:block_resource:1>*24);
irradiationblockbot4.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationblockbot4.build();
val irradiationblockbot5 = RecipeBuilder.newBuilder("irradiationblockbot5","dyson_irradiator_bottom",200);
irradiationblockbot5.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationblockbot5.addItemInput(<contenttweaker:defined_ingot>);
irradiationblockbot5.addItemInput(<contenttweaker:infinity_egg>);
irradiationblockbot5.addItemInput(<contenttweaker:infinity_stone>);
irradiationblockbot5.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>.withTag({display: {Lore: ["§d§o叠壳 V§r"]}}));
irradiationblockbot5.addItemOutput(<avaritia:block_resource:1>*32);
irradiationblockbot5.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationblockbot5.build();
val irradiationrainbowtop = RecipeBuilder.newBuilder("irradiationrainbowtop","dyson_irradiator_top",200);
irradiationrainbowtop.addFluidInput(<fluid:chaos>*1440);
irradiationrainbowtop.addItemInput(<extrautils2:decorativesolid:8>);
@@ -268,6 +330,65 @@ irradiationtimecrystal.addItemInput(<contenttweaker:time_crystal>);
irradiationtimecrystal.addItemOutput(<contenttweaker:infinite_resonator>);
irradiationtimecrystal.build();
val irradiationblocktop1 = RecipeBuilder.newBuilder("irradiationblocktop1","dyson_irradiator_top",200);
irradiationblocktop1.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationblocktop1.addItemInput(<contenttweaker:defined_ingot>);
irradiationblocktop1.addItemInput(<contenttweaker:infinity_egg>);
irradiationblocktop1.addItemInput(<contenttweaker:infinity_stone>);
irradiationblocktop1.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>.withTag({display: {Lore: ["§d§o叠壳 I§r"]}}));
irradiationblocktop1.addItemOutput(<avaritia:block_resource:1>*6);
irradiationblocktop1.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationblocktop1.build();
val irradiationblocktop2 = RecipeBuilder.newBuilder("irradiationblocktop2","dyson_irradiator_top",200);
irradiationblocktop2.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationblocktop2.addItemInput(<contenttweaker:defined_ingot>);
irradiationblocktop2.addItemInput(<contenttweaker:infinity_egg>);
irradiationblocktop2.addItemInput(<contenttweaker:infinity_stone>);
irradiationblocktop2.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>.withTag({display: {Lore: ["§d§o叠壳 II§r"]}}));
irradiationblocktop2.addItemOutput(<avaritia:block_resource:1>*12);
irradiationblocktop2.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationblocktop2.build();
val irradiationblocktop3 = RecipeBuilder.newBuilder("irradiationblocktop3","dyson_irradiator_top",200);
irradiationblocktop3.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationblocktop3.addItemInput(<contenttweaker:defined_ingot>);
irradiationblocktop3.addItemInput(<contenttweaker:infinity_egg>);
irradiationblocktop3.addItemInput(<contenttweaker:infinity_stone>);
irradiationblocktop3.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>.withTag({display: {Lore: ["§d§o叠壳 III§r"]}}));
irradiationblocktop3.addItemOutput(<avaritia:block_resource:1>*18);
irradiationblocktop3.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationblocktop3.build();
val irradiationblocktop4 = RecipeBuilder.newBuilder("irradiationblocktop4","dyson_irradiator_top",200);
irradiationblocktop4.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationblocktop4.addItemInput(<contenttweaker:defined_ingot>);
irradiationblocktop4.addItemInput(<contenttweaker:infinity_egg>);
irradiationblocktop4.addItemInput(<contenttweaker:infinity_stone>);
irradiationblocktop4.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>.withTag({display: {Lore: ["§d§o叠壳 IV§r"]}}));
irradiationblocktop4.addItemOutput(<avaritia:block_resource:1>*24);
irradiationblocktop4.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationblocktop4.build();
val irradiationblocktop5 = RecipeBuilder.newBuilder("irradiationblocktop5","dyson_irradiator_top",200);
irradiationblocktop5.addFluidInput(<fluid:hyperdense_plasma>*100);
irradiationblocktop5.addItemInput(<contenttweaker:defined_ingot>);
irradiationblocktop5.addItemInput(<contenttweaker:infinity_egg>);
irradiationblocktop5.addItemInput(<contenttweaker:infinity_stone>);
irradiationblocktop5.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>.withTag({display: {Lore: ["§d§o叠壳 V§r"]}}));
irradiationblocktop5.addItemOutput(<avaritia:block_resource:1>*32);
irradiationblocktop5.addItemOutput(<extendedcrafting:singularity_ultimate>);
irradiationblocktop5.build();
mods.thaumcraft.Infusion.registerRecipe("infinityseedinfusion", "", <contenttweaker:infinity_seed>,
20,
[<aspect:caeles>*10, <aspect:dreadia>*10],
@@ -621,4 +742,3 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:pulsar_screen>*2,
[<contenttweaker:high_energy_ray_collector>, <contenttweaker:awakened_electromagnet>, <contenttweaker:atomic_mirror>, <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>]]);
+31 -1
View File
@@ -16,6 +16,36 @@ combinethepuzzles.addItemInput(<contenttweaker:recursion_focus_lens>);
combinethepuzzles.addItemOutput(<contenttweaker:recursion_fragment_terra>);
combinethepuzzles.build();
recipes.addShaped(<contenttweaker:recursion_sharpening_lens>*4,
[[<contenttweaker:chaosstrikium_cluster>, <contenttweaker:recursion_focus_lens>, <contenttweaker:cactium_sliver>],
[<contenttweaker:recursion_focus_lens>, <tconstruct:sharpening_kit>.withTag({Material: "demonc_ember"}), <contenttweaker:recursion_focus_lens>],
[<contenttweaker:crownite_chunk>, <contenttweaker:recursion_focus_lens>, <contenttweaker:thrallium_fragment>]]);
val combinethepuzzles1 = RecipeBuilder.newBuilder("combinethepuzzles1","me_entropic_sythesizer",100);
combinethepuzzles1.addEnergyPerTickInput(2000000);
combinethepuzzles1.addFluidInput(<fluid:twilight_fire>*1600);
combinethepuzzles1.addFluidInput(<fluid:nightmarish_matter>*1600);
combinethepuzzles1.addFluidInput(<fluid:chaotic_matter>*1600);
combinethepuzzles1.addFluidInput(<fluid:galactic_matter>*1600);
combinethepuzzles1.addFluidInput(<fluid:cosmic_matter>*1600);
combinethepuzzles1.addFluidInput(<fluid:spatial_matter>*1600);
combinethepuzzles1.addItemInput(<contenttweaker:recursion_sharpening_lens>);
combinethepuzzles1.addItemOutput(<contenttweaker:recursion_fragment_terra>*4);
combinethepuzzles1.build();
val combinethepuzzles2 = RecipeBuilder.newBuilder("combinethepuzzles2","me_entropic_sythesizer",50);
combinethepuzzles2.addEnergyPerTickInput(2000000);
combinethepuzzles2.addFluidInput(<fluid:twilight_fire>*3200);
combinethepuzzles2.addFluidInput(<fluid:nightmarish_matter>*3200);
combinethepuzzles2.addFluidInput(<fluid:chaotic_matter>*3200);
combinethepuzzles2.addFluidInput(<fluid:galactic_matter>*3200);
combinethepuzzles2.addFluidInput(<fluid:cosmic_matter>*3200);
combinethepuzzles2.addFluidInput(<fluid:spatial_matter>*3200);
combinethepuzzles2.addItemInput(<contenttweaker:fractallite_focus_lens>);
combinethepuzzles2.addItemOutput(<contenttweaker:recursion_fragment_terra>*8);
combinethepuzzles2.build();
scripts.PuzzleUtil.addPuzzleShapeless("vetheapuzzle",<contenttweaker:dream_projector_gem>,
[<contenttweaker:projector_gem>,
<tconstruct:tough_tool_rod>.withTag({Material: "jade"}),
@@ -85,6 +115,7 @@ mods.botania.ManaInfusion.addInfusion(<contenttweaker:cracked_naquadah_chunk>, <
mods.astralsorcery.StarlightInfusion.addInfusion(<contenttweaker:cracked_naquadah_chunk>, <contenttweaker:naquadah_core>, true, 0.1, 100);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:naquadah_core>, <fluid:unholy_radioactive_mix>*2, <contenttweaker:irradiated_naquadah_core>, 1.0, 1.0, 0.1]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:naquadah_core>*16, <fluid:infinitely_unholy_radioactive_mix>*1, <contenttweaker:irradiated_naquadah_core>*16, 1.0, 1.0, 0.1]);
mods.nuclearcraft.alloy_furnace.addRecipe([<contenttweaker:irradiated_naquadah_core>, <ore:blockLead>*25, <contenttweaker:naquadah_ingot>, 1.0, 1.0, 0.1]);
@@ -264,4 +295,3 @@ mythassevenmoreofthem.build();
+8
View File
@@ -1127,3 +1127,11 @@ fortree139k.addItemOutput(<contenttweaker:thaumic_citrus>*60466176);
fortree139k.build();
val fortree140 = RecipeBuilder.newBuilder("fortree140","enchanted_greenhouse",1000);
fortree140.addItemInput(<advancedrocketry:aliensapling>);
fortree140.setChance(0.0);
fortree140.addItemInput(<forestry:peat>);
fortree140.addItemOutput(<advancedrocketry:alienwood>*64);
fortree140.addItemOutput(<advancedrocketry:aliensapling>*8);
fortree140.build();
+38 -1
View File
@@ -481,4 +481,41 @@ recipes.addShaped(<contenttweaker:multiblock_sticc>,
recipes.addShaped(<contenttweaker:multiblock_sticc>,
[[null, <modularmachinery:itemmodularium>],
[<modularmachinery:itemmodularium>, null]]);
[<modularmachinery:itemmodularium>, null]]);
recipes.addShaped(<modularmachineryaddons:blockmeessentiainputbus>,
[[<modularmachinery:itemmodularium>, <forge:bucketfilled>.withTag({FluidName: "hint_of_divinity", Amount: 1000}), <modularmachinery:itemmodularium>],
[<contenttweaker:recursive_powder>, <modularmachinery:blockaspectproviderinput>, <contenttweaker:recursive_powder>],
[<modularmachinery:itemmodularium>, <forge:bucketfilled>.withTag({FluidName: "hint_of_insanity", Amount: 1000}), <modularmachinery:itemmodularium>]]);
recipes.addShaped(<modularmachineryaddons:blockbiomeproviderinput>,
[[<modularmachinery:itemmodularium>, <extrautils2:biomemarker>, <modularmachinery:itemmodularium>],
[<extrautils2:biomemarker>, <modularmachinery:blockcasing:0>, <extrautils2:biomemarker>],
[<modularmachinery:itemmodularium>, <extrautils2:biomemarker>, <modularmachinery:itemmodularium>]]);
recipes.addShaped(<modularmachineryaddons:blockfluxprovideroutput>,
[[<modularmachinery:itemmodularium>, <extrautils2:biomemarker>, <modularmachinery:itemmodularium>],
[<thaumicwonders:eldritch_cluster:6>, <modularmachinery:blockcasing:0>, <thaumicwonders:eldritch_cluster:6>],
[<modularmachinery:itemmodularium>, <extrautils2:biomemarker>, <modularmachinery:itemmodularium>]]);
recipes.addShaped(<modularmachineryaddons:blockfluxproviderinput>,
[[<modularmachinery:itemmodularium>, <thaumicwonders:eldritch_cluster:6>, <modularmachinery:itemmodularium>],
[<extrautils2:biomemarker>, <modularmachinery:blockcasing:0>, <extrautils2:biomemarker>],
[<modularmachinery:itemmodularium>, <thaumicwonders:eldritch_cluster:6>, <modularmachinery:itemmodularium>]]);
recipes.addShapeless(<modularmachineryaddons:blockfluxproviderinput>,
[<modularmachineryaddons:blockfluxprovideroutput>]);
recipes.addShapeless(<modularmachineryaddons:blockfluxprovideroutput>,
[<modularmachineryaddons:blockfluxproviderinput>]);
recipes.addShaped(<modularmachineryaddons:blockmeteorprovideroutput>,
[[<modularmachinery:itemmodularium>, <contenttweaker:meteoric_draconic_stone>, <modularmachinery:itemmodularium>],
[<contenttweaker:meteoric_draconic_stone>, <modularmachinery:blockcasing:0>, <contenttweaker:meteoric_draconic_stone>],
[<modularmachinery:itemmodularium>, <contenttweaker:meteoric_draconic_stone>, <modularmachinery:itemmodularium>]]);
+9
View File
@@ -89,6 +89,15 @@ multihellfire6.addItemInput(<bewitchment:demon_heart>);
multihellfire6.addItemOutput(<contenttweaker:willful_naquadah_chunk>);
multihellfire6.build();
val multihellfire6bett = RecipeBuilder.newBuilder("multihellfire6bett","berserker_forge",2);
multihellfire6bett.addWillInput("DEFAULT", 10,1,2000000);
multihellfire6bett.addItemInput(<contenttweaker:naquadah_chunk>*32);
multihellfire6bett.addItemInput(<contenttweaker:faultless_ichor>*32);
multihellfire6bett.addItemInput(<contenttweaker:soul_of_kashan>);
multihellfire6bett.addItemInput(<bewitchment:demon_heart>*32);
multihellfire6bett.addItemOutput(<contenttweaker:willful_naquadah_chunk>*32);
multihellfire6bett.build();
val multihellfire7 = RecipeBuilder.newBuilder("multihellfire7","berserker_forge",2);
multihellfire7.addWillInput("DEFAULT", 10,1,2000000);
multihellfire7.addItemInput(<contenttweaker:psichic_stone>);
+12 -1
View File
@@ -156,4 +156,15 @@ 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();
opdra14.build();
val opdra15 = RecipeBuilder.newBuilder("dragoncruc15","dragonfire_crucible",40);
opdra15.addFluidInput(<fluid:eternal_dragon_fire>*500);
opdra15.addItemInput(<divinerpg:wildwood_gem>);
opdra15.addItemInput(<bloodmagic:item_demon_crystal:0>*4);
opdra15.addItemInput(<bloodmagic:item_demon_crystal:1>*4);
opdra15.addItemInput(<bloodmagic:item_demon_crystal:2>*4);
opdra15.addItemInput(<bloodmagic:item_demon_crystal:3>*4);
opdra15.addItemInput(<bloodmagic:item_demon_crystal:4>*4);
opdra15.addItemOutput(<contenttweaker:construct_of_will>);
opdra15.build();
+18 -1
View File
@@ -591,4 +591,21 @@ reci57.addItemInput(<contenttweaker:demonic_manastone>);
reci57.addItemInput(<contenttweaker:master_spell_focus>);
reci57.addItemInput(<thaumadditions:mithminite_fabric>);
reci57.addItemOutput(<contenttweaker:master_spell_cognitio>);
reci57.build();
reci57.build();
val reci58 = RecipeBuilder.newBuilder("inf58","arcane_autoinfuser",120);
reci58.addEnergyPerTickInput(100);
reci58.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "sol"}]})*200);
reci58.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "imperium"}]})*100);
reci58.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "sensus"}]})*50);
reci58.addItemInput(<ore:ingotSednanite>);
reci58.addItemInput(<contenttweaker:fiery_pyrite>);
reci58.addItemInput(<contenttweaker:feldspar>);
reci58.addItemInput(<contenttweaker:travertine>);
reci58.addItemInput(<contenttweaker:pink_marble>);
reci58.addItemInput(<contenttweaker:serpentine>);
reci58.addItemInput(<contenttweaker:metagabbro>);
reci58.addItemInput(<contenttweaker:agate>);
reci58.addItemInput(<contenttweaker:onyx>);
reci58.addItemOutput(<contenttweaker:infused_sol_stone>);
reci58.build();
+128 -9
View File
@@ -16,16 +16,128 @@ recipes.addShaped(<contenttweaker:call_of_the_arbiter>,
[<bloodmagic:sigil_suppression>, <contenttweaker:weight_of_the_heart>, <bloodmagic:sigil_suppression>],
[<contenttweaker:dreadlands_gem>, <bloodmagic:sigil_suppression>, <contenttweaker:dreadlands_gem>]]);
mods.nuclearcraft.melter.addRecipe([<contenttweaker:meteoric_draconic_stone>, <fluid:meteoric_draconic_matter>*250]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_blue>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_gray>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_red>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_green>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_bronze>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_white>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_sapphire>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_silver>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_electric>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_amythest>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_copper>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
mods.extendedcrafting.CombinationCrafting.addRecipe(<contenttweaker:draconic_fabrial>,
10000, <iceandfire:dragonscale_black>,
[<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>,
<contenttweaker:meteoric_draconic_stone>, <contenttweaker:construct_of_will>]);
recipes.addShaped(<contenttweaker:valkyrie_construct>,
[[<aether_legacy:valkyrie_helmet>.reuse(), <aether_legacy:holystone>, <aether_legacy:valkyrie_chestplate>.reuse()],
[<aether_legacy:holystone>, <contenttweaker:cursed_sapphire>, <aether_legacy:holystone>],
[<aether_legacy:valkyrie_leggings>.reuse(), <aether_legacy:holystone>, <aether_legacy:valkyrie_boots>.reuse()]]);
recipes.addShaped(<contenttweaker:hyperchitinous_fabrial>,
[[<contenttweaker:hyperchitinous_plate>, <erebus:umberstone>, <contenttweaker:hyperchitinous_plate>],
[<erebus:umberstone>, <contenttweaker:cursed_sapphire>, <erebus:umberstone>],
[<contenttweaker:hyperchitinous_plate>, <erebus:umberstone>, <contenttweaker:hyperchitinous_plate>]]);
recipes.addShaped(<contenttweaker:divine_stellar_fabrial>,
[[<ore:plateLumium>, <ore:ingotModularium>, <ore:plateLumium>],
[<thebetweenlands:spirit_fruit>, <contenttweaker:divine_star>, <thebetweenlands:spirit_fruit>],
[<ore:plateLumium>, <ore:ingotModularium>, <ore:plateLumium>]]);
recipes.addShaped(<contenttweaker:pearlescent_fabrial>,
[[<thebetweenlands:rock_snot_pearl>, <ore:ingotModularium>, <thebetweenlands:rock_snot_pearl>],
[<thebetweenlands:sludge_ball>, <contenttweaker:divine_star>, <thebetweenlands:sludge_ball>],
[<thebetweenlands:rock_snot_pearl>, <ore:ingotModularium>, <thebetweenlands:rock_snot_pearl>]]);
val befaller1 = RecipeBuilder.newBuilder("befaller1","meteoric_befaller",1200);
// befaller1.addAspectInput("stellae",50);
befaller1.addLifeEssenceInput(50000, false);
befaller1.addBiomeInput("appliedenergistics2:storage_biome");
befaller1.addFluidInput(<fluid:meteoric_draconic_matter>*5000);
befaller1.addItemInput(<contenttweaker:sacrificial_shard>);
befaller1.addItemOutput(<contenttweaker:shining_sandstone>*6);
befaller1.build();
val befaller2 = RecipeBuilder.newBuilder("befaller2","meteoric_befaller",1200);
// befaller2.addAspectInput("stellae",50);
befaller2.addLifeEssenceInput(50000, false);
befaller2.addBiomeInput("erebus:underground_jungle");
befaller2.addFluidInput(<fluid:meteoric_draconic_matter>*5000);
befaller2.addItemInput(<aether_legacy:enchanted_gravitite>);
befaller2.addItemOutput(<contenttweaker:technetium_remains>*3);
befaller2.addItemOutput(<techreborn:dust:56>*6);
@@ -35,7 +147,8 @@ befaller2.build();
val befaller3 = RecipeBuilder.newBuilder("befaller3","meteoric_befaller",1200);
// befaller3.addAspectInput("stellae",50);
befaller3.addLifeEssenceInput(50000, false);
befaller3.addBiomeInput("aether_legacy:aether_highlands");
befaller3.addFluidInput(<fluid:meteoric_draconic_matter>*5000);
befaller3.addItemInput(<aether_legacy:holystone>*10);
befaller3.addItemOutput(<contenttweaker:dense_gravitite_ore>*2);
befaller3.addItemOutput(<aether_legacy:zanite_ore>*10);
@@ -44,7 +157,8 @@ befaller3.build();
val befaller4 = RecipeBuilder.newBuilder("befaller4","meteoric_befaller",1200);
// befaller4.addAspectInput("stellae",50);
befaller4.addLifeEssenceInput(50000, false);
befaller4.addBiomeInput("erebus:volcanic_desert");
befaller4.addFluidInput(<fluid:meteoric_draconic_matter>*5000);
befaller4.addItemInput(<contenttweaker:hyperchitinous_plate>);
befaller4.addItemOutput(<erebus:ore_jade>*32);
befaller4.addItemOutput(<erebus:ore_petrified_quartz>*32);
@@ -55,7 +169,8 @@ befaller4.build();
val befaller5 = RecipeBuilder.newBuilder("befaller5","meteoric_befaller",1200);
// befaller5.addAspectInput("stellae",50);
befaller5.addLifeEssenceInput(50000, false);
befaller5.addBiomeInput("advancedrocketry:hotdryrock");
befaller5.addFluidInput(<fluid:meteoric_draconic_matter>*5000);
befaller5.addItemInput(<minecraft:diamond_block>);
befaller5.addItemOutput(<bigreactors:mineralanglesite>*4);
befaller5.addItemOutput(<bigreactors:mineralbenitoite>*4);
@@ -63,13 +178,15 @@ befaller5.build();
val befaller6 = RecipeBuilder.newBuilder("befaller6","meteoric_befaller",1200);
// befaller6.addAspectInput("stellae",50);
befaller6.addLifeEssenceInput(50000, false);
befaller6.addBiomeInput("advancedrocketry:moon");
befaller6.addFluidInput(<fluid:meteoric_draconic_matter>*5000);
befaller6.addItemInput(<contenttweaker:sentient_meatball>);
befaller6.addItemOutput(<contenttweaker:fragment_of_the_arbiter>);
befaller6.build();
val befaller7 = RecipeBuilder.newBuilder("befaller7","meteoric_befaller",1200);
befaller7.addLifeEssenceInput(50000, false);
befaller7.addBiomeInput("abyssalcraft:dark_realm");
befaller7.addFluidInput(<fluid:meteoric_draconic_matter>*5000);
befaller7.addItemInput(<contenttweaker:cosmic_fabric>);
befaller7.addItemOutput(<contenttweaker:cosmic_fabric>);
befaller7.addItemOutput(<contenttweaker:cosmic_fragment_iron>);
@@ -95,7 +212,8 @@ befaller7.addItemOutput(<contenttweaker:cosmic_fragment_beryllium>);
befaller7.build();
val befaller8 = RecipeBuilder.newBuilder("befaller8","meteoric_befaller",600);
befaller8.addLifeEssenceInput(30000, false);
befaller8.addBiomeInput("abyssalcraft:dreadlands_mountains");
befaller8.addFluidInput(<fluid:meteoric_draconic_matter>*5000);
befaller8.addItemInput(<openblocks:tank>.withTag({tank: {FluidName: "liquidcoralium", Amount: 16000}}));
befaller8.addItemOutput(<thebetweenlands:scabyst_ore>*64);
befaller8.addItemOutput(<thebetweenlands:octine_ore>*64);
@@ -110,7 +228,8 @@ befaller8.addItemOutput(<thebetweenlands:life_crystal_stalactite:1>*64);
befaller8.build();
val befaller9 = RecipeBuilder.newBuilder("befaller9","meteoric_befaller",100);
befaller9.addLifeEssenceInput(10000, false);
befaller9.addBiomeInput("biomesoplenty:sacred_springs");
befaller9.addFluidInput(<fluid:meteoric_draconic_matter>*5000);
befaller9.addItemInput(<contenttweaker:polar_catalyst>*8);
befaller9.addItemOutput(<bewitchment:salt_ore>*64);
befaller9.addItemOutput(<bewitchment:salt_ore>*64);
+84
View File
@@ -0,0 +1,84 @@
import mods.modularmachinery.RecipeBuilder;
recipes.addShaped(<modularmachineryaddons:blockscrubberproviderinput>,
[[<modularmachinery:itemmodularium>, <forge:bucketfilled>.withTag({FluidName: "borax_solution", Amount: 1000}), <modularmachinery:itemmodularium>],
[<forge:bucketfilled>.withTag({FluidName: "borax_solution", Amount: 1000}), <modularmachinery:blockcasing:0>, <forge:bucketfilled>.withTag({FluidName: "borax_solution", Amount: 1000})],
[<modularmachinery:itemmodularium>, <forge:bucketfilled>.withTag({FluidName: "borax_solution", Amount: 1000}), <modularmachinery:itemmodularium>]]);
recipes.addShaped(<modularmachineryaddons:blockradiationproviderinput>,
[[<modularmachinery:itemmodularium>, <forge:bucketfilled>.withTag({FluidName: "borax_solution", Amount: 1000}), <modularmachinery:itemmodularium>],
[<forge:bucketfilled>.withTag({FluidName: "borax_solution", Amount: 1000}), <modularmachineryaddons:blockscrubberproviderinput>, <forge:bucketfilled>.withTag({FluidName: "borax_solution", Amount: 1000})],
[<modularmachinery:itemmodularium>, <forge:bucketfilled>.withTag({FluidName: "borax_solution", Amount: 1000}), <modularmachinery:itemmodularium>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:meatballium_reinforced_casing>,
[[<contenttweaker:meatballium_328>, <nuclearcraft:fission_block:0>, <actuallyadditions:block_crystal:3>, <nuclearcraft:fission_block:0>, <contenttweaker:meatballium_328>],
[<nuclearcraft:fission_block:0>, <contenttweaker:meatballium_324>, <contenttweaker:master_wizardry_catalyst>, <contenttweaker:meatballium_324>, <nuclearcraft:fission_block:0>],
[<actuallyadditions:block_crystal:3>, <contenttweaker:meatballium_322>, <actuallyadditions:block_misc:9>, <contenttweaker:meatballium_322>, <actuallyadditions:block_crystal:3>],
[<nuclearcraft:fission_block:0>, <contenttweaker:meatballium_324>, <tce:tce_torch_lvl1>, <contenttweaker:meatballium_324>, <nuclearcraft:fission_block:0>],
[<contenttweaker:meatballium_328>, <nuclearcraft:fission_block:0>, <actuallyadditions:block_crystal:3>, <nuclearcraft:fission_block:0>, <contenttweaker:meatballium_328>]]);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:cursed_meatballium_reinforced_casing>,
[[<contenttweaker:cursed_sapphire>, <nuclearcraft:fission_block:0>, <contenttweaker:first_order_mythic_fractal>, <nuclearcraft:fission_block:0>, <contenttweaker:cursed_sapphire>],
[<nuclearcraft:fission_block:0>, <contenttweaker:elder_spooder_string>, <ore:blockUltimate>, <contenttweaker:elder_spooder_string>, <nuclearcraft:fission_block:0>],
[<contenttweaker:first_order_mythic_fractal>, <ore:blockUltimate>, <contenttweaker:radiant_meatballium_reinforced_casing>, <ore:blockUltimate>, <contenttweaker:first_order_mythic_fractal>],
[<nuclearcraft:fission_block:0>, <contenttweaker:elder_spooder_string>, <ore:blockUltimate>, <contenttweaker:elder_spooder_string>, <nuclearcraft:fission_block:0>],
[<contenttweaker:cursed_sapphire>, <nuclearcraft:fission_block:0>, <contenttweaker:first_order_mythic_fractal>, <nuclearcraft:fission_block:0>, <contenttweaker:cursed_sapphire>]]);
var meatballiumscrubber = RecipeBuilder.newBuilder("meatballiumscrubber", "meatballium_radiation_scrubber", 100);
meatballiumscrubber.addEnergyPerTickInput(10000);
meatballiumscrubber.addScrubber(1);
meatballiumscrubber.addRecipeTooltip("与辐射洗涤器类似,工作范围为以机器为中心的3x3区块");
meatballiumscrubber.addRecipeTooltip("确保工作范围内的所有区块均已加载");
meatballiumscrubber.build();
var meatballiumscrubberradiant = RecipeBuilder.newBuilder("meatballiumscrubberradiant", "radiant_meatballium_radiation_scrubber", 100);
meatballiumscrubberradiant.addEnergyPerTickInput(10000);
meatballiumscrubberradiant.addScrubber(2);
meatballiumscrubberradiant.addRecipeTooltip("与辐射洗涤器类似,工作范围为以机器为中心的5x5区块");
meatballiumscrubberradiant.addRecipeTooltip("确保工作范围内的所有区块均已加载");
meatballiumscrubberradiant.build();
var meatballiumscrubbercursed = RecipeBuilder.newBuilder("meatballiumscrubbercursed", "cursed_meatballium_radiation_scrubber", 100);
meatballiumscrubbercursed.addEnergyPerTickInput(10000);
meatballiumscrubbercursed.addScrubber(4);
meatballiumscrubbercursed.addRecipeTooltip("与辐射洗涤器类似,工作范围为以机器为中心的9x9区块");
meatballiumscrubbercursed.addRecipeTooltip("确保工作范围内的所有区块均已加载");
meatballiumscrubbercursed.build();
var activesuperscrubber1 = RecipeBuilder.newBuilder("activesuperscrubber1", "active_meatballium_scrubbing_unit", 20);
activesuperscrubber1.addEnergyPerTickInput(500000);
activesuperscrubber1.addFluidInput(<fluid:borax_solution>*1);
activesuperscrubber1.addFluidInput(<fluid:water>*1);
activesuperscrubber1.addFluidInput(<fluid:lava>*1);
activesuperscrubber1.addFluidInput(<fluid:meatane>*1);
activesuperscrubber1.addRadiationInput(4,1);
activesuperscrubber1.addBiomeInput("integrateddynamics:biome_meneglin");
activesuperscrubber1.addItemOutput(<contenttweaker:arc_residue>);
activesuperscrubber1.addRecipeTooltip("每秒移除9x9区块范围内共计1 Rad的辐射");
activesuperscrubber1.addRecipeTooltip("确保工作范围内的所有区块均已加载");
activesuperscrubber1.build();
var activesuperscrubber2 = RecipeBuilder.newBuilder("activesuperscrubber2", "active_meatballium_scrubbing_unit", 20);
activesuperscrubber2.addEnergyPerTickInput(500000);
activesuperscrubber2.addFluidInput(<fluid:borax_solution>*1);
activesuperscrubber2.addFluidInput(<fluid:cryotheum>*1);
activesuperscrubber2.addFluidInput(<fluid:fierymetal>*1);
activesuperscrubber2.addFluidInput(<fluid:meatane>*1);
activesuperscrubber2.addRadiationInput(4,10);
activesuperscrubber2.addBiomeInput("integrateddynamics:biome_meneglin");
activesuperscrubber2.addItemOutput(<contenttweaker:arc_residue>);
activesuperscrubber2.addRecipeTooltip("每秒移除9x9区块范围内共计10 Rad的辐射");
activesuperscrubber2.addRecipeTooltip("确保工作范围内的所有区块均已加载");
activesuperscrubber2.build();
+8
View File
@@ -531,3 +531,11 @@ quantumcondinsanium.setChance(0.0);
quantumcondinsanium.addItemInput(<mysticalagriculture:crafting:0>*1024);
quantumcondinsanium.addItemOutput(<mysticalagradditions:insanium:0>);
quantumcondinsanium.build();
val quantumcondprojgem = RecipeBuilder.newBuilder("quantumcondprojgem", "quantum_condenser", 10);
quantumcondprojgem.addEnergyPerTickInput(500000);
quantumcondprojgem.addItemInput(<contenttweaker:projector_gem>*5056);
quantumcondprojgem.addItemOutput(<extendedcrafting:singularity_custom:2042>);
quantumcondprojgem.build();
+4 -4
View File
@@ -98,28 +98,28 @@ val forgewyvactual1 = RecipeBuilder.newBuilder("forgewyvactual1","forge_of_the_w
forgewyvactual1.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvactual1.setChance(0.0);
forgewyvactual1.addItemInput(<contenttweaker:actualization_of_balance>);
forgewyvactual1.addFluidOutput(<fluid:actualization_balance>*10);
forgewyvactual1.addFluidOutput(<fluid:actualization_balance>*250);
forgewyvactual1.build();
val forgewyvactual2 = RecipeBuilder.newBuilder("forgewyvactual2","forge_of_the_wyvern",2);
forgewyvactual2.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvactual2.setChance(0.0);
forgewyvactual2.addItemInput(<contenttweaker:actualization_of_hope>);
forgewyvactual2.addFluidOutput(<fluid:actualization_hope>*10);
forgewyvactual2.addFluidOutput(<fluid:actualization_hope>*250);
forgewyvactual2.build();
val forgewyvactual3 = RecipeBuilder.newBuilder("forgewyvactual3","forge_of_the_wyvern",2);
forgewyvactual3.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvactual3.setChance(0.0);
forgewyvactual3.addItemInput(<contenttweaker:actualization_of_knowledge>);
forgewyvactual3.addFluidOutput(<fluid:actualization_knowledge>*10);
forgewyvactual3.addFluidOutput(<fluid:actualization_knowledge>*250);
forgewyvactual3.build();
val forgewyvactual4 = RecipeBuilder.newBuilder("forgewyvactual4","forge_of_the_wyvern",2);
forgewyvactual4.addItemInput(<draconicevolution:chaos_shard:0>);
forgewyvactual4.setChance(0.0);
forgewyvactual4.addItemInput(<contenttweaker:actualization_of_glory>);
forgewyvactual4.addFluidOutput(<fluid:actualization_glory>*10);
forgewyvactual4.addFluidOutput(<fluid:actualization_glory>*250);
forgewyvactual4.build();
+5
View File
@@ -184,3 +184,8 @@ val superbee_cosmicconstellation = RecipeBuilder.newBuilder("superbee_cosmiccons
val superbee_treeoflife = RecipeBuilder.newBuilder("superbee_treeoflife","sacred_cinders_apiary",10); superbee_treeoflife.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.TreeOfLife", UID0: "gendustry.bee.TreeOfLife"}]}})); superbee_treeoflife.setChance(0.0); superbee_treeoflife.addFluidInput(<fluid:liquid_sunshine>*25); superbee_treeoflife.addItemOutput(<contenttweaker:order_wood>*64); superbee_treeoflife.addItemOutput(<contenttweaker:chaos_wood>*64); superbee_treeoflife.build();
val superbee_gallifreyan = RecipeBuilder.newBuilder("superbee_gallifreyan","sacred_cinders_apiary",10); superbee_gallifreyan.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Gallifreyan", UID0: "gendustry.bee.Gallifreyan"}]}})); superbee_gallifreyan.setChance(0.0); superbee_gallifreyan.addFluidInput(<fluid:liquid_sunshine>*25); superbee_gallifreyan.addItemOutput(<contenttweaker:strange_stone_essence>*64); superbee_gallifreyan.addItemOutput(<contenttweaker:strange_stone_essence>*64); superbee_gallifreyan.build();
val superbee_experienced = RecipeBuilder.newBuilder("superbee_experienced","sacred_cinders_apiary",10); superbee_experienced.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Experienced", UID0: "gendustry.bee.Experienced"}]}})); superbee_experienced.setChance(0.0); superbee_experienced.addFluidInput(<fluid:liquid_sunshine>*25); superbee_experienced.addItemOutput(<contenttweaker:condensed_essence>*64); superbee_experienced.addItemOutput(<contenttweaker:condensed_essence>*64); superbee_experienced.build();
val superbee_phantasmal = RecipeBuilder.newBuilder("superbee_phantasmal","sacred_cinders_apiary",10); superbee_phantasmal.addItemInput(<forestry:bee_queen_ge>.withTag({Genome: {Chromosomes: [{UID1: "forestry.speciesPhantasmal", UID0: "forestry.speciesPhantasmal"}]}})); superbee_phantasmal.setChance(0.0); superbee_phantasmal.addFluidInput(<fluid:liquid_sunshine>*25); superbee_phantasmal.addItemOutput(<forestry:bee_combs:8>*64); superbee_phantasmal.addItemOutput(<forestry:bee_combs:8>*64); superbee_phantasmal.build();
+23
View File
@@ -1211,3 +1211,26 @@ thaum114.addItemOutput(<thaumictinkerer:kamiresource:3>);
thaum114.build();
val thaum115 = RecipeBuilder.newBuilder("thaum115","arcane_autoworkbench",40);
thaum115.addEnergyPerTickInput(100);
thaum115.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "mythus"}]}));
thaum115.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "caeles"}]}));
thaum115.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "draco"}]}));
thaum115.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "stellae"}]}));
thaum115.addItemInput(<contenttweaker:dreadful_ice>);
thaum115.addItemInput(<thaumcraft:mechanism_complex>*8);
thaum115.addItemOutput(<contenttweaker:ice_construct>*8);
thaum115.build();
val thaum116 = RecipeBuilder.newBuilder("thaum116","arcane_autoworkbench",40);
thaum116.addEnergyPerTickInput(100);
thaum116.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "mythus"}]}));
thaum116.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "caeles"}]}));
thaum116.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "draco"}]}));
thaum116.addItemInput(<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "stellae"}]}));
thaum116.addItemInput(<contenttweaker:stormlight_sphere>);
thaum116.addItemInput(<thaumcraft:mechanism_complex>*8);
thaum116.addItemOutput(<contenttweaker:ice_construct>*8);
thaum116.build();
+168 -1
View File
@@ -16,6 +16,15 @@ thaumrepl1.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl1.addFluidOutput(<fluid:dragons_blood_plastic>*16000);
thaumrepl1.build();
val thaumrepl1me = RecipeBuilder.newBuilder("thaumrepl1me","thaumic_replicator",800);
thaumrepl1me.addEssentiaInput("terra",20);
thaumrepl1me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl1me.addItemInput(<contenttweaker:precasia_garnet>*2);
thaumrepl1me.addItemInput(<contenttweaker:dragons_blood_plastic>*4);
thaumrepl1me.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl1me.addFluidOutput(<fluid:dragons_blood_plastic>*16000);
thaumrepl1me.build();
val thaumrepl2 = RecipeBuilder.newBuilder("thaumrepl2","thaumic_replicator",800);
thaumrepl2.addAspectInput("caeles",20);
thaumrepl2.addFluidInput(<fluid:twilight_matter>*1500);
@@ -26,6 +35,16 @@ thaumrepl2.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl2.addFluidOutput(<fluid:aerial_moonshine>*16000);
thaumrepl2.build();
val thaumrepl2me = RecipeBuilder.newBuilder("thaumrepl2me","thaumic_replicator",800);
thaumrepl2me.addEssentiaInput("caeles",20);
thaumrepl2me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl2me.addFluidInput(<fluid:binnie.spirit.neutral>*1000);
thaumrepl2me.addItemInput(<contenttweaker:lelyetia_garnet>*2);
thaumrepl2me.addItemInput(<thermalfoundation:material:1026>*2);
thaumrepl2me.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl2me.addFluidOutput(<fluid:aerial_moonshine>*16000);
thaumrepl2me.build();
val thaumrepl3 = RecipeBuilder.newBuilder("thaumrepl3","thaumic_replicator",800);
thaumrepl3.addAspectInput("aversio",20);
thaumrepl3.addFluidInput(<fluid:twilight_matter>*1500);
@@ -36,6 +55,16 @@ thaumrepl3.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl3.addFluidOutput(<fluid:lving_gold_nak>*16000);
thaumrepl3.build();
val thaumrepl3me = RecipeBuilder.newBuilder("thaumrepl3me","thaumic_replicator",800);
thaumrepl3me.addEssentiaInput("aversio",20);
thaumrepl3me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl3me.addFluidInput(<fluid:gold_nak>*100);
thaumrepl3me.addItemInput(<contenttweaker:barathos_garnet>*2);
thaumrepl3me.addItemInput(<contenttweaker:living_gold>*2);
thaumrepl3me.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl3me.addFluidOutput(<fluid:lving_gold_nak>*16000);
thaumrepl3me.build();
val thaumrepl4 = RecipeBuilder.newBuilder("thaumrepl4","thaumic_replicator",800);
thaumrepl4.addAspectInput("visum",20);
thaumrepl4.addFluidInput(<fluid:twilight_matter>*1500);
@@ -45,6 +74,15 @@ thaumrepl4.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl4.addFluidOutput(<fluid:weakened_cryotheoum>*16000);
thaumrepl4.build();
val thaumrepl4me = RecipeBuilder.newBuilder("thaumrepl4me","thaumic_replicator",800);
thaumrepl4me.addEssentiaInput("visum",20);
thaumrepl4me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl4me.addFluidInput(<fluid:cryotheum_nak>*200);
thaumrepl4me.addItemInput(<contenttweaker:creeponia_garnet>*2);
thaumrepl4me.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl4me.addFluidOutput(<fluid:weakened_cryotheoum>*16000);
thaumrepl4me.build();
val thaumrepl5 = RecipeBuilder.newBuilder("thaumrepl5","thaumic_replicator",800);
thaumrepl5.addAspectInput("perditio",20);
thaumrepl5.addFluidInput(<fluid:twilight_matter>*1500);
@@ -55,6 +93,16 @@ thaumrepl5.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl5.addFluidOutput(<fluid:luminous_lava>*16000);
thaumrepl5.build();
val thaumrepl5me = RecipeBuilder.newBuilder("thaumrepl5me","thaumic_replicator",800);
thaumrepl5me.addEssentiaInput("perditio",20);
thaumrepl5me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl5me.addFluidInput(<fluid:crystallized_obsidian>*1000);
thaumrepl5me.addItemInput(<contenttweaker:deeplands_garnet>*2);
thaumrepl5me.addItemInput(<thermalfoundation:material:166>*2);
thaumrepl5me.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl5me.addFluidOutput(<fluid:luminous_lava>*16000);
thaumrepl5me.build();
val thaumrepl6 = RecipeBuilder.newBuilder("thaumrepl6","thaumic_replicator",800);
thaumrepl6.addAspectInput("diabolus",20);
thaumrepl6.addFluidInput(<fluid:twilight_matter>*1500);
@@ -65,6 +113,16 @@ thaumrepl6.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl6.addFluidOutput(<fluid:spicy_pyrotheum>*16000);
thaumrepl6.build();
val thaumrepl6me = RecipeBuilder.newBuilder("thaumrepl6me","thaumic_replicator",800);
thaumrepl6me.addEssentiaInput("diabolus",20);
thaumrepl6me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl6me.addFluidInput(<fluid:pyrotheum>*100);
thaumrepl6me.addItemInput(<contenttweaker:abyss_garnet>*2);
thaumrepl6me.addItemInput(<aoa3:chilli>*2);
thaumrepl6me.addItemInput(<contenttweaker:vibrating_stone>*16);
thaumrepl6me.addFluidOutput(<fluid:spicy_pyrotheum>*16000);
thaumrepl6me.build();
val thaumrepl0 = RecipeBuilder.newBuilder("thaumrepl0","thaumic_replicator",800);
thaumrepl0.addAspectInput("ignis",2);
thaumrepl0.addItemInput(<chickens:liquid_egg:1>);
@@ -80,6 +138,15 @@ thaumrepl7.addItemInput(<contenttweaker:resonating_stone>*16);
thaumrepl7.addFluidOutput(<fluid:milkiest_chocolate>*16000);
thaumrepl7.build();
val thaumrepl7me = RecipeBuilder.newBuilder("thaumrepl7me","thaumic_replicator",800);
thaumrepl7me.addEssentiaInput("sensus",40);
thaumrepl7me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl7me.addFluidInput(<fluid:milk_chocolate>*400);
thaumrepl7me.addItemInput(<contenttweaker:candyland_garnet>*2);
thaumrepl7me.addItemInput(<contenttweaker:resonating_stone>*16);
thaumrepl7me.addFluidOutput(<fluid:milkiest_chocolate>*16000);
thaumrepl7me.build();
val thaumrepl8 = RecipeBuilder.newBuilder("thaumrepl8","thaumic_replicator",800);
thaumrepl8.addAspectInput("praemunio",40);
thaumrepl8.addFluidInput(<fluid:twilight_matter>*1500);
@@ -91,6 +158,17 @@ thaumrepl8.addItemInput(<forestry:bee_combs:8>);
thaumrepl8.addFluidOutput(<fluid:ghostly_matter>*16000);
thaumrepl8.build();
val thaumrepl8me = RecipeBuilder.newBuilder("thaumrepl8me","thaumic_replicator",800);
thaumrepl8me.addEssentiaInput("praemunio",40);
thaumrepl8me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl8me.addFluidInput(<fluid:glass>*100);
thaumrepl8me.addItemInput(<contenttweaker:celeve_garnet>*2);
thaumrepl8me.addItemInput(<contenttweaker:resonating_stone>*16);
thaumrepl8me.addItemInput(<randomthings:ingredient:2>);
thaumrepl8me.addItemInput(<forestry:bee_combs:8>);
thaumrepl8me.addFluidOutput(<fluid:ghostly_matter>*16000);
thaumrepl8me.build();
val thaumrepl9 = RecipeBuilder.newBuilder("thaumrepl9","thaumic_replicator",800);
thaumrepl9.addAspectInput("herba",40);
thaumrepl9.addFluidInput(<fluid:twilight_matter>*1500);
@@ -102,6 +180,17 @@ thaumrepl9.addItemInput(<iceandfire:shiny_scales>);
thaumrepl9.addFluidOutput(<fluid:liquid_life>*16000);
thaumrepl9.build();
val thaumrepl9me = RecipeBuilder.newBuilder("thaumrepl9me","thaumic_replicator",800);
thaumrepl9me.addEssentiaInput("herba",40);
thaumrepl9me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl9me.addFluidInput(<fluid:lifeessence>*90);
thaumrepl9me.addItemInput(<contenttweaker:gardencia_garnet>*2);
thaumrepl9me.addItemInput(<contenttweaker:resonating_stone>*16);
thaumrepl9me.addItemInput(<techreborn:ingot:3>);
thaumrepl9me.addItemInput(<iceandfire:shiny_scales>);
thaumrepl9me.addFluidOutput(<fluid:liquid_life>*16000);
thaumrepl9me.build();
val thaumrepl10 = RecipeBuilder.newBuilder("thaumrepl10","thaumic_replicator",800);
thaumrepl10.addAspectInput("vitreus",40);
thaumrepl10.addFluidInput(<fluid:twilight_matter>*1500);
@@ -112,6 +201,16 @@ thaumrepl10.addItemInput(<tombstone:crafting_ingredient:3>*4);
thaumrepl10.addFluidOutput(<fluid:seared_grave_stone>*16000);
thaumrepl10.build();
val thaumrepl10me = RecipeBuilder.newBuilder("thaumrepl10me","thaumic_replicator",800);
thaumrepl10me.addEssentiaInput("vitreus",40);
thaumrepl10me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl10me.addFluidInput(<fluid:stone>*200);
thaumrepl10me.addItemInput(<contenttweaker:crystevia_garnet>*2);
thaumrepl10me.addItemInput(<contenttweaker:resonating_stone>*16);
thaumrepl10me.addItemInput(<tombstone:crafting_ingredient:3>*4);
thaumrepl10me.addFluidOutput(<fluid:seared_grave_stone>*16000);
thaumrepl10me.build();
val thaumrepl11 = RecipeBuilder.newBuilder("thaumrepl11","thaumic_replicator",800);
thaumrepl11.addAspectInput("aer",40);
thaumrepl11.addFluidInput(<fluid:twilight_matter>*1500);
@@ -123,6 +222,17 @@ thaumrepl11.addItemInput(<contenttweaker:crepuscular_gem>*2);
thaumrepl11.addFluidOutput(<fluid:astral_water>*16000);
thaumrepl11.build();
val thaumrepl11me = RecipeBuilder.newBuilder("thaumrepl11me","thaumic_replicator",800);
thaumrepl11me.addEssentiaInput("aer",40);
thaumrepl11me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl11me.addItemInput(<contenttweaker:haven_garnet>*2);
thaumrepl11me.addItemInput(<contenttweaker:resonating_stone>*16);
thaumrepl11me.addItemInput(<contenttweaker:nightly_gem>*2);
thaumrepl11me.addItemInput(<contenttweaker:sunstruck_gem>*2);
thaumrepl11me.addItemInput(<contenttweaker:crepuscular_gem>*2);
thaumrepl11me.addFluidOutput(<fluid:astral_water>*16000);
thaumrepl11me.build();
val thaumrepl12 = RecipeBuilder.newBuilder("thaumrepl12","thaumic_replicator",800);
thaumrepl12.addAspectInput("metallum",40);
thaumrepl12.addFluidInput(<fluid:twilight_matter>*1500);
@@ -133,6 +243,16 @@ thaumrepl12.addItemInput(<contenttweaker:blue_matter>*2);
thaumrepl12.addFluidOutput(<fluid:alchemical_goo>*16000);
thaumrepl12.build();
val thaumrepl12me = RecipeBuilder.newBuilder("thaumrepl12me","thaumic_replicator",800);
thaumrepl12me.addEssentiaInput("metallum",40);
thaumrepl12me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl12me.addFluidInput(<fluid:sednanite>*288);
thaumrepl12me.addItemInput(<contenttweaker:iromine_garnet>*2);
thaumrepl12me.addItemInput(<contenttweaker:resonating_stone>*16);
thaumrepl12me.addItemInput(<contenttweaker:blue_matter>*2);
thaumrepl12me.addFluidOutput(<fluid:alchemical_goo>*16000);
thaumrepl12me.build();
val thaumrepl13 = RecipeBuilder.newBuilder("thaumrepl13","thaumic_replicator",800);
thaumrepl13.addAspectInput("mortuus",40);
thaumrepl13.addFluidInput(<fluid:twilight_matter>*1500);
@@ -142,6 +262,15 @@ thaumrepl13.addItemInput(<techreborn:uumatter>*4);
thaumrepl13.addFluidOutput(<fluid:liquid_madness>*16000);
thaumrepl13.build();
val thaumrepl13me = RecipeBuilder.newBuilder("thaumrepl13me","thaumic_replicator",800);
thaumrepl13me.addEssentiaInput("mortuus",40);
thaumrepl13me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl13me.addItemInput(<contenttweaker:mysterium_garnet>*2);
thaumrepl13me.addItemInput(<contenttweaker:resonating_stone>*16);
thaumrepl13me.addItemInput(<techreborn:uumatter>*4);
thaumrepl13me.addFluidOutput(<fluid:liquid_madness>*16000);
thaumrepl13me.build();
val thaumrepl14 = RecipeBuilder.newBuilder("thaumrepl14","thaumic_replicator",800);
thaumrepl14.addAspectInput("alienis",40);
thaumrepl14.addFluidInput(<fluid:twilight_matter>*1500);
@@ -151,6 +280,15 @@ thaumrepl14.addItemInput(<contenttweaker:resonating_stone>*16);
thaumrepl14.addFluidOutput(<fluid:ethereal_fabric>*16000);
thaumrepl14.build();
val thaumrepl14me = RecipeBuilder.newBuilder("thaumrepl14me","thaumic_replicator",800);
thaumrepl14me.addEssentiaInput("alienis",40);
thaumrepl14me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl14me.addItemInput(<contenttweaker:vox_ponds_garnet>*2);
thaumrepl14me.addItemInput(<bewitchment:alchemists_fleece>*4);
thaumrepl14me.addItemInput(<contenttweaker:resonating_stone>*16);
thaumrepl14me.addFluidOutput(<fluid:ethereal_fabric>*16000);
thaumrepl14me.build();
val thaumrepl15 = RecipeBuilder.newBuilder("thaumrepl15","thaumic_replicator",800);
thaumrepl15.addAspectInput("draco",50);
thaumrepl15.addFluidInput(<fluid:twilight_matter>*1500);
@@ -161,6 +299,16 @@ thaumrepl15.addItemInput(<contenttweaker:resonating_stone>*32);
thaumrepl15.addFluidOutput(<fluid:vital_lymph>*16000);
thaumrepl15.build();
val thaumrepl15me = RecipeBuilder.newBuilder("thaumrepl15me","thaumic_replicator",800);
thaumrepl15me.addEssentiaInput("draco",50);
thaumrepl15me.addFluidInput(<fluid:twilight_matter>*1500);
thaumrepl15me.addFluidInput(<fluid:fossile_refined_oil>*200);
thaumrepl15me.addItemInput(<materialpart:primal_ogerite:ingot>);
thaumrepl15me.addItemInput(<aoa3:magic_repair_dust>*3);
thaumrepl15me.addItemInput(<contenttweaker:resonating_stone>*32);
thaumrepl15me.addFluidOutput(<fluid:vital_lymph>*16000);
thaumrepl15me.build();
val thaumrepl16 = RecipeBuilder.newBuilder("thaumrepl16","thaumic_replicator",800);
thaumrepl16.addAspectInput("draco",50);
thaumrepl16.addFluidInput(<fluid:twilight_matter>*2000);
@@ -171,6 +319,16 @@ thaumrepl16.addItemInput(<contenttweaker:vibrating_stone>*32);
thaumrepl16.addFluidOutput(<fluid:vibrating_matter>*5000);
thaumrepl16.build();
val thaumrepl16me = RecipeBuilder.newBuilder("thaumrepl16me","thaumic_replicator",800);
thaumrepl16me.addEssentiaInput("draco",50);
thaumrepl16me.addFluidInput(<fluid:twilight_matter>*2000);
thaumrepl16me.addItemInput(<materialpart:myrmitite:plate>);
thaumrepl16me.addItemInput(<projectex:matter:8>);
thaumrepl16me.addItemInput(<contenttweaker:magnetic_monopole>);
thaumrepl16me.addItemInput(<contenttweaker:vibrating_stone>*32);
thaumrepl16me.addFluidOutput(<fluid:vibrating_matter>*5000);
thaumrepl16me.build();
val thaumrepl17 = RecipeBuilder.newBuilder("thaumrepl17","thaumic_replicator",800);
thaumrepl17.addAspectInput("draco",50);
thaumrepl17.addFluidInput(<fluid:twilight_matter>*2000);
@@ -178,4 +336,13 @@ thaumrepl17.addItemInput(<avaritia:resource:0>);
thaumrepl17.addItemInput(<projectex:matter:10>);
thaumrepl17.addItemInput(<contenttweaker:resonating_stone>*32);
thaumrepl17.addFluidOutput(<fluid:resonating_matter>*5000);
thaumrepl17.build();
thaumrepl17.build();
val thaumrepl17me = RecipeBuilder.newBuilder("thaumrepl17me","thaumic_replicator",800);
thaumrepl17me.addEssentiaInput("draco",50);
thaumrepl17me.addFluidInput(<fluid:twilight_matter>*2000);
thaumrepl17me.addItemInput(<avaritia:resource:0>);
thaumrepl17me.addItemInput(<projectex:matter:10>);
thaumrepl17me.addItemInput(<contenttweaker:resonating_stone>*32);
thaumrepl17me.addFluidOutput(<fluid:resonating_matter>*5000);
thaumrepl17me.build();
+14
View File
@@ -364,3 +364,17 @@ recipes.addShaped(<contenttweaker:mythic_excavation_engine>,
[[<contenttweaker:fluix_microcontroller>, <contenttweaker:high_strength_transmission>, <contenttweaker:fluix_microcontroller>],
[<contenttweaker:universal_booster>, <contenttweaker:mythic_machine_case>, <contenttweaker:universal_booster>],
[<aoa3:elecanium_ingot>, <contenttweaker:primal_jewel>, <aoa3:elecanium_ingot>]]);
recipes.addShaped(<contenttweaker:shyre_rider_callstone>,
[[<contenttweaker:shyre_chunk>, <contenttweaker:stone_of_the_shyre_warden>, <contenttweaker:shyre_chunk>],
[<contenttweaker:stone_of_the_shyre_warden>, <contenttweaker:cursed_dragon_egg>, <contenttweaker:stone_of_the_shyre_warden>],
[<contenttweaker:shyre_chunk>, <contenttweaker:stone_of_the_shyre_warden>, <contenttweaker:shyre_chunk>]]);
recipes.addShaped(<contenttweaker:cursed_dragon_egg>*2,
[[<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "potentia"}]}), <contenttweaker:cursed_dragon_egg>, <thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "potentia"}]})],
[<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "gelum"}]}), <contenttweaker:cursed_cradle>.reuse(), <thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "gelum"}]})],
[<thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "ignis"}]}), null, <thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "ignis"}]})]]);
+38 -3
View File
@@ -102,6 +102,8 @@ mith2.addItemOutput(<aoa3:chilli>*10);
mith2.setChance(0.05);
mith2.addItemOutput(<aoa3:copper_coin>*10);
mith2.setChance(0.1);
mith2.addItemOutput(<contenttweaker:hellspot_chop>*12);
mith2.setChance(0.5);
mith2.addItemOutput(<aoa3:flammable_dust>*10);
mith2.setChance(0.1);
mith2.addItemOutput(<aoa3:sharp_claw>*10);
@@ -386,6 +388,8 @@ mith5.setChance(0.05);
// mith5.setChance(0.05);
mith5.addItemOutput(<aoa3:wither_rune>*20);
mith5.setChance(0.05);
mith5.addItemOutput(<contenttweaker:calcite_gem>*30);
mith5.setChance(0.7);
mith5.addItemOutput(<aoa3:small_skill_crystal>);
mith5.setChance(0.05);
mith5.addItemOutput(<aoa3:flammable_dust>*10);
@@ -396,6 +400,8 @@ mith5.addItemOutput(<aoa3:magic_repair_dust>);
mith5.setChance(0.05);
mith5.addItemOutput(<aoa3:enchanted_gunpowder>*10);
mith5.setChance(0.05);
mith5.addItemOutput(<contenttweaker:hellspot_chop>*24);
mith5.setChance(0.5);
mith5.addItemOutput(<contenttweaker:better_hellfire>*10);
mith5.setChance(0.05);
mith5.addItemOutput(<aoa3:discharge_capsule>*10);
@@ -487,6 +493,8 @@ mith6.addItemOutput(<botania:manaresource:15>);
mith6.setChance(0.6);
mith6.addItemOutput(<minecraft:nether_star>*3);
mith6.setChance(0.05);
mith6.addItemOutput(<contenttweaker:calcite_gem>*40);
mith6.setChance(0.7);
mith6.addItemOutput(<divinerpg:divine_stone>*2);
mith6.setChance(0.05);
mith6.addItemOutput(<divinerpg:divine_shards>*4);
@@ -802,7 +810,7 @@ mith12.addItemOutput(<aoa3:magic_repair_dust>);
mith12.setChance(0.1);
mith12.addItemOutput(<contenttweaker:abyss_garnet>);
mith12.setChance(0.5);
mith12.addItemOutput(<contenttweaker:hellspot_chop>*12);
mith12.addItemOutput(<contenttweaker:hellspot_chop>*55);
mith12.setChance(0.5);
mith12.addItemOutput(<divinerpg:fury_fire>*50);
mith12.setChance(0.5);
@@ -1681,7 +1689,7 @@ mith22.addItemOutput(<aoa3:runandor_tokens>*10);
mith22.setChance(0.1);
mith22.addItemOutput(<aoa3:runic_energy>*30);
mith22.setChance(0.15);
mith22.addItemOutput(<aoa3:fragmented_anima_stone>*50);
mith22.addItemOutput(<aoa3:fragmented_anima_stone>*64);
mith22.setChance(0.5);
mith22.addItemOutput(<aoa3:water_rune>*10);
mith22.setChance(0.08);
@@ -1754,7 +1762,7 @@ mith23.addItemOutput(<aoa3:gold_coin>*10);
mith23.setChance(0.1);
mith23.addItemOutput(<aoa3:magic_repair_dust>*10);
mith23.setChance(0.1);
mith23.addItemOutput(<aoa3:lunar_ingot>*20);
mith23.addItemOutput(<aoa3:lunar_ingot>*40);
mith23.setChance(0.15);
mith23.addItemOutput(<aoa3:luntar>*20);
mith23.setChance(0.05);
@@ -2270,6 +2278,8 @@ mith24.addItemOutput(<aoa3:magic_repair_dust>);
mith24.setChance(0.1);
mith24.addItemOutput(<draconicevolution:chaos_shard:3>);
mith24.setChance(0.05);
mith24.addItemOutput(<aoa3:fragmented_anima_stone>*64);
mith24.setChance(0.9);
mith24.addItemOutput(<contenttweaker:ancient_cavern_garnet>);
mith24.setChance(0.5);
mith24.addItemOutput(<contenttweaker:tier24_token>);
@@ -2299,6 +2309,8 @@ mith25.addItemOutput(<draconicevolution:chaos_shard:3>);
mith25.setChance(0.05);
mith25.addItemOutput(<contenttweaker:immortallis_garnet>);
mith25.setChance(0.5);
mith25.addItemOutput(<aoa3:fragmented_anima_stone>*64);
mith25.setChance(0.9);
mith25.addItemOutput(<aoa3:dungeon_tokens>*10);
mith25.setChance(0.05);
mith25.addItemOutput(<contenttweaker:tier25_token>);
@@ -2328,8 +2340,12 @@ mith26.addItemOutput(<aoa3:strike_rune>*10);
mith26.setChance(0.1);
mith26.addItemOutput(<aoa3:copper_coin>*64);
mith26.setChance(0.5);
mith26.addItemOutput(<aoa3:lunar_ingot>*44);
mith26.setChance(0.5);
mith26.addItemOutput(<aoa3:silver_coin>*16);
mith26.setChance(0.8);
mith26.addItemOutput(<aoa3:fragmented_anima_stone>*64);
mith26.setChance(0.9);
mith26.addItemOutput(<aoa3:magic_repair_dust>);
mith26.setChance(0.1);
mith26.addItemOutput(<draconicevolution:chaos_shard:3>);
@@ -2365,6 +2381,8 @@ mith27.addItemOutput(<aoa3:silver_coin>*16);
mith27.setChance(0.8);
mith27.addItemOutput(<aoa3:magic_repair_dust>*10);
mith27.setChance(0.1);
mith27.addItemOutput(<aoa3:fragmented_anima_stone>*64);
mith27.setChance(0.9);
mith27.addItemOutput(<draconicevolution:chaos_shard:3>);
mith27.setChance(0.05);
mith27.addItemOutput(<contenttweaker:dustopia_garnet>);
@@ -2415,6 +2433,8 @@ mith28.addItemOutput(<divinerpg:heliosis_lump>*5);
mith28.setChance(0.05);
mith28.addItemOutput(<divinerpg:arksiane_lump>*5);
mith28.setChance(0.03);
mith28.addItemOutput(<aoa3:fragmented_anima_stone>*64);
mith28.setChance(0.9);
mith28.addItemOutput(<contenttweaker:vethea_garnet>);
mith28.setChance(0.5);
mith28.addItemOutput(<divinerpg:dream_melon>*10);
@@ -2927,6 +2947,8 @@ mith29.addItemOutput(<aoa3:shyre_cap>*10);
mith29.setChance(0.05);
mith29.addItemOutput(<contenttweaker:shyrelands_garnet>);
mith29.setChance(0.5);
mith29.addItemOutput(<aoa3:fragmented_anima_stone>*128);
mith29.setChance(0.7);
mith29.addItemOutput(<contenttweaker:mother_pixon_soul>*10);
mith29.setChance(0.3);
mith29.addItemOutput(<divinerpg:bluefire_stone>*40);
@@ -3055,6 +3077,19 @@ easierbloodmaster1.addItemInput(<bloodmagic:item_demon_crystal:4>);
easierbloodmaster1.addItemOutput(<materialpart:bloodmaster_metal:ingot>*16);
easierbloodmaster1.build();
val unceasierbloodmaster1 = RecipeBuilder.newBuilder("unceasierbloodmaster1","uncorrupted_library",200);
unceasierbloodmaster1.addFluidInput(<fluid:lifeessence>*500);
unceasierbloodmaster1.addFluidInput(<fluid:liquidcoralium>*500);
unceasierbloodmaster1.addItemInput(<contenttweaker:jeweled_runium>);
unceasierbloodmaster1.addItemInput(<materialpart:vibranium:ingot>);
unceasierbloodmaster1.addItemInput(<bloodmagic:item_demon_crystal:0>);
unceasierbloodmaster1.addItemInput(<bloodmagic:item_demon_crystal:1>);
unceasierbloodmaster1.addItemInput(<bloodmagic:item_demon_crystal:2>);
unceasierbloodmaster1.addItemInput(<bloodmagic:item_demon_crystal:3>);
unceasierbloodmaster1.addItemInput(<bloodmagic:item_demon_crystal:4>);
unceasierbloodmaster1.addItemOutput(<materialpart:bloodmaster_metal:ingot>*16);
unceasierbloodmaster1.build();
recipes.addShapeless(<materialpart:bloodmaster_metal:ingot>*4,
[<contenttweaker:bloodmaster_block>]);
+28 -1
View File
@@ -1,6 +1,26 @@
import mods.modularmachinery.RecipeBuilder;
mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/redeemedstormlight", <forge:bucketfilled>.withTag({FluidName: "whispering_starlight_of_redemption", Amount: 1000}), 4500, 400, [
<contenttweaker:freedomsteel_ingot>, <contenttweaker:naquadah_ingot>, <contenttweaker:freedomsteel_ingot>,
<contenttweaker:naquadah_ingot>, <forge:bucketfilled>.withTag({FluidName: "whispering_starlight", Amount: 1000}), <contenttweaker:naquadah_ingot>,
<contenttweaker:freedomsteel_ingot>, <contenttweaker:naquadah_ingot>, <contenttweaker:freedomsteel_ingot>,
<extendedcrafting:singularity_custom:628>, <extendedcrafting:singularity_custom:628>,
<extendedcrafting:singularity_custom:628>, <extendedcrafting:singularity_custom:628>,
<contenttweaker:defined_ingot>, <contenttweaker:defined_ingot>,
<contenttweaker:defined_ingot>, <contenttweaker:defined_ingot>,
<contenttweaker:defined_ingot>, <contenttweaker:defined_ingot>,
<contenttweaker:defined_ingot>, <contenttweaker:defined_ingot>,
<contenttweaker:cuendillar_plate>, <contenttweaker:cuendillar_plate>,
<contenttweaker:cuendillar_plate>, <contenttweaker:cuendillar_plate>,
//Outer Items, indices 25+
<bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>
],
"astralsorcery.constellation.fornax");
val whisperinf1 = RecipeBuilder.newBuilder("whisperinf1","whispering_infusion_fountain",20);
whisperinf1.addFluidInput(<fluid:whispering_starlight>*4000);
whisperinf1.addItemInput(<ore:gemAquamarine>*64);
@@ -41,4 +61,11 @@ val whisperinf7 = RecipeBuilder.newBuilder("whisperinf7","whispering_infusion_fo
whisperinf7.addFluidInput(<fluid:whispering_starlight>*4000);
whisperinf7.addItemInput(<contenttweaker:vibrating_stone>*64);
whisperinf7.addItemOutput(<aether_legacy:zanite_ore>*64);
whisperinf7.build();
whisperinf7.build();
val whisperinf8 = RecipeBuilder.newBuilder("whisperinf8","whispering_infusion_fountain",20);
whisperinf8.addFluidInput(<fluid:whispering_starlight>*500);
whisperinf8.addItemInput(<minecraft:iron_ore>*64);
whisperinf8.addItemOutput(<astralsorcery:blockcustomore:1>*64);
whisperinf8.build();
+40
View File
@@ -1522,3 +1522,43 @@ import crafttweaker.enchantments.IEnchantmentDefinition;
[<contenttweaker:fifth_order_mythic_fractal>, null, null, <extrabotany:camera>, null, null, <contenttweaker:fifth_order_mythic_fractal>]]);
}
// Decalogue
{
val enchlistDecalogue as EnchantMap = EnchantMap()
.add("minecraft:unbreaking",75)
.add("endercore:xpboost",100);
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<aoa3:explochron_sword>.withTag({display: {Name:"§6§o十诫§r",Lore:["§d§o超限附魔§r"]}}), enchlistDecalogue).getItem(),
[[<contenttweaker:condensed_essence>, <contenttweaker:starlight_sphere>, null, <contenttweaker:stormlight_sphere>, <contenttweaker:condensed_essence>],
[<contenttweaker:stormlight_sphere>, null, <contenttweaker:spinel_ring>, null, <contenttweaker:starlight_sphere>],
[null, <contenttweaker:spinel_ring>, <aoa3:explochron_sword>, <contenttweaker:spinel_ring>, null],
[<contenttweaker:starlight_sphere>, null, <contenttweaker:spinel_ring>, null, <contenttweaker:stormlight_sphere>],
[<contenttweaker:condensed_essence>, <contenttweaker:stormlight_sphere>, null, <contenttweaker:starlight_sphere>, <contenttweaker:condensed_essence>]]);
}
// Wicked Sister
{
val enchlistWickedSister as EnchantMap = EnchantMap()
.add("minecraft:sharpness",50)
.add("enderio:witherweapon",50);
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<thaumadditions:the_beheader>.withTag({display: {Name:"§6§oWicked Sister§r",Lore:["§d§o超限附魔§r"]}}), enchlistWickedSister).getItem(),
[[<contenttweaker:condensed_essence>, <contenttweaker:starlight_sphere>, <contenttweaker:recursive_powder>, <contenttweaker:stormlight_sphere>, <contenttweaker:condensed_essence>],
[<contenttweaker:stormlight_sphere>, <contenttweaker:elder_spooder_string>, <contenttweaker:ichor>, <contenttweaker:elder_spooder_string>, <contenttweaker:starlight_sphere>],
[<contenttweaker:recursive_powder>, <contenttweaker:ichor>, <thaumadditions:the_beheader>, <contenttweaker:ichor>, <contenttweaker:recursive_powder>],
[<contenttweaker:starlight_sphere>, <contenttweaker:elder_spooder_string>, <contenttweaker:ichor>, <contenttweaker:elder_spooder_string>, <contenttweaker:stormlight_sphere>],
[<contenttweaker:condensed_essence>, <contenttweaker:stormlight_sphere>, <contenttweaker:recursive_powder>, <contenttweaker:starlight_sphere>, <contenttweaker:condensed_essence>]]);
}
+48 -1
View File
@@ -149,4 +149,51 @@ mytharken18.addEnergyPerTickInput(1000000);
mytharken18.addFluidInput(<fluid:whisper_of_starvald_demelain>*1);
mytharken18.addItemInput(<contenttweaker:quasar_charged_gem>);
mytharken18.addItemOutput(<contenttweaker:quasar_charged_dust>*1024);
mytharken18.build();
mytharken18.build();
val mytharken19 = RecipeBuilder.newBuilder("mytharken19","mythic_processor_arkencrusher",2);
mytharken19.addEnergyPerTickInput(1000000);
mytharken19.addFluidInput(<fluid:moltendreadium>*250);
mytharken19.addItemInput(<ore:oreCosmicFabric>);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_iron>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_gold>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_lapis>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_coal>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_oxygen>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_hydrogen>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_nitrogen>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_gunpowder>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_nitre>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_redstone>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_abyss>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_dread>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_tin>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_copper>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_silicon>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_magnesium>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_aluminum>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_zinc>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_bone>);
mytharken19.setChance(0.3);
mytharken19.addItemOutput(<contenttweaker:cosmic_fragment_beryllium>);
mytharken19.setChance(0.3);
mytharken19.build();
+7
View File
@@ -79,3 +79,10 @@ mythindblast11.addItemInput(<contenttweaker:hyperuranion_ingot>);
mythindblast11.addItemInput(<contenttweaker:recursion_of_dimensional_ascension>);
mythindblast11.addItemOutput(<contenttweaker:actualizing_hyperuranion_ingot>);
mythindblast11.build();
val mythindblast12 = RecipeBuilder.newBuilder("mythindblast12","mythic_processor_blaster",2);
mythindblast12.addEnergyPerTickInput(200000);
mythindblast12.addFluidInput(<fluid:dense_plasma>*6400);
mythindblast12.addItemInput(<thermalfoundation:material:165>*64);
mythindblast12.addItemOutput(<contenttweaker:charged_signalum>*64);
mythindblast12.build();
+5
View File
@@ -43,3 +43,8 @@ mythfurn6.addItemInput(<contenttweaker:draconian_metal_clump>);
mythfurn6.addItemOutput(<contenttweaker:draconian_metal_ingot>);
mythfurn6.build();
val mythfurn7 = RecipeBuilder.newBuilder("mythfurn7","mythic_processor_furnace",2);
mythfurn7.addEnergyPerTickInput(60000);
mythfurn7.addItemInput(<ore:logWood>);
mythfurn7.addItemOutput(<minecraft:coal:1>);
mythfurn7.build();
+26 -1
View File
@@ -728,4 +728,29 @@ val mythmelt657 = RecipeBuilder.newBuilder("mythmelt657","mythic_processor_melte
mythmelt657.addEnergyPerTickInput(60000);
mythmelt657.addItemInput(<contenttweaker:stone_of_the_resurrected_shard>);
mythmelt657.addFluidOutput(<fluid:stormlight> * 1000000);
mythmelt657.build();
mythmelt657.build();
val mythmelt658 = RecipeBuilder.newBuilder("mythmelt658","mythic_processor_melter",2);
mythmelt658.addEnergyPerTickInput(60000);
mythmelt658.addItemInput(<ore:ingotAlumite>);
mythmelt658.addFluidOutput(<fluid:alumite> * 144);
mythmelt658.build();
val mythmelt659 = RecipeBuilder.newBuilder("mythmelt659","mythic_processor_melter",2);
mythmelt659.addEnergyPerTickInput(60000);
mythmelt659.addItemInput(<ore:ingotMirion>);
mythmelt659.addFluidOutput(<fluid:mirion> * 144);
mythmelt659.build();
val mythmelt660 = RecipeBuilder.newBuilder("mythmelt660","mythic_processor_melter",2);
mythmelt660.addEnergyPerTickInput(60000);
mythmelt660.addItemInput(<contenttweaker:meteoric_draconic_stone>);
mythmelt660.addFluidOutput(<fluid:meteoric_draconic_matter> * 250);
mythmelt660.build();
val mythmelt661 = RecipeBuilder.newBuilder("mythmelt661","mythic_processor_melter",2);
mythmelt661.addEnergyPerTickInput(60000);
mythmelt661.addItemInput(<contenttweaker:void_ichorium_ore>);
mythmelt661.addFluidOutput(<fluid:void_ichor> * 250);
mythmelt661.build();
+5
View File
@@ -1311,3 +1311,8 @@ mythpulv209.addItemInput(<contenttweaker:neutronium_pearl>);
mythpulv209.addItemOutput(<avaritia:resource:2>*10000);
mythpulv209.build();
val mythpulv210 = RecipeBuilder.newBuilder("mythpulv210","mythic_processor_pulverizer",2);
mythpulv210.addEnergyPerTickInput(60000);
mythpulv210.addItemInput(<ore:oreTartarite>);
mythpulv210.addItemOutput(<materialpart:tartarite:dust>*5);
mythpulv210.build();
+193
View File
@@ -0,0 +1,193 @@
import mods.modularmachinery.RecipeBuilder;
val mythrockcrush1 = RecipeBuilder.newBuilder("mythrockcrush1","mythic_processor_rock_crusher",2);
mythrockcrush1.addEnergyPerTickInput(80000);
mythrockcrush1.addItemInput(<ore:stoneGranite> * 1);
mythrockcrush1.addItemOutput(<nuclearcraft:gem_dust:1>*2);
mythrockcrush1.addItemOutput(<thermalfoundation:material:771>*2);
mythrockcrush1.addItemOutput(<nuclearcraft:gem_dust:8>*2);
mythrockcrush1.build();
val mythrockcrush2 = RecipeBuilder.newBuilder("mythrockcrush2","mythic_processor_rock_crusher",2);
mythrockcrush2.addEnergyPerTickInput(80000);
mythrockcrush2.addItemInput(<ore:stoneDiorite> * 1);
mythrockcrush2.addItemOutput(<nuclearcraft:gem_dust:5>*2);
mythrockcrush2.addItemOutput(<nuclearcraft:gem_dust:9>*2);
mythrockcrush2.addItemOutput(<nuclearcraft:dust:10>*2);
mythrockcrush2.build();
val mythrockcrush3 = RecipeBuilder.newBuilder("mythrockcrush3","mythic_processor_rock_crusher",2);
mythrockcrush3.addEnergyPerTickInput(80000);
mythrockcrush3.addItemInput(<ore:stoneAndesite> * 1);
mythrockcrush3.addItemOutput(<nuclearcraft:dust:9>*2);
mythrockcrush3.addItemOutput(<nuclearcraft:compound:10>*2);
mythrockcrush3.addItemOutput(<nuclearcraft:gem_dust:10>*2);
mythrockcrush3.build();
val mythrockcrush4 = RecipeBuilder.newBuilder("mythrockcrush4","mythic_processor_rock_crusher",2);
mythrockcrush4.addEnergyPerTickInput(80000);
mythrockcrush4.addItemInput(<contenttweaker:mortum_livingrock> * 1);
mythrockcrush4.addItemOutput(<botania:livingrock>*8);
mythrockcrush4.addItemOutput(<botania:livingrock>*4);
mythrockcrush4.addItemOutput(<botania:livingrock>*2);
mythrockcrush4.build();
val mythrockcrush5 = RecipeBuilder.newBuilder("mythrockcrush5","mythic_processor_rock_crusher",2);
mythrockcrush5.addEnergyPerTickInput(80000);
mythrockcrush5.addItemInput(<contenttweaker:mortum_livingwood> * 1);
mythrockcrush5.addItemOutput(<botania:livingwood:0>*8);
mythrockcrush5.addItemOutput(<botania:livingwood:0>*4);
mythrockcrush5.addItemOutput(<botania:livingwood:0>*2);
mythrockcrush5.build();
val mythrockcrush6 = RecipeBuilder.newBuilder("mythrockcrush6","mythic_processor_rock_crusher",2);
mythrockcrush6.addEnergyPerTickInput(80000);
mythrockcrush6.addItemInput(<contenttweaker:infused_thorium> * 1);
mythrockcrush6.addItemOutput(<nuclearcraft:dust:3>*12);
mythrockcrush6.addItemOutput(<nuclearcraft:dust:3>*6);
mythrockcrush6.addItemOutput(<nuclearcraft:dust:3>*4);
mythrockcrush6.build();
val mythrockcrush7 = RecipeBuilder.newBuilder("mythrockcrush7","mythic_processor_rock_crusher",2);
mythrockcrush7.addEnergyPerTickInput(80000);
mythrockcrush7.addItemInput(<contenttweaker:infused_uranium> * 1);
mythrockcrush7.addItemOutput(<immersiveengineering:metal:14>*12);
mythrockcrush7.addItemOutput(<immersiveengineering:metal:14>*6);
mythrockcrush7.addItemOutput(<immersiveengineering:metal:14>*4);
mythrockcrush7.build();
val mythrockcrush8 = RecipeBuilder.newBuilder("mythrockcrush8","mythic_processor_rock_crusher",2);
mythrockcrush8.addEnergyPerTickInput(80000);
mythrockcrush8.addItemInput(<contenttweaker:evanescent_sednanite_dust> * 1);
mythrockcrush8.addItemOutput(<contenttweaker:evanescent_sednanite_powder>*5);
mythrockcrush8.addItemOutput(<contenttweaker:evanescent_sednanite_powder>*3);
mythrockcrush8.addItemOutput(<contenttweaker:evanescent_sednanite_powder>*2);
mythrockcrush8.build();
val mythrockcrush9 = RecipeBuilder.newBuilder("mythrockcrush9","mythic_processor_rock_crusher",2);
mythrockcrush9.addEnergyPerTickInput(80000);
mythrockcrush9.addItemInput(<extendedcrafting:singularity:6> * 1);
mythrockcrush9.addItemOutput(<contenttweaker:dense_diamond_powder>*48);
mythrockcrush9.addItemOutput(<contenttweaker:dense_diamond_powder>*12);
mythrockcrush9.addItemOutput(<contenttweaker:dense_diamond_powder>*4);
mythrockcrush9.build();
val mythrockcrush10 = RecipeBuilder.newBuilder("mythrockcrush10","mythic_processor_rock_crusher",2);
mythrockcrush10.addEnergyPerTickInput(80000);
mythrockcrush10.addItemInput(<contenttweaker:serpentine> * 1);
mythrockcrush10.addItemOutput(<mysticalagriculture:end_steel_essence>*8);
mythrockcrush10.addItemOutput(<mysticalagriculture:dark_steel_essence>*8);
mythrockcrush10.addItemOutput(<mysticalagriculture:bronze_essence>*8);
mythrockcrush10.build();
val mythrockcrush11 = RecipeBuilder.newBuilder("mythrockcrush11","mythic_processor_rock_crusher",2);
mythrockcrush11.addEnergyPerTickInput(80000);
mythrockcrush11.addItemInput(<contenttweaker:travertine> * 1);
mythrockcrush11.addItemOutput(<mysticalagriculture:vibrant_alloy_essence>*8);
mythrockcrush11.addItemOutput(<mysticalagriculture:electrum_essence>*8);
mythrockcrush11.addItemOutput(<mysticalagriculture:steel_essence>*8);
mythrockcrush11.build();
val mythrockcrush12 = RecipeBuilder.newBuilder("mythrockcrush12","mythic_processor_rock_crusher",2);
mythrockcrush12.addEnergyPerTickInput(80000);
mythrockcrush12.addItemInput(<contenttweaker:pink_marble> * 1);
mythrockcrush12.addItemOutput(<mysticalagriculture:energetic_alloy_essence>*8);
mythrockcrush12.addItemOutput(<mysticalagriculture:redstone_alloy_essence>*8);
mythrockcrush12.addItemOutput(<mysticalagriculture:enderium_essence>*8);
mythrockcrush12.build();
val mythrockcrush13 = RecipeBuilder.newBuilder("mythrockcrush13","mythic_processor_rock_crusher",2);
mythrockcrush13.addEnergyPerTickInput(80000);
mythrockcrush13.addItemInput(<contenttweaker:onyx> * 1);
mythrockcrush13.addItemOutput(<mysticalagriculture:fluxed_electrum_essence>*8);
mythrockcrush13.addItemOutput(<mysticalagriculture:aluminum_brass_essence>*8);
mythrockcrush13.addItemOutput(<mysticalagriculture:electrical_steel_essence>*8);
mythrockcrush13.build();
val mythrockcrush14 = RecipeBuilder.newBuilder("mythrockcrush14","mythic_processor_rock_crusher",2);
mythrockcrush14.addEnergyPerTickInput(80000);
mythrockcrush14.addItemInput(<contenttweaker:agate> * 1);
mythrockcrush14.addItemOutput(<mysticalagriculture:signalum_essence>*8);
mythrockcrush14.addItemOutput(<mysticalagriculture:invar_essence>*8);
mythrockcrush14.addItemOutput(<mysticalagriculture:lumium_essence>*8);
mythrockcrush14.build();
val mythrockcrush15 = RecipeBuilder.newBuilder("mythrockcrush15","mythic_processor_rock_crusher",2);
mythrockcrush15.addEnergyPerTickInput(80000);
mythrockcrush15.addItemInput(<contenttweaker:feldspar> * 1);
mythrockcrush15.addItemOutput(<mysticalagriculture:pulsating_iron_essence>*8);
mythrockcrush15.addItemOutput(<mysticalagriculture:soularium_essence>*8);
mythrockcrush15.addItemOutput(<mysticalagriculture:brass_essence>*8);
mythrockcrush15.build();
val mythrockcrush16 = RecipeBuilder.newBuilder("mythrockcrush16","mythic_processor_rock_crusher",2);
mythrockcrush16.addEnergyPerTickInput(80000);
mythrockcrush16.addItemInput(<contenttweaker:metagabbro> * 1);
mythrockcrush16.addItemOutput(<mysticalagriculture:conductive_iron_essence>*8);
mythrockcrush16.addItemOutput(<mysticalagriculture:manyullyn_essence>*8);
mythrockcrush16.addItemOutput(<mysticalagriculture:constantan_essence>*8);
mythrockcrush16.build();
val mythrockcrush17 = RecipeBuilder.newBuilder("mythrockcrush17","mythic_processor_rock_crusher",2);
mythrockcrush17.addEnergyPerTickInput(80000);
mythrockcrush17.addItemInput(<contenttweaker:fiery_pyrite> * 1);
mythrockcrush17.addItemOutput(<mysticalagriculture:alumite_essence>*8);
mythrockcrush17.addItemOutput(<mysticalagriculture:fluix_essence>*8);
mythrockcrush17.build();
val mythrockcrush18 = RecipeBuilder.newBuilder("mythrockcrush18","mythic_processor_rock_crusher",2);
mythrockcrush18.addEnergyPerTickInput(80000);
mythrockcrush18.addItemInput(<abyssalcraft:crystal:21> * 1);
mythrockcrush18.addItemOutput(<contenttweaker:silica_dust>);
mythrockcrush18.build();
val mythrockcrush19 = RecipeBuilder.newBuilder("mythrockcrush19","mythic_processor_rock_crusher",2);
mythrockcrush19.addEnergyPerTickInput(80000);
mythrockcrush19.addItemInput(<techreborn:dust:50>);
mythrockcrush19.addItemOutput(<contenttweaker:tiny_gallium_dust>);
mythrockcrush19.addItemOutput(<techreborn:dust:59>);
mythrockcrush19.build();
val mythrockcrush20 = RecipeBuilder.newBuilder("mythrockcrush20","mythic_processor_rock_crusher",2);
mythrockcrush20.addEnergyPerTickInput(80000);
mythrockcrush20.addItemInput(<techreborn:dust:39>);
mythrockcrush20.addItemOutput(<contenttweaker:tiny_gallium_dust>);
mythrockcrush20.addItemOutput(<thermalfoundation:material:0>);
mythrockcrush20.build();
val mythrockcrush21 = RecipeBuilder.newBuilder("mythrockcrush21","mythic_processor_rock_crusher",2);
mythrockcrush21.addEnergyPerTickInput(80000);
mythrockcrush21.addItemInput(<thaumcraft:nugget:10>);
mythrockcrush21.addItemOutput(<contenttweaker:yttrium_oxide>);
mythrockcrush21.addItemOutput(<contenttweaker:barium_oxide>);
mythrockcrush21.build();
val mythrockcrush22 = RecipeBuilder.newBuilder("mythrockcrush22","mythic_processor_rock_crusher",2);
mythrockcrush22.addEnergyPerTickInput(80000);
mythrockcrush22.addItemInput(<aoa3:shyrelands_stone>);
mythrockcrush22.addItemOutput(<enderio:item_material:20>*8);
mythrockcrush22.addItemOutput(<enderio:item_material:20>*4);
mythrockcrush22.addItemOutput(<enderio:item_material:20>*2);
mythrockcrush22.build();
val mythrockcrush23 = RecipeBuilder.newBuilder("mythrockcrush23","mythic_processor_rock_crusher",2);
mythrockcrush23.addEnergyPerTickInput(80000);
mythrockcrush23.addItemInput(<tardis:gallifreyan_stone>);
mythrockcrush23.addItemOutput(<enderio:item_material:20>*12);
mythrockcrush23.addItemOutput(<enderio:item_material:20>*6);
mythrockcrush23.addItemOutput(<enderio:item_material:20>*3);
mythrockcrush23.build();
val mythrockcrush24 = RecipeBuilder.newBuilder("mythrockcrush24","mythic_processor_rock_crusher",2);
mythrockcrush24.addEnergyPerTickInput(80000);
mythrockcrush24.addItemInput(<ore:stoneBasalt>);
mythrockcrush24.addItemOutput(<thaumcraft:nugget:10>);
mythrockcrush24.addItemOutput(<thaumcraft:cluster:0>);
mythrockcrush24.addItemOutput(<thaumcraft:salis_mundus>);
mythrockcrush24.build();
+18 -1
View File
@@ -154,4 +154,21 @@ orefierypyrite.add(<contenttweaker:fiery_pyrite>);
val orestoneblock = <ore:stone>;
orestoneblock.remove(<divinerpg:divine_rock>);
orestoneblock.remove(<divinerpg:divine_rock>);
val oredensedimensionalshard = <ore:oreDenseDimensionalShard>;
oredensedimensionalshard.add(<contenttweaker:dense_dimensional_shard_ore>);
val oredensegravititte = <ore:oreDenseGravitite>;
oredensegravititte.add(<contenttweaker:dense_gravitite_ore>);
val orevoidichorium = <ore:oreVoidIchorium>;
orevoidichorium.add(<contenttweaker:void_ichorium_ore>);
val oreethaxiumstone = <ore:oreEthaxiumStone>;
oreethaxiumstone.add(<abyssalcraft:stone:5>);
val orestormlightstone = <ore:oreStormlightStone>;
orestormlightstone.add(<contenttweaker:stormlight_stone>);
+7
View File
@@ -479,6 +479,13 @@ mods.thermalexpansion.Insolator.addRecipeMonoculture(<contenttweaker:eldritch_wi
<contenttweaker:eldritch_will_crystal_seeds>,
105);
mods.thermalexpansion.Insolator.addRecipeMonoculture(<contenttweaker:eldritch_will_crystal>*4,
<contenttweaker:eldritch_will_crystal_seeds>,
<contenttweaker:lunar_star>,
25000,
<contenttweaker:eldritch_will_crystal_seeds>,
105);
mods.thermalexpansion.Insolator.addRecipeMonoculture(<thaumcraft:void_seed>,
<thaumadditions:void_seed>,
<thaumcraft:metal_void>,
+120 -23
View File
@@ -1406,20 +1406,9 @@ recipes.addShapeless(<bloodmagic:altar>,
<deepmoblearningbm:digital_agonizer>,
<deepmoblearning:living_matter_twilight>]);
recipes.addShapeless(<contenttweaker:shining_sandstone>,
[<contenttweaker:mark_fallen_tower>]);
recipes.addShapeless(<contenttweaker:fiery_pyrite>,
[<contenttweaker:mark_fallen_tower>]);
recipes.addShapeless(<contenttweaker:meteoric_draconic_stone>,
[<contenttweaker:mark_fallen_tower>]);
recipes.addShapeless(<contenttweaker:demon_stone>,
[<contenttweaker:mark_fallen_tower>]);
recipes.addShapeless(<contenttweaker:cosmic_fabric>,
[<contenttweaker:mark_fallen_tower>]);
recipes.addShapeless(<contenttweaker:cuendillar_plate>,
[<contenttweaker:super_enchanting_stripping_automation>]);
mods.thermalexpansion.Crucible.addRecipe(<fluid:manyullyn>*144, <tconstruct:ingots:2>, 1000);
mods.nuclearcraft.melter.addRecipe([<ore:ingotManyullyn>, <fluid:manyullyn>*144]);
@@ -1910,6 +1899,10 @@ recipes.addShapeless(<contenttweaker:fine_mineral_dust>,
[<contenttweaker:passive_packagedauto>]);
recipes.addShapeless(<contenttweaker:everwatching_eye>,
[<contenttweaker:passive_extended_crafting>]);
recipes.addShapeless(<contenttweaker:everwatching_eye>,
[<contenttweaker:passive_packagedauto>]);
recipes.addShapeless(<contenttweaker:gem_of_aura>,
@@ -1918,6 +1911,8 @@ recipes.addShapeless(<contenttweaker:complex_gearbox>,
[<contenttweaker:passive_packagedauto>]);
recipes.addShapeless(<contenttweaker:complex_crank_shaft>,
[<contenttweaker:passive_packagedauto>]);
recipes.addShapeless(<contenttweaker:recursion_focus_lens>,
[<contenttweaker:passive_packagedauto>]);
recipes.addShapeless(<minecraft:ender_pearl>,
[<contenttweaker:nebulous_soul>]);
@@ -2236,15 +2231,6 @@ mods.immersiveengineering.ArcFurnace.removeRecipe(<materialpart:ichorium:ingot>)
mods.immersiveengineering.ArcFurnace.removeRecipe(<contenttweaker:material_part:309>);
brewing.removeRecipe(<minecraft:potion>.withTag({Potion: "mod_lavacow:strong_corrosive"}), <minecraft:sugar>);
brewing.addBrew(<minecraft:potion>.withTag({Potion: "mod_lavacow:corrosive"}), <ore:salt>, <minecraft:potion>.withTag({Potion: "mod_lavacow:strong_corrosive"}));
brewing.removeRecipe(<minecraft:potion>.withTag({Potion: "extrautils2:xu2.doom"}), <minecraft:gunpowder>);
brewing.removeRecipe(<minecraft:potion>.withTag({Potion: "extrautils2:xu2.gravity.long"}), <minecraft:redstone>);
recipes.remove(<xtones:base>);
@@ -2565,4 +2551,115 @@ recipes.addShapeless(<thaumcraft:stone_porous>,
mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:lost_cities_worldgen>, <fluid:water>, <fluid:flesh_world_ichor>]);
mods.thermalexpansion.Centrifuge.addRecipe([(<techreborn:part:31>) % 99, (<techreborn:part:31>) % 99], <forestry:propolis:0>, null, 2000);
mods.thermalexpansion.Centrifuge.addRecipe([(<techreborn:part:31>) % 99, (<techreborn:part:31>) % 99], <forestry:propolis:0>, null, 2000);
mods.nuclearcraft.melter.addRecipe([<ore:ingotMirion>, <fluid:mirion>*144]);
mods.thermalexpansion.Centrifuge.addRecipe([(<minecraft:leaves:0> * 1) % 10], <extratrees:food:35>, <fluid:binnie.juice.olive>*50, 100);
mods.tconstruct.Casting.addBasinRecipe(<techreborn:storage2:10>, null, <liquid:refinediron>, 1296);
recipes.addShapeless(<contenttweaker:coolant_great>,
[<contenttweaker:coolant_great>,
<ore:blockDraconium>]);
recipes.addShapeless(<contenttweaker:coolant_great>,
[<contenttweaker:coolant_great>,
<ore:blockEnderium>]);
recipes.addShapeless(<contenttweaker:coolant_great>,
[<contenttweaker:coolant_great>,
<forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000})]);
recipes.addShapeless(<contenttweaker:coolant_great>,
[<contenttweaker:coolant_great>,
<ore:blockElectrumFlux>]);
recipes.addShapeless(<divinerpg:divine_shards>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:bluefire_stone>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<contenttweaker:nebulous_soul>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<abyssalcraft:ethaxiumingot>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:netherite_ingot>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<bewitchment:demon_heart>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:corrupted_shards>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<contenttweaker:bloodmaster_metal_chest>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<contenttweaker:primordial_sliver>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<minecraft:nether_star>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<minecraft:skull:1>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<contenttweaker:imp_skin>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<bewitchment:tongue_of_dog>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<bewitchment:lizard_leg>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<bewitchment:toe_of_frog>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<bewitchment:adders_fork>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:halite_shield>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:halite_blade>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:halite_blitz>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:halite_slicer>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:halite_bow>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:halite_helmet>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:halite_leggings>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:halite_chestplate>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:halite_boots>,
[<contenttweaker:good_woot_drops>]);
recipes.addShapeless(<divinerpg:halite_phaser>,
[<contenttweaker:karot_farm>]);
recipes.addShapeless(<thaumadditions:mithrillium_ingot>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <thaumcraft:caster_basic>]);
recipes.addShapeless(<contenttweaker:halite_bejewelled_ichorium_catalyst>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <thaumcraft:caster_basic>]);
recipes.addShapeless(<contenttweaker:catalyst_of_the_warrens>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <thaumcraft:caster_basic>]);
recipes.addShapeless(<contenttweaker:trinuum_catalyst>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <thaumcraft:caster_basic>]);
recipes.addShapeless(<contenttweaker:infinitely_wishful_catalyst>,
[<contenttweaker:infusion_pseudo_automation>, <modularrouters:item_router>, <modularrouters:module:17>, <thaumcraft:caster_basic>]);
+2 -2
View File
@@ -8,9 +8,9 @@ recipes.addShaped(<xreliquary:magicbane>,
recipes.removeShaped(<xreliquary:infernal_tear>);
recipes.remove(<xreliquary:infernal_tear>);
recipes.addShaped(<xreliquary:infernal_tear>,
[[<contenttweaker:ignis_vis_condensate>, <xreliquary:void_tear>, <contenttweaker:ignis_vis_condensate>],
[<xreliquary:void_tear>, <contenttweaker:crown_of_the_energy_queen>, <xreliquary:void_tear>],
[<contenttweaker:ignis_vis_condensate>, <xreliquary:void_tear>, <contenttweaker:ignis_vis_condensate>]]);
[<contenttweaker:ignis_vis_condensate>, <xreliquary:void_tear>, <contenttweaker:ignis_vis_condensate>]]);
+16
View File
@@ -0,0 +1,16 @@
recipes.remove(<superfactorymanager:manager>);
recipes.addShaped(<superfactorymanager:manager>,
[[<minecraft:iron_ingot>, <minecraft:iron_ingot>, <minecraft:iron_ingot>],
[<minecraft:iron_ingot>, <rftools:machine_frame>, <minecraft:iron_ingot>],
[<integrateddynamics:crystalized_chorus_block>, <minecraft:sticky_piston>, <integrateddynamics:crystalized_chorus_block>]]);
recipes.remove(<superfactorymanager:cable>);
recipes.addShaped(<superfactorymanager:cable>,
[[<ore:blockGlass>, <minecraft:light_weighted_pressure_plate>, <ore:blockGlass>],
[<minecraft:iron_ingot>, <contenttweaker:crystalized_emberstone>, <minecraft:iron_ingot>],
[<ore:blockGlass>, <minecraft:light_weighted_pressure_plate>, <ore:blockGlass>]]);
+7
View File
@@ -131,3 +131,10 @@ 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>]]);
val makefluxcontrolled = RecipeBuilder.newBuilder("makefluxcontrolled","vibrating_flux_crucible",40);
makefluxcontrolled.addItemInput(<extrautils2:compresseddirt:1>);
makefluxcontrolled.addFluxOutput(10.0);
makefluxcontrolled.build();
+16
View File
@@ -33,15 +33,31 @@ recipes.addShapeless(<contenttweaker:otherwordly_tears_bottle>,[<bewitchment:oth
mods.bloodmagic.AlchemyTable.addRecipe(<contenttweaker:essence_fear>,
[<bloodmagic:component:11>, <bloodmagic:arcane_ashes>, <abyssalcraft:odbcore>, <abyssalcraft:dreadplate>, <contenttweaker:otherwordly_tears_bottle>, <dimdoors:stable_fabric>], 1000, 80, 0);
mods.bloodmagic.AlchemyTable.addRecipe(<contenttweaker:essence_fear>,
[<bloodmagic:component:11>, <contenttweaker:lanthanum_salt>, <abyssalcraft:odbcore>, <abyssalcraft:dreadplate>, <contenttweaker:otherwordly_tears_bottle>, <dimdoors:stable_fabric>], 1000, 80, 0);
mods.bloodmagic.AlchemyTable.addRecipe(<contenttweaker:essence_darkness>,
[<bloodmagic:component:16>, <bloodmagic:arcane_ashes>, <abyssalcraft:odbcore>, <abyssalcraft:dreadplate>, <contenttweaker:otherwordly_tears_bottle>, <dimdoors:stable_fabric>], 1000, 80, 0);
mods.bloodmagic.AlchemyTable.addRecipe(<contenttweaker:essence_darkness>,
[<bloodmagic:component:16>, <contenttweaker:lanthanum_salt>, <abyssalcraft:odbcore>, <abyssalcraft:dreadplate>, <contenttweaker:otherwordly_tears_bottle>, <dimdoors:stable_fabric>], 1000, 80, 0);
mods.bloodmagic.AlchemyTable.addRecipe(<contenttweaker:essence_helplessness>,
[<bloodarsenal:base_item:6>, <bloodmagic:arcane_ashes>, <abyssalcraft:odbcore>, <abyssalcraft:dreadplate>, <contenttweaker:otherwordly_tears_bottle>, <dimdoors:stable_fabric>], 1000, 80, 0);
mods.bloodmagic.AlchemyTable.addRecipe(<contenttweaker:essence_helplessness>,
[<bloodarsenal:base_item:6>, <contenttweaker:lanthanum_salt>, <abyssalcraft:odbcore>, <abyssalcraft:dreadplate>, <contenttweaker:otherwordly_tears_bottle>, <dimdoors:stable_fabric>], 1000, 80, 0);
mods.bloodmagic.AlchemyTable.addRecipe(<contenttweaker:essence_solitude>,
[<bloodmagic:component:4>, <bloodmagic:arcane_ashes>, <abyssalcraft:odbcore>, <abyssalcraft:dreadplate>, <contenttweaker:otherwordly_tears_bottle>, <dimdoors:stable_fabric>], 1000, 80, 0);
mods.bloodmagic.AlchemyTable.addRecipe(<contenttweaker:essence_solitude>,
[<bloodmagic:component:4>, <contenttweaker:lanthanum_salt>, <abyssalcraft:odbcore>, <abyssalcraft:dreadplate>, <contenttweaker:otherwordly_tears_bottle>, <dimdoors:stable_fabric>], 1000, 80, 0);
recipes.addShaped(<contenttweaker:clausurae>*4,
[[<botania:manaresource:12>, <contenttweaker:essence_darkness>, <botania:manaresource:12>],
[<contenttweaker:essence_fear>, <contenttweaker:oblitus>, <contenttweaker:essence_helplessness>],
+22
View File
@@ -15,12 +15,23 @@ recipes.addShaped(<projecte:item.pe_fuel:2>,
[<minecraft:coal_block>, <contenttweaker:essence_of_petrification>, <minecraft:coal_block>],
[null, <minecraft:coal_block>, null]]);
// EZ EMC
recipes.addShaped(<minecraft:diamond>,
[[null, <minecraft:blaze_rod>, null],
[<minecraft:blaze_rod>, <iceandfire:fire_dragon_heart>.reuse(), <minecraft:blaze_rod>],
[null, <minecraft:blaze_rod>, null]]);
recipes.addShaped(<minecraft:emerald>,
[[<twilightforest:aurora_block>, null, <twilightforest:aurora_block>],
[<twilightforest:aurora_block>, <iceandfire:ice_dragon_heart>.reuse(), <twilightforest:aurora_block>],
[<twilightforest:aurora_block>, null, <twilightforest:aurora_block>]]);
recipes.addShaped(<projecte:item.pe_matter:0>,
[[<divinerpg:arcanium>, <divinerpg:arcanium>, <divinerpg:arcanium>],
[<divinerpg:arcanium>, <iceandfire:lightning_dragon_heart>.reuse(), <divinerpg:arcanium>],
[<divinerpg:arcanium>, <divinerpg:arcanium>, <divinerpg:arcanium>]]);
// EZ fluid mana
recipes.addShaped(<contenttweaker:mana_rune>,
[[<divinerpg:liopleurodon_teeth>, <ore:blockMithril>, <divinerpg:liopleurodon_teeth>],
@@ -464,3 +475,14 @@ 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]]);
// uncorrupted library
recipes.addShaped(<contenttweaker:carpeted_allure>,
[[<contenttweaker:etherium_ore>, <contenttweaker:hypercharged_wool>, <contenttweaker:etherium_ore>],
[<aoa3:occult_shovel>, <divinerpg:frosted_allure>, <aoa3:occult_pickaxe>],
[<forge:bucketfilled>.withTag({FluidName: "smoldering_tar", Amount: 1000}), <contenttweaker:hypercharged_wool>, <forge:bucketfilled>.withTag({FluidName: "smoldering_tar", Amount: 1000})]]);
+151 -6
View File
@@ -661,6 +661,7 @@
<divinerpg:tormented_boots>.addTooltip(format.red("需要8个团块"));
<contenttweaker:radioactive_residue>.addTooltip(format.red("警告:该合成线会产生辐射!"));
<contenttweaker:shyre_mulch>.addTooltip(format.red("警告:该合成线会产生辐射!"));
<contenttweaker:sparkled_oak_planks>.addTooltip(format.red("将正确的木板与正确的武器结合,三一召唤石将指引你"));
@@ -1059,6 +1060,13 @@
<contenttweaker:p0rtals_redish_white_hat>.addTooltip(format.red("理序主之盾"));
<contenttweaker:collar_bells>.addTooltip(format.red("理序主之盾"));
<materialpart:sednanite:ingot>.addTooltip(format.red("发现于塞德娜,于第3章结尾获得 - 可在等离子聚合器中制作"));
<materialpart:rhenium:ingot>.addTooltip(format.red("发现于铼界"));
<materialpart:myrmitite:ingot>.addTooltip(format.red("发现于恐蚁界 - 可在等离子聚合器中制作"));
<materialpart:ogerite:ingot>.addTooltip(format.red("发现于光精界 - 可在等离子聚合器中制作"));
<thaumcraft:stone_ancient_rock>.addTooltip(format.red("感谢Artemis和birdie添加的装饰方块的小方块!"));
<botania:bifrostperm>.addTooltip(format.red("感谢Artemis和birdie添加的装饰方块的小方块!"));
@@ -1409,7 +1417,6 @@
<twilightforest:charm_of_life_2>.addTooltip(format.red("阻止死亡,消耗品"));
<rf-capability-adapter:aecapabilityadapter_part>.addTooltip(format.red("警告:相邻放置多个可能会导致卡顿"));
<randomthings:timeinabottle>.addTooltip(format.red("警告:不要对深渊国度和深度怪物学习模组的方块使用"));
@@ -1516,7 +1523,7 @@
<ore:ingotFractalliteHalite>.addTooltip(format.red("PocketSkeleton (单人)"));
<ore:ingotFractalliteHalite>.addTooltip(format.red("Chaika_In_Paanic & rfhb21 (团队)"));
<ore:ingotFractalliteHalite>.addTooltip(format.red("okay (单人)"));
<ore:ingotFractalliteHalite>.addTooltip(format.red("IridiumSky, maxwell_lt, Darkally (团队)"));
<ore:ingotFractalliteHalite>.addTooltip(format.red("IridumSky, maxwell_lt, Darkally (团队)"));
<ore:ingotFractalliteHalite>.addTooltip(format.red("Origami10004, Lumamaster, Kafuruu (团队)"));
<ore:ingotFractalliteHalite>.addTooltip(format.red("MrRepside (单人)"));
<ore:ingotFractalliteHalite>.addTooltip(format.red("hael (单人)"));
@@ -1790,7 +1797,7 @@
<contenttweaker:darkstar_collector>.addTooltip(format.red("多方块升级,自动星辉祭坛:速度x100"));
<extrabotany:manabarrel>.addTooltip(format.red("多方块升级,植物聚合器:输出速度x15"));
<contenttweaker:empowered_mazestone>.addTooltip(format.red("多方块升级,砷铅铁注能器:速度x5"));
<contenttweaker:defined_block>.addTooltip(format.red("多方块升级,混沌凝聚器:输出x15"));
<contenttweaker:defined_draconium_block>.addTooltip(format.red("多方块升级,混沌凝聚器:输出x15"));
<contenttweaker:adamantium_reinforced_petrified_wood>.addTooltip(format.red("多方块升级,寒铁锻台:速度x20"));
<contenttweaker:defined_block>.addTooltip(format.red("多方块升级,定义器:输出x2"));
<contenttweaker:core_of_halite_definition>.addTooltip(format.red("多方块升级,定义器:输出x8"));
@@ -1800,6 +1807,8 @@
<contenttweaker:fabric_of_the_orb>.addTooltip(format.red("多方块升级,维度稳定器:速度x50"));
<thaumadditions:adaminite_block>.addTooltip(format.red("多方块升级,龙炎坩埚:速度x6"));
<thaumadditions:mithminite_smelter>.addTooltip(format.red("多方块升级,龙炎锻炉:输出x8"));
<contenttweaker:awakened_electromagnet>.addTooltip(format.red("多方块升级,龙炎锻炉:输出x64"));
<contenttweaker:fractallite_furnace_core>.addTooltip(format.red("多方块升级,龙炎锻炉:输出x256"));
<contenttweaker:plated_photonium>.addTooltip(format.red("多方块升级,附魔温室:速度x10"));
<contenttweaker:vibrating_stone>.addTooltip(format.red("多方块升级,源质结晶器:输出x4"));
<contenttweaker:echo_warren_stone>.addTooltip(format.red("多方块升级,源质结晶器:输出x20"));
@@ -1823,7 +1832,9 @@
<contenttweaker:superfocused_plasma_collider>.addTooltip(format.red("多方块升级,线性等离子加速器:x100并行"));
<contenttweaker:hyperfocused_plasma_collider>.addTooltip(format.red("多方块升级,线性等离子加速器:x1000并行"));
<contenttweaker:halite_bejewelled_ichorium_catalyst>.addTooltip(format.red("多方块升级,神秘复制机:流体输出x2"));
<contenttweaker:catalyst_of_the_warrens>.addTooltip(format.red("多方块升级,神秘复制机:流体输出x10"));
<contenttweaker:catalyst_of_the_warrens>.addTooltip(format.red("多方块升级,神秘复制机:流体输出x10,速度x10"));
<contenttweaker:trinuum_catalyst>.addTooltip(format.red("多方块升级,神秘复制机:流体输出x50,速度x20"));
<contenttweaker:infinitely_wishful_catalyst>.addTooltip(format.red("多方块升级,神秘复制机:流体输出x100,速度x40"));
<contenttweaker:hihi_irokane_block>.addTooltip(format.red("多方块升级,坠星仪:速度x8"));
<contenttweaker:plasma_accelerator_tube>.addTooltip(format.red("多方块升级,粒子加速器&神话加速器:速度x5"));
<contenttweaker:gallifreyan_neutronium_casing>.addTooltip(format.red("多方块升级,中子素炮&中子素轰击器:速度x5"));
@@ -1837,7 +1848,9 @@
<contenttweaker:naquadah_casing>.addTooltip(format.red("方块升级,『立方』:速度x20"));
<contenttweaker:miniature_quasar>.addTooltip(format.red("多方块升级,戴森压缩器:输出x4"));
<contenttweaker:directed_miniature_quasar>.addTooltip(format.red("多方块升级,戴森压缩器:输出x16"));
<avaritia:block_resource:1>.addTooltip(format.red("多方块升级,热钢混合器:x10并行"));
<forge:bucketfilled>.withTag({FluidName: "darkstarlight", Amount: 1000}).addTooltip(format.red("多方块升级,低语涌泉:x4并行"));
<forge:bucketfilled>.withTag({FluidName: "whispering_starlight_of_redemption", Amount: 1000}).addTooltip(format.red("多方块升级,低语涌泉:x16并行"));
<contenttweaker:hypergrowth_actualizer>.addTooltip(format.red("多方块升级,超高速生长灌注器:输出x4"));
<contenttweaker:trinity_hypergrowth_component>.addTooltip(format.red("多方块升级,超高速生长灌注器:输出x16"));
<contenttweaker:cosmic_hypergrowth_component>.addTooltip(format.red("多方块升级,超高速生长灌注器:输出x64"));
@@ -2114,6 +2127,9 @@
<contenttweaker:draconic_fabrial>.addTooltip(format.red("坠星标位祭品,消耗50000LP"));
<contenttweaker:draconic_fabrial>.addTooltip(format.red("videojamiemostlikely有个点子"));
<contenttweaker:hungering_world_soul>.addTooltip(format.red("坠星标位祭品,消耗50000LP"));
<buildcraftsilicon:laser>.addTooltip(format.red("面向装配台来为其供能"));
<buildcraftsilicon:laser>.addTooltip(format.red("使用末影接口模组的能量导管连接,热力的能量管道经常会断连!"));
@@ -2508,7 +2524,6 @@
<contenttweaker:quasar_core>.addTooltip(format.red("轮回噩梦合成器和硅岩外壳能帮得上忙"));
<divinerpg:halite_phaser>.addTooltip(format.red("轮回噩梦合成器和硅岩外壳能帮得上忙"));
<tardis:key>.addTooltip(format.red("通过完全生长的塔迪斯珊瑚获得"));
@@ -2679,6 +2694,14 @@
<appliedenergistics2:wireless_crafting_terminal>.addTooltip(format.red("注意:若你更新了整合包,任务书可能不会自动更新,使用以下命令来手动更新任务书"));
<appliedenergistics2:wireless_crafting_terminal>.addTooltip(format.red("/bq_admin default load"));
<twilightforest:glass_sword>.addTooltip(format.green("可重复使用"));
<avaritia:infinity_sword>.addTooltip(format.green("可重复使用"));
<mod_lavacow:sludge_wand>.addTooltip(format.green("可重复使用"));
<mod_lavacow:scarab_wand>.addTooltip(format.green("可重复使用"));
<contenttweaker:eternally_stained_soul>.addTooltip(format.green("可重复使用"));
<modularmachinery:hypergrowth_insolator_factory_controller>.addTooltip(format.red("警告:该方块未来将会被移除,请替换为常规的多方块升级"));
<modularmachinery:infinity_furnace_factory_controller>.addTooltip(format.red("警告:该方块未来将会被移除,请替换为常规的多方块升级"));
@@ -2687,6 +2710,128 @@
<modularmachinery:sacred_cinders_apiary_factory_controller>.addTooltip(format.red("警告:该方块未来将会被移除,请替换为常规的多方块升级"));
<modularmachinery:mechanized_coop_factory_controller>.addTooltip(format.red("警告:该方块未来将会被移除,请替换为常规的多方块升级"));
<malisisdoors:door_factory>.addTooltip(format.red("警告:Malisis模组的门很卡,可能会在将来的更新中被移除"));
<malisisdoors:garage_door>.addTooltip(format.red("警告:Malisis模组的门很卡,可能会在将来的更新中被移除"));
<contenttweaker:charged_signalum>.addTooltip(format.red("通量链接集合升级会很有用"));
<rf-capability-adapter:aecapabilityadapter>.addTooltip(format.red("警告:不要与任何非压缩空间机械的方块相邻放置"));
<rf-capability-adapter:aecapabilityadapter_part>.addTooltip(format.red("警告:不要与任何非压缩空间机械的方块相邻放置"));
<bloodmagic:blood_shard:1>.addTooltip(format.red("使用束缚棒右击巫师之路模组的恶魔"));
<bloodmagic:blood_shard:1>.addTooltip(format.red("可通过感知凝结器多方块获得"));
<appliedenergistics2:part:220>.addTooltip(format.red("注意:对于巨型终局配方,合成失败可能会导致物品被删除"));
<storagedrawers:upgrade_creative:0>.addTooltip(format.red("注意:对于巨型终局配方,合成失败可能会导致物品被删除"));
<dankstorage:dank_7>.addTooltip(format.red("注意:对于巨型终局配方,合成失败可能会导致物品被删除"));
<contenttweaker:dense_dimensional_shard_ore>.addTooltip(format.red("通过使用饥渴世界之魂作为祭品的坠星标位仪式获得"));
<contenttweaker:cuendillar_plate>.addTooltip(format.red("注意:要自动化该物品,遵循JEI信息框中的提示"));
<contenttweaker:cuendillar_plate>.addTooltip(format.red("初始需要以下超限附魔:"));
<contenttweaker:cuendillar_plate>.addTooltip(format.red("天顶剑"));
<contenttweaker:cuendillar_plate>.addTooltip(format.red("爆破剑"));
<contenttweaker:cuendillar_plate>.addTooltip(format.red("星钢盔甲"));
<contenttweaker:coolant_great>.addTooltip(format.red("另一个JEI标签页中展示了所有可用的冷却剂,这里的效果更好"));
<contenttweaker:coolant_great>.addTooltip(format.red("龙块是最好的冷却剂"));
<contenttweaker:coil_great>.addTooltip(format.red("另一个JEI标签页中展示了所有可用的线圈方块,这里的效果更好"));
<contenttweaker:coil_great>.addTooltip(format.red("镠块是最好的线圈方块"));
<draconicevolution:energy_crystal:6>.addTooltip(format.red("使用水晶扳手来为机器远程供能"));
<draconicevolution:energy_crystal:7>.addTooltip(format.red("使用水晶扳手来为机器远程供能"));
<draconicevolution:energy_crystal:8>.addTooltip(format.red("使用水晶扳手来为机器远程供能"));
<draconicevolution:energy_crystal:6>.addTooltip(format.red("可连接16个机器"));
<draconicevolution:energy_crystal:7>.addTooltip(format.red("可连接32个机器"));
<draconicevolution:energy_crystal:8>.addTooltip(format.red("可连接64个机器"));
<contenttweaker:cursed_cradle>.addTooltip(format.green("可重复使用"));
<contenttweaker:star_of_betrayal>.addTooltip(format.green("在复制配方中可重复使用"));
<aoa3:flammable_dust>.addTooltip(format.red("纳德吉克兽掉落"));
<contenttweaker:mythic_radiation_shielding>.addTooltip(format.red("与任意盔甲合成来为其添加辐射防护"));
<contenttweaker:mythic_radiation_shielding>.addTooltip(format.red("10 Rad辐射"));
<contenttweaker:recursive_radiation_shielding>.addTooltip(format.red("与任意盔甲合成来为其添加辐射防护"));
<contenttweaker:recursive_radiation_shielding>.addTooltip(format.red("100 Rad辐射"));
<contenttweaker:fractallite_radiation_shielding>.addTooltip(format.red("与任意盔甲合成来为其添加辐射防护"));
<contenttweaker:fractallite_radiation_shielding>.addTooltip(format.red("1000 Rad辐射"));
<contenttweaker:shard_of_physical_healing>.addTooltip(format.red("使用魔法伤害"));
<contenttweaker:good_woot_drops>.addTooltip(format.red("终极生物农场更适合获取非Boss掉落物(如果做得起的话)"));
<superfactorymanager:manager>.addTooltip(format.red("在任务书中查看每个方块的信息"));
<superfactorymanager:manager>.addTooltip(format.red("mewmaister真的很想要这个!"));
<superfactorymanager:manager>.addTooltip(format.red("NerdySpider撰写了说明文档,感谢!"));
<superfactorymanager:cable_relay:0>.addTooltip(format.red("可与例如箱子矿车这类的非方块实体交互。在模块中选择即可。"));
<superfactorymanager:cable_relay:8>.addTooltip(format.red("当位于该方块上方获相邻时,可令玩家物品栏与网络交互。在使用前,需先点击该方块,为自身及其他玩家设置相应权限。"));
<superfactorymanager:cable_intake:0>.addTooltip(format.red("可从世界中吸取物品,或将物品丢到世界中。"));
<superfactorymanager:cable_intake:8>.addTooltip(format.red("可从世界中吸取物品,或将物品丢到世界中。"));
<superfactorymanager:cable_output>.addTooltip(format.red("与管理器内的红石信号发射器交互。"));
<superfactorymanager:cable_input>.addTooltip(format.red("与管理器内的红石信号接收器交互。"));
<superfactorymanager:cable_bud>.addTooltip(format.red("当此方块并入网络后,触发器可在“连接”中设定为方块更新检测模式。"));
<superfactorymanager:cable_breaker>.addTooltip(format.red("将该方块前方的空间作为输入输出。在其前方破坏或放置方块。"));
<superfactorymanager:cable_sign>.addTooltip(format.red("告示牌更新模块需要该方块来更新告示牌内容。"));
<superfactorymanager:cable_cluster:*>.addTooltip(format.red("集线器可将多种方块结合为一,与管理器连接。"));
<superfactorymanager:cable>.addTooltip(format.red("将容器和其他SFM方块与控制器连接"));
<contenttweaker:big_slime>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:flying_meatball>.addTooltip(format.red("感谢NerdySpider为肉丸绘制的纹理!"));
<contenttweaker:hearty_meatball>.addTooltip(format.red("感谢NerdySpider为肉丸绘制的纹理!"));
<contenttweaker:mutated_meatball>.addTooltip(format.red("感谢NerdySpider为肉丸绘制的纹理!"));
<contenttweaker:stone_of_universal_balance>.addTooltip(format.red("感谢NerdySpider绘制的纹理!"));
<contenttweaker:mark_fallen_tower>.addTooltip(format.red("所有陨石同样可通过坠星遗物多方块获得"));
<aether_legacy:valkyrie_helmet>.addTooltip(format.green("可重复使用"));
<aether_legacy:valkyrie_chestplate>.addTooltip(format.green("可重复使用"));
<aether_legacy:valkyrie_leggings>.addTooltip(format.green("可重复使用"));
<aether_legacy:valkyrie_boots>.addTooltip(format.green("可重复使用"));
<contenttweaker:blade_of_the_samurai_queen>.addTooltip(format.green("可重复使用"));
<modularmachineryaddons:blockmeteorprovideroutput>.addTooltip(format.red("注意:要避免陨石造成的破坏,在输出仓上方10到15格放置一块黑曜石"));
<modularmachineryaddons:blockmeteorprovideroutput>.addTooltip(format.red("要进行自动化,确保自动挖掘系统不会破坏黑曜石方块"));
<contenttweaker:draconic_fabrial>.addTooltip(format.red("感谢Alecsio制作的模块化机械附属模组!"));
<contenttweaker:charged_draconium_block>.addTooltip(format.red("感谢Alecsio制作的模块化机械附属模组!"));
<contenttweaker:meatballium_reinforced_casing>.addTooltip(format.red("感谢Alecsio制作的模块化机械附属模组!"));
<modularmachineryaddons:blockmeteorprovideroutput>.addTooltip(format.red("Alecsio是个天才!"));
<contenttweaker:stormlight_stone>.addTooltip(format.red("似龙碑石陨石2%概率掉落"));
+99 -101
View File
@@ -74,13 +74,6 @@ import crafttweaker.item.IItemCondition;
<contenttweaker:white_fuel>.addTooltip(format.red("发现于炼金界"));
<materialpart:sednanite:ingot>.addTooltip(format.red("发现于塞德娜,于第三章结尾获得 - 可在等离子聚合器中制作"));
<materialpart:rhenium:ingot>.addTooltip(format.red("发现于铼界"));
<materialpart:myrmitite:ingot>.addTooltip(format.red("发现于恐蚁界 - 可在等离子聚合器中制作"));
<materialpart:ogerite:ingot>.addTooltip(format.red("发现于光精界 - 可在等离子聚合器中制作"));
<contenttweaker:sedna_artifact>.addTooltip(format.red("在跃迁控制器中使用"));
@@ -364,7 +357,10 @@ import crafttweaker.item.IItemCondition;
<contenttweaker:retaliation_key>.addTooltip(format.red("打开意志晶块神殿内的最终房间"));
<soulshardsrespawn:soul_shard>.addTooltip(format.red("在世界中合成,放置一个荧石块,用四个石英块包围,四角放置黑曜石。 - Sandman366"));
<soulshardsrespawn:soul_shard>.addTooltip(format.red("在世界中合成,放置一个荧石块,用四个石英块包围,四角放置黑曜石。"));
<soulshardsrespawn:soul_shard>.addTooltip(format.red("可通过2种方式充能:"));
<soulshardsrespawn:soul_shard>.addTooltip(format.red("将灵魂碎片放在快捷栏中,击杀对应的生物(可通过窃魂魔咒加速)"));
<soulshardsrespawn:soul_shard>.addTooltip(format.red("右击对应生物的刷怪箱(更好,但会破坏刷怪箱)"));
<dimdoors:world_thread>.addTooltip(format.red("发现于维度门内的地牢"));
@@ -817,8 +813,6 @@ import crafttweaker.item.IItemCondition;
<bewitchment:blessed_stone>.addTooltip(format.red("注意:该方块无法破坏"));
<bewitchment:blessed_stone>.addTooltip(format.red("可被主宰法咒:Perditio破坏"));
<contenttweaker:scale_of_the_ancient_heart>.addTooltip(format.red("注意:该方块无法破坏"));
<contenttweaker:scale_of_the_ancient_heart>.addTooltip(format.red("可被主宰法咒:Perditio破坏"));
<contenttweaker:asgard_furnace_brick>.addTooltip(format.red("注意:该方块无法破坏"));
<contenttweaker:asgard_furnace_brick>.addTooltip(format.red("可被主宰法咒:Perditio破坏"));
@@ -966,6 +960,8 @@ import crafttweaker.item.IItemCondition;
<techreborn:implosion_compressor>.addTooltip(format.red("机器下方是3x3x3的中空进阶机械外壳"));
<enderio:item_dark_steel_upgrade:1>.withTag({"enderio:dsu": "enderio:direct", "enderio:enabled": 1 as byte}).addTooltip(format.red("匠魂强化:自动将掉落物传送到物品栏"));
<bloodmagic:soul_gem:3>.addTooltip(format.red("匠魂强化:生物会掉落意志"));
<tconstruct:materials:50>.addTooltip(format.red("匠魂强化:增加一个额外强化槽"));
@@ -1482,7 +1478,6 @@ import crafttweaker.item.IItemCondition;
<contenttweaker:technetium_remains>.addTooltip(format.red("可无限循环产出"));
<contenttweaker:lanthanum_salt>.addTooltip(format.red("若不想自动化生产,那就一次做一大批"));
<contenttweaker:tennessine_gem>.addTooltip(format.red("将团块丢入炼狱熔炉"));
@@ -2174,7 +2169,8 @@ import crafttweaker.item.IItemCondition;
<contenttweaker:gem_of_the_sleeping_city>.addTooltip(format.red("发现于暴风维度"));
<contenttweaker:stone_of_the_sleeping_city>.addTooltip(format.red("发现于暴风维度"));
<draconicevolution:celestial_manipulator>.addTooltip(format.red("在主世界使用!虚空世界中也可生效"));
<draconicevolution:celestial_manipulator>.addTooltip(format.red("必须在主世界使用!但其效果同样会影响虚空世界的时间"));
<draconicevolution:celestial_manipulator>.addTooltip(format.red("可使用聊天检测器或其他无线红石装置远程激活其改变时间的功能,这样就不需要来回跑了!"));
<appliedenergistics2:part:220>.addTooltip(format.red("不要连接到跨区块的方块,可能会导致崩溃"));
<appliedenergistics2:part:221>.addTooltip(format.red("不要连接到跨区块的方块,可能会导致崩溃"));
@@ -2448,93 +2444,93 @@ import crafttweaker.item.IItemCondition;
<thermaldynamics:duct_16:6>.addTooltip(format.red("使用伺服器、检索器和过滤器来传输物品(查看对应的JEI提示以了解如何使用)"));
<thermaldynamics:duct_16:7>.addTooltip(format.red("使用伺服器、检索器和过滤器来传输物品(查看对应的JEI提示以了解如何使用)"));
<tconstruct:metal:0>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage:4>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage:6>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<minecraft:iron_block>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage:8>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<enderio:block_alloy:2>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<techreborn:storage:8>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage_alloy:1>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<enderio:block_alloy:6>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage_alloy:3>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage:2>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage_alloy:2>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<tconstruct:metal:5>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<ore:blockLudicrite>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage_alloy:7>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage:0>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<ore:blockElectrumFlux>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<techreborn:storage:2>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<techreborn:storage:5>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<enderio:block_alloy:4>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<tconstruct:metal:2>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<enderio:block_alloy:0>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage:3>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<minecraft:gold_block>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<tconstruct:metal:1>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<ore:blockEnergeticAlloy>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<thermalfoundation:storage_alloy:0>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <tconstruct:metal:0>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage:4>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage:6>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <minecraft:iron_block>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage:8>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <enderio:block_alloy:2>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <techreborn:storage:8>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage_alloy:1>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <enderio:block_alloy:6>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage_alloy:3>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage:2>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage_alloy:2>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <tconstruct:metal:5>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <ore:blockLudicrite>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage_alloy:7>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage:0>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <ore:blockElectrumFlux>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <techreborn:storage:2>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <techreborn:storage:5>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <enderio:block_alloy:4>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <tconstruct:metal:2>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <enderio:block_alloy:0>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage:3>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <minecraft:gold_block>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <tconstruct:metal:1>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <ore:blockEnergeticAlloy>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
// <thermalfoundation:storage_alloy:0>.addTooltip(format.red("可用作大型涡轮机线圈,最好的材料是镠"));
<ore:blockDraconium>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<thermalfoundation:storage:4>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<thermalfoundation:storage:6>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<minecraft:iron_block>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<minecraft:diamond_block>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<ore:blockMithril>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<ore:blockVibrantAlloy>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<techreborn:storage:8>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<thermalfoundation:storage_alloy:1>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<ore:blockDarkSteel>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<thermalfoundation:storage_alloy:3>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<thermalfoundation:storage:2>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<minecraft:ice>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<ore:blockMeatRaw>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<minecraft:glass>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<ore:blockDraconiumAwakened>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<thermalfoundation:storage_alloy:2>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<nuclearcraft:ingot_block:8>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<thermalfoundation:storage_alloy:7>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<ore:blockSoularium>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<minecraft:emerald_block>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<thermalfoundation:storage:0>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<minecraft:snow>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<ore:blockElectrumFlux>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<techreborn:storage:2>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<techreborn:storage:5>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<ore:blockConductiveIron>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<tconstruct:metal:2>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<ore:blockElectricalSteel>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<techreborn:storage:3>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<minecraft:gold_block>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<ore:blockEnergeticAlloy>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<thermalfoundation:storage_alloy:0>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "electrical_steel", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "dark_steel", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "fire_water", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "ender", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "cloud_seed", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "liquid_sunshine", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "glowstone", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "cloud_seed_concentrated", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "purpleslime", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "energetic_alloy", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "lifeessence", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "hootch", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "pyrotheum", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "blueslime", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "vapor_of_levity", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "ender_distillation", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "nutrient_distillation", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "soularium", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "water", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "conductive_iron", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "rocket_fuel", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "meat", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "vibrant_alloy", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "redstone", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<forge:bucketfilled>.withTag({FluidName: "sewage", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockDraconium>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <thermalfoundation:storage:4>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <thermalfoundation:storage:6>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <minecraft:iron_block>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <minecraft:diamond_block>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockMithril>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockVibrantAlloy>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <techreborn:storage:8>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <thermalfoundation:storage_alloy:1>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockDarkSteel>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <thermalfoundation:storage_alloy:3>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <thermalfoundation:storage:2>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <minecraft:ice>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockMeatRaw>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <minecraft:glass>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockDraconiumAwakened>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <thermalfoundation:storage_alloy:2>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <nuclearcraft:ingot_block:8>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <thermalfoundation:storage_alloy:7>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockSoularium>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <minecraft:emerald_block>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <thermalfoundation:storage:0>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <minecraft:snow>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockElectrumFlux>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <techreborn:storage:2>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <techreborn:storage:5>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockConductiveIron>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <tconstruct:metal:2>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockElectricalSteel>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <techreborn:storage:3>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <minecraft:gold_block>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <ore:blockEnergeticAlloy>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <thermalfoundation:storage_alloy:0>.addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "electrical_steel", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "dark_steel", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "fire_water", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "ender", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "cloud_seed", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "liquid_sunshine", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "glowstone", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "cloud_seed_concentrated", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "purpleslime", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "energetic_alloy", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "lifeessence", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "hootch", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "pyrotheum", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "blueslime", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "vapor_of_levity", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "ender_distillation", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "nutrient_distillation", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "soularium", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "water", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "conductive_iron", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "rocket_fuel", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "meat", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "vibrant_alloy", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "redstone", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
// <forge:bucketfilled>.withTag({FluidName: "sewage", Amount: 1000}).addTooltip(format.red("可用作大型反应堆冷却剂,最好的材料是龙块"));
<divinerpg:arcana_portal_frame>.addTooltip(format.red("按末地传送门框架的形状摆放"));
<divinerpg:arcana_portal_frame>.addTooltip(format.red("确保带点的一面朝内"));
@@ -3197,7 +3193,6 @@ import crafttweaker.item.IItemCondition;
<thaumcraft:caster_basic>.addTooltip(format.red("按H键装备和更改施术核心"));
<contenttweaker:shungite_prism>.addTooltip(format.red("右击免疫辐射"));
<contenttweaker:shungite>.addTooltip(format.red("发现于孤寂界"));
@@ -3257,7 +3252,11 @@ import crafttweaker.item.IItemCondition;
<gendustry:honey_comb:14014>.addTooltip(format.red("发现于茕踽界"));
<appliedenergistics2:memory_card>.addTooltip(format.red("推荐使用高级内存卡"));
<appliedenergistics2:memory_card>.addTooltip(format.red("用于将两个P2P通道互相连接"));
<appliedenergistics2:memory_card>.addTooltip(format.red("Shift+右击空气以重置配置"));
<appliedenergistics2:memory_card>.addTooltip(format.red("Shift+右击以绑定P2P输入端(也就是控制器端)"));
<appliedenergistics2:memory_card>.addTooltip(format.red("右击以设置P2P输出端"));
<appliedenergistics2:memory_card>.addTooltip(format.red("高级版本的内存卡功能更多,但可能好造成服务器崩溃"));
<betterp2p:advanced_memory_card>.addTooltip(format.red("右击P2P通道将其与其他P2P通道绑定,内存卡有GUI"));
<betterp2p:advanced_memory_card>.addTooltip(format.red("可以用石英切割刀重命名P2P通道,以便追踪定位"));
@@ -3651,4 +3650,3 @@ import crafttweaker.item.IItemCondition;
+1 -1
View File
@@ -800,7 +800,7 @@ keyofrestoredbalance.itemRightClick = function(stack, world, player, hand) {
// summon villager ~ ~3 ~ {CustomName:"Deep Trader",Offers:{Recipes:[{buy:{id:"contenttweaker:contenttweaker_infused_dread_shard",Count:1},sell:{id:"divinerpg:eden_dust",Count:1},rewardExp:0b,maxUses:9999999}]},Profession:2,Career:1,CareerLevel:3}
Commands.call("summon villager ~ ~3 ~ {Invulnerable:1, CustomName:\"理序主\",Offers:{Recipes:[{buy:{id:\"contenttweaker:token_of_forgiveness\",Count:1},sell:{id:\"divinerpg:offer_of_restored_balance\",Count:1},rewardExp:0b,maxUses:9999999}]},Profession:2,Career:1,CareerLevel:3}", player, world, false, true);
Commands.call("summon villager ~ ~3 ~ {Invulnerable:1, CustomName:\"理序主\",Offers:{Recipes:[{buy:{id:\"contenttweaker:token_of_forgiveness\",Count:1},sell:{id:\"contenttweaker:offer_of_restored_balance\",Count:1},rewardExp:0b,maxUses:9999999}]},Profession:2,Career:1,CareerLevel:3}", player, world, false, true);
stack.shrink(1);
return "PASS";
+1 -1
View File
@@ -780,7 +780,7 @@ recipes.addShapeless(<divinerpg:tormented_boots>,
<divinerpg:tormented_template>,
<divinerpg:pardimal_lump>]);
mods.thermalexpansion.Infuser.addRecipe(<contenttweaker:charged_signalum>, <thermalfoundation:material:165>, 100000);
mods.thermalexpansion.Infuser.addRecipe(<contenttweaker:charged_signalum>, <thermalfoundation:material:165>, 10000);
mods.extendedcrafting.CompressionCrafting.addRecipe(<contenttweaker:supercharged_signalum>,
<contenttweaker:charged_signalum>, 1024, <extendedcrafting:material:11>, 100000);
@@ -157,7 +157,7 @@ function setPortalProps(block as Block) as Block {
// Based off end portal logic.
function setPortalLogic(block as Block, dimId as int, inSpace as bool) as Block {
block.onEntityCollidedWithBlock = function(world, pos, state, entity) {
if (world.isRemote() || world.time % 20 != 0 || !(entity instanceof IPlayer)) {
if (world.isRemote() || entity.world.time % 20 != 0 || !(entity instanceof IPlayer)) {
return;
}
var player as IPlayer = entity;
+122
View File
@@ -0,0 +1,122 @@
#modloaded randomtweaker
#priority -10
#reloadable
import mods.jei.JEI;
import mods.randomtweaker.jei.IJeiPanel;
import mods.randomtweaker.jei.IJeiUtils;
var aoaextractionlootJEI as IJeiPanel = JEI.createJei("aoa_extraction_loot", "精炼技能");
aoaextractionlootJEI.setModid("Advent of Ascension");
aoaextractionlootJEI.setIcon(<aoa3:extraction_device>);
aoaextractionlootJEI.addRecipeCatalyst(<aoa3:extraction_device>);
aoaextractionlootJEI.addRecipeCatalyst(<aoa3:stone_bowl>);
aoaextractionlootJEI.addRecipeCatalyst(<aoa3:diamond_bowl>);
aoaextractionlootJEI.setBackground(IJeiUtils.createBackground(150, 55));
aoaextractionlootJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true)); // input
aoaextractionlootJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false)); // output
aoaextractionlootJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
aoaextractionlootJEI.addElement(IJeiUtils.createImageElement("mouseLeft", 68, 6, 13, 14, 0, 0, "contenttweaker:textures/gui/mouse_right.png", 16, 16));
aoaextractionlootJEI.onTooltip(function(mouseX, mouseY) as string[]{
if (mouseX <= 81 && mouseX >= 68 && mouseY <= 22 && mouseY >= 6) {
return ["右击"];
}
return [];
});
aoaextractionlootJEI.register();
val aoaextraction1 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction1.addInput(<aoa3:stone_bowl>);
aoaextraction1.setOutputs([<minecraft:coal>]);
aoaextraction1.build();
val aoaextraction2 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction2.addInput(<aoa3:stone_bowl>);
aoaextraction2.setOutputs([<minecraft:flint>]);
aoaextraction2.build();
val aoaextraction3 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction3.addInput(<aoa3:stone_bowl>);
aoaextraction3.setOutputs([<aoa3:holly_arrow>]);
aoaextraction3.build();
val aoaextraction4 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction4.addInput(<aoa3:stone_bowl>);
aoaextraction4.setOutputs([<minecraft:blaze_powder>]);
aoaextraction4.build();
val aoaextraction5 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction5.addInput(<aoa3:stone_bowl>);
aoaextraction5.setOutputs([<aoa3:limonite_ingot>]);
aoaextraction5.build();
val aoaextraction6 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction6.addInput(<aoa3:stone_bowl>);
aoaextraction6.setOutputs([<minecraft:bone>]);
aoaextraction6.build();
val aoaextraction7 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction7.addInput(<aoa3:stone_bowl>);
aoaextraction7.setOutputs([<aoa3:silver_coin>]);
aoaextraction7.build();
val aoaextraction8 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction8.addInput(<aoa3:stone_bowl>);
aoaextraction8.setOutputs([<minecraft:emerald>]);
aoaextraction8.build();
val aoaextraction9 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction9.addInput(<aoa3:stone_bowl>);
aoaextraction9.setOutputs([<minecraft:experience_bottle>]);
aoaextraction9.build();
val aoaextraction10 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction10.addInput(<aoa3:stone_bowl>);
aoaextraction10.setOutputs([<aoa3:rosite_ingot>]);
aoaextraction10.build();
val aoaextraction11 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction11.addInput(<aoa3:stone_bowl>);
aoaextraction11.setOutputs([<minecraft:blaze_rod>]);
aoaextraction11.build();
val aoaextraction12 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction12.addInput(<aoa3:stone_bowl>);
aoaextraction12.setOutputs([<aoa3:limonite_bullet>]);
aoaextraction12.build();
val aoaextraction13 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction13.addInput(<aoa3:stone_bowl>);
aoaextraction13.setOutputs([<aoa3:grenade>]);
aoaextraction13.build();
val aoaextraction14 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction14.addInput(<aoa3:stone_bowl>);
aoaextraction14.setOutputs([<minecraft:diamond>]);
aoaextraction14.build();
val aoaextraction15 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction15.addInput(<aoa3:stone_bowl>);
aoaextraction15.setOutputs([<aoa3:gem_bag>]);
aoaextraction15.build();
val aoaextraction16 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction16.addInput(<aoa3:stone_bowl>);
aoaextraction16.setOutputs([<aoa3:shiny_box>]);
aoaextraction16.build();
val aoaextraction17 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction17.addInput(<aoa3:stone_bowl>);
aoaextraction17.setOutputs([<aoa3:gold_coin>]);
aoaextraction17.build();
val aoaextraction18 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction18.addInput(<aoa3:stone_bowl>);
aoaextraction18.setOutputs([<aoa3:magic_repair_dust>]);
aoaextraction18.build();
val aoaextraction19 = JEI.createJeiRecipe("aoa_extraction_loot");
aoaextraction19.addInput(<aoa3:stone_bowl>);
aoaextraction19.setOutputs([<aoa3:occult_shovel>]);
aoaextraction19.build();
+391
View File
@@ -0,0 +1,391 @@
#modloaded randomtweaker
#priority -10
#reloadable
import mods.jei.JEI;
import mods.randomtweaker.jei.IJeiPanel;
import mods.randomtweaker.jei.IJeiUtils;
var extrabotanylootJEI as IJeiPanel = JEI.createJei("extrabotany_weirdbag_table", "奖励袋掉落物");
extrabotanylootJEI.setModid("MeatballCraft");
extrabotanylootJEI.setIcon(<extrabotany:rewardbag:3>);
extrabotanylootJEI.addRecipeCatalyst(<extrabotany:rewardbag:3>);
extrabotanylootJEI.setBackground(IJeiUtils.createBackground(150, 55));
extrabotanylootJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true)); // input
extrabotanylootJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false)); // output
extrabotanylootJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
extrabotanylootJEI.addElement(IJeiUtils.createImageElement("mouseLeft", 68, 6, 13, 14, 0, 0, "contenttweaker:textures/gui/mouse_right.png", 16, 16));
extrabotanylootJEI.onTooltip(function(mouseX, mouseY) as string[]{
if (mouseX <= 81 && mouseX >= 68 && mouseY <= 22 && mouseY >= 6) {
return ["右击"];
}
return [];
});
extrabotanylootJEI.register();
val einsbotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot1.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot1.setOutputs([<botania:petal:0>]);
einsbotanyloot1.build();
val einsbotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot2.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot2.setOutputs([<botania:petal:1>]);
einsbotanyloot2.build();
val einsbotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot3.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot3.setOutputs([<botania:petal:2>]);
einsbotanyloot3.build();
val einsbotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot4.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot4.setOutputs([<botania:petal:3>]);
einsbotanyloot4.build();
val einsbotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot5.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot5.setOutputs([<botania:petal:4>]);
einsbotanyloot5.build();
val einsbotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot6.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot6.setOutputs([<botania:petal:5>]);
einsbotanyloot6.build();
val einsbotanyloot7 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot7.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot7.setOutputs([<botania:petal:6>]);
einsbotanyloot7.build();
val einsbotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot8.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot8.setOutputs([<botania:petal:7>]);
einsbotanyloot8.build();
val einsbotanyloot9 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot9.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot9.setOutputs([<botania:petal:8>]);
einsbotanyloot9.build();
val einsbotanyloot10 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot10.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot10.setOutputs([<botania:petal:9>]);
einsbotanyloot10.build();
val einsbotanyloot11 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot11.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot11.setOutputs([<botania:petal:10>]);
einsbotanyloot11.build();
val einsbotanyloot12 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot12.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot12.setOutputs([<botania:petal:11>]);
einsbotanyloot12.build();
val einsbotanyloot13 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot13.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot13.setOutputs([<botania:petal:12>]);
einsbotanyloot13.build();
val einsbotanyloot14 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot14.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot14.setOutputs([<botania:petal:13>]);
einsbotanyloot14.build();
val einsbotanyloot15 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot15.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot15.setOutputs([<botania:petal:14>]);
einsbotanyloot15.build();
val einsbotanyloot16 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
einsbotanyloot16.addInput(<extrabotany:rewardbag:0>);
einsbotanyloot16.setOutputs([<botania:petal:15>]);
einsbotanyloot16.build();
val zweibotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot1.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot1.setOutputs([<botania:rune:0>]);
zweibotanyloot1.build();
val zweibotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot2.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot2.setOutputs([<botania:rune:1>]);
zweibotanyloot2.build();
val zweibotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot3.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot3.setOutputs([<botania:rune:2>]);
zweibotanyloot3.build();
val zweibotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot4.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot4.setOutputs([<botania:rune:3>]);
zweibotanyloot4.build();
val zweibotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot5.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot5.setOutputs([<botania:rune:4>]);
zweibotanyloot5.build();
val zweibotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot6.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot6.setOutputs([<botania:rune:5>]);
zweibotanyloot6.build();
val zweibotanyloot7 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot7.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot7.setOutputs([<botania:rune:6>]);
zweibotanyloot7.build();
val zweibotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot8.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot8.setOutputs([<botania:rune:7>]);
zweibotanyloot8.build();
val zweibotanyloot9 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot9.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot9.setOutputs([<botania:rune:8>]);
zweibotanyloot9.build();
val zweibotanyloot10 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot10.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot10.setOutputs([<botania:rune:9>]);
zweibotanyloot10.build();
val zweibotanyloot11 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot11.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot11.setOutputs([<botania:rune:10>]);
zweibotanyloot11.build();
val zweibotanyloot12 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot12.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot12.setOutputs([<botania:rune:11>]);
zweibotanyloot12.build();
val zweibotanyloot13 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot13.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot13.setOutputs([<botania:rune:12>]);
zweibotanyloot13.build();
val zweibotanyloot14 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot14.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot14.setOutputs([<botania:rune:13>]);
zweibotanyloot14.build();
val zweibotanyloot15 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot15.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot15.setOutputs([<botania:rune:14>]);
zweibotanyloot15.build();
val zweibotanyloot16 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
zweibotanyloot16.addInput(<extrabotany:rewardbag:1>);
zweibotanyloot16.setOutputs([<botania:rune:15>]);
zweibotanyloot16.build();
val dreibotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot1.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot1.setOutputs([<botania:manaresource:0>]);
dreibotanyloot1.build();
val dreibotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot2.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot2.setOutputs([<botania:manaresource:1>]);
dreibotanyloot2.build();
val dreibotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot3.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot3.setOutputs([<botania:manaresource:2>]);
dreibotanyloot3.build();
val dreibotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot4.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot4.setOutputs([<botania:manaresource:4>]);
dreibotanyloot4.build();
val dreibotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot5.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot5.setOutputs([<botania:manaresource:23>]);
dreibotanyloot5.build();
val dreibotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot6.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot6.setOutputs([<botania:manaresource:14>]);
dreibotanyloot6.build();
val dreibotanyloot7 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot7.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot7.setOutputs([<botania:manaresource:5>]);
dreibotanyloot7.build();
val dreibotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot8.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot8.setOutputs([<botania:manaresource:7>]);
dreibotanyloot8.build();
val dreibotanyloot9 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot9.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot9.setOutputs([<botania:manaresource:8>]);
dreibotanyloot9.build();
val dreibotanyloot10 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot10.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot10.setOutputs([<botania:manaresource:9>]);
dreibotanyloot10.build();
val dreibotanyloot11 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
dreibotanyloot11.addInput(<extrabotany:rewardbag:2>);
dreibotanyloot11.setOutputs([<extrabotany:material:3>]);
dreibotanyloot11.build();
val vierbotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
vierbotanyloot1.addInput(<extrabotany:rewardbag:3>);
vierbotanyloot1.setOutputs([<minecraft:iron_ingot>]);
vierbotanyloot1.build();
val vierbotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
vierbotanyloot2.addInput(<extrabotany:rewardbag:3>);
vierbotanyloot2.setOutputs([<minecraft:diamond>]);
vierbotanyloot2.build();
val vierbotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
vierbotanyloot3.addInput(<extrabotany:rewardbag:3>);
vierbotanyloot3.setOutputs([<minecraft:coal>]);
vierbotanyloot3.build();
val vierbotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
vierbotanyloot4.addInput(<extrabotany:rewardbag:3>);
vierbotanyloot4.setOutputs([<minecraft:gold_ingot>]);
vierbotanyloot4.build();
val vierbotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
vierbotanyloot5.addInput(<extrabotany:rewardbag:3>);
vierbotanyloot5.setOutputs([<minecraft:ender_pearl>]);
vierbotanyloot5.build();
val vierbotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
vierbotanyloot6.addInput(<extrabotany:rewardbag:3>);
vierbotanyloot6.setOutputs([<minecraft:redstone>]);
vierbotanyloot6.build();
val vierbotanyloot7 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
vierbotanyloot7.addInput(<extrabotany:rewardbag:3>);
vierbotanyloot7.setOutputs([<botania:blacklotus:0>]);
vierbotanyloot7.build();
val vierbotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
vierbotanyloot8.addInput(<extrabotany:rewardbag:3>);
vierbotanyloot8.setOutputs([<botania:overgrowthseed>]);
vierbotanyloot8.build();
val vierbotanyloot9 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
vierbotanyloot9.addInput(<extrabotany:rewardbag:3>);
vierbotanyloot9.setOutputs([<extrabotany:buddhistrelics>]);
vierbotanyloot9.build();
val harrypotterbotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
harrypotterbotanyloot1.addInput(<extrabotany:rewardbag943>);
harrypotterbotanyloot1.setOutputs([<extrabotany:rewardbag:0>]);
harrypotterbotanyloot1.build();
val harrypotterbotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
harrypotterbotanyloot2.addInput(<extrabotany:rewardbag943>);
harrypotterbotanyloot2.setOutputs([<extrabotany:rewardbag:1>]);
harrypotterbotanyloot2.build();
val harrypotterbotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
harrypotterbotanyloot3.addInput(<extrabotany:rewardbag943>);
harrypotterbotanyloot3.setOutputs([<extrabotany:rewardbag:2>]);
harrypotterbotanyloot3.build();
val harrypotterbotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
harrypotterbotanyloot4.addInput(<extrabotany:rewardbag943>);
harrypotterbotanyloot4.setOutputs([<extrabotany:rewardbag:3>]);
harrypotterbotanyloot4.build();
val harrypotterbotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
harrypotterbotanyloot5.addInput(<extrabotany:rewardbag943>);
harrypotterbotanyloot5.setOutputs([<botania:manaresource:14>]);
harrypotterbotanyloot5.build();
val harrypotterbotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
harrypotterbotanyloot6.addInput(<extrabotany:rewardbag943>);
harrypotterbotanyloot6.setOutputs([<botania:manaresource:4>]);
harrypotterbotanyloot6.build();
val harrypotterbotanyloot7 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
harrypotterbotanyloot7.addInput(<extrabotany:rewardbag943>);
harrypotterbotanyloot7.setOutputs([<extrabotany:material:6>]);
harrypotterbotanyloot7.build();
val harrypotterbotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
harrypotterbotanyloot8.addInput(<extrabotany:rewardbag943>);
harrypotterbotanyloot8.setOutputs([<extrabotany:material:3>]);
harrypotterbotanyloot8.build();
val limitedbotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
limitedbotanyloot1.addInput(<extrabotany:specialbag>);
limitedbotanyloot1.setOutputs([<extrabotany:rewardbag:0>]);
limitedbotanyloot1.build();
val limitedbotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
limitedbotanyloot2.addInput(<extrabotany:specialbag>);
limitedbotanyloot2.setOutputs([<extrabotany:rewardbag:1>]);
limitedbotanyloot2.build();
val limitedbotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
limitedbotanyloot3.addInput(<extrabotany:specialbag>);
limitedbotanyloot3.setOutputs([<extrabotany:rewardbag:2>]);
limitedbotanyloot3.build();
val limitedbotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
limitedbotanyloot4.addInput(<extrabotany:specialbag>);
limitedbotanyloot4.setOutputs([<extrabotany:rewardbag:3>]);
limitedbotanyloot4.build();
val limitedbotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
limitedbotanyloot5.addInput(<extrabotany:specialbag>);
limitedbotanyloot5.setOutputs([<extrabotany:rewardbag943>]);
limitedbotanyloot5.build();
val limitedbotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
limitedbotanyloot6.addInput(<extrabotany:specialbag>);
limitedbotanyloot6.setOutputs([<extrabotany:lens:6>]);
limitedbotanyloot6.build();
val limitedbotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
limitedbotanyloot8.addInput(<extrabotany:specialbag>);
limitedbotanyloot8.setOutputs([<extrabotany:material:3>]);
limitedbotanyloot8.build();
@@ -0,0 +1,50 @@
#modloaded randomtweaker
#priority -10
#reloadable
import mods.jei.JEI;
import mods.randomtweaker.jei.IJeiPanel;
import mods.randomtweaker.jei.IJeiUtils;
var meatextremereactorJEI as IJeiPanel = JEI.createJei("extreme_reactor_meatball", "极限反应堆");
meatextremereactorJEI.setModid("Extreme Reactors");
meatextremereactorJEI.setIcon(<bigreactors:reactorcontroller>);
meatextremereactorJEI.addRecipeCatalyst(<bigreactors:reactorcontroller>);
meatextremereactorJEI.addRecipeCatalyst(<bigreactors:reactorcontrolrod>);
meatextremereactorJEI.addRecipeCatalyst(<bigreactors:reactorfuelrod>);
meatextremereactorJEI.setBackground(IJeiUtils.createBackground(150, 100));
meatextremereactorJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true)); // input
meatextremereactorJEI.addSlot(IJeiUtils.createItemSlot(60, 55, true)); // input
meatextremereactorJEI.addSlot(IJeiUtils.createItemSlot(60, 80, true)); // input
meatextremereactorJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false)); // output
meatextremereactorJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
meatextremereactorJEI.register();
val extremereactorcoolant1 = JEI.createJeiRecipe("extreme_reactor_meatball");
extremereactorcoolant1.addInput(<bigreactors:ingotyellorium>);
extremereactorcoolant1.addInput(<contenttweaker:coolant_great>);
extremereactorcoolant1.addInput(<ore:blockDraconium>);
extremereactorcoolant1.setOutputs([<bigreactors:ingotcyanite>]);
extremereactorcoolant1.build();
val extremereactorcoolant2 = JEI.createJeiRecipe("extreme_reactor_meatball");
extremereactorcoolant2.addInput(<bigreactors:ingotyellorium>);
extremereactorcoolant2.addInput(<contenttweaker:coolant_great>);
extremereactorcoolant2.addInput(<ore:blockEnderium>);
extremereactorcoolant2.setOutputs([<bigreactors:ingotcyanite>]);
extremereactorcoolant2.build();
val extremereactorcoolant3 = JEI.createJeiRecipe("extreme_reactor_meatball");
extremereactorcoolant3.addInput(<bigreactors:ingotyellorium>);
extremereactorcoolant3.addInput(<contenttweaker:coolant_great>);
extremereactorcoolant3.addInput(<forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000}));
extremereactorcoolant3.setOutputs([<bigreactors:ingotcyanite>]);
extremereactorcoolant3.build();
val extremereactorcoolant4 = JEI.createJeiRecipe("extreme_reactor_meatball");
extremereactorcoolant4.addInput(<bigreactors:ingotyellorium>);
extremereactorcoolant4.addInput(<contenttweaker:coolant_great>);
extremereactorcoolant4.addInput(<ore:blockElectrumFlux>);
extremereactorcoolant4.setOutputs([<bigreactors:ingotcyanite>]);
extremereactorcoolant4.build();
@@ -0,0 +1,47 @@
#modloaded randomtweaker
#priority -10
#reloadable
import mods.jei.JEI;
import mods.randomtweaker.jei.IJeiPanel;
import mods.randomtweaker.jei.IJeiUtils;
var meatextremereacsteamJEI as IJeiPanel = JEI.createJei("extreme_reactorsteam_meatball", "极限反应堆蒸汽产出");
meatextremereacsteamJEI.setModid("Extreme Reactors");
meatextremereacsteamJEI.setIcon(<bigreactors:reactorcontroller>);
meatextremereacsteamJEI.addRecipeCatalyst(<bigreactors:turbinecontroller>);
meatextremereacsteamJEI.addRecipeCatalyst(<bigreactors:turbinerotorshaft>);
meatextremereacsteamJEI.addRecipeCatalyst(<bigreactors:turbinerotorblade>);
meatextremereacsteamJEI.addRecipeCatalyst(<bigreactors:turbinebearing>);
meatextremereacsteamJEI.setBackground(IJeiUtils.createBackground(150, 100));
meatextremereacsteamJEI.addSlot(IJeiUtils.createLiquidSlot(40, 25, 20, 20, 2000, true, true, true)); // input
meatextremereacsteamJEI.addSlot(IJeiUtils.createItemSlot(60, 55, true)); // input
meatextremereacsteamJEI.addSlot(IJeiUtils.createItemSlot(60, 80, true)); // input
meatextremereacsteamJEI.addSlot(IJeiUtils.createLiquidSlot(95, 25, 20, 20, 2000, true, false, true)); // output
meatextremereacsteamJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
meatextremereacsteamJEI.register();
val extremereactorcoolantst1 = JEI.createJeiRecipe("extreme_reactorsteam_meatball");
extremereactorcoolantst1.addInput(<fluid:water>*2000);
extremereactorcoolantst1.addInput(<contenttweaker:coolant_great>);
extremereactorcoolantst1.addInput(<ore:blockDraconium>);
extremereactorcoolantst1.addOutput(<fluid:steam>*2000);
extremereactorcoolantst1.build();
val extremereactorcoolantst2 = JEI.createJeiRecipe("extreme_reactorsteam_meatball");
extremereactorcoolantst2.addInput(<fluid:water>*2000);
extremereactorcoolantst2.addInput(<contenttweaker:coolant_great>);
extremereactorcoolantst2.addInput(<ore:blockEnderium>);
extremereactorcoolantst2.addOutput(<fluid:steam>*2000);
extremereactorcoolantst2.build();
val extremereactorcoolantst3 = JEI.createJeiRecipe("extreme_reactorsteam_meatball");
extremereactorcoolantst3.addInput(<fluid:water>*2000);
extremereactorcoolantst3.addInput(<contenttweaker:coolant_great>);
extremereactorcoolantst3.addInput(<forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000}));
extremereactorcoolantst3.addOutput(<fluid:steam>*2000);
extremereactorcoolantst3.build();
@@ -0,0 +1,40 @@
#modloaded randomtweaker
#priority -10
#reloadable
import mods.jei.JEI;
import mods.randomtweaker.jei.IJeiPanel;
import mods.randomtweaker.jei.IJeiUtils;
var meatextremeturbineJEI as IJeiPanel = JEI.createJei("extreme_turbine_meatball", "极限涡轮机");
meatextremeturbineJEI.setModid("Extreme Reactors");
meatextremeturbineJEI.setIcon(<bigreactors:turbinecontroller>);
meatextremeturbineJEI.addRecipeCatalyst(<bigreactors:reactorcontroller>);
meatextremeturbineJEI.addRecipeCatalyst(<bigreactors:reactorcontrolrod>);
meatextremeturbineJEI.addRecipeCatalyst(<bigreactors:reactorfuelrod>);
meatextremeturbineJEI.addRecipeCatalyst(<bigreactors:reactorcoolantport>);
meatextremeturbineJEI.setBackground(IJeiUtils.createBackground(150, 100));
meatextremeturbineJEI.addSlot(IJeiUtils.createLiquidSlot(40, 25, 20, 20, 2000, true, true, true)); // input
meatextremeturbineJEI.addSlot(IJeiUtils.createItemSlot(60, 55, true)); // input
meatextremeturbineJEI.addSlot(IJeiUtils.createItemSlot(60, 80, true)); // input
meatextremeturbineJEI.addSlot(IJeiUtils.createLiquidSlot(95, 25, 20, 20, 2000, true, false, true)); // output
meatextremeturbineJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
meatextremeturbineJEI.register();
val extremereactorcoolant1 = JEI.createJeiRecipe("extreme_turbine_meatball");
extremereactorcoolant1.addInput(<fluid:steam>*2000);
extremereactorcoolant1.addInput(<contenttweaker:coil_great>);
extremereactorcoolant1.addInput(<ore:blockLudicrite>);
extremereactorcoolant1.addOutput(<fluid:water>*2000);
extremereactorcoolant1.build();
val extremereactorcoolant2 = JEI.createJeiRecipe("extreme_turbine_meatball");
extremereactorcoolant2.addInput(<fluid:steam>*2000);
extremereactorcoolant2.addInput(<contenttweaker:coil_great>);
extremereactorcoolant2.addInput(<ore:blockEnderium>);
extremereactorcoolant2.addOutput(<fluid:water>*2000);
extremereactorcoolant2.build();
+192
View File
@@ -0,0 +1,192 @@
#modloaded randomtweaker
#priority -10
#reloadable
import mods.jei.JEI;
import mods.randomtweaker.jei.IJeiPanel;
import mods.randomtweaker.jei.IJeiUtils;
var markofthefallentowerJEI as IJeiPanel = JEI.createJei("fallen_tower_ritual", "坠星标位");
markofthefallentowerJEI.setModid("Railcraft");
markofthefallentowerJEI.setIcon(<bloodmagic:ritual_controller>);
markofthefallentowerJEI.addRecipeCatalyst(<contenttweaker:mark_fallen_tower>);
markofthefallentowerJEI.addRecipeCatalyst(<bloodmagic:ritual_diviner:0>);
markofthefallentowerJEI.addRecipeCatalyst(<bloodmagic:ritual_diviner:1>);
markofthefallentowerJEI.addRecipeCatalyst(<bloodmagic:ritual_diviner:2>);
markofthefallentowerJEI.setBackground(IJeiUtils.createBackground(150, 175));
markofthefallentowerJEI.addSlot(IJeiUtils.createLiquidSlot(40, 50, 20, 20, 2000, true, true, true)); // input
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true));
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false));
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(120, 25, false));
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(95, 50, false));
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(120, 50, false));
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(95, 75, false));
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(120, 75, false));
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(95, 100, false));
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(120, 100, false));
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(95, 125, false));
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(120, 125, false));
markofthefallentowerJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
markofthefallentowerJEI.register();
val fallentowerjei1 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei1.addInput(<fluid:lifeessence>*50000);
fallentowerjei1.addInput(<contenttweaker:baku_heart>);
fallentowerjei1.addOutput(<ore:oreDemonStone>);
fallentowerjei1.build();
val fallentowerjei2 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei2.addInput(<fluid:lifeessence>*5000000);
fallentowerjei2.addInput(<contenttweaker:coralium_eye>);
fallentowerjei2.addOutput(<ore:oreTartarite>);
fallentowerjei2.addOutput(<ore:oreEthaxiumStone>);
fallentowerjei2.addOutput(<ore:oreCoralium>);
fallentowerjei2.addOutput(<ore:oreCoraliumStone>);
fallentowerjei2.addOutput(<ore:orePearlescentCoralium>);
fallentowerjei2.build();
val fallentowerjei3 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei3.addInput(<fluid:lifeessence>*5000000);
fallentowerjei3.addInput(<contenttweaker:cosmic_gem>);
fallentowerjei3.addOutput(<ore:oreCosmicFabric>);
fallentowerjei3.addOutput(<ore:oreCoraliumStone>);
fallentowerjei3.build();
val fallentowerjei4 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei4.addInput(<fluid:lifeessence>*1000000);
fallentowerjei4.addInput(<minecraft:diamond_block>);
fallentowerjei4.addOutput(<ore:oreIron>);
fallentowerjei4.addOutput(<ore:oreGold>);
fallentowerjei4.addOutput(<ore:oreLapis>);
fallentowerjei4.addOutput(<ore:oreDiamond>);
fallentowerjei4.addOutput(<ore:oreEmerald>);
fallentowerjei4.addOutput(<ore:oreRedstone>);
fallentowerjei4.build();
val fallentowerjei5 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei5.addInput(<fluid:lifeessence>*3000000);
fallentowerjei5.addInput(<contenttweaker:divine_stellar_fabrial>);
fallentowerjei5.addOutput(<ore:oreAnglesite>);
fallentowerjei5.addOutput(<ore:oreBenitoite>);
fallentowerjei5.addOutput(<ore:oreAlchemicalMatter>);
fallentowerjei5.addOutput(<ore:oreDilithium>);
fallentowerjei5.addOutput(<ore:oreRutile>);
fallentowerjei5.build();
val fallentowerjei6 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei6.addInput(<fluid:lifeessence>*50000);
fallentowerjei6.addInput(<contenttweaker:draconic_fabrial>);
fallentowerjei6.addOutput(<ore:oreMeteoricDraconium>);
fallentowerjei6.build();
val fallentowerjei7 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei7.addInput(<fluid:lifeessence>*5000000);
fallentowerjei7.addInput(<contenttweaker:hator_spinel>);
fallentowerjei7.addOutput(<ore:oreFieryPyrite>);
fallentowerjei7.build();
val fallentowerjei8 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei8.addInput(<fluid:lifeessence>*50000);
fallentowerjei8.addInput(<contenttweaker:hungering_world_soul>);
fallentowerjei8.addOutput(<ore:oreDenseDimensionalShard>);
fallentowerjei8.build();
val fallentowerjei9 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei9.addInput(<fluid:lifeessence>*300000);
fallentowerjei9.addInput(<contenttweaker:hyperchitinous_fabrial>);
fallentowerjei9.addOutput(<ore:oreJade>);
fallentowerjei9.addOutput(<ore:oreQuartz>);
fallentowerjei9.addOutput(<ore:oreFossil>);
fallentowerjei9.addOutput(<ore:oreGneiss>);
fallentowerjei9.addOutput(<ore:orePetrifiedWood>);
fallentowerjei9.build();
val fallentowerjei10 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei10.addInput(<fluid:lifeessence>*250000);
fallentowerjei10.addInput(<minecraft:gold_block>);
fallentowerjei10.addOutput(<ore:oreIron>);
fallentowerjei10.addOutput(<ore:oreGold>);
fallentowerjei10.addOutput(<ore:oreLapis>);
fallentowerjei10.addOutput(<ore:oreDiamond>);
fallentowerjei10.addOutput(<ore:oreEmerald>);
fallentowerjei10.addOutput(<ore:oreRedstone>);
fallentowerjei10.build();
val fallentowerjei11 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei11.addInput(<fluid:lifeessence>*500000);
fallentowerjei11.addInput(<contenttweaker:pearlescent_fabrial>);
fallentowerjei11.addOutput(<ore:oreValonite>);
fallentowerjei11.addOutput(<ore:oreOctine>);
fallentowerjei11.addOutput(<ore:oreBetweenSulfur>);
fallentowerjei11.addOutput(<ore:oreBone>);
fallentowerjei11.addOutput(<ore:oreScabyst>);
fallentowerjei11.addOutput(<ore:oreSyrmorite>);
fallentowerjei11.addOutput(<ore:oreAquaMiddleGem>);
fallentowerjei11.addOutput(<ore:oreCrimsonMiddleGem>);
fallentowerjei11.addOutput(<ore:oreGreenMiddleGem>);
fallentowerjei11.build();
val fallentowerjei12 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei12.addInput(<fluid:lifeessence>*5000000);
fallentowerjei12.addInput(<contenttweaker:weight_of_the_heart>);
fallentowerjei12.addOutput(<ore:oreCursedSapphire>);
fallentowerjei12.addOutput(<ore:oreAquamarine>);
fallentowerjei12.build();
val fallentowerjei13 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei13.addInput(<fluid:lifeessence>*50000);
fallentowerjei13.addInput(<contenttweaker:valkyrie_construct>);
fallentowerjei13.addOutput(<ore:oreDenseGravitite>);
fallentowerjei13.addOutput(<ore:oreZanite>);
fallentowerjei13.addOutput(<ore:oreAmbrosium>);
fallentowerjei13.build();
val fallentowerjei14 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei14.addInput(<fluid:lifeessence>*5000000);
fallentowerjei14.addInput(<contenttweaker:charm_of_the_falling_tower>);
fallentowerjei14.addOutput(<ore:oreVoidIchorium>);
fallentowerjei14.build();
val fallentowerjei15 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei15.addInput(<fluid:lifeessence>*5000000);
fallentowerjei15.addInput(<contenttweaker:sword_shield>);
fallentowerjei15.addOutput(<ore:oreRhenium>);
fallentowerjei15.addOutput(<ore:oreHolographic>);
fallentowerjei15.build();
val fallentowerjei16 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei16.addInput(<fluid:lifeessence>*50000);
fallentowerjei16.addInput(<minecraft:iron_block>);
fallentowerjei16.addOutput(<ore:oreIron>);
fallentowerjei16.addOutput(<ore:oreGold>);
fallentowerjei16.addOutput(<ore:oreLapis>);
fallentowerjei16.addOutput(<ore:oreDiamond>);
fallentowerjei16.addOutput(<ore:oreEmerald>);
fallentowerjei16.addOutput(<ore:oreRedstone>);
fallentowerjei16.build();
val fallentowerjei17 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei17.addInput(<fluid:lifeessence>*5000000);
fallentowerjei17.addInput(<contenttweaker:infused_sol_stone>);
fallentowerjei17.addOutput(<ore:orePsi>);
fallentowerjei17.build();
val fallentowerjei18 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei18.addInput(<fluid:lifeessence>*5000000);
fallentowerjei18.addInput(<contenttweaker:headstone>);
fallentowerjei18.addOutput(<ore:oreStormlightStone>);
fallentowerjei18.addOutput(<ore:oreDraconium>);
fallentowerjei18.build();
val fallentowerjei19 = JEI.createJeiRecipe("fallen_tower_ritual");
fallentowerjei19.addInput(<fluid:lifeessence>*5000000);
fallentowerjei19.addInput(<contenttweaker:sacred_acorn>);
fallentowerjei19.addOutput(<ore:oreUltimate>);
fallentowerjei19.addOutput(<ore:oreMatrix>);
fallentowerjei19.build();
+194
View File
@@ -0,0 +1,194 @@
#modloaded randomtweaker
#priority -10
#reloadable
import mods.jei.JEI;
import mods.randomtweaker.jei.IJeiPanel;
import mods.randomtweaker.jei.IJeiUtils;
var intestineslootJEI as IJeiPanel = JEI.createJei("intestines_loot_table", "肠子掉落物");
intestineslootJEI.setModid("MeatballCraft");
intestineslootJEI.setIcon(<mod_lavacow:intestine>);
intestineslootJEI.addRecipeCatalyst(<mod_lavacow:intestine>);
intestineslootJEI.setBackground(IJeiUtils.createBackground(150, 55));
intestineslootJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true)); // input
intestineslootJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false)); // output
intestineslootJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
intestineslootJEI.addElement(IJeiUtils.createImageElement("mouseLeft", 68, 6, 13, 14, 0, 0, "contenttweaker:textures/gui/mouse_right.png", 16, 16));
intestineslootJEI.onTooltip(function(mouseX, mouseY) as string[]{
if (mouseX <= 81 && mouseX >= 68 && mouseY <= 22 && mouseY >= 6) {
return ["右击"];
}
return [];
});
intestineslootJEI.register();
val intestinesloot1 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot1.addInput(<mod_lavacow:intestine>);
intestinesloot1.setOutputs([<minecraft:slime_ball>]);
intestinesloot1.build();
val intestinesloot2 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot2.addInput(<mod_lavacow:intestine>);
intestinesloot2.setOutputs([<minecraft:dye:15>]);
intestinesloot2.build();
val intestinesloot3 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot3.addInput(<mod_lavacow:intestine>);
intestinesloot3.setOutputs([<mod_lavacow:sharptooth>]);
intestinesloot3.build();
val intestinesloot4 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot4.addInput(<mod_lavacow:intestine>);
intestinesloot4.setOutputs([<minecraft:beetroot_seeds>]);
intestinesloot4.build();
val intestinesloot5 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot5.addInput(<mod_lavacow:intestine>);
intestinesloot5.setOutputs([<minecraft:wheat_seeds>]);
intestinesloot5.build();
val intestinesloot6 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot6.addInput(<mod_lavacow:intestine>);
intestinesloot6.setOutputs([<minecraft:melon_seeds>]);
intestinesloot6.build();
val intestinesloot7 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot7.addInput(<mod_lavacow:intestine>);
intestinesloot7.setOutputs([<minecraft:pumpkin_seeds>]);
intestinesloot7.build();
val intestinesloot8 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot8.addInput(<mod_lavacow:intestine>);
intestinesloot8.setOutputs([<minecraft:clay_ball>]);
intestinesloot8.build();
val intestinesloot9 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot9.addInput(<mod_lavacow:intestine>);
intestinesloot9.setOutputs([<mod_lavacow:chitin>]);
intestinesloot9.build();
val intestinesloot10 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot10.addInput(<mod_lavacow:intestine>);
intestinesloot10.setOutputs([<minecraft:gold_nugget>]);
intestinesloot10.build();
val intestinesloot11 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot11.addInput(<mod_lavacow:intestine>);
intestinesloot11.setOutputs([<minecraft:iron_nugget>]);
intestinesloot11.build();
val intestinesloot12 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot12.addInput(<mod_lavacow:intestine>);
intestinesloot12.setOutputs([<minecraft:diamond>]);
intestinesloot12.build();
val intestinesloot13 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot13.addInput(<mod_lavacow:intestine>);
intestinesloot13.setOutputs([<aoa3:runium_chunk>]);
intestinesloot13.build();
val intestinesloot14 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot14.addInput(<mod_lavacow:intestine>);
intestinesloot14.setOutputs([<aoa3:holly_top_seeds>]);
intestinesloot14.build();
val intestinesloot15 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot15.addInput(<mod_lavacow:intestine>);
intestinesloot15.setOutputs([<contenttweaker:golem_core>]);
intestinesloot15.build();
val intestinesloot16 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot16.addInput(<mod_lavacow:intestine>);
intestinesloot16.setOutputs([<minecraft:nether_star>]);
intestinesloot16.build();
val intestinesloot17 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot17.addInput(<mod_lavacow:intestine>);
intestinesloot17.setOutputs([<contenttweaker:champion_token>]);
intestinesloot17.build();
val intestinesloot18 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot18.addInput(<mod_lavacow:intestine>);
intestinesloot18.setOutputs([<draconicevolution:draconium_dust>]);
intestinesloot18.build();
val intestinesloot19 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot19.addInput(<mod_lavacow:intestine>);
intestinesloot19.setOutputs([<contenttweaker:call_of_the_full_moon>]);
intestinesloot19.build();
val intestinesloot20 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot20.addInput(<mod_lavacow:intestine>);
intestinesloot20.setOutputs([<contenttweaker:call_of_the_bloodhunt>]);
intestinesloot20.build();
val intestinesloot21 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot21.addInput(<mod_lavacow:intestine>);
intestinesloot21.setOutputs([<contenttweaker:mark_of_the_soul_scurry>]);
intestinesloot21.build();
val intestinesloot22 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot22.addInput(<mod_lavacow:intestine>);
intestinesloot22.setOutputs([<contenttweaker:signal_beacon>]);
intestinesloot22.build();
val intestinesloot23 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot23.addInput(<mod_lavacow:intestine>);
intestinesloot23.setOutputs([<contenttweaker:call_of_the_death_games>]);
intestinesloot23.build();
val intestinesloot24 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot24.addInput(<mod_lavacow:intestine>);
intestinesloot24.setOutputs([<contenttweaker:creepy_explosive>]);
intestinesloot24.build();
val intestinesloot25 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot25.addInput(<mod_lavacow:intestine>);
intestinesloot25.setOutputs([<contenttweaker:embiggener>]);
intestinesloot25.build();
val intestinesloot26 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot26.addInput(<mod_lavacow:intestine>);
intestinesloot26.setOutputs([<contenttweaker:call_of_enigma>]);
intestinesloot26.build();
val intestinesloot27 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot27.addInput(<mod_lavacow:intestine>);
intestinesloot27.setOutputs([<contenttweaker:witchery_summons>]);
intestinesloot27.build();
val intestinesloot28 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot28.addInput(<mod_lavacow:intestine>);
intestinesloot28.setOutputs([<contenttweaker:recursive_paper_illager>]);
intestinesloot28.build();
val intestinesloot29 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot29.addInput(<mod_lavacow:intestine>);
intestinesloot29.setOutputs([<contenttweaker:recursive_paper_dunerider>]);
intestinesloot29.build();
val intestinesloot30 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot30.addInput(<mod_lavacow:intestine>);
intestinesloot30.setOutputs([<contenttweaker:recursive_paper_abyssal>]);
intestinesloot30.build();
val intestinesloot31 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot31.addInput(<mod_lavacow:intestine>);
intestinesloot31.setOutputs([<contenttweaker:recursive_paper_buggy>]);
intestinesloot31.build();
val intestinesloot32 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot32.addInput(<mod_lavacow:intestine>);
intestinesloot32.setOutputs([<contenttweaker:recursive_paper_faithfulundead>]);
intestinesloot32.build();
val intestinesloot33 = JEI.createJeiRecipe("intestines_loot_table");
intestinesloot33.addInput(<mod_lavacow:intestine>);
intestinesloot33.setOutputs([<enderio:item_capacitor_grainy>]);
intestinesloot33.build();
@@ -0,0 +1,27 @@
#modloaded randomtweaker
#priority -10
#reloadable
import mods.jei.JEI;
import mods.randomtweaker.jei.IJeiPanel;
import mods.randomtweaker.jei.IJeiUtils;
var railcraftboilerJEI as IJeiPanel = JEI.createJei("railcraft_boiler_meatball", "锅炉");
railcraftboilerJEI.setModid("Railcraft");
railcraftboilerJEI.setIcon(<railcraft:boiler_firebox_solid>);
railcraftboilerJEI.addRecipeCatalyst(<railcraft:boiler_firebox_solid>);
railcraftboilerJEI.addRecipeCatalyst(<railcraft:boiler_tank_pressure_high>);
railcraftboilerJEI.setBackground(IJeiUtils.createBackground(150, 100));
railcraftboilerJEI.addSlot(IJeiUtils.createLiquidSlot(40, 25, 20, 20, 2000, true, true, true)); // input
railcraftboilerJEI.addSlot(IJeiUtils.createItemSlot(60, 55, true)); // input
railcraftboilerJEI.addSlot(IJeiUtils.createLiquidSlot(95, 25, 20, 20, 2000, true, false, true)); // output
railcraftboilerJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
railcraftboilerJEI.register();
val extremereactorcoolantst1 = JEI.createJeiRecipe("extreme_reactorsteam_meatball");
extremereactorcoolantst1.addInput(<fluid:water>*2000);
extremereactorcoolantst1.addInput(<minecraft:coal>);
extremereactorcoolantst1.addOutput(<fluid:steam>*2000);
extremereactorcoolantst1.build();
+9
View File
@@ -84,6 +84,11 @@ rightclick12.addInput(<contenttweaker:call_of_the_arbiter>);
rightclick12.setOutputs([<contenttweaker:scale_of_the_ancient_heart>]);
rightclick12.build();
val rightclick13 = JEI.createJeiRecipe("right_click_meatball");
rightclick13.addInput(<contenttweaker:call_of_the_arbiter>);
rightclick13.setOutputs([<contenttweaker:stone_of_the_fallen_tower>]);
rightclick13.build();
val rclickdimlet1 = JEI.createJeiRecipe("right_click_meatball");
rclickdimlet1.addInput(<rftoolsdim:dimlet_parcel>);
rclickdimlet1.setOutputs([<rftoolsdim:dimlet_base>]);
@@ -259,6 +264,10 @@ rclickdimlet35.addInput(<contenttweaker:quasar_core>);
rclickdimlet35.setOutputs([<contenttweaker:miniature_quasar>]);
rclickdimlet35.build();
val rclickdimlet36 = JEI.createJeiRecipe("right_click_meatball");
rclickdimlet36.addInput(<bloodarsenal:bound_stick>);
rclickdimlet36.setOutputs([<bloodmagic:blood_shard:1>]);
rclickdimlet36.build();