Tags
Creators
Details
1.0.0+mod
Compatibility
Changes
๐ Templates Reversed Datapack
Turn Minecraft crafting on its head! With Templates Reversed, smithing template recipes are flipped, making progression more challenging and strategic.
Perfect for survival servers aiming for fresh crafting challenges, RPG maps with clever resource management, or anyone who wants to shake up standard crafting logic.
๐ ๏ธ What This Datapack Does
This datapack reverses the crafting recipes for smithing templates, so instead of the usual 1 template + 7 diamonds, you now craft templates with 1 diamond + 7 of the specific item.
โ Reverses all smithing template recipes โ Fully automatic โ no commands or plugins required โ Keeps all other crafting and progression intact โ Encourages smarter resource management
๐ฎ Why Use It?
- Adds a twist to standard progression
- Makes diamond usage more meaningful
- Perfect for survival, adventure, or RPG servers
- Encourages players to plan resources more carefully
- Makes crafting and upgrading feel more rewarding
๐ฅ Installation
- Download the datapack
.zip - Place it in your worldโs
datapacksfolder - Reload the world (
/reload) - Smithing template recipes are now flipped โ enjoy the reversed challenge!
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:ayIUSkvz:k3x32LOp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ayIUSkvz:k3x32LOp"
}

