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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)