2.6.9
Compatibility
Changes
-
Decreased Fall Damage
- New damage is floor(old * (2/3)). 4 damage becomes 2 damage, et cetera.
- Configurable.
-
You can throw a tankard like a snowball if you have a tipsy effect.
-
Hunger changes:
- the persistence effect from atmospheric will scale based on your health instead of your hunger.
- If you eat a Strawberry item from Neapolitan, you will be healed instantly instead of gradually.
-
Advancements!
- Speed Demon
- Record up to 30 meters per second on a speedometer
- Heart of Glass
- Use a Heart Crystal while on half a heart.
- Speed Demon
-
Brewing changes
- Brewing no longer requires fuel.
- Awkward potions are removed. Every recipe made using an awkward potion now requires a normal water bottle.
- Configurable.
-
Biome Crucibles can only replace stone, dirt and sand
-
Fixed broken thornwood cabinet recipe
-
Fixed
/datapack sortnot actually working
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:HGUTQaZe:kG0jyBUh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HGUTQaZe:kG0jyBUh"
}

