Potion Bracket Handler

Link to potion-bracket-handler

The Potion Bracket Handler gives you access to the Potions in the game. It is only possible to get Potions registered in the game, so adding or removing mods may cause issues if you reference the mod's Potions in a Potion Bracket Handler.

Potions are referenced in the Potion Bracket Handler like so:

ZenScript
Copy
<potion:modname:potionname>

<potion:minecraft:strength>

If the Potion is found, this will return an IPotion Object. Please refer to the respective Wiki entry for further information on what you can do with these.

Getting all Registered Potions

Link to getting-all-registered-potions

You can use the following command to output all registered Potions to the CraftTweaker log

Copy
/ct potions
/crafttweaker potions