Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
v4.0.4-1.19.2-Forge
Release
[FORGE] [1.19.2] StrawStatues-v4.0.44 years ago 121
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
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.4-1.19.2] - 2022-11-22
Changed
- New texture for Straw Statue item
- Display name and statue skin are now independent, set a name using the text box on the style screen, on the model parts screen enter a player name for the statue to show their skin
Fixed
- Fixed an issue where long player names (above 16 chars) would crash the game when trying to retrieve their skin
[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.4-1.19.2-Forge-sources.jar | Unknown | 106.86 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:uDyzke9L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2fltysAl:uDyzke9L"
}


