Botania Apothecary recipes
goosezilla opened this issue ยท 5 comments
removing 1 recipe removes all
mods.botania.Apothecary.removeRecipe("endoflame");
will remove all "special flower" recipes, tried with NBT too
tried the above and also
mods.botania.Apothecary.removeRecipe(botania:specialFlower.withTag({type: "endoflame"});
both remove all apothecary recipes
mods.botania.Apothecary.removeRecipe(botania:specialFlower.onlyWithTag({type: "endoflame"}));
thats giving me an error saying it expected ")"