Links
Tags
Creators
Details
1.12.1-r.1+mc26.2
Compatibility
Required content
Changes
BREAKING CHANGES
- Removed Gilded Leather Boots.
- Item ID migration:
- 15 equipment items were renamed and migrated.
- including
bronze_*→hepatizon_*andpalatinate_sword→shakudo_sword. matcha:axolotlis migrated tominecraft:axolotl_spawn_egg.
- Advancement namespace migration from
main:*tomatcha:*.- Completed advancement progress is preserved.
- In rare cases, a technical advancement that was completed but not yet revoked may be processed once more. This may repeat an effect or restart a timer once, but should not cause permanent progress loss or ongoing issues.
- Internal resource namespaces and paths have been aligned with upstream where applicable.
- Automatic item migration is provided for worlds from previous Matcha Flavoured Fabric versions. Old item stacks are updated when the world is loaded. Once the world has been updated and saved, downgrading safely to an older version is not guaranteed.
New Feature
- Multiplayer sleep mechanics (thanks TheLeonelus!)
- Time now advances when the required percentage of active Overworld players (default: 100%) are sleeping.
- Respects the
players_sleeping_percentageandadvance_weathergamerules.
Tweaks
- Vanilla equipment stacks in the Creative inventory now use their default components.
- Restored vanilla moon behavior. (thanks TheLeonelus!)
- Synced upstream behavior:
- Gold tools can no longer be smelted into gold nuggets.
- Backported changes from upstream v1.12.2:
- Orphaned villagers can only be children.
- Opal Earrings only grant Conduit Power while the wearer is in water.
- Sturdy Leather can now be repaired with Tattered Leather.
- Endermen can only pick up melons, pumpkins, and TNT.
- Increased Sturdy Leather’s Safe Fall Distance from 1 to 2.
NOTES
- The internal data migration schema version is now v3.
Previous schema versions:
-
v1.12.1-beta.1: v2
-
v1.12.1-alpha.1: v1
-
v1.12.1-r.4 and earlier: no custom schema
-
Historical item statistics are intentionally not migrated. Statistics for removed or renamed items will be lost (sorry).
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:nLrTzgsZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9LKX5H57:nLrTzgsZ"
}

