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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)