The Brew package is used for adding or removing recipes to/from the Botania Brewing Stand.

You can call the Brew package using mods.botania.Brew

To use this Package, you need to know botania's registered Brew Names.
You can find them using /ct botbrews.

ZenScript
Copy
//mods.botania.Brew.addRecipe(IIngredient[] input, String brewName);
mods.botania.Brew.addRecipe([<minecraft:nether_wart>, <minecraft:reeds>, <minecraft:redstone>], "speed");
ZenScript
Copy
//mods.botania.Brew.removeRecipe(String brewName);
mods.botania.Brew.removeRecipe("absorption");