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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)