All versions
1.2.2+1.20.1
Release
Create: Recipe Extensions 1.2.2+1.20.13 weeks ago 12
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
1.2.2+1.20.1
Added
Recipes
- Added Crimsite Mixing recipe: combines 3 Clay Balls, 1 Nether Wart, and 100 mB of Lava in a heated Mixing basin to produce 1 Crimsite.
- Added Ochrum Mixing recipe: combines 3 Clay Balls, 1 Sand, and 50 mB of Lava in a Mixing basin (no heat required) to produce 1 Ochrum.
Configuration
- Added
enableCrimsiteMixingRecipeconfig toggle (default:true). - Added
enableOchrumMixingRecipeconfig toggle (default:true). - Added corresponding lang entries for both new config options.
Changed
- Changed Vibrant Vaults integration: Item Vaults are now converted to their vertical variants using a Mechanical Press instead of a Deployer and Wrench.
- Reduced Veridium Mixing recipe fluid requirement from 250 mB to 50 mB of Lava.
- Reduced Asurine Mixing recipe fluid requirement from 500 mB to 200 mB of Water.
Notes
- This release brings the total recipe count from 8 to 10, plus 17 conditional integration recipes.
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:713oqOhn:XMzhknE6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:713oqOhn:XMzhknE6"
}



