diff --git a/init.lua b/init.lua index a7d4139..eb58b76 100644 --- a/init.lua +++ b/init.lua @@ -12,7 +12,7 @@ local S = core.get_translator("farming") farming = { mod = "redo", - version = "20250504", + version = "20250626", path = core.get_modpath("farming"), select = {type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5}}, select_final = {type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, -2.5/16, 0.5}}, diff --git a/soil.lua b/soil.lua index 651d484..c7dc314 100644 --- a/soil.lua +++ b/soil.lua @@ -208,7 +208,7 @@ if core.settings:get_bool("farming_disable_weeds") ~= true then action = function(pos, node) - if core.find_node_near(pos, 4, {"farming:scarecrow_bottom"}) then + if core.find_node_near(pos, 8, {"farming:scarecrow_bottom"}) then return end