Tags
Creators
Details
Licensed ARR
Published last year
Updated 2 months ago
All versions
2.0.0+1.21.10-fabric
Release
uncrafteverything-2.0.0+1.21.10-fabric8 months ago 722
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client and server
Changes
v2.0.0 - 1.20.1 Changelog
Addition
- Added Auto Uncrafting Table
- Added new commands to open config screen
- Added new Client Config
- Added new function to auto move output stacks to player inventory when uncraft button clicked (Not applicable to Auto Uncrafting Table, can be toggle in Client Config)
Changes
- Removed Black Box and Status Text from Uncrafting Table GUI, replaced with input slot color overlay and tooltip to show status of the input stack
- Replaced
Experience Requiredtext in Uncrafting Table GUI with better design - Uncrafting output is no longer Shaped, it will stack all same items together instead of follow original crafting shape
- Changed exp deduction calculation for uncrafting to prevent unfair if uncrafting require Level instead of Points, new calculation should be same as how Anvil works
Fixes
- Fixed missing filter for DataComponent/NBT based items
This is a major update, bug is expected, feel free to open an issue on GitHub if you found any.
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:9cz66Qto:p9ytu7V1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9cz66Qto:p9ytu7V1"
}

