1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2024-12-22 16:10:18 +01:00

Allow sunlight under dark glass

This commit is contained in:
coil 2019-07-24 23:30:02 -04:00
parent 950cc3699c
commit 398daf5d79

View File

@ -822,7 +822,7 @@ minetest.register_node("scifi_nodes:blumetstr", {
minetest.register_node("scifi_nodes:glass", {
description = "dark glass",
drawtype = "glasslike",
sunlight_propagates = false,
sunlight_propagates = true,
tiles = {
"scifi_nodes_glass.png"
},