All versions
1.1.0+1.20.1
Release
Create: Recipe Extensions 1.1.0+1.20.12 months ago 19
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Any compatible version
Changes
1.1.0+1.20.1
Added
Recipes
- Added Dripstone Block Crushing recipe: processes 1 Dripstone Block in a Crusher to yield 1 Limestone, with a 20% chance of an additional 1 Calcite output.
- Added Limestone Mixing recipe: combines 1 Limestone with 500 mB of Water in a heated Mixing basin to produce 1 Dripstone Block. This recipe is the functional inverse of the Dripstone Block Crushing recipe.
- Added a Strong Strength Potion variant for the Redstone Cinder Flour filling recipe. This variant functions identically to the existing recipe but accepts a Strong Strength Potion in place of a regular Strength Potion. Both variants share the existing
enableRedstoneFillingRecipeconfiguration toggle.
Configuration
- Added
enableDripstoneBlockCrushingRecipeconfig toggle (default:true). - Added
enableLimestoneMixingRecipeconfig toggle (default:true). - Added corresponding lang entries for the two new config options.
Notes
- The Strong Strength Potion Cinder Flour variant does not have a dedicated config toggle. It is enabled and disabled alongside the original variant via
enableRedstoneFillingRecipe. - This release brings the total recipe count from 3 to 6.
Optional dependencies
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:713oqOhn:xRdAp8DY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:713oqOhn:xRdAp8DY"
}

