HomeJavaModsBuilding Gadget Refined Storage Bridge
Building Gadget Refined Storage Bridge
ModsJava

Building Gadget Refined Storage Bridge

by r4ai · on Modrinth

Adds a bridge allowing Building Gadgets to insert and extract items/fluids from Refined Storage 2 networks. Free Minecraft Java mod for 1.21.1, 1.21.2…

⬇ Download on Modrinth

Building Gadget Refined Storage Bridge

日本語版は README_ja.md を参照してください。

A Kotlin-based mod for NeoForge 1.21.1.

Adds the refined_storage_bridge block. By specifying this block as the bind to inventory target in Building Gadgets 2, the Building Gadget can insert and extract items and fluids from a Refined Storage 2 network.

Prerequisites

Usage

  1. Build a Refined Storage 2 network and connect the refined_storage_bridge block to a cable.
  2. While holding a Building Gadget, right-click the bridge block to bind to inventory.
  3. When placing or exchanging blocks with the Gadget, items will be pulled from the RS network.
  4. Removed blocks are returned to the RS network.

Checking Status

Right-clicking the bridge block with an empty hand shows the current connection state.

Display State
Connected Successfully connected to the RS network
Disconnected The cable is disconnected or no network was found
Inactive The network does not have enough power

When power stops or the cable is cut, the bridge immediately halts operation (fail-closed).

Inventory layout rebuilds are batched at most once per ~1 second, even during continuous network updates. Actual item insertion and extraction continue to work normally in the meantime, but there may be a slight delay before the item count and sort order are reflected in the GUI.

Limitations

Development

Installation

  1. Run ./gradlew build.
  2. Place the generated jar from build/libs/ into the Minecraft mods/ folder.
build/libs/
├── refined_storage_bridge-<version>.jar         ← place this in mods/
└── refined_storage_bridge-<version>-sources.jar ← sources (optional)
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more