Update light levels

This commit is contained in:
Wuzzy 2017-01-04 10:11:35 +01:00
parent 9dfc64b383
commit 526bbba68a
8 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,7 @@ minetest.register_node("mesecons_lightstone:lightstone_on", {
inventory_image = minetest.inventorycube("jeija_lightstone_gray_off.png"),
groups = {cracky=2,not_in_creative_inventory=1, mesecon = 2},
drop = "node mesecons_lightstone:lightstone_off",
light_source = LIGHT_MAX,
light_source = 14,
sounds = default.node_sound_stone_defaults(),
mesecons = {effector = {
action_off = function (pos, node)