diff options
author | Tim <idn.inbox@yahoo.com> | 2013-11-19 15:21:46 +0100 |
---|---|---|
committer | Tim <idn.inbox@yahoo.com> | 2013-11-19 15:22:46 +0100 |
commit | 48eb417ef61bf0a18313231893487d580d2033db (patch) | |
tree | 2bee6d1aabe1d912402850c930d735fe49588b40 | |
parent | 242874cbff76e30f342fd689efa76be898f52cfc (diff) |
fix texture orientation on shared chests
-rw-r--r-- | chest.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(), |