All versions
1.6.1
Release
Classic Combined 1.6.12 weeks ago 32
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog (Since 1.6):
- Fixed Blocks not using a breaking effect when broken with a Copper Tool
- Eating is now prioritized when right-clicking a block. If the player is hungry, the player will eat an item in their hand. If the player is not hungry, the block interaction will fire instead.
- Fences now connect to a fence above it regardless of it's North-South/East-West difference
- Placing Magma next to Tar will keep the Tar from hardening during Winter
- Spikes no longer limit Y-axis movement and now only slow entities
- Creeper now spit every 5 seconds rather than every 3 seconds
- Iron tools now have 3,000 durability rather than 4,000 to balance against Bedrock Tools better
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:ggYy7OV2:Z73Emza9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ggYy7OV2:Z73Emza9"
}

