All versions
1.1.0
Release
1.1.06 months ago 793
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
更新日志
版本 1.1.0 (Bug 修复与兼容性改进)
- 修复:解决了使用工作台“全部存入”功能时,导致的物品复制漏洞(此前会将合成材料与成品一并存入网络)。
- 兼容性:更新了对 Beyond Dimensions (超越维度) Mod 的接口适配,现已完全兼容 0.6.16 及以上版本。
- 行为变更:“全部存入”功能现在会正确忽略产出槽,防止意外物品生成。
Changelog
Version 1.1.0 (Bugfixes & Compatibility Improvements)
- Fixed: Resolved an item duplication exploit when using the "Store All" function with a crafting table (previously stored both ingredients and the crafting
result). - Compatibility: Updated API adaptation for the Beyond Dimensions Mod, now fully compatible with versions 0.6.16 and newer.
- Behavior Change: The "Store All" function now correctly ignores output slots, preventing unintended item generation.
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:pbyxka1h:Jyw42UFt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbyxka1h:Jyw42UFt"
}

