Make the connecting of framed glass optional.

master
Oscar 2017-10-04 18:47:23 +02:00 committed by GitHub
parent 3f926a2c2e
commit 777a44e1c7
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ minetest.register_node("decoblocks:bone_pillar", {
minetest.register_node("decoblocks:framed_glass", {
description = "Glass With Wooden Frame",
drawtype = "glasslike_framed",
drawtype = "glasslike_framed_optional",
tiles = {"decoblocks_framed_glass.png", "decoblocks_framed_glass_detail.png"},
paramtype = "light",
sunlight_propagates = true,