Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
v4.0.3-1.19.2-Fabric
Release
[FABRIC] [1.19.2] StrawStatues-v4.0.34 years ago 150
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.0.3-1.19.2] - 2022-10-22
Fixed
- Fixed crash on start-up when the Armor Statues mod is installed
[v4.0.2-1.19.2] - 2022-10-19
Changed
- Any item can now be placed into the head slot on the equipment screen (thanks to Mephodio)
- Tooltips on the rotations screen will no longer obstruct the armor stand model (thanks to Mephodio)
- Tooltips on the style screen are now split into multiple lines to prevent them from flowing off the screen
[v4.0.1-1.19.2] - 2022-10-11
Fixed
- Hopefully fixed occasional client crash when renaming straw statue on a server
[v4.0.0-1.19.2] - 2022-09-22
- Initial release
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| StrawStatues-v4.0.3-1.19.2-Fabric-sources.jar | Unknown | 84.64 KiB |
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:2fltysAl:mp31lNix"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2fltysAl:mp31lNix"
}



