--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)