Links
Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 2 years ago
Updated 2 years ago
All versions
1.0.2_mc1.20.4-1.17+mod
Beta
1.0.2 MC1.20.4-1.17 Mod2 years ago 4,945
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.x
1.18.x
1.17.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Significant Update
Bug Fixes
- Fixed a bug where all non-tool items would be repaired.
- Fixed a bug that caused the message "Couldn't set damage of loot item 0 air" to frequently pop up when used on the server. Thanks to the feedback from MCModCN user ColdFlame!
Feature Changes
- Tools will no longer reset their durability but will instead be given an indestructible tag.
- All tools and equipment in the player's inventory will now be given an indestructible tag.
- All tools within a 5-block radius of the player will also be given an indestructible tag.
- Only tools with durability can be given an indestructible tag, and tools with durability loss must be repaired to full durability to receive the indestructible tag.
重大更新
Bug修复
- 修复了所有非工具物品都会被修复的bug。
- 修复了在服务端使用时会频繁弹出“Couldn't set damage of loot item 0 air”的bug。感谢MC百科用户ColdFlame的反馈!
功能修改
- 现在,所有工具不再重置耐久,而是改为添加无法破坏标签的方式。
- 现在玩家背包内的所有工具、装备都会被赋予无法破坏的标签。
- 玩家范围内5格的所有工具也会被赋予无法破坏标签。
- 只有有耐久的工具才能被赋予无法破坏标签,且有耐久损耗的工具必须进行修复为满耐久的工具才能获得无法破坏标签。
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:SPQmxtPE:32JrJna6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SPQmxtPE:32JrJna6"
}

