From 489fca6e8e514e5061e82a3b4d299410ea978f34 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 1 May 2016 11:42:43 -0400 Subject: Fixed recepies for platinum furnace, added elm, platinum, and pure mithril resources --- gamemode/itemsystem/items/platinum.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gamemode/itemsystem/items/platinum.lua (limited to 'gamemode/itemsystem/items/platinum.lua') diff --git a/gamemode/itemsystem/items/platinum.lua b/gamemode/itemsystem/items/platinum.lua new file mode 100644 index 0000000..b6c8985 --- /dev/null +++ b/gamemode/itemsystem/items/platinum.lua @@ -0,0 +1,10 @@ +ITEM = {} + +ITEM.Name = "Platinum" +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