# - Anointing Paste
vanilla.seeds.removeSeed(<witchery:seedsmandrake>);
vanilla.seeds.removeSeed(<witchery:seedsbelladonna>);
vanilla.seeds.removeSeed(<witchery:seedssnowbell>);
mods.agricraft.SeedMutation.add(<witchery:seedsmandrake>, <minecraft:wheat_seeds>, <witchery:seedsartichoke>);
mods.agricraft.SeedMutation.add(<witchery:seedsbelladonna>, <witchery:seedsmandrake>, <witchery:seedsartichoke>);
mods.agricraft.SeedMutation.add(<witchery:seedssnowbell>, <witchery:seedsmandrake>, <witchery:seedsbelladonna>);
recipes.remove(<witchery:ingredient:153>);
recipes.addShaped(
<witchery:ingredient:153>, [
[<witchery:seedsartichoke>, <ore:manaPetalCyan>, <witchery:seedsmandrake>],
[<ore:manaPetalCyan>, <minecraft:potion>, <ore:manaPetalCyan>],
[<witchery:seedsbelladonna>, <ore:manaPetalCyan>, <witchery:seedssnowbell>]]);