Skip to content

Stackable Item Generator

Create items that can be stacked together to save space, like currency, resources, or scraps.


Overview

Use this tool to generate the Lua structure for your custom stackable item. Once generated, the code should be placed in a new file within your schema's items directory.

Recommended Placement:

garrysmod/gamemodes/[schema folder]/schema/items/[item_id].lua

Unique identifier for this item (no spaces, lowercase)
3D model path for the stackable item
Inventory width
Inventory height
Highest stack count

Generated Code