
Tinkers Enchantment & Modification
"Makes Tinkers' Construct tools compatible with vanilla enchantments, adds two workstations for applying and upgrading enchantments on Tinkers' tools, and allows you to freely configure various values—including Tinkers' vanilla mechanics like the annoying
1.3
Compatibility
Changes
Mattock Enhancement
Turned the mattock into a true multi-purpose tool (combining axe, shovel, and hoe functions)
Ranged Weapon Improvements
Bows and crossbows are now compatible with the "Strafe" enchantment
Removed draw delay; rapid shooting no longer fails to fire arrows
Compatibility Fix
Fixed an issue where enabling "Disable Damage Cutoff" together with Tinkers' Evolution mod would prevent damage from being dealt
鹤嘴锄增强
使鹤嘴锄成为真正的多功能工具(斧、铲、锄三合一)
远程武器优化
弓和弩现在兼容"扫射"附魔
移除了拉弓延迟,高速拉弓不会再射不出箭
兼容性修复
修复了与匠魂进化模组同时安装时,开启"祛除伤害衰减"选项导致无法造成伤害的问题
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:1eYipJGz:kKYQ81Yj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1eYipJGz:kKYQ81Yj"
}
