Potion Rings - Reforged: Rings with Potion Effects
Potion Rings - Reforged is a modern adaptation of the popular Potion Fingers mod by Vazkii, created to work with current versions of Minecraft.
The developer decided to revive this concept since the original mod was no longer updated and didn't support newer game versions. Now players can enjoy the functionality of rings with potion effects in modern builds.
Mod Features
The main idea of the mod is creating special rings that, when worn, constantly activate various potion effects. This allows players to receive permanent bonuses without constantly drinking potions.
Rings with Effects

Stackable Effects

Crafting Recipes

Custom Rings
In version 2.0, the ability to create custom rings with effects from other mods was added. This opens up endless possibilities for customizing gameplay.
Detailed documentation with instructions is available for creating custom rings.

Compatibility
The mod integrates with Size Shifting Potions, expanding the functionality of both addons.

Additional dependencies are required depending on the loader used:
- For Forge/NeoForge, the Curios mod is required
- For Fabric, Trinkets is required
Craft Tweaker Configuration
All rings are now independent items without using tags. Example recipe configuration:
craftingTable.addShaped("mycustomrecipe", <item:potionring:ring_of_regeneration>, [
[<item:minecraft:nether_star>, <item:minecraft:ghast_tear>, <item:minecraft:air>],
[<item:minecraft:ghast_tear>, <item:potionring:potion_ring>, <item:minecraft:ghast_tear>],
[<item:minecraft:air>, <item:minecraft:ghast_tear>, <item:minecraft:air>]]);