From 48bad2ca76a5ec46ebd8c363f2c5a0cfc08f06ba Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 27 Mar 2017 08:33:49 -0400 Subject: update castles, boost_cart, and moreores. --- castle_tapestries/init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'castle_tapestries') 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}, -- cgit v1.2.3