1.0.1
Compatibility
Changes
📜 Latest Update Log | 最新更新日志 (v1.0.1) Added Recipe Unlock System: Players can now see all gauntlet recipes in the crafting book after picking up the base materials.
Fixed Diamond Gauntlet Recipe: Corrected material tags to ensure it can be crafted properly with vanilla diamonds.
Improved Mod Stability: Removed invalid dummy recipes that caused log errors.
Version bump to 1.0.1.
新增配方解锁系统:玩家在捡起基础材料后,即可在工作台配方书中直接查阅并一键合成。
修复钻石拳套配方:修正了材料标签,确保使用原版钻石可以正常合成。
优化模组稳定性:删除了会导致后台报错的无效配方。
版本号更新至 1.0.1。
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:s3s1Z1xm:4S9IRVI2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s3s1Z1xm:4S9IRVI2"
}

