#Name: Witchery.zs #Author: Feed the Beast print("Initializing 'Witchery.zs'..."); # - Witchery Ingridents # -- Broooooom recipes.remove(); recipes.addShaped(, [[null, ], [null, ], [, , ]]); # -- Attuned Stone recipes.remove(); recipes.addShaped(, [[],[],[]]); # -- Waystone recipes.remove(); mods.botania.ManaInfusion.addInfusion(*4, , 1500); # -- Fume Filter recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); # -- Quartz Sphere recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); # -- Null Catalyst recipes.remove(); mods.thaumcraft.Crucible.addRecipe("RESEARCH", , , "ordo 8, praecantatio 8, mortuus 8, alienis 8"); mods.bloodmagic.Alchemy.addRecipe(*2, [, , , ], 4, 2500); # -- Pentacle recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); # - General # -- Altar recipes.remove(); recipes.addShaped(*2, [[, , ], [, , ], [, , ]]); # -- Arthana recipes.remove(); recipes.addShaped(, [[null, , null], [, , ], [null, ]]); # -- Circle Talisman recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); # -- Candelabra recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [null, ]]); # -- Deviner recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); # -- Distillery recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); # -- Earmuffs recipes.remove(); recipes.addShaped(, [[, , ], [, null, ], [, null, ]]); # -- Kettle recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [null, ]]); # -- Taglock Kits recipes.remove(); recipes.addShaped(, [[, ], [, ]]); # -- Poppet Shelf Compass recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); # -- Witches Oven recipes.remove(); recipes.addShaped(, [[null, ], [, , ], [, , ]]); # -- Wolf's Altar recipes.remove(); recipes.addShaped(, [[null, ], [, , ], [, , ]]); # -- Tool Forge - I'm a sneaky snowman, hehe >:) recipes.addShaped(, [[, , ], [, , ], [, null, ]]); # - Anointing Paste vanilla.seeds.removeSeed(); vanilla.seeds.removeSeed(); vanilla.seeds.removeSeed(); mods.agricraft.SeedMutation.add(, , ); mods.agricraft.SeedMutation.add(, , ); mods.agricraft.SeedMutation.add(, , ); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'Witchery.zs'");