Improve light level a little

Este commit está contenido en:
Jeija
2012-08-10 11:31:01 +02:00
padre 2fe312618c
commit ca7bd1f24f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

@@ -43,7 +43,7 @@ minetest.register_node("mesecons_walllever:wall_lever_on", {
paramtype = "light",
paramtype2 = "facedir",
walkable = false,
light_source = LIGHT_MAX-9,
light_source = LIGHT_MAX-7,
selection_box = {
type = "fixed",
fixed = { -8/16, -8/16, 3/16, 8/16, 8/16, 8/16 },