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
1 changed files with 1 additions and 1 deletions

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