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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)