summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/deaddroppable.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/items/deaddroppable.lua')
-rw-r--r--gamemode/itemsystem/items/deaddroppable.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/gamemode/itemsystem/items/deaddroppable.lua b/gamemode/itemsystem/items/deaddroppable.lua
index 9da0359..12bec62 100644
--- a/gamemode/itemsystem/items/deaddroppable.lua
+++ b/gamemode/itemsystem/items/deaddroppable.lua
@@ -11,9 +11,10 @@ local tbl = {
{"Batteries","It holds a charge!","test.png"},
{"Cedar","You can identify that this is wood.","items/wood_cedar.png"},
{"Charcoal","Bits of burnt wood.","test.png"},
+ {"Concrete","Block of concrete.","items/concrete.png"},
{"Copper","Lowest tier ingot","items/ingot_copper.png"},
{"Copper Ore","Something you can craft with!","items/ore_copper.png"},
- {"Dough","Something you can craft with!","test.png"},
+ {"Dough","Something you can craft with!","items/dough.png"},
{"Dust","Ever wondered what would happen if sand got smaller?","test.png"},
{"Earth Rune","A stone that's heavier than it looks.","test.png"},
{"Elm","You can identify that this is wood.","items/wood_elm.png"},
@@ -38,6 +39,7 @@ local tbl = {
{"Platinum Ore","Something you can craft with!","items/ore_platinum.png"},
{"Pure Mithril","Something you can craft with!","items/ingot_puremithril.png"},
{"Resin","Something you can craft with!","test.png"},
+ {"Rope","Something you can craft with!","items/rope.png"},
{"Salmon","Something you can craft with!","test.png"},
{"Sand","How in the world are you holding this stuff?","test.png"},
{"Shark","Something you can craft with!","test.png"},