All versions
0.2
Beta
Pozitification 0.22 months ago 232
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
Pozitification 0.2 Beta
New
- "Lie on back" pose (key C) — you can now fully lie down, not just sit and crawl.
- In-game settings menu (key O) with a separate tab for each pose.
- Position & rotation sliders for every pose (Sit, Crawl, Lie): model offset X/Y/Z and rotation X/Y/Z, each pose has its own Reset button.
Pose behavior
- While lying or sitting you can't walk, but your head and camera move freely.
- First-person camera now sits at the head when lying (not at the feet) and no longer clips into blocks.
- You can lie down even in a 1-block-high space.
- Third-person camera is left fully vanilla.
Fixes
- Updated for Minecraft 26.2.
- Fixed the "crawl -> lie" transition (body no longer gets stuck in the crawl shape).
- Head no longer twists unnaturally — rotation is now limited.
- Fixed startup crashes and model jitter on left-click.
- Cooldown now works correctly when standing up too.
If a pose looks off after updating: O -> the relevant tab -> Reset.
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:vEcgUB8q:csFJLs8n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vEcgUB8q:csFJLs8n"
}

