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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)