Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
4.1.0
Beta
ArmorPoser 1.20.42 years ago 169
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
The UI update
- The Armor Poser GUI has undergone an update.
- The semi-transparent gray background has been removed. UI text is now white with a drop shadow, ensuring visibility on white surfaces.
- Added rotated text saying "Click and scroll" next to position/rotation fields. This hints at the ability to scroll and adjust values when number fields are focused.
Poses Overhaul
- The Poses screen has been overhauled to make it easier for new poses to be added and user poses can now be added!
- The main Armor Poser screen now has a Save button next to the copy and paste button, clicking it will open a screen that allows you to name the pose and save it to the User Poses.
- If you added a pose and want to remove it, you can now do so by clicking the pose and clicking the delete button. (This only works on user added poses)
New Features
- 3 new buttons have been added to the main Armor Poser gui, pressing them does the following:
- Block - Align held block, so it appears on the surface
- Item: Aligns the held item, with the option to hold Shift for upright alignment.
- Tool - Align held tool, so it appears flat on the surface
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:hKfjuVom"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PFwYNrHb:hKfjuVom"
}

