Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last month
Updated yesterday
All versions
1.1.2-r.4+mc26.2
Release
1.1.2 Release 4 for MC 26.23 weeks ago 1,057
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
BREAKING CHANGE
- The Repair & Reuse advancement will be revoked and needs to be completed again. (just break your anvil and pick it up, should be easy)
New Feature
- Beacon Kindling’s countdown is now saved on graceful server shutdown and restored after restart.
Tweaks
- Jade now displays the correct name for tomato crops.
- Corrected the tool-mining behavior and Jade tool hints for Copper Eye and Dirt Slab.
Bug Fixes
-
Upstream behavior parity:
- Restored the intended difference of effect between the crafting-table and blast-furnace recipe for Green Curry, Paneer Makhani, and Ramen.
- Warding Stone now correctly returns one Raw Estus after being destroyed by an explosion.
- Aligned the playback intervals and sequence of village Eerie sounds.
- Aligned the vanilla random weather durations used by Clay Fetish and sleep-induced weather clearing. (the frequency of weather changes should decrease)
-
Upstream bug fix:
- Enchanted Golden Apples can now generate correctly in Ruined Portal chests.
Notes
- Ofuda obtained in worlds created before the update may retain an old Lore translation key, causing the description to display as a missing translation key. This does not affect usability; newly obtained Ofuda are unaffected.
- Introducing Community language files. However, there are still missing some translation keys. Untranslated text may fall back to English or display the translation key.
Optional dependencies
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:DDaaVjeR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9LKX5H57:DDaaVjeR"
}


