From 54ae31845dd38a0211f4d6ad667a14c046221b0b Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Thu, 26 Jun 2025 06:52:16 +0100 Subject: [PATCH] increase scarecrow weed protection to 8 blocks --- init.lua | 2 +- soil.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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