Back to mods
Better Beyond Dimensions project artwork

CurseForge · Minecraft mod

Better Beyond Dimensions

Adds a searchable Beyond Dimensions network sidebar to every container.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Better Beyond Dimensions release should I use?

Updated 4 days ago
Latest stable file better_beyond_dimensions-0.3.3-1.21.1.jar
Game version 1.21.1
Loader NeoForge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 1 required mods have matching files

Install Beyond Dimensions first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

1 listed on this file 1 pulled in by one of those mods
Beyond Dimensions Needed by Better Beyond Dimensions better_beyond_dimensions-0.3.3-1.21.1.jar
required
Matching file found Matched file: Beyond Dimensions 0.7.29 for 1.21.1 neoforge
Create Needed by Beyond Dimensions
pulled in
Matching file found Matched file: Create 6.0.10 for mc1.21.1

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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 AbstractContainerScreen screens.
  • 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: F for “Deposit Container” and G for “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.json and 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.

2 available setups

Check 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

8 of 8 releases match

Looking for an older file? The official CurseForge project page is in Resources.