1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-08 11:00:25 +02:00

remove 'group:flora' from poisonivy avoid list

This commit is contained in:
Niklp09
2023-07-15 13:30:17 +02:00
parent 8436780d59
commit ef782ea5e1

View File

@ -93,7 +93,7 @@ minetest.register_abm({
return
end
if minetest.find_node_near(p_top, 10 + math.random(-1.5,2), {"group:poisonivy", "group:flower", "group:flora"}) then
if minetest.find_node_near(p_top, 10 + math.random(-1.5,2), {"group:poisonivy", "group:flower"}) then
return -- Nodes to avoid are nearby
end