1
0
зеркало из https://github.com/sys4-fr/server-nalc.git synced 2025-10-17 16:15:24 +02:00

Commiting 1 line for new farming

- Farming redo -> faming : 11 light needed for wheat
Этот коммит содержится в:
LeMagnesium
2014-10-30 23:50:54 +01:00
родитель f5057845fe
Коммит 593e3228be

Просмотреть файл

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