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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)