Skip to content

Stackable Item Generator

Create items that stack together, such as currency-like objects, crafting resources, scraps, ammo bundles, or supplies. Stackable items are ideal for economies where quantity matters more than unique item state.

Output Location:

garrysmod/gamemodes/[schema folder]/schema/definitions/sh_items.lua
Unique identifier for this item (no spaces, lowercase)
3D model path for the stackable item
Inventory width
Inventory height
Highest quantity allowed in one stack
Controls the base `canSplit` field

Generated Code