Tags
Creators
Details
Licensed MIT
Published last year
All versions
2.7.0+26.1-fabric
Release
2.7.0 for Fabric 26.13 months ago 41
Compatibility
Minecraft: Java Edition
26.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added new feature "Mending rework".
- Reworks Mending to repair items using whetstones and repair materials from the inventory.
- Items with Mending can be repaired on command by right-clicking the item from the hand while holding Shift, or automatically when the item breaks.
- Repairing works the same as the portable repair recipes and requires the same items (whetstone with matching or better enchantments + valid repair material).
- Anvils now apply Slowness to the player when they're in their inventory.
- This also checks the player's ender storage and any bundles and containers in the inventory.
- Configuration changes:
- Replaced option "Flint material blacklist" with "Flint material whitelist".
- Reorganized config screen.
- The config file is now
config-v2.toml. You can copy some of your previous settings from the oldconfig.tomlfile.
- Fixed a bug causing portable repair to sometimes not work when multiple materials of the same type are used.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| simple_smithing_overhaul-2.7.0+26.1-fabric-sources.jar | Unknown | 205.74 KiB |
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:U5TJjZc3:RV1sG9T0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U5TJjZc3:RV1sG9T0"
}


