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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)