All versions
1.0.3
Release
NewNeoBlåhaj 1.0.33 months ago 14
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Fabric
Supported environments
Client and server
Changes
[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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:PCLfY264:fmOBL2V0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PCLfY264:fmOBL2V0"
}

