mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 07:50:29 +01:00
Reverted removed modification
This commit is contained in:
parent
35a6597207
commit
2f7f6711af
|
@ -90,7 +90,7 @@ minetest.register_abm({
|
|||
if plant == "farming:cocoa_"
|
||||
and minetest.find_node_near(pos, 1, {"default:jungletree", "moretrees:jungletree_leaves_green"}) then
|
||||
|
||||
if minetest.get_node_light(pos) < 13 then return end
|
||||
if minetest.get_node_light(pos) <= 11 then return end
|
||||
|
||||
else
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user