File Details
newblahaj-1.0.3.jar
- R
- May 28, 2026
- 195.07 KB
- 254
- 1.20.1
- Fabric
File Name
newblahaj-1.0.3.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
[1.0.3] - 2026-05-28
Added
PlushArmPoseHelper: Shared client helper for detecting plush items (CuddlyItem/newblahaj:plushies) and applying cuddle arm rotations.PlayerEntityModelMixin: LatesetAngleshook (priority 2100) so plush arm pose is reapplied after Player Animator (player-animator) updates the player model. No hard dependency on that mod.
Changed
BipedEntityModelMixin: Arm posing now usesTAILinjection onpositionRightArm/positionLeftArm(no cancellation), with per-armCROSSBOW_HOLDchecks.PlayerRendererMixin: Plush arm pose override moved to@At("RETURN")with an explicit method descriptor.
Fixed
- Plush cuddle arm pose no longer breaks when Player Animator is installed (arms were being overwritten mid-
setAngles). - Client startup crash from invalid
@Shadowfields onPlayerEntityModel(rightArm/leftArmlive onBipedEntityModel).
Removed
- Bed plush attachment (Fabric port cleanup):
BedPlushEvents, bed block/entity render mixins, and related client bed renderer hook — not carried over from the NeoForge bed feature set.