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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)