![Arda's Uncrafting Table [ Uncraft / Recycle / Deconstruct Mod ]](https://cdn.modrinth.com/data/tRtQjNO2/800a494bdbaa883d9121efb1d1b27c797178f51a_96.webp)
Arda's Uncrafting Table [ Uncraft / Recycle / Deconstruct Mod ]
Arda's Uncrafting Table allows you to reverse crafting recipes seamlessly. Retrieve ingredients from unused items, supports damaged tools with a fair probability system, and works automatically with both vanilla and modded recipes.
1.2
Compatibility
Changes
-
Blacklist system added
Input/output blacklist lists are read from a config file (ardas_uncrafting_table-common.toml) Blacklisted items either can't be placed as input, OR get silently removed from the output (the recipe itself still works, just that specific item is dropped)
-
Dupe bugs fixed
Bucket dupe: filled buckets are no longer returned; you now get the empty bucket back, matching vanilla behavior Dye dupe: uncrafting a colored item (e.g. black wool) no longer gives itself back — it correctly returns the white/undyed version + the dye White items (e.g. white wool) are no longer resolved through the dye recipe at all — they use the raw material recipe (string) instead, closing the infinite loop
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:tRtQjNO2:uyFh9nVP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tRtQjNO2:uyFh9nVP"
}
