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

124 lines
9.4 KiB
Plaintext

mods.astralsorcery.StarlightInfusion.addInfusion(<divinerpg:shadow_bar>, <contenttweaker:resplendent_ingot>, false, 0.8, 400);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:realmite_chicken"}}),
[[<divinerpg:realmite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:realmite_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<divinerpg:realmite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:realmite_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:arlemite_chicken"}}),
[[<divinerpg:arlemite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:arlemite_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<divinerpg:arlemite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:arlemite_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:rupee_chicken"}}),
[[<divinerpg:rupee_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:rupee_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<divinerpg:rupee_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:rupee_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:bloodgem_chicken"}}),
[[<divinerpg:bloodgem>,<contenttweaker:resplendent_ingot>,<divinerpg:bloodgem>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<divinerpg:bloodgem>,<contenttweaker:resplendent_ingot>,<divinerpg:bloodgem>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:netherite_chicken"}}),
[[<divinerpg:netherite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:netherite_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<divinerpg:netherite_ingot>,<contenttweaker:resplendent_ingot>,<divinerpg:netherite_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:amethyst_chicken"}}),
[[<aoa3:amethyst>,<contenttweaker:resplendent_ingot>,<aoa3:amethyst>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:amethyst>,<contenttweaker:resplendent_ingot>,<aoa3:amethyst>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:emberstone_chicken"}}),
[[<aoa3:emberstone_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:emberstone_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:emberstone_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:emberstone_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:jade_chicken"}}),
[[<aoa3:jade>,<contenttweaker:resplendent_ingot>,<aoa3:jade>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:jade>,<contenttweaker:resplendent_ingot>,<aoa3:jade>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:limonite_chicken"}}),
[[<aoa3:limonite_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:limonite_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:limonite_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:limonite_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:rosite_chicken"}}),
[[<aoa3:rosite_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:rosite_ingot>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:rosite_ingot>,<contenttweaker:resplendent_ingot>,<aoa3:rosite_ingot>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:runium_chicken"}}),
[[<aoa3:runium_chunk>,<contenttweaker:resplendent_ingot>,<aoa3:runium_chunk>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:runium_chunk>,<contenttweaker:resplendent_ingot>,<aoa3:runium_chunk>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:sapphire_chicken"}}),
[[<aoa3:sapphire>,<contenttweaker:resplendent_ingot>,<aoa3:sapphire>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<aoa3:sapphire>,<contenttweaker:resplendent_ingot>,<aoa3:sapphire>]]);
mods.thaumcraft.Infusion.registerRecipe("mithrilliumegginf", "",
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:mithrillium_chicken"}}), 20,
[<aspect:vitreus>*30, <aspect:metallum>*100,<aspect:potentia>*20,<aspect:alienis>*10,<aspect:praecantatio>*10],
<minecraft:egg>,
[<thaumadditions:mithrillium_block>, <thaumadditions:mithrillium_ingot>,<thaumadditions:mithrillium_ingot>,<thaumadditions:mithrillium_ingot>,<thaumadditions:mithrillium_block>,<thaumadditions:mithrillium_ingot>,<thaumadditions:mithrillium_ingot>,<thaumadditions:mithrillium_ingot>]);
mods.thaumcraft.Infusion.registerRecipe("glitchegginf", "",
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:glitch_chicken"}}), 20,
[<aspect:vitreus>*30, <aspect:metallum>*100,<aspect:potentia>*20,<aspect:alienis>*10,<aspect:praecantatio>*10],
<minecraft:egg>,
[<deepmoblearning:glitch_infused_ingot>, <deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>,<deepmoblearning:glitch_infused_ingot>]);
mods.thaumcraft.Infusion.registerRecipe("amberchickegginf", "",
<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweaker:amber_chicken"}}), 20,
[<aspect:vitreus>*40],
<minecraft:egg>,
[<thaumcraft:amber>, <thaumcraft:amber>,<thaumcraft:amber>,<thaumcraft:amber>,<thaumcraft:amber>,<thaumcraft:amber>,<thaumcraft:amber>,<thaumcraft:amber>]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:pshardchicken"}}),
[[<minecraft:prismarine_shard>,<contenttweaker:resplendent_ingot>,<minecraft:prismarine_shard>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:prismarine_shard>,<contenttweaker:resplendent_ingot>,<minecraft:prismarine_shard>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:stringchicken"}}),
[[<minecraft:string>,<contenttweaker:resplendent_ingot>,<minecraft:string>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:string>,<contenttweaker:resplendent_ingot>,<minecraft:string>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:emeraldchicken"}}),
[[<minecraft:emerald>,<contenttweaker:resplendent_ingot>,<minecraft:emerald>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:emerald>,<contenttweaker:resplendent_ingot>,<minecraft:emerald>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:glasschicken"}}),
[[<minecraft:glass>,<contenttweaker:resplendent_ingot>,<minecraft:glass>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:glass>,<contenttweaker:resplendent_ingot>,<minecraft:glass>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:waterchicken"}}),
[[<chickens:liquid_egg:0>,<contenttweaker:resplendent_ingot>,<chickens:liquid_egg:0>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<chickens:liquid_egg:0>,<contenttweaker:resplendent_ingot>,<chickens:liquid_egg:0>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:slimechicken"}}),
[[<minecraft:slime_ball>,<contenttweaker:resplendent_ingot>,<minecraft:slime_ball>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:slime_ball>,<contenttweaker:resplendent_ingot>,<minecraft:slime_ball>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:pcrystalchicken"}}),
[[<minecraft:prismarine_crystals>,<contenttweaker:resplendent_ingot>,<minecraft:prismarine_crystals>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:prismarine_crystals>,<contenttweaker:resplendent_ingot>,<minecraft:prismarine_crystals>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:gunpowderchicken"}}),
[[<minecraft:gunpowder>,<contenttweaker:resplendent_ingot>,<minecraft:gunpowder>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<minecraft:gunpowder>,<contenttweaker:resplendent_ingot>,<minecraft:gunpowder>]]);
mods.techreborn.rollingMachine.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "chickens:lavachicken"}}),
[[<chickens:liquid_egg:1>,<contenttweaker:resplendent_ingot>,<chickens:liquid_egg:1>],
[<contenttweaker:resplendent_ingot>,<minecraft:egg>,<contenttweaker:resplendent_ingot>],
[<chickens:liquid_egg:1>,<contenttweaker:resplendent_ingot>,<chickens:liquid_egg:1>]]);