Liquid Bracket Handler

Link to liquid-bracket-handler

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

Liquids are referenced in the Liquid Bracket Handler by like so:

ZenScript
Copy
<liquid:liquidname> OR <fluid:liquidname>

<liquid:lava> OR <fluid:lava>

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

Getting all Registered liquids

Link to getting-all-registered-liquids

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

Copy
/ct liquids
/crafttweaker liquids