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:
parent
f5057845fe
commit
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user