Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 3 months ago
All versions
0.4.1
Beta
Mannequin 0.4.13 months ago 275
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- [EXPERIMENTAL] Voxy & Distant Horizons support!
- However, Distant Horizons along with Iris shaders is NOT supported, and will produce unexpected results. This is a limitation we hope to lift in the future.
- To achieve the best results, use Voxy (best quality and is compatible with Iris in Mannequin) and disable all waving effects in your shader (grass, leaves, etc) to prevent shifts and imprecise exports.
- Iris previews & exports have the sky correctly masked out.
- Shader shadows cast from light sources are now included in previews and exports.
- โEntity Maskโ & โEntities Onlyโ now react to depth and other blocks being visible.
- Fixed visual world fragmentation issue when loading into a world for the first time with Iris being active.
- Fixed issue where upon disabling and re-enabling Mannequin, custom models would lose their textures, showing the classic pink and black checkerboard.
- Re-added "Duplicate Mannequin" action, which now also selects the newly created duplicates by default.
- Sneaking no longer impacts movement when dragging the position input boxes.
- [EXPERIMENTAL] Fixed Skin and Model left click selection issues in their respective sidebar menus on certain systems.
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:88Dqb66a:j6rtl7dX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:88Dqb66a:j6rtl7dX"
}


