CurseForge · Minecraft mod
Better Beyond Dimensions
Adds a searchable Beyond Dimensions network sidebar to every container.
Quick answer
Which Better Beyond Dimensions release should I use?
Better Beyond Dimensions better_beyond_dimensions-0.3.3-1.21.1.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is Better Beyond Dimensions required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Better Beyond Dimensions better_beyond_dimensions-0.3.3-1.21.1.jar need?
better_beyond_dimensions-0.3.3-1.21.1.jar. Change the file and its required mods may change too.
Install Beyond Dimensions first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.
1 extra mod was pulled in by another dependency. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Better Beyond Dimensions without breaking your instance.
Built for Better Beyond Dimensions better_beyond_dimensions-0.3.3-1.21.1.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use better_beyond_dimensions-0.3.3-1.21.1.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Beyond Dimensions first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside better_beyond_dimensions-0.3.3-1.21.1.jar. It opens that exact file at the source.
About this project
What does Better Beyond Dimensions add?
Features
- Displays a searchable Beyond Dimensions network sidebar on the left side of all
AbstractContainerScreenscreens. - The sidebar is shown only when the server confirms that the player has an available Beyond Dimensions network.
- Left-click extracts one stack from the network; right-click extracts one item. Search supports both display names and registry names.
- “Move Player Items” and “Move Container Items” independently control Shift-click behavior.
- “Deposit Container” stores items from the currently open container into the network. “Deposit Inventory” only processes the player’s main inventory; the hotbar is excluded.
- Default shortcuts:
Ffor “Deposit Container” andGfor “Deposit Inventory`. They only work while the sidebar is visible and the search box is not focused. - Player and container Shift-transfer settings are saved to the client file
config/better_beyond_dimensions-settings.jsonand synchronized with the server when a new screen is opened. - All network storage operations and Shift-click interception are validated and executed server-side.
Sidebar Display Event
SidebarDisplayEvent is fired on the client after the sidebar has been created and before it is displayed. The event can access the current Screen, disable the functionality of individual buttons, override button text or tooltips, or completely disable the sidebar for the current screen. The event only affects the current screen instance and does not modify the server-side menu.
For example, to disable “Deposit Container” on the crafting screen and change its tooltip to “Disabled”:
private static void onSidebarDisplay(SidebarDisplayEvent event)
{
if (event.getScreen() instanceof CraftingScreen)
{
event.disableButton(SidebarDisplayEvent.ButtonId.DEPOSIT_CONTAINER);
event.setButtonTooltip(
SidebarDisplayEvent.ButtonId.DEPOSIT_CONTAINER,
Component.literal("Disabled")
);
}
}
Project description from CurseForge.
Pick your setup
Better Beyond Dimensions by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader build1.20.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Better Beyond Dimensions versions and loaders
better_beyond_dimensions-0.3.3-1.21.1.jar
28 Aug 2026
better_beyond_dimensions-0.3.3-1.20.1.jar
28 Aug 2026
better_beyond_dimensions-0.3.2-1.20.1.jar
26 Aug 2026
better_beyond_dimensions-0.3.2-1.21.1.jar
26 Aug 2026
better_beyond_dimensions-0.3.1-1.20.1.jar
25 Aug 2026
better_beyond_dimensions-0.3.1-1.21.1.jar
25 Aug 2026
better_beyond_dimensions-0.3.0-1.21.1.jar
24 Aug 2026
better_beyond_dimensions-0.3.0-1.20.1.jar
24 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.