Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
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 in dependency and Fabric require 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
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", <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>]]);