Links
Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated 2 weeks ago
All versions
3.0+mod
Release
Dimitri's Smithing 3.02 weeks ago 19
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Pretty much a complete rewrite of the entire datapack to line up with 26.2 releasing.
- The tool breaking/repairing routine is completely different, and now works by backing up, wiping, and restoring every one of the tool's components.
- Items now have their own individual advancement/function pairs to help make item detection better, which has the side effect of making it so the pack won't work with modded items (unless they're added to the vanilla armor tags) without an extra compatibility add-on.
- Items now become broken if they have a custom name or an enchantment, like in Tinkerer's Smithing.
- Fishing rods actually work, kind of.
- Existing items from the previous version should revert back to normal tools with 0 durability.
- The repair materials for various items can be changed via custom tags, and shouldn't overwrite items that already have non-default repair materials.
- Netherite tools and armor now repair with diamonds.
- Tools can be repaired or upgraded shapelessly with a higher tier of material, but lose their components.
- Items can no longer have any prior work penalty at all.
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:2ON1ekBM:NCxW0Bwq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ON1ekBM:NCxW0Bwq"
}

