Tags
Creators
Details
3.6.1
Compatibility
Changes
Bedrock 1.21.50 support!
- Fixed resource pack item model translation
- See the full commit history for more details.
New fixes for 1.21.4 -> 1.21.3
- Fixed item block and entity picking not working in <= 1.21.3
- Fixed climbing ladders not working anymore while flying in <= 1.21.3
- Restore previous interaction behaviour with mooshroom cows in <= 1.21.3
Other changes (mostly new settings)
- Added setting to remove new bubble popup sound and icons in <= 1.21.1 (@lowercasebtw)
- Added setting to toggle arm rotation lock whilst blocking <= 1.20.2 (@lowercasebtw)
- Added setting to hide villager profession in <= 1.13.2 (@lowercasebtw)
- Improved mod compatibility in some places (@lowercasebtw)
- Updated traditional chinese translations (@yichifauzi)
- Updated japanese translations (@orasan)
I appreciate any financial support at https://florianmichael.de/donate and will continue to work on it to the best of my ability.
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:rIC2XJV4:LsvDfaN3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:LsvDfaN3"
}

