More Minecraft-like light levels

This commit is contained in:
Wuzzy 2017-02-01 22:12:08 +01:00
parent bf3af4b0e2
commit b6c603dc23
7 changed files with 13 additions and 6 deletions

View file

@ -85,7 +85,7 @@ minetest.register_node("mcl_furnaces:furnace_active", {
"default_furnace_side.png", "default_furnace_side.png", "default_furnace_front_active.png"},
paramtype2 = "facedir",
is_ground_content = false,
light_source = 12,
light_source = 13,
drop = "mcl_furnaces:furnace",
groups = {cracky=2, not_in_creative_inventory=1},
sounds = mcl_core.node_sound_stone_defaults(),