mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-27 03:50:17 +02:00
Dicreased needed light for plants
This commit is contained in:
@ -100,7 +100,7 @@ minetest.register_abm({
|
|||||||
pos.y = pos.y+1
|
pos.y = pos.y+1
|
||||||
|
|
||||||
-- check light
|
-- check light
|
||||||
if minetest.get_node_light(pos) < 13 then return end
|
if minetest.get_node_light(pos) < 11 then return end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user