Set transparency rules for many blocks

This commit is contained in:
Wuzzy 2017-06-13 14:46:21 +02:00
parent 4002fe123c
commit bb0123c789
8 changed files with 18 additions and 0 deletions

View file

@ -13,6 +13,8 @@ minetest.register_node("mcl_nether:glowstone", {
{items = {'mcl_nether:glowstone_dust 2'}},
}
},
paramtype = "light",
sunlight_propagates = true,
-- Real light level: 15 (but Minetest caps at 14)
light_source = 14,
sounds = mcl_sounds.node_sound_glass_defaults(),