summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author4Evergreen4 <eljohnson@frontier.com>2013-08-24 12:44:53 -0400
committer4Evergreen4 <eljohnson@frontier.com>2013-08-24 12:44:53 -0400
commitfc0aef3cf5da7d29f6a11e7e3c3353e48e265b1b (patch)
tree2109964afb1aa528aebc77178ddf0b3d01ec65a5
parent3cd1b2e40c54e901782551e0f721ce357ecba800 (diff)
Added wield item texture for dumpsters
-rw-r--r--dumpster.lua2
-rw-r--r--textures/dumpster_wield.pngbin0 -> 4254 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/dumpster.lua b/dumpster.lua
index 5f92670..60a3ca3 100644
--- a/dumpster.lua
+++ b/dumpster.lua
@@ -83,6 +83,8 @@ minetest.register_node("trash_can:dumpster", {
description = "Dumpster",
paramtype = "light",
paramtype2 = "facedir",
+ inventory_image = "dumpster_wield.png",
+ wield_image = "dumpster_wield.png",
tiles = {
"dumpster_top.png",
"dumpster_bottom.png",
diff --git a/textures/dumpster_wield.png b/textures/dumpster_wield.png
new file mode 100644
index 0000000..e87c6b4
--- /dev/null
+++ b/textures/dumpster_wield.png
Binary files differ