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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)