💊Stackable Potions Effects⬆️
📖Mod Introduction📖
When the same potion is consumed or applied again on a creature (including yourself), the effect of the potion will be stacked in level, rather than simply refreshing the duration as in vanilla.
Example: When you have the Strength I effect, drinking another Strength Potion will directly upgrade to Strength II, and another drink will upgrade to Strength III, and so on. The accumulated effects are stronger, but will not exceed the set maximum level cap.
This is very suitable for weapons that have an attack with a potion effect.Moreover, players can easily customize which effects can be stacked and which effects can only be stacked up to a maximum number of layers.
⚙️Mod Config⚙️
#Example: (minecraft:strength,5) means strength may stack up to level V.stackable_effects = ["(effect_id,max_stack_level)","(minecraft:strength,5)", "(minecraft:slowness,4)"]

