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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)