Description
This Mod is a port of Potion Fingers which was created by Vazkii
Original Mod : https://www.curseforge.com/minecraft/mc-mods/potion-fingers
I really liked it but I found it a pity that there is no update/port to the new version of Minecraft, so I recreated this version.
Version Forge/NeoForge require [Curios](https://modrinth.com/mod/curios) in dependency and Fabric require [Trinkets](https://modrinth.com/mod/trinkets).
**Rings**

**Stackable Effect**



**Crafts**



**Customs Rings**
In Potion Ring Reforged 2.0, you have possibility to create custom ring with modded effect.
Check the wiki for create custom ring : https://github.com/Samlegamer/PotionRingReforged/wiki/How-to-create-a-custom-ring

**Compat Integration with [Size Shifting Potions](https://modrinth.com/mod/sizeshiftingpotions)**

Curios (Forge/Neoforge) : https://modrinth.com/mod/curios
Trinkets (Fabric) : https://modrinth.com/mod/trinkets
Craft Tweaker:
There are no more tags for the rings, they are all independent items now.
A small example:
```
craftingTable.addShaped("mycustomrecipe", , [
[, , ],
[, , ],
[, , ]]);
```