From a1a02f08a06e8d150099a483a2a4e1844364ac5a Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 1 May 2016 11:36:27 -0400 Subject: Fixed production from iron furnace, created sand, glass, and charcoal --- gamemode/itemsystem/items/charcoal.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gamemode/itemsystem/items/charcoal.lua (limited to 'gamemode/itemsystem/items/charcoal.lua') diff --git a/gamemode/itemsystem/items/charcoal.lua b/gamemode/itemsystem/items/charcoal.lua new file mode 100644 index 0000000..a580582 --- /dev/null +++ b/gamemode/itemsystem/items/charcoal.lua @@ -0,0 +1,10 @@ +ITEM = {} + +ITEM.Name = "Charcoal" +ITEM.Description = "Bits of burnt wood." +ITEM.Icon = "test.png" +ITEM.UniqueData = false + +genericMakeDroppable(ITEM) + +GMS.RegisterResource(ITEM) -- cgit v1.2.3-70-g09d2