0.1.0
Compatibility
Required content
Changes
Reimagined Crafts — Beta 1.0 🛠️
The first public beta of Reimagined Crafts is here! 🎉
This update introduces the core idea of the mod: reimagining existing Minecraft recipes to make them more logical while preserving the vanilla feel and balance of the game.
✨ What's Changed
This beta introduces 4 reimagined crafting recipes:
- 🔨 Mace — redesigned to better reflect its power and endgame status.
- 🔭 Spyglass — a new diagonal recipe using copper and glass that better represents its construction.
- 🐴 Saddle — now craftable using leather, iron, and string.
- 🏷️ Name Tag — now craftable using paper, string, and iron instead of relying on exploration and loot.
💡 The goal of the mod isn't to make Minecraft easier.
Reimagined Craftsasks a simple question: "Does this recipe actually make sense?"If the answer is no, we try to create a more logical alternative.
🚀 What's Next?
This is only the beginning.
Future updates will bring even more reimagined vanilla recipes, while keeping the core philosophy of the project:
More logical doesn't necessarily mean easier.
Thank you for testing the first beta! ❤️
Welcome to Reimagined Crafts — and happy crafting! 🔨✨
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:n28LvKUW:j3LarlRK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n28LvKUW:j3LarlRK"
}

