OldCombatMechanics

OldCombatMechanics

46.1k Downloads

Make crouching hitbox change configurable

sethwheway opened this issue ยท 3 comments

commented

Problem

As you know, in later versions, crouching changes the players' hitbox and eyeheight. This ruins bridging muscle memory and makes certain types of bridging much more difficult

Solution

A config option to toggle this on or off

commented

This isn't possible. The client predicts the block place result client-sided before the server processes the block place. Unless you are modifying the client too, you will just desync both the client and server.

commented

This is a shame. Thank you for the consideration

commented

This, if implemented, should be done so together with #69