Set transparency rules for many blocks
This commit is contained in:
parent
4002fe123c
commit
bb0123c789
8 changed files with 18 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue