MC Dungeons Weapons

MC Dungeons Weapons

8M Downloads

Crossbow Hold Posing is non functional for MCDW crossbows in 3rd person

Kluzzio opened this issue ยท 1 comments

commented

Describe the bug
The crossbow being held forward rather than down is not occuring with mcdw crossbows.

To Reproduce
Steps to reproduce the behavior:

  1. Spawn any mcdw crossbow.
  2. Hit F5 to enter 3rd person.
  3. Charge the crossbow.
  4. Observe crossbow pointing down

Expected behavior
Crossbow should be held in front of face same as vanilla

Screenshots
image

Please complete the following information:

  • OS: Windows
  • Launcher Dev
  • Mod Version Dev as of pre 5.0.0
  • Are you using a Modpack? Dev

Additional context
Thanks Sjorn Paradox for finding this. I believe the normal behavior is performed via CrossbowPosing.hold() method

commented

BipedEntityModel calls this in a switch statement in its positionLeftArm() method. Where any of this actual logic is done? Who knows