Use minetest.LIGHT_MAX

This commit is contained in:
Wuzzy 2019-12-14 18:57:17 +01:00
parent f4888a42a9
commit 101c9b7322
10 changed files with 17 additions and 23 deletions

View file

@ -66,9 +66,9 @@ minetest.register_node("mcl_end:end_rod", {
is_ground_content = false,
paramtype = "light",
paramtype2 = "facedir",
light_source = 14,
light_source = minetest.LIGHT_MAX,
sunlight_propagates = true,
groups = { dig_immediate=3, deco_block=1, destroy_by_lava_flow=1, },
groups = { dig_immediate=3, deco_block=1, destroy_by_lava_flow=1, falling_node=1 },
node_box = {
type = "fixed",
fixed = {