mcl_stackpotions
Provides a stackable potion (just place a normal potion in the crafting table to get a stacked version)
MineClone Only.
How it works
Basically I've overloaded the default mcl_potions.register_potion so it takes my setting for max stack size. (This is done as a independent function separate from mcl_potions, I also added a custom convert function which takes potions and makes the stacked equal, no reverse conversion as stackable and non-stackable is a conflict)
This basically means I need to keep updating the mod of any new mcl_potion updates. (currently will be done manually)
really good mod for potion makers
I am really gonna recommend this mod for players like me who struggle for storage and use potions in huge amount, thanks for creating this mod