update 0.18.1
This commit is contained in:
@@ -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]);
|
||||
|
||||
@@ -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]);
|
||||
|
||||
@@ -61,3 +61,39 @@ 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>]]);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -193,9 +193,105 @@ 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.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>]);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -98,4 +98,5 @@
|
||||
<contenttweaker:weaponsmith_callstone>.addTooltip(format.red("Use in this dimension: End"));
|
||||
<contenttweaker:lively_tree_callstone>.addTooltip(format.red("Use in this dimension: Overworld"));
|
||||
<contenttweaker:apothecary_prison_key>.addTooltip(format.red("Use in this dimension: Iromine"));
|
||||
<contenttweaker:strange_stone_callstone>.addTooltip(format.red("Use in this dimension: Gallifrey"));
|
||||
<contenttweaker:strange_stone_callstone>.addTooltip(format.red("Use in this dimension: Gallifrey"));
|
||||
<contenttweaker:shyre_rider_callstone>.addTooltip(format.red("Use in this dimension: Shyrelands"));
|
||||
+58
-21
@@ -812,28 +812,11 @@ callofthejudge.itemRightClick = function(stack, world, player, hand) {
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
// obtain position under player
|
||||
var pos = player.position.asPosition3f();
|
||||
player.sendChat("This will replace End Stone within a 5 block radius with Stones of the Fallen Tower");
|
||||
player.sendChat("This will replace Demon Stone within a 5 block radius with Scales of the Ancient Heart");
|
||||
|
||||
// check if player is standing on beacon
|
||||
var posChange = player.position.asPosition3f();
|
||||
posChange.y = pos.y - 1;
|
||||
var blockPosBelowPlayer = posChange.asBlockPos();
|
||||
var blockBelow = world.getBlockState(blockPosBelowPlayer);
|
||||
print(blockBelow.commandString);
|
||||
var check_pos as crafttweaker.util.Position3f;
|
||||
check_pos = crafttweaker.util.Position3f.create(pos.x, pos.y, pos.z);
|
||||
if(world.getBiome(check_pos).name != "Space") {
|
||||
player.sendChat("You have to be in a space station to assemble this multiblock");
|
||||
}
|
||||
if(blockBelow != <blockstate:minecraft:purpur_block>) {
|
||||
player.sendChat("THIS CANNOT BE UNDONE - Stand on a purpur block to mark where you want to place the multiblock");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Commands.call("setblock ~ ~6 ~ contenttweaker:scale_of_the_ancient_heart", player, world, 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) {
|
||||
@@ -5251,3 +5262,29 @@ livelytreecallstone.itemRightClick = function(stack, world, player, hand) {
|
||||
|
||||
};
|
||||
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("You gotta be in the Shyrelands");
|
||||
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"}]}
|
||||
@@ -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();
|
||||
|
||||
@@ -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"}),
|
||||
|
||||
@@ -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>);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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,6 +127,14 @@ 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"]})
|
||||
|
||||
|
||||
+67
-1
@@ -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);
|
||||
@@ -2760,3 +2760,69 @@ 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();
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1011,4 +1011,15 @@ 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();
|
||||
|
||||
|
||||
|
||||
@@ -2921,4 +2921,163 @@ 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();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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
|
||||
);
|
||||
@@ -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>]);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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>);
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>],
|
||||
|
||||
@@ -2711,7 +2711,7 @@ mods.jei.JEI.addDescription([
|
||||
[
|
||||
"There are a few ways to remove flux:",
|
||||
"",
|
||||
"1. The Ritual of Eldritch Will from Blood Magic (good start). Place the ritual down, it will reduce flux levels in a 3x3 chunk area, and it will convert it to Demonic Will. If the 9 chunks are full of will, the ritual will stop clearing flux. Use Demon Crystallizers to make sure your chunks doesn't fill with will!",
|
||||
"1. The Ritual of Eldritch Will from Blood Magic (good start). Place the ritual down, it will reduce flux levels in a 3x3 chunk area, and it will convert it to Demonic Will. ",
|
||||
"",
|
||||
"2. The Flux Condenser (not recommended). To unlock this you will need to have progressed through some Thaumcraft. A set of lattices should be placed above the Flux Condenser. Lattices have a chance of clogging, if that happens, you should break and replace them. This block consumes Herba essentia to function, and it produces Vitium essentia. You should have essentia pipes to input and output the two.",
|
||||
"",
|
||||
@@ -2721,7 +2721,7 @@ mods.jei.JEI.addDescription([
|
||||
mods.jei.JEI.addDescription([
|
||||
<contenttweaker:eldritch_will_ritual>],
|
||||
[
|
||||
"The Ritual of Eldritch Will from Blood Magic is the easiest way of getting rid of flux. Place the ritual down, it will reduce flux levels in a 3x3 chunk area, and it will convert it to Demonic Will. If the 9 chunks are full of will, the ritual will stop clearing flux. Use Demon Crystallizers to make sure your chunks doesn't fill with will!"
|
||||
"The Ritual of Eldritch Will from Blood Magic is the easiest way of getting rid of flux. Place the ritual down, it will reduce flux levels in a 3x3 chunk area, and it will convert it to Demonic Will. "
|
||||
]);
|
||||
|
||||
mods.jei.JEI.addDescription([
|
||||
@@ -4698,6 +4698,29 @@ mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_vowtodeath>,
|
||||
]);
|
||||
|
||||
|
||||
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_rainbowcore>,
|
||||
[
|
||||
"Come on! At least try to solve the puzzle!",
|
||||
"", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "",
|
||||
"Seriously! It's more fun to do the puzzles! Extra hint on next page!",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
"Skythern has three structures. Container, contained, order...",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
"Imagine not trying to connect the dots...",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
"Use a white shulker box, containing the following wool colors, in this order, in the first row:",
|
||||
"Red",
|
||||
"Brown",
|
||||
"Purple",
|
||||
"Light Gray",
|
||||
"Pink",
|
||||
"Orange",
|
||||
"Light Blue",
|
||||
"Lime",
|
||||
"Gray"
|
||||
]);
|
||||
|
||||
|
||||
mods.jei.JEI.addDescription([
|
||||
<contenttweaker:passive_crafting_subnets>],
|
||||
[
|
||||
@@ -4799,4 +4822,62 @@ mods.jei.JEI.addDescription([
|
||||
]);
|
||||
|
||||
|
||||
mods.jei.JEI.addDescription([
|
||||
<contenttweaker:super_enchanting_stripping_automation>,
|
||||
<contenttweaker:cuendillar_plate>],
|
||||
[
|
||||
"To obtain the specific enchanted books for making cuendillar, they need to come from stripped Super-Enchants. ",
|
||||
"",
|
||||
"Here are a few pointers for this automation:",
|
||||
"",
|
||||
"Mechanical users can be used to unpack the Rite of Super-Enchanting",
|
||||
"",
|
||||
"The Enchantment Extractor can be automated",
|
||||
"",
|
||||
"The undenchanted weapons can be re-crafted into the corresponding Rite of Super Enchanting"
|
||||
]);
|
||||
|
||||
|
||||
mods.jei.JEI.addDescription([
|
||||
<contenttweaker:karot_farm>,
|
||||
<divinerpg:halite_phaser>],
|
||||
[
|
||||
"Drops from Karot cannot be automated using Woot. Instead, the Taxcollector bee is recommended.",
|
||||
"",
|
||||
"Since the boss spawns rabbits, those will have to be removed and killed to avoid too many mobs spawning.",
|
||||
"",
|
||||
"The spawned rabbits are much shorter than Karot, so fans or conveyors can be used to take them away from the boss into a mob crusher or other method."
|
||||
]);
|
||||
|
||||
|
||||
|
||||
|
||||
mods.jei.JEI.addDescription([
|
||||
<contenttweaker:infusion_pseudo_automation>],
|
||||
[
|
||||
"To help streamline repetitive Thaumcraft Infusion recipes, modular routers can be used as a tool to help with batch crafting.",
|
||||
"",
|
||||
"The Sender Module can be bound to the central Arcane Pedestal, while all the surrounding Pedestals can be bound using Distributor Modules.",
|
||||
"",
|
||||
"Note that, depending on your setup, you want to coordinate the order of items inserted into the Router with the location of the Sender Module within the Router. If the Sender Module is first, the central item should always be done first.",
|
||||
"",
|
||||
"Once all the items are positioned within the pedestals, you can just use your gauntlet to start the recipe. Just make sure you have enough essentia and stabilization.",
|
||||
"",
|
||||
"A method like this can be used together with recipes in ME Interfaces. Just make sure you don't send in multiple recipes on the same infusion setup.",
|
||||
"",
|
||||
"Also, if you took the time to read this, the Temporal Bee works with thaumcraft infusion ;)"
|
||||
]);
|
||||
|
||||
|
||||
mods.jei.JEI.addDescription([
|
||||
<superfactorymanager:manager>],
|
||||
[
|
||||
"Heart of the networks you want to create, works like a visual code chart that lets you place modules down and have them connect to diferent modules. To make the most basic A to B program you must place a 'trigger' module onto the field, the trigger module is what 'runs' the script and it is very tilable to how you'd prefer it to run, such as being triggered every 5 seconds, redstone controlled, etc.",
|
||||
"",
|
||||
"Cables extend the reach of the manager. Place them adjacent to all blocks you want to include in your automation to connect them to the Manager.",
|
||||
"",
|
||||
"You can then place a 'input' module and tell which machine, tile, chest, etc. and from which side, and the same goes for the output module, using this you can simply have a basic input and output system. "
|
||||
]);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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>);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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();
|
||||
@@ -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§oShell 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§oShell 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§oShell 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§oShell 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§oShell 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§oShell 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§oShell 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§oShell 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§oShell 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§oShell 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],
|
||||
|
||||
@@ -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]);
|
||||
|
||||
|
||||
@@ -1127,4 +1127,12 @@ 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();
|
||||
|
||||
|
||||
|
||||
@@ -481,4 +481,42 @@ 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>]]);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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>);
|
||||
|
||||
@@ -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();
|
||||
@@ -592,3 +592,20 @@ reci57.addItemInput(<contenttweaker:master_spell_focus>);
|
||||
reci57.addItemInput(<thaumadditions:mithminite_fabric>);
|
||||
reci57.addItemOutput(<contenttweaker:master_spell_cognitio>);
|
||||
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();
|
||||
@@ -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);
|
||||
|
||||
@@ -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("Acts as a radiation scrubber in a 3x3 chunk area centered around the machine");
|
||||
meatballiumscrubber.addRecipeTooltip("Make sure all chunks in range are loaded");
|
||||
meatballiumscrubber.build();
|
||||
|
||||
var meatballiumscrubberradiant = RecipeBuilder.newBuilder("meatballiumscrubberradiant", "radiant_meatballium_radiation_scrubber", 100);
|
||||
meatballiumscrubberradiant.addEnergyPerTickInput(10000);
|
||||
meatballiumscrubberradiant.addScrubber(2);
|
||||
meatballiumscrubberradiant.addRecipeTooltip("Acts as a radiation scrubber in a 5x5 chunk area centered around the machine");
|
||||
meatballiumscrubberradiant.addRecipeTooltip("Make sure all chunks in range are loaded");
|
||||
meatballiumscrubberradiant.build();
|
||||
|
||||
var meatballiumscrubbercursed = RecipeBuilder.newBuilder("meatballiumscrubbercursed", "cursed_meatballium_radiation_scrubber", 100);
|
||||
meatballiumscrubbercursed.addEnergyPerTickInput(10000);
|
||||
meatballiumscrubbercursed.addScrubber(4);
|
||||
meatballiumscrubbercursed.addRecipeTooltip("Acts as a radiation scrubber in a 9x9 chunk area centered around the machine");
|
||||
meatballiumscrubbercursed.addRecipeTooltip("Make sure all chunks in range are loaded");
|
||||
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("Removes 1 full rad every second from a 9x9 chunk area");
|
||||
activesuperscrubber1.addRecipeTooltip("Make sure all chunks in range are loaded");
|
||||
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("Removes 10 full rad every second from a 9x9 chunk area");
|
||||
activesuperscrubber2.addRecipeTooltip("Make sure all chunks in range are loaded");
|
||||
activesuperscrubber2.build();
|
||||
@@ -532,3 +532,10 @@ 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();
|
||||
@@ -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();
|
||||
|
||||
|
||||
|
||||
@@ -185,3 +185,8 @@ val superbee_treeoflife = RecipeBuilder.newBuilder("superbee_treeoflife","sacred
|
||||
|
||||
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();
|
||||
|
||||
|
||||
@@ -1211,3 +1211,27 @@ 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();
|
||||
|
||||
|
||||
@@ -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();
|
||||
@@ -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"}]})]]);
|
||||
|
||||
@@ -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>]);
|
||||
|
||||
@@ -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();
|
||||
@@ -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§oDecalogue§r",Lore:["§d§oSuper-Enchanted§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§oSuper-Enchanted§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>]]);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
@@ -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();
|
||||
|
||||
@@ -43,3 +43,9 @@ 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();
|
||||
|
||||
|
||||
@@ -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();
|
||||
@@ -1311,3 +1311,9 @@ 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();
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
|
||||
@@ -155,3 +155,21 @@ orefierypyrite.add(<contenttweaker:fiery_pyrite>);
|
||||
|
||||
val orestoneblock = <ore:stone>;
|
||||
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>);
|
||||
|
||||
|
||||
|
||||
@@ -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
-22
@@ -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>);
|
||||
@@ -2566,3 +2552,115 @@ mods.nuclearcraft.dissolver.addRecipe([<contenttweaker:lost_cities_worldgen>, <f
|
||||
|
||||
|
||||
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>]);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ 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>],
|
||||
|
||||
@@ -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>]]);
|
||||
|
||||
@@ -132,3 +132,9 @@ recipes.addShaped(<contenttweaker:ancient_decrystallizer>,
|
||||
[<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();
|
||||
@@ -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>],
|
||||
|
||||
@@ -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})]]);
|
||||
|
||||
+158
-13
@@ -661,6 +661,7 @@
|
||||
<divinerpg:tormented_boots>.addTooltip(format.red("Uses 8 Lumps"));
|
||||
|
||||
<contenttweaker:radioactive_residue>.addTooltip(format.red("Warning: this crafting chain produces radiation!"));
|
||||
<contenttweaker:shyre_mulch>.addTooltip(format.red("Warning: this crafting chain produces radiation!"));
|
||||
|
||||
<contenttweaker:sparkled_oak_planks>.addTooltip(format.red("Craft the right Wood Planks with the right weapon, the Trinity Callstone will guide you"));
|
||||
|
||||
@@ -856,13 +857,13 @@
|
||||
|
||||
<contenttweaker:pack_supporter_token>.addTooltip(format.red("Reclipse had an idea!"));
|
||||
|
||||
<contenttweaker:corrupted_divine_ore>.addTooltip(format.red("Best yield in a Mythic Processor Arkencrusher"));
|
||||
<contenttweaker:ender_divine_ore>.addTooltip(format.red("Best yield in a Mythic Processor Arkencrusher"));
|
||||
<contenttweaker:ice_divine_ore>.addTooltip(format.red("Best yield in a Mythic Processor Arkencrusher"));
|
||||
<contenttweaker:jungle_divine_ore>.addTooltip(format.red("Best yield in a Mythic Processor Arkencrusher"));
|
||||
<contenttweaker:molten_divine_ore>.addTooltip(format.red("Best yield in a Mythic Processor Arkencrusher"));
|
||||
<contenttweaker:shadow_divine_ore>.addTooltip(format.red("Best yield in a Mythic Processor Arkencrusher"));
|
||||
<contenttweaker:terran_divine_ore>.addTooltip(format.red("Best yield in a Mythic Processor Arkencrusher"));
|
||||
<contenttweaker:corrupted_divine_ore>.addTooltip(format.red("Best yield in a Recursive Processor Arkencrusher"));
|
||||
<contenttweaker:ender_divine_ore>.addTooltip(format.red("Best yield in a Recursive Processor Arkencrusher"));
|
||||
<contenttweaker:ice_divine_ore>.addTooltip(format.red("Best yield in a Recursive Processor Arkencrusher"));
|
||||
<contenttweaker:jungle_divine_ore>.addTooltip(format.red("Best yield in a Recursive Processor Arkencrusher"));
|
||||
<contenttweaker:molten_divine_ore>.addTooltip(format.red("Best yield in a Recursive Processor Arkencrusher"));
|
||||
<contenttweaker:shadow_divine_ore>.addTooltip(format.red("Best yield in a Recursive Processor Arkencrusher"));
|
||||
<contenttweaker:terran_divine_ore>.addTooltip(format.red("Best yield in a Recursive Processor Arkencrusher"));
|
||||
|
||||
<contenttweaker:corrupted_divine_ore>.addTooltip(format.red("Use the Ore Excavator in Gallifrey, Gallifreyan Stones Vein"));
|
||||
<contenttweaker:ender_divine_ore>.addTooltip(format.red("Use the Ore Excavator in Gallifrey, Gallifreyan Stones Vein"));
|
||||
@@ -1059,6 +1060,13 @@
|
||||
<contenttweaker:p0rtals_redish_white_hat>.addTooltip(format.red("Shield to the Arbiter"));
|
||||
<contenttweaker:collar_bells>.addTooltip(format.red("Shield to the Arbiter"));
|
||||
|
||||
<materialpart:sednanite:ingot>.addTooltip(format.red("Found on Sedna, available at the end of chapter 3 - Craftable in the plasmatic condenser"));
|
||||
|
||||
<materialpart:rhenium:ingot>.addTooltip(format.red("Found on Rhenia"));
|
||||
|
||||
<materialpart:myrmitite:ingot>.addTooltip(format.red("Found on Myrmex - Craftable in the plasmatic condenser"));
|
||||
|
||||
<materialpart:ogerite:ingot>.addTooltip(format.red("Found on Pixonia - Craftable in the plasmatic condenser"));
|
||||
|
||||
<thaumcraft:stone_ancient_rock>.addTooltip(format.red("Thanks to Artemis and birdie for adding microblocks for decorative blocks!"));
|
||||
<botania:bifrostperm>.addTooltip(format.red("Thanks to Artemis and birdie for adding microblocks for decorative blocks!"));
|
||||
@@ -1409,7 +1417,6 @@
|
||||
|
||||
<twilightforest:charm_of_life_2>.addTooltip(format.red("Prevents death and gets consumed"));
|
||||
|
||||
<rf-capability-adapter:aecapabilityadapter_part>.addTooltip(format.red("WARNING: placing multiple of these right next to each other may cause lag"));
|
||||
|
||||
<randomthings:timeinabottle>.addTooltip(format.red("WARNING: do not use on Abyssalcraft or Deep Mob Evolution blocks"));
|
||||
|
||||
@@ -1516,7 +1523,7 @@
|
||||
<ore:ingotFractalliteHalite>.addTooltip(format.red("PocketSkeleton (solo)"));
|
||||
<ore:ingotFractalliteHalite>.addTooltip(format.red("Chaika_In_Paanic & rfhb21 (team)"));
|
||||
<ore:ingotFractalliteHalite>.addTooltip(format.red("okay (solo)"));
|
||||
<ore:ingotFractalliteHalite>.addTooltip(format.red("IridiumSky, maxwell_lt, Darkally (team)"));
|
||||
<ore:ingotFractalliteHalite>.addTooltip(format.red("IridumSky, maxwell_lt, Darkally (team)"));
|
||||
<ore:ingotFractalliteHalite>.addTooltip(format.red("Origami10004, Lumamaster, Kafuruu (team)"));
|
||||
<ore:ingotFractalliteHalite>.addTooltip(format.red("MrRepside (solo)"));
|
||||
<ore:ingotFractalliteHalite>.addTooltip(format.red("hael (solo)"));
|
||||
@@ -1790,7 +1797,7 @@
|
||||
<contenttweaker:darkstar_collector>.addTooltip(format.red("Multiblock Upgrade, Automatic Starlight Altar: 100X Speed"));
|
||||
<extrabotany:manabarrel>.addTooltip(format.red("Multiblock Upgrade, Botanic Condenser: 15X increased output"));
|
||||
<contenttweaker:empowered_mazestone>.addTooltip(format.red("Multiblock Upgrade, Carminite Empowerer: 5x speed"));
|
||||
<contenttweaker:defined_block>.addTooltip(format.red("Multiblock Upgrade, Chaotic Condenser: 15X output"));
|
||||
<contenttweaker:defined_draconium_block>.addTooltip(format.red("Multiblock Upgrade, Chaotic Condenser: 15X output"));
|
||||
<contenttweaker:adamantium_reinforced_petrified_wood>.addTooltip(format.red("Multiblock Upgrade, Cold Iron Forge: 20X speed"));
|
||||
<contenttweaker:defined_block>.addTooltip(format.red("Multiblock Upgrade, Definer: 2X output"));
|
||||
<contenttweaker:core_of_halite_definition>.addTooltip(format.red("Multiblock Upgrade, Definer: 8X output"));
|
||||
@@ -1800,6 +1807,8 @@
|
||||
<contenttweaker:fabric_of_the_orb>.addTooltip(format.red("Multiblock Upgrade, Dimensional Stabilizer: 50x speed"));
|
||||
<thaumadditions:adaminite_block>.addTooltip(format.red("Multiblock Upgrade, Dragonfire Crucible: 6X speed"));
|
||||
<thaumadditions:mithminite_smelter>.addTooltip(format.red("Multiblock Upgrade, Dragonfire Forge: 8X output"));
|
||||
<contenttweaker:awakened_electromagnet>.addTooltip(format.red("Multiblock Upgrade, Dragonfire Forge: 64X output"));
|
||||
<contenttweaker:fractallite_furnace_core>.addTooltip(format.red("Multiblock Upgrade, Dragonfire Forge: 256X output"));
|
||||
<contenttweaker:plated_photonium>.addTooltip(format.red("Multiblock Upgrade, Enchanted Greenhouse: 10X speed"));
|
||||
<contenttweaker:vibrating_stone>.addTooltip(format.red("Multiblock Upgrade, Essentia Crystallizer: 4X output"));
|
||||
<contenttweaker:echo_warren_stone>.addTooltip(format.red("Multiblock Upgrade, Essentia Crystallizer: 20X output"));
|
||||
@@ -1823,7 +1832,9 @@
|
||||
<contenttweaker:superfocused_plasma_collider>.addTooltip(format.red("Multiblock Upgrade, Linear Plasma Accelerator: 100X parallelization"));
|
||||
<contenttweaker:hyperfocused_plasma_collider>.addTooltip(format.red("Multiblock Upgrade, Linear Plasma Accelerator: 1000X parallelization"));
|
||||
<contenttweaker:halite_bejewelled_ichorium_catalyst>.addTooltip(format.red("Multiblock Upgrade, Thaumic Replicator: 2X fluid output"));
|
||||
<contenttweaker:catalyst_of_the_warrens>.addTooltip(format.red("Multiblock Upgrade, Thaumic Replicator: 10X fluid output"));
|
||||
<contenttweaker:catalyst_of_the_warrens>.addTooltip(format.red("Multiblock Upgrade, Thaumic Replicator: 10X fluid output, 10X speed"));
|
||||
<contenttweaker:trinuum_catalyst>.addTooltip(format.red("Multiblock Upgrade, Thaumic Replicator: 50X fluid output, 20X speed"));
|
||||
<contenttweaker:infinitely_wishful_catalyst>.addTooltip(format.red("Multiblock Upgrade, Thaumic Replicator: 100X fluid output, 40X speed"));
|
||||
<contenttweaker:hihi_irokane_block>.addTooltip(format.red("Multiblock Upgrade, Meteoric Befaller: 8X speed"));
|
||||
<contenttweaker:plasma_accelerator_tube>.addTooltip(format.red("Multiblock Upgrade, Particle Accelerator & Mythic Accelerator: 5X speed"));
|
||||
<contenttweaker:gallifreyan_neutronium_casing>.addTooltip(format.red("Multiblock Upgrade, Neutronium Cannon & Bombarder: 5X speed"));
|
||||
@@ -1837,7 +1848,9 @@
|
||||
<contenttweaker:naquadah_casing>.addTooltip(format.red("Multiblock Upgrade, the CUBE: 20X speed"));
|
||||
<contenttweaker:miniature_quasar>.addTooltip(format.red("Multiblock Upgrade, Dyson Compressor: 4X output"));
|
||||
<contenttweaker:directed_miniature_quasar>.addTooltip(format.red("Multiblock Upgrade, Dyson Compressor: 16X output"));
|
||||
|
||||
<avaritia:block_resource:1>.addTooltip(format.red("Multiblock Upgrade, Steel Thermal Mixer: 10X parallelization"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "darkstarlight", Amount: 1000}).addTooltip(format.red("Multiblock Upgrade, Whispering Starlight Fountain: 4X parallelization"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "whispering_starlight_of_redemption", Amount: 1000}).addTooltip(format.red("Multiblock Upgrade, Whispering Starlight Fountain: 16X parallelization"));
|
||||
<contenttweaker:hypergrowth_actualizer>.addTooltip(format.red("Multiblock Upgrade, the Hypergrowth Insolator: 4X output"));
|
||||
<contenttweaker:trinity_hypergrowth_component>.addTooltip(format.red("Multiblock Upgrade, the Hypergrowth Insolator: 16X output"));
|
||||
<contenttweaker:cosmic_hypergrowth_component>.addTooltip(format.red("Multiblock Upgrade, the Hypergrowth Insolator: 64X output"));
|
||||
@@ -2114,6 +2127,9 @@
|
||||
<contenttweaker:draconic_fabrial>.addTooltip(format.red("A Mark of the Fallen tower for 50000"));
|
||||
<contenttweaker:draconic_fabrial>.addTooltip(format.red("videojamiemostlikely had an idea"));
|
||||
|
||||
<contenttweaker:hungering_world_soul>.addTooltip(format.red("A Mark of the Fallen tower for 50000"));
|
||||
|
||||
|
||||
<buildcraftsilicon:laser>.addTooltip(format.red("Face towards the Assembly Table to power it"));
|
||||
<buildcraftsilicon:laser>.addTooltip(format.red("Connect to EnderIO conduits, fluxducts often disconnect!"));
|
||||
|
||||
@@ -2508,7 +2524,6 @@
|
||||
|
||||
<contenttweaker:quasar_core>.addTooltip(format.red("The Recurrent Nightmare Synthesizer and the Naquadah Casing are your friends"));
|
||||
|
||||
<divinerpg:halite_phaser>.addTooltip(format.red("The Recurrent Nightmare Synthesizer and the Naquadah Casing are your friends"));
|
||||
|
||||
<tardis:key>.addTooltip(format.red("Obtained from a fully grown TARDIS Coral"));
|
||||
|
||||
@@ -2679,6 +2694,14 @@
|
||||
<appliedenergistics2:wireless_crafting_terminal>.addTooltip(format.red("NOTE: if you updated the pack, the questbook may not update automatically, use this command to update it manually"));
|
||||
<appliedenergistics2:wireless_crafting_terminal>.addTooltip(format.red("/bq_admin default load"));
|
||||
|
||||
<twilightforest:glass_sword>.addTooltip(format.green("Reusable"));
|
||||
<avaritia:infinity_sword>.addTooltip(format.green("Reusable"));
|
||||
<mod_lavacow:sludge_wand>.addTooltip(format.green("Reusable"));
|
||||
<mod_lavacow:scarab_wand>.addTooltip(format.green("Reusable"));
|
||||
<contenttweaker:eternally_stained_soul>.addTooltip(format.green("Reusable"));
|
||||
|
||||
|
||||
|
||||
|
||||
<modularmachinery:hypergrowth_insolator_factory_controller>.addTooltip(format.red("WARNING: this will be removed in a future update, and be replaced by a normal multiblock upgrade"));
|
||||
<modularmachinery:infinity_furnace_factory_controller>.addTooltip(format.red("WARNING: this will be removed in a future update, and be replaced by a normal multiblock upgrade"));
|
||||
@@ -2687,6 +2710,128 @@
|
||||
<modularmachinery:sacred_cinders_apiary_factory_controller>.addTooltip(format.red("WARNING: this will be removed in a future update, and be replaced by a normal multiblock upgrade"));
|
||||
<modularmachinery:mechanized_coop_factory_controller>.addTooltip(format.red("WARNING: this will be removed in a future update, and be replaced by a normal multiblock upgrade"));
|
||||
|
||||
<malisisdoors:door_factory>.addTooltip(format.red("WARNING: the doors from Malisis are very laggy, and may get removed from the pack in a future update"));
|
||||
<malisisdoors:garage_door>.addTooltip(format.red("WARNING: the doors from Malisis are very laggy, and may get removed from the pack in a future update"));
|
||||
|
||||
<contenttweaker:charged_signalum>.addTooltip(format.red("The Flux Linkage Concentrator is your friend"));
|
||||
|
||||
<rf-capability-adapter:aecapabilityadapter>.addTooltip(format.red("WARNING: DO NOT place next to any block that is not a compact machine"));
|
||||
|
||||
<rf-capability-adapter:aecapabilityadapter_part>.addTooltip(format.red("WARNING: DO NOT place next to any block that is not a compact machine"));
|
||||
|
||||
|
||||
|
||||
<bloodmagic:blood_shard:1>.addTooltip(format.red("Right click a Demon from Bwitchemnt with a Bound Stick"));
|
||||
<bloodmagic:blood_shard:1>.addTooltip(format.red("Can be obtained through the Sentient Coagulator multiblock"));
|
||||
|
||||
|
||||
<appliedenergistics2:part:220>.addTooltip(format.red("NOTE: for the very large endgame recipes, failed crafts may cause item deletions"));
|
||||
<storagedrawers:upgrade_creative:0>.addTooltip(format.red("NOTE: for the very large endgame recipes, failed crafts may cause item deletions"));
|
||||
<dankstorage:dank_7>.addTooltip(format.red("NOTE: for the very large endgame recipes, failed crafts may cause item deletions"));
|
||||
|
||||
|
||||
<contenttweaker:dense_dimensional_shard_ore>.addTooltip(format.red("Obtained from a Mark of the Falling Tower using a Hungering World Soul"));
|
||||
|
||||
<contenttweaker:cuendillar_plate>.addTooltip(format.red("NOTE: to automate this, follow the tips in the JEI info box"));
|
||||
<contenttweaker:cuendillar_plate>.addTooltip(format.red("Use these Super-Enchants as starters:"));
|
||||
<contenttweaker:cuendillar_plate>.addTooltip(format.red("Zenith"));
|
||||
<contenttweaker:cuendillar_plate>.addTooltip(format.red("Explochron Sword"));
|
||||
<contenttweaker:cuendillar_plate>.addTooltip(format.red("Brightsteel Armor"));
|
||||
|
||||
<contenttweaker:coolant_great>.addTooltip(format.red("Another JEI tab shows all available coolants, these are the good ones"));
|
||||
<contenttweaker:coolant_great>.addTooltip(format.red("With Draconium being the best"));
|
||||
|
||||
<contenttweaker:coil_great>.addTooltip(format.red("Another JEI tab shows all available coils, these are the good ones"));
|
||||
<contenttweaker:coil_great>.addTooltip(format.red("With Ludicrite being the best"));
|
||||
|
||||
<draconicevolution:energy_crystal:6>.addTooltip(format.red("Use the Crystal Binder to directly power machines at a distance"));
|
||||
<draconicevolution:energy_crystal:7>.addTooltip(format.red("Use the Crystal Binder to directly power machines at a distance"));
|
||||
<draconicevolution:energy_crystal:8>.addTooltip(format.red("Use the Crystal Binder to directly power machines at a distance"));
|
||||
|
||||
<draconicevolution:energy_crystal:6>.addTooltip(format.red("Connects to 16 machines"));
|
||||
<draconicevolution:energy_crystal:7>.addTooltip(format.red("Connects to 32 machines"));
|
||||
<draconicevolution:energy_crystal:8>.addTooltip(format.red("Connects to 64 machines"));
|
||||
|
||||
<contenttweaker:cursed_cradle>.addTooltip(format.green("Reusable"));
|
||||
|
||||
<contenttweaker:star_of_betrayal>.addTooltip(format.green("Reusable for duping"));
|
||||
|
||||
|
||||
<aoa3:flammable_dust>.addTooltip(format.red("Dropped by Nethengeic Beasts"));
|
||||
|
||||
<contenttweaker:mythic_radiation_shielding>.addTooltip(format.red("Craft with any armor to add radiation shielding"));
|
||||
<contenttweaker:mythic_radiation_shielding>.addTooltip(format.red("10 rads"));
|
||||
|
||||
<contenttweaker:recursive_radiation_shielding>.addTooltip(format.red("Craft with any armor to add radiation shielding"));
|
||||
<contenttweaker:recursive_radiation_shielding>.addTooltip(format.red("100 rads"));
|
||||
|
||||
<contenttweaker:fractallite_radiation_shielding>.addTooltip(format.red("Craft with any armor to add radiation shielding"));
|
||||
<contenttweaker:fractallite_radiation_shielding>.addTooltip(format.red("1000 rads"));
|
||||
|
||||
|
||||
<contenttweaker:shard_of_physical_healing>.addTooltip(format.red("Use magic damage"));
|
||||
|
||||
<contenttweaker:good_woot_drops>.addTooltip(format.red("For the non-boss drops, the Ultimate Mob Farm will be better (if you can afford it)"));
|
||||
|
||||
<superfactorymanager:manager>.addTooltip(format.red("Check the questbook for info about ech code block"));
|
||||
<superfactorymanager:manager>.addTooltip(format.red("mewmaister really wanted this!"));
|
||||
<superfactorymanager:manager>.addTooltip(format.red("NerdySpider wrote the documntation, thanks!"));
|
||||
|
||||
|
||||
<superfactorymanager:cable_relay:0>.addTooltip(format.red("Lets a non-block entity like a minecart with chest to be used as a input/output. Just select it as one within a module."));
|
||||
|
||||
<superfactorymanager:cable_relay:8>.addTooltip(format.red("Lets a players inventory interact with a network to be used as a input/output when stood on, or stood next too. Must set a permission up for it for yourself and other players when clicking the block."));
|
||||
|
||||
<superfactorymanager:cable_intake:0>.addTooltip(format.red("Lets items dropped in the world act as a input or output."));
|
||||
<superfactorymanager:cable_intake:8>.addTooltip(format.red("Lets items dropped in the world act as a input or output."));
|
||||
|
||||
<superfactorymanager:cable_output>.addTooltip(format.red("Interacts with the redstone emitter module within the manager."));
|
||||
|
||||
<superfactorymanager:cable_input>.addTooltip(format.red("Interacts with the redstone condition module within the manager."));
|
||||
|
||||
<superfactorymanager:cable_bud>.addTooltip(format.red("Lets a trigger be turned into a block detector trigger when changed in its 'connection' settings."));
|
||||
|
||||
<superfactorymanager:cable_breaker>.addTooltip(format.red("Lets the space infront of the block act as a input/output. Breaking or placing blocks infront of it."));
|
||||
|
||||
<superfactorymanager:cable_sign>.addTooltip(format.red("Needed for the sign updater module to update a sign attached to it."));
|
||||
|
||||
<superfactorymanager:cable_cluster:*>.addTooltip(format.red("Cable clusters let you combine multiple blocks that connect to the manager into one."));
|
||||
|
||||
<superfactorymanager:cable>.addTooltip(format.red("Connects inventories and other SFM blocks to the controller"));
|
||||
|
||||
<contenttweaker:big_slime>.addTooltip(format.red("Thanks to NerdySpider for the texture!"));
|
||||
|
||||
<contenttweaker:flying_meatball>.addTooltip(format.red("Thanks to NerdySpider for the meatball textures!"));
|
||||
<contenttweaker:hearty_meatball>.addTooltip(format.red("Thanks to NerdySpider for the meatball textures!"));
|
||||
<contenttweaker:mutated_meatball>.addTooltip(format.red("Thanks to NerdySpider for the meatball textures!"));
|
||||
|
||||
<contenttweaker:stone_of_universal_balance>.addTooltip(format.red("Thanks to NerdySpider for the texture!"));
|
||||
|
||||
<contenttweaker:mark_fallen_tower>.addTooltip(format.red("All meteors are also obtained using the Relic of the Fallen Tower multiblock"));
|
||||
|
||||
<aether_legacy:valkyrie_helmet>.addTooltip(format.green("Reusable"));
|
||||
<aether_legacy:valkyrie_chestplate>.addTooltip(format.green("Reusable"));
|
||||
<aether_legacy:valkyrie_leggings>.addTooltip(format.green("Reusable"));
|
||||
<aether_legacy:valkyrie_boots>.addTooltip(format.green("Reusable"));
|
||||
|
||||
<contenttweaker:blade_of_the_samurai_queen>.addTooltip(format.green("Reusable"));
|
||||
|
||||
<modularmachineryaddons:blockmeteorprovideroutput>.addTooltip(format.red("NOTE: to avoid damage from the meteors, place a block of obsidian 10 to 15 blocks above the hatch"));
|
||||
<modularmachineryaddons:blockmeteorprovideroutput>.addTooltip(format.red("For automation, make sure that the automated mining system will not break that obsidian block"));
|
||||
|
||||
<contenttweaker:draconic_fabrial>.addTooltip(format.red("Thanks to Alecsio for Modular Machinery Addons!"));
|
||||
<contenttweaker:charged_draconium_block>.addTooltip(format.red("Thanks to Alecsio for Modular Machinery Addons!"));
|
||||
<contenttweaker:meatballium_reinforced_casing>.addTooltip(format.red("Thanks to Alecsio for Modular Machinery Addons!"));
|
||||
|
||||
<modularmachineryaddons:blockmeteorprovideroutput>.addTooltip(format.red("Alecsio is a genius!"));
|
||||
|
||||
<contenttweaker:stormlight_stone>.addTooltip(format.red("2% drop chance from Headstone Meteors"));
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
+99
-100
@@ -74,13 +74,6 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<contenttweaker:white_fuel>.addTooltip(format.red("Found on Alkemia"));
|
||||
|
||||
<materialpart:sednanite:ingot>.addTooltip(format.red("Found on Sedna, available at the end of chapter 3 - Craftable in the plasmatic condenser"));
|
||||
|
||||
<materialpart:rhenium:ingot>.addTooltip(format.red("Found on Rhenia"));
|
||||
|
||||
<materialpart:myrmitite:ingot>.addTooltip(format.red("Found on Myrmex - Craftable in the plasmatic condenser"));
|
||||
|
||||
<materialpart:ogerite:ingot>.addTooltip(format.red("Found on Pixonia - Craftable in the plasmatic condenser"));
|
||||
|
||||
<contenttweaker:sedna_artifact>.addTooltip(format.red("Used in the Warp controller"));
|
||||
|
||||
@@ -364,7 +357,10 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<contenttweaker:retaliation_key>.addTooltip(format.red("opens the final room in the will crystal monolith"));
|
||||
|
||||
<soulshardsrespawn:soul_shard>.addTooltip(format.red("This is made in-world, place a glowstone block, with four quartz blocks around it, and obsidian in the corners. - Text suggestion by Sandman366"));
|
||||
<soulshardsrespawn:soul_shard>.addTooltip(format.red("This is made in-world, place a glowstone block, with four quartz blocks around it, and obsidian in the corners"));
|
||||
<soulshardsrespawn:soul_shard>.addTooltip(format.red("Can be charged in 2 ways:"));
|
||||
<soulshardsrespawn:soul_shard>.addTooltip(format.red("Killing the relevant mobs while having the relevant Soul SHard in your hotbar (boosted by the soul stealer enchantment)"));
|
||||
<soulshardsrespawn:soul_shard>.addTooltip(format.red("Right clicking spawners for the relevant mobs (much better, but it destroys the spawner)"));
|
||||
|
||||
<dimdoors:world_thread>.addTooltip(format.red("Found in Dimensional Doors dungeons"));
|
||||
|
||||
@@ -817,8 +813,6 @@ import crafttweaker.item.IItemCondition;
|
||||
<bewitchment:blessed_stone>.addTooltip(format.red("CAREFUL: this block is unbreakable"));
|
||||
<bewitchment:blessed_stone>.addTooltip(format.red("Can be broken by the Master Spell Perditio"));
|
||||
|
||||
<contenttweaker:scale_of_the_ancient_heart>.addTooltip(format.red("CAREFUL: this block is unbreakable"));
|
||||
<contenttweaker:scale_of_the_ancient_heart>.addTooltip(format.red("Can be broken by the Master Spell Perditio"));
|
||||
|
||||
<contenttweaker:asgard_furnace_brick>.addTooltip(format.red("CAREFUL: this block is unbreakable"));
|
||||
<contenttweaker:asgard_furnace_brick>.addTooltip(format.red("Can be broken by the Master Spell Perditio"));
|
||||
@@ -966,6 +960,8 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<techreborn:implosion_compressor>.addTooltip(format.red("hollow 3x3x3 of reinforced machine casings below the machine"));
|
||||
|
||||
<enderio:item_dark_steel_upgrade:1>.withTag({"enderio:dsu": "enderio:direct", "enderio:enabled": 1 as byte}).addTooltip(format.red("Tinker Modifier: auto-teleports drops to inventory"));
|
||||
|
||||
<bloodmagic:soul_gem:3>.addTooltip(format.red("Tinker Modifier: mobs drop will"));
|
||||
|
||||
<tconstruct:materials:50>.addTooltip(format.red("Tinker Modifier: adds one extra modifier"));
|
||||
@@ -1482,7 +1478,6 @@ import crafttweaker.item.IItemCondition;
|
||||
<contenttweaker:technetium_remains>.addTooltip(format.red("Can be multiplied in an infinite loop"));
|
||||
|
||||
|
||||
<contenttweaker:lanthanum_salt>.addTooltip(format.red("If you don't want to automate it, batch craft a large amount"));
|
||||
|
||||
<contenttweaker:tennessine_gem>.addTooltip(format.red("Throw the various lumps into an infernal furnace"));
|
||||
|
||||
@@ -2174,7 +2169,8 @@ import crafttweaker.item.IItemCondition;
|
||||
<contenttweaker:gem_of_the_sleeping_city>.addTooltip(format.red("Found in L'Borean"));
|
||||
<contenttweaker:stone_of_the_sleeping_city>.addTooltip(format.red("Found in L'Borean"));
|
||||
|
||||
<draconicevolution:celestial_manipulator>.addTooltip(format.red("Use in the overworld! It will also works in the void world!"));
|
||||
<draconicevolution:celestial_manipulator>.addTooltip(format.red("Must be used in the overworld, but it will affect the time in the void world as well!"));
|
||||
<draconicevolution:celestial_manipulator>.addTooltip(format.red("Chat detectors or other wireless redstone can be used to activate the time-changing functions at a distance, so you won't have to travel back and forth!"));
|
||||
|
||||
<appliedenergistics2:part:220>.addTooltip(format.red("Do not connect to a block across a chunk boundary, it may cause a crash"));
|
||||
<appliedenergistics2:part:221>.addTooltip(format.red("Do not connect to a block across a chunk boundary, it may cause a crash"));
|
||||
@@ -2448,93 +2444,93 @@ import crafttweaker.item.IItemCondition;
|
||||
<thermaldynamics:duct_16:6>.addTooltip(format.red("Use servos, retrievers, filters to move items with these (see their JEI tooltips for info on how to use them)"));
|
||||
<thermaldynamics:duct_16:7>.addTooltip(format.red("Use servos, retrievers, filters to move items with these (see their JEI tooltips for info on how to use them)"));
|
||||
|
||||
<tconstruct:metal:0>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage:4>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage:6>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<minecraft:iron_block>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage:8>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<enderio:block_alloy:2>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<techreborn:storage:8>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage_alloy:1>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<enderio:block_alloy:6>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage_alloy:3>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage:2>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage_alloy:2>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<tconstruct:metal:5>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<ore:blockLudicrite>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage_alloy:7>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage:0>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<ore:blockElectrumFlux>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<techreborn:storage:2>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<techreborn:storage:5>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<enderio:block_alloy:4>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<tconstruct:metal:2>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<enderio:block_alloy:0>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage:3>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<minecraft:gold_block>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<tconstruct:metal:1>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<ore:blockEnergeticAlloy>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
<thermalfoundation:storage_alloy:0>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <tconstruct:metal:0>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage:4>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage:6>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <minecraft:iron_block>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage:8>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <enderio:block_alloy:2>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <techreborn:storage:8>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage_alloy:1>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <enderio:block_alloy:6>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage_alloy:3>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage:2>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage_alloy:2>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <tconstruct:metal:5>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <ore:blockLudicrite>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage_alloy:7>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage:0>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <ore:blockElectrumFlux>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <techreborn:storage:2>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <techreborn:storage:5>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <enderio:block_alloy:4>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <tconstruct:metal:2>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <enderio:block_alloy:0>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage:3>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <minecraft:gold_block>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <tconstruct:metal:1>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <ore:blockEnergeticAlloy>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
// <thermalfoundation:storage_alloy:0>.addTooltip(format.red("Can be used as a big turbine coil, best one is ludicrite"));
|
||||
|
||||
<ore:blockDraconium>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<thermalfoundation:storage:4>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<thermalfoundation:storage:6>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<minecraft:iron_block>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<minecraft:diamond_block>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<ore:blockMithril>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<ore:blockVibrantAlloy>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<techreborn:storage:8>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<thermalfoundation:storage_alloy:1>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<ore:blockDarkSteel>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<thermalfoundation:storage_alloy:3>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<thermalfoundation:storage:2>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<minecraft:ice>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<ore:blockMeatRaw>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<minecraft:glass>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<ore:blockDraconiumAwakened>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<thermalfoundation:storage_alloy:2>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<nuclearcraft:ingot_block:8>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<thermalfoundation:storage_alloy:7>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<ore:blockSoularium>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<minecraft:emerald_block>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<thermalfoundation:storage:0>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<minecraft:snow>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<ore:blockElectrumFlux>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<techreborn:storage:2>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<techreborn:storage:5>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<ore:blockConductiveIron>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<tconstruct:metal:2>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<ore:blockElectricalSteel>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<techreborn:storage:3>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<minecraft:gold_block>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<ore:blockEnergeticAlloy>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<thermalfoundation:storage_alloy:0>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "electrical_steel", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "dark_steel", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "fire_water", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "ender", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "cloud_seed", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "liquid_sunshine", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "glowstone", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "cloud_seed_concentrated", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "purpleslime", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "energetic_alloy", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "lifeessence", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "hootch", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "pyrotheum", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "blueslime", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "vapor_of_levity", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "ender_distillation", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "nutrient_distillation", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "soularium", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "water", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "conductive_iron", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "rocket_fuel", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "meat", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "vibrant_alloy", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "redstone", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
<forge:bucketfilled>.withTag({FluidName: "sewage", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockDraconium>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <thermalfoundation:storage:4>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <thermalfoundation:storage:6>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <minecraft:iron_block>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <minecraft:diamond_block>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockMithril>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockVibrantAlloy>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <techreborn:storage:8>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <thermalfoundation:storage_alloy:1>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockDarkSteel>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <thermalfoundation:storage_alloy:3>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <thermalfoundation:storage:2>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <minecraft:ice>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockMeatRaw>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <minecraft:glass>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockDraconiumAwakened>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <thermalfoundation:storage_alloy:2>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <nuclearcraft:ingot_block:8>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <thermalfoundation:storage_alloy:7>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockSoularium>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <minecraft:emerald_block>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <thermalfoundation:storage:0>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <minecraft:snow>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockElectrumFlux>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <techreborn:storage:2>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <techreborn:storage:5>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockConductiveIron>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <tconstruct:metal:2>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockElectricalSteel>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <techreborn:storage:3>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <minecraft:gold_block>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <ore:blockEnergeticAlloy>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <thermalfoundation:storage_alloy:0>.addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "electrical_steel", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "dark_steel", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "fire_water", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "ender", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "cloud_seed", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "liquid_sunshine", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "glowstone", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "cloud_seed_concentrated", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "purpleslime", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "energetic_alloy", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "lifeessence", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "hootch", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "pyrotheum", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "blueslime", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "vapor_of_levity", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "ender_distillation", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "nutrient_distillation", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "soularium", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "water", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "conductive_iron", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "rocket_fuel", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "meat", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "vibrant_alloy", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "redstone", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
// <forge:bucketfilled>.withTag({FluidName: "sewage", Amount: 1000}).addTooltip(format.red("Can be used as a big reactor coolant, best one is draconium block"));
|
||||
|
||||
<divinerpg:arcana_portal_frame>.addTooltip(format.red("Place in a shape like the end portal"));
|
||||
<divinerpg:arcana_portal_frame>.addTooltip(format.red("Make sure the dots are facing the middle"));
|
||||
@@ -3197,7 +3193,6 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<thaumcraft:caster_basic>.addTooltip(format.red("Press H to equip and change spell foci"));
|
||||
|
||||
<contenttweaker:shungite_prism>.addTooltip(format.red("Right click to become immune to radiation"));
|
||||
|
||||
<contenttweaker:shungite>.addTooltip(format.red("Found on Zoi"));
|
||||
|
||||
@@ -3257,7 +3252,11 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<gendustry:honey_comb:14014>.addTooltip(format.red("Found on Nero"));
|
||||
|
||||
<appliedenergistics2:memory_card>.addTooltip(format.red("Use the advanced memory card instead"));
|
||||
<appliedenergistics2:memory_card>.addTooltip(format.red("Used to link two P2P tunnels between each other"));
|
||||
<appliedenergistics2:memory_card>.addTooltip(format.red("To reset it, shift right click the air"));
|
||||
<appliedenergistics2:memory_card>.addTooltip(format.red("To bind to the input P2P (controller side) shift right click it"));
|
||||
<appliedenergistics2:memory_card>.addTooltip(format.red("To set the output P2P, simply right click it"));
|
||||
<appliedenergistics2:memory_card>.addTooltip(format.red("There is an advanced version with more functionality, but it can cause crashes on servers"));
|
||||
|
||||
<betterp2p:advanced_memory_card>.addTooltip(format.red("Right click on a P2P bus to bind it to another, this card has a GUI"));
|
||||
<betterp2p:advanced_memory_card>.addTooltip(format.red("P2P buses can be renamed with a quartz cutting knife, makes it easier to keep track of things"));
|
||||
|
||||
@@ -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:\"The Arbiter\",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:\"The Arbiter\",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";
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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", "Extraction Skill");
|
||||
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 ["Right click"];
|
||||
}
|
||||
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();
|
||||
@@ -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", "Botany Bags Loot");
|
||||
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 ["Right click"];
|
||||
}
|
||||
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", "Extreme Reactor");
|
||||
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", "Extreme Reactor Steam Production");
|
||||
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", "Extreme Turbine");
|
||||
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();
|
||||
|
||||
|
||||
|
||||
@@ -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", "Mark of the Fallen Tower");
|
||||
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();
|
||||
|
||||
|
||||
|
||||
@@ -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", "Intestines Drops");
|
||||
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 ["Right click"];
|
||||
}
|
||||
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", "Boiler");
|
||||
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();
|
||||
|
||||
@@ -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,11 @@ 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();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user