mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 16:30:19 +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_"
|
if plant == "farming:cocoa_"
|
||||||
and minetest.find_node_near(pos, 1, {"default:jungletree", "moretrees:jungletree_leaves_green"}) then
|
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
|
else
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user