summaryrefslogtreecommitdiff
path: root/castle_tapestries
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-27 08:33:49 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-27 08:33:49 -0400
commit48bad2ca76a5ec46ebd8c363f2c5a0cfc08f06ba (patch)
tree135ef223aa64bf39db89e8474559d47cca1261a6 /castle_tapestries
parent97f7566fa47b4dba67d40ae05ede7936a5c8553a (diff)
downloaddreambuilder_modpack-48bad2ca76a5ec46ebd8c363f2c5a0cfc08f06ba.tar
dreambuilder_modpack-48bad2ca76a5ec46ebd8c363f2c5a0cfc08f06ba.tar.gz
dreambuilder_modpack-48bad2ca76a5ec46ebd8c363f2c5a0cfc08f06ba.tar.bz2
dreambuilder_modpack-48bad2ca76a5ec46ebd8c363f2c5a0cfc08f06ba.tar.xz
dreambuilder_modpack-48bad2ca76a5ec46ebd8c363f2c5a0cfc08f06ba.zip
update castles, boost_cart, and moreores.
Diffstat (limited to 'castle_tapestries')
-rw-r--r--castle_tapestries/init.lua3
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},