Tags
Creators
Details
1.0-26.1
Compatibility
Changes
Changelog
v1.0-26.1 — Porting Update
The update that nearly broke us. Minecraft 26.1 shipped fully deobfuscated, Yarn got retired, half the classes changed names, and we migrated everything by hand. No new features — just blood, sweat, and extractRenderState.
What changed
- Updated to Minecraft 26.1 (Fabric Loader 0.18.6)
- Full migration from Yarn to Mojang's official mappings
- Java 21 → Java 25
- Loom updated to
net.fabricmc.fabric-loom1.15 (no more remapping) - All classes, fields, and methods renamed to Mojang's official names
Features
No changes. Everything works the same as v1.0 — hopefully.
v1.0 — Initial Release
Paperdoll
- On-screen player model with smooth head tracking
- Configurable position
- Adjustable scale, yaw, and head limit
Cinema Bars
- Cinematic letterbox bars with smooth animation
- Toggle and hold modes
- Custom aspect ratio and animation speed
Config Screen
- In-game settings with live paperdoll preview
- Reset all to defaults
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:oqgdWAMN:i7P9DQsT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oqgdWAMN:i7P9DQsT"
}

