1.6.2+
Compatibility
Changes
New Advancements:
"Looking For the Locals" for obtaining one of every village explorer map - Adventure
"Swampy" for getting a Swamp Hut Map - Adventure
"Get Out of My Swamp!" for entering a Swamp biome - Adventure
"This Is My Hut!" for finding a Swamp Hut - Adventure
"Grover" for finding and entering a Mangrove Swamp biome - Adventure
"Tuffer Than Most" for getting the remining main Tuff block variants - Mining
"Tuff to Chisel" for getting both Chiseled Tuff blocks - Mining
"Tuff to Polish" for getting all Polished Tuff blocks - Mining
"Tuffest of All" for getting all Tuff Brick blocks - Mining
"Trio of Useless Stairs" for getting Andesite, Granite, and Diorite Stairs - Mining
"Trio of Useless Polished Stairs" for getting the polished variant of Granite, Andesite, and Diorite Stairs - Mining
"Trio of Useless Slabs" for getting Andesite, Granite, and Diorite Slabs - Mining
"Trio of Useless Polished Slabs" for getting (Polished) Andesite, Granite, and Diorite Slabs - Mining
"Trio of Useless Walls" for getting Granite, Andesite, and Diorite walls - Mining
Total: 14
Updated Advancements:
"Known Among the Locals" now stems from "Looking For the Locals" - Adventure
Other Updates:
The advancement document has been updated to include all the new advancements from 1.6.1 and 1.6.2
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:dzG7pw5M:5BWmxbxa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dzG7pw5M:5BWmxbxa"
}

