1.0.0
Compatibility
Changes
Change Vanilla Crafting Recipes is a practical mod designed to enhance your vanilla survival experience by optimizing and adjusting existing crafting mechanics without adding new items. It streamlines gameplay by making stone variants like andesite, granite, and deepslate fully interchangeable with cobblestone for crafting redstone components and tools, effectively eliminating resource waste. The mod also simplifies progression by adding logical crafting recipes for elusive items such as saddles, name tags, and horse armor, reducing reliance on luck-based exploration. Furthermore, it significantly improves village management and late-game gearing by optimizing villager workstation block recipes and simplifying the acquisition and duplication of armor trim templates. With additional quality-of-life tweaks like unordered crafting for common items, this mod delivers a smoother, more reasonable, and efficient survival journey while strictly preserving the original game's balance.
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:HQeq4fxh:bm2n93iN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HQeq4fxh:bm2n93iN"
}

