All versions
1.4.0-26.2.0-neoforge
Release
Beyond Storage Addon 1.4.0 for 26.2 neoforge2 weeks ago 63
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
本文件 / This file: 26.2 neoforge
Beyond Storage Addon v1.4.0
修复 / Fixed
- 修复搜索框聚焦时
Ctrl+F被输入保护误拦、无法触发「全部存入」的问题:Ctrl+F现在会绕过输入框保护,普通F保持防误触。 - 修复 1.21.11 / 26.1.2 / 26.2 构建中快捷键被硬编码为
F、在控制设置里改键无效的问题。 - 修复请求冷却记录只增不减导致的服务端缓慢内存增长;冷却改为按玩家全局计算,无法通过反复开关容器绕过。
- 被冷却拦截时现在会提示「操作过快」,不再静默无响应。
- 兼容层不再在初始化时创建临时维度网络,避免在存档中留下多余的网络记录。
优化 / Improved
- 「整理存入」改为每次请求只扫描一次网络内容(原来每个槽位都要完整扫描一遍),大网络、多槽位容器下明显更快。
Fixed
Ctrl+Fno longer gets swallowed by the typing guard while a search box is focused; the chord bypasses the guard while plainFstays protected.- Fixed hardcoded
Fkey on 1.21.11 / 26.1.2 / 26.2 builds ignoring user rebinds. - Fixed unbounded growth of the server-side cooldown map; cooldown is now per-player and cannot be bypassed by reopening containers.
- Cooldown-blocked requests now show a "too fast" hint instead of failing silently.
- The compatibility layer no longer instantiates a temporary Dimensions Net during startup, avoiding stray network entries in the save.
Improved
- Smart store now snapshots the network once per request instead of rescanning it per slot — much faster with large networks.
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:57fSROkd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbyxka1h:57fSROkd"
}

