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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)