Use minetest.LIGHT_MAX
This commit is contained in:
parent
f4888a42a9
commit
101c9b7322
10 changed files with 17 additions and 23 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue