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

@ -18,7 +18,7 @@ minetest.register_node("torches:torch", {
sunlight_propagates = true,
walkable = false,
liquids_pointable = false,
light_source = 13,
light_source = 14,
groups = {choppy=2, dig_immediate=3, attached_node=1, torch=1, dig_by_water=1, deco_block=1},
drop = "torches:torch",
selection_box = {
@ -77,7 +77,7 @@ minetest.register_node("torches:torch_wall", {
paramtype2 = "wallmounted",
sunlight_propagates = true,
walkable = false,
light_source = 13,
light_source = 14,
groups = {choppy=2, dig_immediate=3, not_in_creative_inventory=1, attached_node=1, torch=1, dig_by_water=1},
drop = "torches:torch",
selection_box = {