mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Dicreased needed light for plants
This commit is contained in:
parent
354b82d78b
commit
5f9d3c54bd
@ -100,7 +100,7 @@ minetest.register_abm({
|
||||
pos.y = pos.y+1
|
||||
|
||||
-- check light
|
||||
if minetest.get_node_light(pos) < 13 then return end
|
||||
if minetest.get_node_light(pos) < 11 then return end
|
||||
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user