make windowpanes walkable/solid

This commit is contained in:
Vanessa Ezekowitz 2014-07-07 13:57:32 -04:00
parent 0b50f0f588
commit 96f3f8fc15
1 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ minetest.register_node("homedecor:window_quartered", {
paramtype = "light",
paramtype2 = "facedir",
use_texture_alpha = true,
walkable = false,
is_ground_content = true,
groups = {crumbly=3},
drawtype = "nodebox",
@ -53,7 +52,6 @@ minetest.register_node("homedecor:window_plain", {
paramtype = "light",
paramtype2 = "facedir",
use_texture_alpha = true,
walkable = false,
is_ground_content = true,
groups = {crumbly=3},
drawtype = "nodebox",