1
0
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:
LeMagnesium 2015-03-26 20:07:44 +01:00
parent 354b82d78b
commit 5f9d3c54bd

View File

@ -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