summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/dough.lua
blob: 9ca67c93d45777712f9ce43217d24c3ef9f0d07c (plain)
1
2
3
4
5
6
7
8
9
10
ITEM = {}

ITEM.Name = "Dough"
ITEM.Description = "Something you can craft with!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)