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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)