Links
Tags
Creators
Details
26.0a+mod
Compatibility
Changes
Well, there was a 25.0 version, from when i tried to update the datapack during this snapshot cycle; it didnt worked well, so i deleted it. This is the true update to Minecrat 26.3 and works with no percieved flaws. There are probably still bugs, but i couldnt find them in my testing, so, here it is.
Also, we did lose backwards compatibility with this one; keeping it would be much work for me.
- Balloon textures are displayed once again.
- Balloons once again are pulled down when the leashing Player is sneaking.
- Adjusted the balloons' descent force for this case.
- Paralysis is only applied to non-immune mobs.
- Lily of the Valley is no longer generated with each Maledictio Floralis hit.
- Some anvil-related advancements have been merged.
- Updated map name ids. Already generated maps will still be broken.
- "Chamar" and "Receber" advancements fixed, and their names have been updated.
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:9DyC9ERT:Pd5NizC0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9DyC9ERT:Pd5NizC0"
}

