forked from nalc/homedecor_modpack
make windowpanes walkable/solid
This commit is contained in:
parent
0b50f0f588
commit
96f3f8fc15
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user