
Feature request: Lexicon agglomeration-recipe page-addition tweaker function
nihiltres opened this issue ยท 2 comments
Would you please add a tweaker function to add agglomeration recipe pages to the Lexica Botanica, like the functions added by ModTweaker? I'd like to make sure all recipes are well-documented in my pack.
Thanks so much for the mod as-is!
Implemented in 14f6fe6 :D
Use it like this:
mods.botaniatweaks.AgglomerationPage.add("SomeUnlocalizedName", "botania.entry.someEntry", <an int page number>, <an AgglomerationRecipe object>);
The other format with the bajillion parameters can be used instead. I'll document it better on the wiki.