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

@ -21,6 +21,7 @@ minetest.register_node("mesecons_lightstone:lightstone_on", {
groups = {handy=1, not_in_creative_inventory=1, mesecon = 2},
drop = "node mesecons_lightstone:lightstone_off",
is_ground_content = false,
paramtype = "light",
-- Real light level: 15 (Minetest caps at 14)
light_source = 14,
sounds = mcl_sounds.node_sound_stone_defaults(),