Set transparency rules for many blocks
This commit is contained in:
parent
4002fe123c
commit
bb0123c789
8 changed files with 18 additions and 0 deletions
|
@ -599,6 +599,8 @@ for color, desc in pairs(boxtypes) do
|
|||
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||
stack_max = 1,
|
||||
drop = "",
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
paramtype2 = "facedir",
|
||||
on_place = minetest.rotate_node,
|
||||
on_construct = function(pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue