Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last month
Updated yesterday
All versions
1.12.1-r.3+mc26.2
Release
1.12.1 Release 3 for MC 26.23 days ago 190
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
New Features
- The Dolabra’s first-person model and the hotbar icons now switch between axe and pickaxe orientations based on the block targeted by the crosshair
- i think that's cool 😎
- Jade now shows the countdown for Beacon Kindling
Tweak
- Clouds now move faster while sleeping
- Made in Heaven!
Bug Fixes
- Fixed the moon remaining directly overhead instead of following the daily sky rotation
- Beacon Kindling and Warding Stones can no longer replace blocks when placement is invalid; failed placement no longer starts the countdown
- Unloaded wandering traders are now cleaned up when the Beacon Kindling countdown ends or the Beacon Kindling is destroyed
- Existing traders left behind by this issue will be removed when their chunks load
Localization
- Danish translations now display correctly
- The probability numbers in the Angler’s Almanac advancement now display correctly in all languages, falling back to English where necessary
Optional dependencies
Unavailable version
Any compatible version
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:9LKX5H57:XUxP9mEl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9LKX5H57:XUxP9mEl"
}

