Files
meatballcraft/scripts/Invulnerability.zs
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

50 lines
4.6 KiB
Plaintext

import mods.modularmachinery.RecipeBuilder;
import mods.thaumcraft.Infusion;
recipes.addShaped(<contenttweaker:clump_of_mythic_matter>,
[[<aoa3:rammerhead_hide>, <aoa3:fragmented_anima_stone>, <aoa3:ghostly_powder>],
[<aoa3:jungle_thorns>, <aoa3:raw_charger_shank>, <aoa3:mud_ball>],
[<aoa3:torn_cloth>, <aoa3:power_core>, <aoa3:rusted_iron_ingot>]]);
mods.thermalexpansion.Compactor.addMintRecipe(<contenttweaker:compressed_clump_mythic>, <contenttweaker:clump_of_mythic_matter>*9, 1000);
mods.techreborn.implosionCompressor.addRecipe(<contenttweaker:double_compressed_clump_mythic>, null, <contenttweaker:compressed_clump_mythic>*9, null, 40, 512);
mods.techreborn.implosionCompressor.addRecipe(<contenttweaker:triple_compressed_clump_mythic>, null, <contenttweaker:double_compressed_clump_mythic>*9, null, 40, 512);
mods.immersiveengineering.MetalPress.addRecipe(<contenttweaker:plate_clump_mythic>, <contenttweaker:double_compressed_clump_mythic>, <contenttweaker:triple_compressed_clump_mythic>, 100);
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:uncured_organic_mythic_board>,
[[<projectred-core:resource_item:0>, <projectred-core:resource_item:0>, <projectred-core:resource_item:0>, <immersiveengineering:shader_bag>.withTag({rarity: "RARE"}), <projectred-core:resource_item:0>, <projectred-core:resource_item:0>, <projectred-core:resource_item:0>],
[<ore:platePeridot>, <ore:platePeridot>, <ore:platePeridot>, <ore:platePeridot>, <ore:platePeridot>, <ore:platePeridot>, <ore:platePeridot>],
[<projectred-core:resource_item:0>, <projectred-core:resource_item:0>, <bewitchment:owlets_wing>, <railcraft:wire>, <bewitchment:owlets_wing>, <projectred-core:resource_item:0>, <projectred-core:resource_item:0>],
[<actuallyadditions:item_jam:0>, <contenttweaker:reprocessed_cosmic_meatball>, <railcraft:wire>, <contenttweaker:plate_clump_mythic>, <railcraft:wire>, <contenttweaker:reprocessed_cosmic_meatball>, <actuallyadditions:item_jam:0>],
[<projectred-core:resource_item:0>, <projectred-core:resource_item:0>, <bewitchment:owlets_wing>, <railcraft:wire>, <bewitchment:owlets_wing>, <projectred-core:resource_item:0>, <projectred-core:resource_item:0>],
[<ore:platePeridot>, <ore:platePeridot>, <ore:platePeridot>, <ore:platePeridot>, <ore:platePeridot>, <ore:platePeridot>, <ore:platePeridot>],
[<projectred-core:resource_item:0>, <projectred-core:resource_item:0>, <projectred-core:resource_item:0>, <immersiveengineering:shader_bag>.withTag({rarity: "RARE"}), <projectred-core:resource_item:0>, <projectred-core:resource_item:0>, <projectred-core:resource_item:0>]]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:uncured_organic_mythic_board>, <fluid:refined_fuel>*100, <contenttweaker:once_coated_organic_mythic_board>]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:once_coated_organic_mythic_board>, <fluid:empoweredoil>*100, <contenttweaker:twice_coated_organic_mythic_board>]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:petrotheum>*125, <fluid:lumium>*72, <fluid:lumiotheum>*100, <fluid:coal>*100]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:twice_coated_organic_mythic_board>, <fluid:lumiotheum>*100, <contenttweaker:thrice_coated_organic_mythic_board>]);
mods.nuclearcraft.chemical_reactor.addRecipe([<fluid:coal>*100, <fluid:creosote>*50, <fluid:eptane>*100, <fluid:sludge>*100]);
mods.nuclearcraft.pressurizer.addRecipe([<contenttweaker:thrice_coated_organic_mythic_board>, <contenttweaker:fixed_organic_mythic_board>]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:fixed_organic_mythic_board>, <fluid:eptane>*100, <contenttweaker:hydrocarbon_coated_organic_mythic_board>]);
mods.nuclearcraft.infuser.addRecipe([<contenttweaker:hydrocarbon_coated_organic_mythic_board>, <fluid:fuel_mixed_heavy_heat_2>*2, <contenttweaker:heated_organic_mythic_board>]);
mods.thermalexpansion.Transposer.addFillRecipe(<contenttweaker:warm_organic_mythic_board>, <contenttweaker:heated_organic_mythic_board>, <fluid:lava>*10000, 1000);
mods.thermalexpansion.Transposer.addFillRecipe(<contenttweaker:hot_organic_mythic_board>, <contenttweaker:warm_organic_mythic_board>, <fluid:lava>*10000, 1000);
mods.thermalexpansion.Transposer.addFillRecipe(<contenttweaker:searing_organic_mythic_board>, <contenttweaker:hot_organic_mythic_board>, <fluid:lava>*10000, 1000);
mods.thermalexpansion.Transposer.addFillRecipe(<contenttweaker:quenched_organic_mythic_board>, <contenttweaker:searing_organic_mythic_board>, <fluid:cryotheum>*50, 1000);
mods.techreborn.vacuumFreezer.addRecipe(<contenttweaker:cured_organic_mythic_board>, <contenttweaker:quenched_organic_mythic_board>, 40, 128);