summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/platinum.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-01 11:42:43 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-01 11:42:43 -0400
commit489fca6e8e514e5061e82a3b4d299410ea978f34 (patch)
tree36a225a0ebb805dc7f0db947e46aaac0d71286a2 /gamemode/itemsystem/items/platinum.lua
parenta1a02f08a06e8d150099a483a2a4e1844364ac5a (diff)
downloadgmstranded-489fca6e8e514e5061e82a3b4d299410ea978f34.tar.gz
gmstranded-489fca6e8e514e5061e82a3b4d299410ea978f34.tar.bz2
gmstranded-489fca6e8e514e5061e82a3b4d299410ea978f34.zip
Fixed recepies for platinum furnace, added elm, platinum, and pure mithril resources
Diffstat (limited to 'gamemode/itemsystem/items/platinum.lua')
-rw-r--r--gamemode/itemsystem/items/platinum.lua10
1 files changed, 10 insertions, 0 deletions
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)