Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 5 days ago
All versions
2.1.1
Beta
ArmorPoser 1.20.13 years ago 695
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Rework of the posing screen
- Added a button to toggle showing the name of the armor stand
- Added a new row of positions which can be used to nudge the armor stand (By the Y position is locked unless gravity is disabled)
- Added tooltips to all fields/buttons
- Added a button that shows a list of default poses that can be applied to the armor stand
- Added a Mirror Pose button
- Added a Mirror Arms button
- Added a Mirror Legs button
- Added a button to swap the item in the main and off-hand
- Added a button to swap the item in the main head with the head slot
- Fix a crash from 2.1.0 that prevented the game from working properly
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:PFwYNrHb:6Vg3kBqc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PFwYNrHb:6Vg3kBqc"
}


