Set transparency rules for many blocks
This commit is contained in:
parent
4002fe123c
commit
bb0123c789
8 changed files with 18 additions and 0 deletions
|
@ -334,6 +334,7 @@ minetest.register_node("mcl_furnaces:furnace_active", {
|
|||
"default_furnace_side.png", "default_furnace_front_active.png",
|
||||
},
|
||||
paramtype2 = "facedir",
|
||||
paramtype = "light",
|
||||
light_source = 13,
|
||||
drop = "mcl_furnaces:furnace",
|
||||
groups = {pickaxey=1, container=4, deco_block=1, not_in_creative_inventory=1, material_stone=1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue