From 052d3aad1a4b3e13a6c4f50095fdc9803701c857 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 30 Apr 2016 22:11:53 -0400 Subject: Added combinations tab to the q menu --- gamemode/itemsystem/items/sprout.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'gamemode/itemsystem/items/sprout.lua') diff --git a/gamemode/itemsystem/items/sprout.lua b/gamemode/itemsystem/items/sprout.lua index 218ff2c..93d5646 100644 --- a/gamemode/itemsystem/items/sprout.lua +++ b/gamemode/itemsystem/items/sprout.lua @@ -1 +1,10 @@ -print("Hello from sprout.lua!") +ITEM = {} + +ITEM.Name = "Sprouts" +ITEM.Description = "Something you can craft with!" +ITEM.Icon = "test.png" +ITEM.UniqueData = false + +genericMakeDroppable(ITEM) + +GMS.RegisterResource(ITEM) -- cgit v1.2.3-70-g09d2