DynamX Physics Mod

DynamX Physics Mod

38.6k Downloads

Large hitboxes on blocks do not work

JarException opened this issue ยท 1 comments

commented

Describe the bug
If a block larger than 3 blocks is placed, you can simply walk through the positions further away than 3 blocks and then also walk completely through the hitbox.

To Reproduce
Steps to reproduce the behavior:

  1. Place a Large Block
  2. Walk through

Expected behavior
Hitboxes should work on large blocks too

Version

  • 4.0.0
commented

Hello,
The block collision radius is managed by the 'BlockCollisionRadius2' configuration property (in the dynamxmod.cfg file), and its default value is 3. You can increase it, but you may lose in game performance.
(See https://github.com/DynamXInc/DynamX/blob/beta/src/main/java/fr/dynamx/utils/DynamXConfig.java#L61C44-L61C65).