diff options
Diffstat (limited to 'castle_tapestries')
-rw-r--r-- | castle_tapestries/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/castle_tapestries/init.lua b/castle_tapestries/init.lua index 437511e..c4e5983 100644 --- a/castle_tapestries/init.lua +++ b/castle_tapestries/init.lua @@ -69,6 +69,7 @@ minetest.register_node("castle_tapestries:tapestry", { paramtype = "light", paramtype2 = "colorwallmounted", palette = "unifieddyes_palette_colorwallmounted.png", + walkable = false, selection_box = { type = "wallmounted", wall_side = {-0.5,-0.5,0.4375,0.5,1.5,0.5}, @@ -102,6 +103,7 @@ minetest.register_node("castle_tapestries:tapestry_long", { paramtype = "light", paramtype2 = "colorwallmounted", palette = "unifieddyes_palette_colorwallmounted.png", + walkable = false, selection_box = { type = "wallmounted", wall_side = {-0.5,-0.5,0.4375,0.5,2.5,0.5}, @@ -135,6 +137,7 @@ minetest.register_node("castle_tapestries:tapestry_very_long", { paramtype = "light", paramtype2 = "colorwallmounted", palette = "unifieddyes_palette_colorwallmounted.png", + walkable = false, selection_box = { type = "wallmounted", wall_side = {-0.5,-0.5,0.4375,0.5,3.5,0.5}, |