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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)