Links
Tags
Creators
Details
1.1.1
Compatibility
Required content
Changes
Changes
- New experimental performance improvements
- New custom sound API (#33) (by @AsoDesu)
- Added additional information to ClientboundMccGameStatePacket about current map and round
- Introduces ability for servers to disable boat collision (#32) (by @TrollsterCooleg)
- Fixed crash on server join when using Fabric API 0.91.0 or newer
Performance Improvements! (experimental)
This release features new performance improvements for UI rendering. These changes are highly experimental and not enabled by default.
Currently these changes can improve fps by 2-3x on MCC Island. Users that already have high framerates will experience a larger benefit from these optimizations.
If Cloth Config API is installed you can find a configuration panel in the mods list, here you can enable these experimental performance improvements. After you have enabled the configuration setting you can use F3+W to toggle the optimizations on/off for quick comparisons and testing. Feel free to report any bugs caused by these experimental changes to help move them to a more stable spot.
These changes will have compatibility issues with other mods or heavily customised servers due to the nature of the optimizations. Please report these issues! These changes won't become enabled by default until they are sufficiently stable and have been thoroughly tested.
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:Kw7Sm3Xf:bzEcw9Eb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Kw7Sm3Xf:bzEcw9Eb"
}

