From bf7d08eb9d46d52ddf72792c9ec8a988388c8747 Mon Sep 17 00:00:00 2001 From: Eliy21 Date: Tue, 14 Nov 2023 15:40:00 +0000 Subject: [PATCH] Buff hand range a bit until someone makes a proper separation of attack reach and dig/place reach I've been testing to see if adding a bit more hand reach won't upset the combat balance too much and it turns out even with this PR Mineclone's knockback is still a little bit weaker than Minecraft so there's a bit more wiggle room for adding hand reach I suppose. Still not ideal though as it leads to some lopsided situations in mob combat so someone still needs to fix this and make the attack reach to 3 while dig/place to 4.5 --- settingtypes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settingtypes.txt b/settingtypes.txt index 3e4a604bf..a67426966 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -82,8 +82,8 @@ mcl_craftguide_progressive_mode (Learn crafting recipes progressively) bool true mcl_enable_skin_customization (Enable player skin customization) bool true # How far the player hand can reach -# Default:3.5 -mcl_hand_range (Hand range) float 3.5 1 128 +# Default:4 +mcl_hand_range (Hand range) float 4 1 128 # How far the player hand can reach in creative mode # Default:10