removed glass edge, added in commit fd9362bbc1
This commit is contained in:
parent
1f920875a6
commit
048616b0b3
|
@ -681,7 +681,7 @@ minetest.register_node(
|
||||||
{
|
{
|
||||||
description = "Glass",
|
description = "Glass",
|
||||||
drawtype = "glasslike_framed_optional",
|
drawtype = "glasslike_framed_optional",
|
||||||
tiles ={"default_glass_frame.png", "default_glass.png^default_glass_frame.png"},
|
tiles ={"default_glass_frame.png", "default_glass.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=2},
|
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=2},
|
||||||
|
|
Loading…
Reference in New Issue