quat1024 / BotaniaTweaks

small tweaks to botania, such as nerfable mana fluxfields and automatable ender air
Mozilla Public License 2.0
6 stars 7 forks source link

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

Closed nihiltres closed 6 years ago

nihiltres commented 6 years ago

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!

quat1024 commented 6 years ago

Implemented in https://github.com/quat1024/BotaniaTweaks/commit/14f6fe6507b30f4c6a34f8eb12f5b6dec728533b :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.

quat1024 commented 6 years ago

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