Tags
Creators
Details
1.0.0-beta.34+1.21
Compatibility
Required content
Changes
The update contains a new data component to adjust the default rendering transformation and a fix for incorrect slot attribute code.
Default Transformation Feature:
Using the new data component(accessories:render_transformations) you can transform accessories builtin default rendering either:
translation: move rendering with vec3 inputraw_rotation: Raw Quaternionf rotationaxis_rotation: Axis based rotationscale: Adjust the size of the given renderingtransform_to: Transform, rotate, and scale if needed to the proper model part and its side based on the target face or raw normals passedmatrix: Raw matrix value to transform the given matrix stack
More info about such a format will come to the docs in the future.
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:jtmvUHXj:32mnXup8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jtmvUHXj:32mnXup8"
}

