Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 3 months ago
All versions
0.1.1
Beta
Mannequin 0.1.15 months ago 384
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
- Updated Fabric Loader version to
0.18.6and Fabric API to0.136.1. - Added support for Backported Spears.
- Removed the previous limit of 1024 entities when using bulk creation commands (
/mannequin create) - Fixed an issue where active textboxes allowed other menus to overlap and potentially get triggered; focus now stays locked to the textbox.
- Custom .bbmodels now render correctly alongside Sodium.
- Fixed bugs causing certain models to appear flipped or with broken UV textures upon import.
- Resolved a "flip" bug where, while using the rotation gizmo, snapping to 90° or -90° on the Y-axis would accidentally turn the model upside down.
- The "Face Player" action is now fully functional for crowds.
- "Face Cursor" action was removed due to inutility.
- When selecting more than 64 NPCs in a crowd, the system now automatically switches to the default Minecraft glowing outline for higher performance.
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:1fMFwfuE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:88Dqb66a:1fMFwfuE"
}

