Merge pull request #15 from coil0/glass-sunlight

Allow sunlight under dark glass
This commit is contained in:
D00Med 2019-07-26 06:57:59 +10:00 committed by GitHub
commit dc2943dd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"
},