summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/sprout.lua
blob: 9b8714bbd50c8375ef1ca577d1f6b145f582c0da (plain)
1
2
3
4
5
6
7
8
9
10
11
--TODO:Make this plantable
ITEM = {}

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)