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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)