Tags
Creators
Details
Licensed MIT
Published last year
Updated last month
All versions
0.9.0-FBR-1.21.11
Beta
Player Armor Stands 0.9.0 for fabric 1.21.119 months ago 1,504
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
##New Features:* Updated mod icon
- Updated armor stand item render: it will now display the player's head for the given armor stand by default (temporarily Fabric only)
- Improved determination of which texture should be used for the stand
- Removed support for 1.21.1
##Technical New Features* Added a new special model pas:armor_stand
- The model has a
stateparameter, where you need to specify the state of the body parts:head,body,left_arm,right_arm,left_leg, andright_leg - Each body part has a
rotation(a list of 3 numbers), which you can use to set the part's rotation, andmode, which determines the display behavior of the body part. - There are 4 display modes:
dynamic: the model for the body part will be automatically selected based on whether a skin is loaded or notoriginal: this part will be displayed as an armor stand regardlessinvisible: this part will not be displayedplayer: the body part will be a player regardless
- You can find more details on how to work with this model by looking at the built-in resource packs or in Player Pickaxes
Optional dependencies
Any compatible version
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:PxcK9msP:AxZeRHoS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PxcK9msP:AxZeRHoS"
}

