1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 15:10:46 +02:00

Merge branch 'master' of https://github.com/D00Med/scifi_nodes into grossam-features

This commit is contained in:
2019-08-13 06:49:44 +02:00
8 changed files with 79 additions and 30 deletions

View File

@ -848,7 +848,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"
},