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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)