Virtuoel / Pehkui

Fabric/Forge/NeoForge/Quilt mod that allows for changing the size of any entity.
MIT License
87 stars 33 forks source link

[Bug]: There is no way to increase entity reach. #486

Open Frustrated-Programmer opened 5 months ago

Frustrated-Programmer commented 5 months ago

Minecraft version(s)

1.20.1

Minecraft version details

No response

Mod loader

Fabric

Mod loader version

Fabric Load 0.15.3

Fabric API version

Fabric API 0.91.0+1.20.1

In what kind of world or server did the problem occur?

My singleplayer world

What went wrong? (Crash logs don't go here)

Attempted to increase a ravager's reach to attack the player multiple blocks away by setting all values I could think of to 50 but it's reach never changed.

/scale set pehkui:attack_speed 50 @e[type=ravager]
/scale set pehkui:attack 50 @e[type=ravager]
/scale set pehkui:block_reach 50 @e[type=ravager]
/scale set pehkui:entity_reach 50 @e[type=ravager]
/scale set pehkui:reach 50 @e[type=ravager]

Changing it's hitbox does work, but then the ravager hit box is too big for the ravager to fit in places it should.

Tried interaction_box_width, but this appears to be how the mob's gets pushed around by other entities.

Full list of installed mods and their version numbers

Pehkui 3.7.12+1.14.4-1.20.4

Did the problem cause the game to crash?

No.

Full crash report contents (if you experienced a crash)

No response