Creating a new liquid

1

Open the config.lua

2

Scroll down to the section labeled Config.Liquids.

3

Now, you can create a new liquid.

Following this format:

["item-name"] = {
    puffs  = 10 -- The number of puffs that the liquid will last
}

item-name refers to the name of the item that will function as a liquid. puffs represents the number of puffs the liquid.

Last updated

Was this helpful?