Botania Tweaks

Botania Tweaks

3M Downloads

Feature request: Lexicon agglomeration-recipe page-addition tweaker function

nihiltres opened this issue ยท 2 comments

commented

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!

commented

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.

commented

They look like this, by the way:
image

If you add more ingredients, they arc around the multiblock in the center.

Right now it doesn't display the "multiblock replacements" if you use those, and the multiblock center is really obscured and can't be hovered over. I'll see what I can do