Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 months ago
Updated 2 weeks ago
All versions
0.6.5
Release
Beyond:Integration 0.6.52 weeks ago 238
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
中文
0.6.5 更新
- 适配 0.7.30 BD
- 新增原版附魔台界面支持
- 经验棒新增自定义配置,等级范围提升至 238,609,312
- 压缩物质球悬浮提示显示内部存储内容
- 新增可配置的自动充电功能,为主副手及盔甲槽的可充电物品充电,可对车万女仆的女仆生效
- 手持绑定终端/物品时点击可直接存入网络
- 对工作台 GUI 操作进行调整与优化
- 客户端可配置终端工作台按钮排序
- 服务端可配置启用的工作台界面
- 可通过
command_language配置切换配置注释文本语言
English
0.6.5 Changelog
- Added support for BD 0.7.30
- Added vanilla Enchanting Table interface
- Added custom config for XP Rod, level range increased to 238,609,312
- Compressed Matter Orb tooltip now shows internal storage
- Added configurable auto-recharge: recharges rechargeable items in main hand, off hand, and armor slots, works on Touhou Little Maid maids
- Holding a bound terminal/item and clicking inserts it into the network
- Adjusted and optimized crafting table GUI interactions
- Client config for terminal crafting table button order
- Server config for enabled crafting table interfaces
- Config comment language switchable via
command_language
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:3lrnLsFf:kdobvfC2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3lrnLsFf:kdobvfC2"
}


