summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/mithirilore.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/items/mithirilore.lua')
-rw-r--r--gamemode/itemsystem/items/mithirilore.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/gamemode/itemsystem/items/mithirilore.lua b/gamemode/itemsystem/items/mithirilore.lua
new file mode 100644
index 0000000..da3dea8
--- /dev/null
+++ b/gamemode/itemsystem/items/mithirilore.lua
@@ -0,0 +1,10 @@
+ITEM = {}
+
+ITEM.Name = "Mithril Ore"
+ITEM.Description = "Something you can craft with!"
+ITEM.Icon = "test.png"
+ITEM.UniqueData = false
+
+genericMakeDroppable(ITEM)
+
+GMS.RegisterResource(ITEM)