Update light levels
This commit is contained in:
parent
9dfc64b383
commit
526bbba68a
8 changed files with 9 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue