From 96d392e6edb6f9502713dfc79996f600c9c63f75 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 1 May 2016 11:32:16 -0400 Subject: Fixed production from copper furnace, added sulpher and iron resources --- gamemode/itemsystem/items/iron.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gamemode/itemsystem/items/iron.lua (limited to 'gamemode/itemsystem/items/iron.lua') diff --git a/gamemode/itemsystem/items/iron.lua b/gamemode/itemsystem/items/iron.lua new file mode 100644 index 0000000..0cf2e5d --- /dev/null +++ b/gamemode/itemsystem/items/iron.lua @@ -0,0 +1,10 @@ +ITEM = {} + +ITEM.Name = "Iron" +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