1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 01:30:38 +01:00

Commiting 1 line for new farming

- Farming redo -> faming : 11 light needed for wheat
This commit is contained in:
LeMagnesium 2014-10-30 23:50:54 +01:00
parent f5057845fe
commit 593e3228be

View File

@ -97,7 +97,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