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