
beyond:Cmd-Extension
ArchivedThe mod extends the limited command set of Beyond Dimensions, adding comprehensive network management capabilities and additional utility features.
1.6Kdownloads
0followers
1.6Kdownloads
0followers
beyond:Cmd-Extension has been archived. beyond:Cmd-Extension will not receive any further updates unless the author decides to unarchive the project.
Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 4 months ago
Updated 2 months ago
All versions
0.4.0
Release
beyond:Cmd-Extension 0.4.02 months ago 1,469
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
v0.4.0 (2026-05-24)
Superb Warfare Integration (New ~25 files)
- Vehicle Network Binding — Hold the dimensional network terminal and right-click a vehicle to bind it to a specified network; vehicles automatically replenish ammunition and FE energy from the bound network
- Ammo System — Both PLAYER_AMMO and ITEM type ammo for vehicles support consumption from the network; infinite supply after storing creative ammo boxes into the network
- Energy Charging — Vehicles automatically extract FE energy from the bound network every tick for recharging
- Ammo Extraction — Sneak + right-click a BD network interface block to extract physical ammunition from the network into your inventory
- BD GUI Ammo Panel — Display a Superb Warfare ammo inventory panel on the right side of the BD network GUI, supporting click-to-extract ammo
- HUD Display — Display network ammo count and FE energy next to the ammo bar when holding a gun; show bound network info when driving a vehicle
- PlayerNetworkSync — Server periodically pushes network ammo/energy status to client cache
- Maid Compatibility — Touhou Little Maid maids can extract ammo from the network (both PLAYER_AMMO and ITEM types supported)
- SuperbAmmo Accessor — Inject network-level ammo data storage via
DimensionsNetMixin, with NBT persistence
Enchantment Separator Enhancements
- Enchanted Item Separation — Added ability to extract enchantments from tools/weapons/armor. Consumes experience fluid and books, outputs individual enchanted books + disenchanted base items. Added config options
enable_item_extraction(default on) anditem_multiplier(default 2.0x consumption) - Manual Separation Command — Added
/bdtools enchant separatecommand to iterate through an entire network for batch separation of enchanted books and enchanted items, returning processing statistics - Network-Level Toggle — Each network can independently toggle enchantment separation, with state persisted in network NBT. Implemented via
DimensionsNetMixin+EnchantSeparationAccessor, supporting real-time client-side toggling (ToggleEnchantSeparationPacket) - Config Migration — Enchantment separation, item blacklist, network transfer, crafting restrictions and other configs migrated from
Config.java(COMMON) toCommandConfig.java(SERVER);Config.javaremoved
Guns Without Roses Support
- GWRNetworkHelper — Extracts bullets from the network into the player's inventory
- GunItemMixin — GWR guns automatically pull bullets from the network when firing
- GatlingItemMixin — GWR gatling guns similarly support network bullet pulling when using
- MixinPlugin added
gunswithoutrosespackage name prefix filtering
Jade (Waila) Integration
- Added
jade/package with 5 new files - BD Block Info — Displays network name, ID, and storage statistics for Beyond Dimensions network blocks
- Vehicle Network Info — Displays bound network ID and custom name for vehicles
- Backward compatible with older BD versions (self-checks BD version; skips its own Jade integration when 0.7.16+ is detected)
Cloth Config GUI
- Added
ModConfigScreen.javaproviding a graphical configuration interface (soft dependency oncloth_config)
Touhou Little Maid Extension
- MaidBaubleExtension — Registers the BD network terminal as a valid bauble for maids
- NetTerminalBauble — Empty implementation of
IMaidBauble, allowing maids to equip the network terminal - MaidNetworkHelper Enhancement — Added dual-path terminal scanning from both Curios slots and the maid's built-in bauble slots
Fixes
- Fixed an issue where TACZ gun workbenches failed to craft properly in network mode when there is no network connection
- Fixed the issue where Superb Warfare virtual ammunition was not being properly saved to the network.
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:H9hiHWpB:YIJAQRGj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H9hiHWpB:YIJAQRGj"
}
