Tags
Creators
Details
1.0.0+mod
Compatibility
Changes
β»οΈ Diamond & Netherite Recycling Datapack
Effortlessly recycle your Diamond and Netherite tools and armor back into their original resources β all through the Stonecutter! Perfect for survival worlds, SMPs, and anyone who hates wasting precious materials.
π¨ How It Works
Place any supported item into a Stonecutter, and youβll instantly receive the full amount of materials used to craft it.
β No durability loss penalties β No commands or setup required β Fully vanilla-friendly
π Supported Items & Returns
Diamond Equipment
All standard tools, weapons, and armor can be recycled. Examples:
- Diamond Chestplate β 8 Diamonds
- Diamond Pickaxe β 3 Diamonds
- Diamond Sword β 2 Diamonds
Netherite Equipment
Return the Netherite Ingots used to upgrade the item. Examples:
- Netherite Chestplate β 1 Netherite Ingot
- Netherite Pickaxe β 1 Netherite Ingot
β Features
- Lightweight and simple
- Great for storage management
- Encourages resource efficiency
- Multiplayer-safe
- Fully compatible with other datapacks
π₯ Installation
- Download the datapack
.zipfile. - Drop it into your worldβs
datapacksfolder. - Reload the world (
/reload) if needed. - Start recycling in the Stonecutter!
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:h7eYGCpa:j4qV9Dqd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h7eYGCpa:j4qV9Dqd"
}

