Botaniahas built in mod support! You don't need any other mods for this to work!
Botania Pure Daisy
The Pure Daisy is a type of IRecipeManager and implements all the methods that are available to IRecipeManager's, such as removeRecipe()
and removeAll()
.
Methods
Add Recipe with BlockState input
The following script will add a recipe to the Pure Daisy that will convert a Gold Block to a Diamond Block and will take 20 ticks to convert.
Add Recipe with Block[] input
The following script will add a recipe to the Pure Daisy that will convert a Stone Block or a Cobblestone Block to an Iron Block and will take 20 ticks to convert.
Add Recipe with BlockTag input
The following script will add a recipe to the Pure Daisy that will convert any Block in the minecraft:wool
BlockTag to a Lapis Lazuli Block and will take 20 ticks to convert.
Remove Recipes
The following script will remove all Pure Daisy recipes that convert blocks into Living Rock