Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last month
Updated yesterday
All versions
1.12.1-beta.1+mc26.2
Beta
1.12.1 Beta 1 for MC 26.2last week 313
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
BREAKING CHANGE
- The follwing items are under
matchanamespace now:- Nazar (
minecraft:glistering_melon_slice→matcha:nazar) - Steel Alloy (
minecraft:resin_brick→matcha:steel) - Shakudo Alloy (
minecraft:shulker_shell→matcha:shakudo) - Hepatizon Alloy (
minecraft:phantom_membrane→matcha:hepatizon) - Electrum Alloy (
minecraft:heart_of_the_sea→matcha:electrum) - Divine Fragment (
minecraft:turtle_scute→matcha:divine_fragment)
- Nazar (
- Automatic item migration is provided for worlds from previous Matcha Flavoured Fabric versions; old items are updated when the world is loaded. Once the world has been updated and saved, downgrading safely to an older version is not guaranteed.
Bug Fixes
- Fixed JEI display for blessing and secret recipes.
- Apples from all sources should heal 1 heart correctly now.
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:wsfStq2A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9LKX5H57:wsfStq2A"
}


