From 16d8ccece1d6166891aae83304b30e062ed17573 Mon Sep 17 00:00:00 2001 From: Eliy21 Date: Sun, 19 Nov 2023 10:33:09 +0000 Subject: [PATCH] Return hand reach to default since attack reach on mobs has been implemented --- mods/PLAYER/mcl_meshhand/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/PLAYER/mcl_meshhand/init.lua b/mods/PLAYER/mcl_meshhand/init.lua index 5724c3608..c42ff8081 100644 --- a/mods/PLAYER/mcl_meshhand/init.lua +++ b/mods/PLAYER/mcl_meshhand/init.lua @@ -39,7 +39,7 @@ local node_def = { shearsy_wool = { speed = 1, level = 0, uses = 0 }, shearsy_cobweb = { speed = 1, level = 0, uses = 0 }, }, - range = tonumber(minetest.settings:get("mcl_hand_range")) or 4 + range = tonumber(minetest.settings:get("mcl_hand_range")) or 4.5 } -- This is for _mcl_autogroup to know about the survival hand tool capabilites