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

@ -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)