> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markz3d.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a new liquid

<Steps>
  <Step title="Open the `config.lua`" />

  <Step title="Scroll down to the section labeled `Config.Liquids`." />

  <Step title="Now, you can create a new liquid.">
    Following this format:

    ```lua theme={null}
    ["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.*

    <Note>You need to register the item in your inventory for it to work.</Note>
  </Step>
</Steps>
