Tags
Creators
Details
3.1.0
Compatibility
Changes
- After testing, I noticed that the datapack was compatible with 1.19.4! But there's no way it could be compatible with older versions. So it's official: the supported versions are: 1.19.4 -> Forever (I hope)
- Added a condition for "global" sitting for consistency
- Added a confirmation window when you click on "uninstall" in the dialogs
The translation update!
- Completed the transition to make the datapack fully translatable. EVERYTHING is now supported.
- Now with translations in French, Spanish, Dutch, Portuguese, Italian, Japanese, Korean and Chinese!
The translation may be inaccurate as I only speak English and French. If you notice any errors, please let me know! If you would like to translate this project into your own language, feel free to create the translation file and send it to me!
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:gNPj0UDg:4yjZB5K0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gNPj0UDg:4yjZB5K0"
}

