Tags
Creators
Details
v1.3.6-mc1.21plus+mod
Compatibility
Required content
Changes
v1.3.6
This update adds support for Minecraft 26.3 for both the datapack and resource pack.
- Replaced many custom math and physics calculations with Minecraft 26.3's native
/computesystem for improved performance. - In the 8-ball break benchmark on Minecraft 26.3, compared with v1.3.5:
- Peak MSPT decreased by 25%, from 8 ms to 6 ms.
- Mean MSPT decreased by 33%, from 3 ms to 2 ms.
No changes were made for Minecraft 1.16–26.2, so there is no need to update from v1.3.5 if you are playing on those versions.
If you are using Minecraft 26.3, give v1.3.6 a try — it is even faster!
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:mksguUIH:P2b3Aoy2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mksguUIH:P2b3Aoy2"
}


