summaryrefslogtreecommitdiff
path: root/dumpster.lua
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 /dumpster.lua
parent3cd1b2e40c54e901782551e0f721ce357ecba800 (diff)
Added wield item texture for dumpsters
Diffstat (limited to 'dumpster.lua')
-rw-r--r--dumpster.lua2
1 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",