summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim <idn.inbox@yahoo.com>2013-11-19 15:21:46 +0100
committerTim <idn.inbox@yahoo.com>2013-11-19 15:22:46 +0100
commit48eb417ef61bf0a18313231893487d580d2033db (patch)
tree2bee6d1aabe1d912402850c930d735fe49588b40
parent242874cbff76e30f342fd689efa76be898f52cfc (diff)
fix texture orientation on shared chests
-rw-r--r--chest.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/chest.lua b/chest.lua
index 8746355..07bf186 100644
--- a/chest.lua
+++ b/chest.lua
@@ -4,6 +4,7 @@ minetest.register_node("landrush:shared_chest", {
description = "Land Rush Shared Chest",
tiles = {"landrush_shared_chest_top.png", "landrush_shared_chest_top.png", "landrush_shared_chest_side.png", "landrush_shared_chest_side.png", "landrush_shared_chest_side.png", "landrush_shared_chest_front.png"},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,tubedevice=1,tubedevice_receiver=1},
+ paramtype2 = "facedir",
legacy_facedir_simple = true,
sounds = default.node_sound_wood_defaults(),