All versions
1.3.0-26.1.2-neoforge
Release
Beyond Storage Addon 1.3.0 for 26.1.2 neoforgelast month 17
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
本文件:NeoForge 26.1.2 / This file: NeoForge 26.1.2
Beyond Storage Addon v1.3.0
自 1.2.0 以来的累计更新 / Cumulative changes since 1.2.0
新增 / Added
- 整理存入:普通
F默认只把目标网络里已有同类的物品存入网络。 - 全部存入:
Ctrl+F与 GUI「全部存入」按钮保留一键全部存入。 - 目标网络绑定:
/bs_addon target status|set <id>|clear,可指定存入哪个维度网络。 - 游戏内配置命令:
/bs_addon help|status|button|hotkey|mode|match|target|debug。 - 匹配模式:同类匹配 / 精确匹配(
/bs_addon match),潜在容器类物品默认更谨慎。 - 界面控制:可按 Screen/Menu 前缀隐藏按钮、禁用快捷键或禁用一键存入;输入框聚焦时避免误触(如精妙存储搜索框)。
- 兼容扩展:新增 NeoForge 1.21.11、26.1.2、26.2 构建(与 Beyond Dimensions 支持矩阵对齐)。
修复 / Fixed
- 修复部分机器/特殊容器界面中点击存入可能导致的物品复制。
- 服务端校验容器有效性;过期或已关闭界面的请求会被拒绝。
- 存入前先模拟网络容量,避免抽出数量与实际可存入数量不一致。
- 修复
Ctrl+F在部分情况下无法触发「全部存入」的问题。
安全与配置 / Safety & Config
- 默认跳过玩家背包、Beyond Dimensions 自身容器、不可拾取槽位及不安全的输出/虚拟槽位。
- 配置文件:
config/beyondstorage.properties(冷却、存入模式、匹配模式、界面前缀等)。 - 更多说明:游戏内
/bs_addon help。
构建产物 / Artifacts
BS_addon_forge-1.20.1-1.3.0.jarBS_addon_neoforge-1.21.1-1.3.0.jarBS_addon_neoforge-1.21.11-1.3.0.jarBS_addon_neoforge-26.1.2-1.3.0.jarBS_addon_neoforge-26.2.0-1.3.0.jar
English
Added
- Sort store: plain
Fonly stores items that already exist in the target network (by match mode). - Full store:
Ctrl+Fand the GUI button still store everything eligible. - Target network:
/bs_addon target status|set <id>|clear. - In-game config commands:
/bs_addon help|status|button|hotkey|mode|match|target|debug. - Match modes: same-item vs exact (
/bs_addon match). - UI controls: hide button / disable hotkey / disable quick-store by screen or menu class prefix; ignore hotkey while typing.
- More platforms: NeoForge 1.21.11, 26.1.2, and 26.2 builds aligned with Beyond Dimensions.
Fixed
- Item duplication when storing from some machine/custom container menus.
- Server-side validation for invalid/closed containers; capacity simulation before extract.
Ctrl+Ffull-store not firing in some cases.
Safety & config
- Safer slot filtering and request cooldown.
- Config file:
config/beyondstorage.properties. - See
/bs_addon helpin-game for details.
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:aQsN4XkO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbyxka1h:aQsN4XkO"
}

