promotional bannermobile promotional banner

Proxies

A mod that adds passive blocks that redirect intentory interactions to the targeted block.
Using filtered proxies you can create simple sorting systems that are both fast and easy to understand. The filters on the right are black lists so all items that don't fit any other category can go there. (Faster and more efficient designs are possible)

Using filtered proxies you can create simple sorting systems that are both fast and easy to understand. The filters on the right are black lists so all items that don't fit any other category can go there. (Faster and more efficient designs are possible)

Proxies can be used for transporting items more quickly than you otherwise could. That's can have as many hoppers as you want pull or push from a single block.

Proxies can be used for transporting items more quickly than you otherwise could. That's can have as many hoppers as you want pull or push from a single block.

Note that the proxies still point to the furnace, because you are trying to pull from the furnace. For extracting items the direction of the arrows is the opposite of the item flow.

Note that the proxies still point to the furnace, because you are trying to pull from the furnace. For extracting items the direction of the arrows is the opposite of the item flow.

Unnecessarily complicated? Yes, but it's just an example.

Unnecessarily complicated? Yes, but it's just an example.

Description

Proxies

About

This mod adds proxies. What are proxies? Proxies are completely passive blocks that target another block and do nothing on their own. However, when something tries to interact with a proxy's inventory, tank, or energy storage, the interaction is transparently redirected to the targeted block instead.

Proxies can target other proxies, forming chains, and since they are just plain blocks they work with anything that uses the standard capabilities: hoppers, pipes, cables, machines, and so on. Together with filtered proxies this makes it possible to build item transport and sorting systems that are much simpler and more compact than usual, without the mod actively doing anything itself.

A simple item proxy based filter system

The Blocks

Proxies come in three flavors, one for each of the standard capability types:

  • Item Proxies redirect item handlers (inventories)
  • Fluid Proxies redirect fluid handlers (tanks)
  • Energy Proxies redirect energy storage (FE)

Each flavor comes in several variants:

  • Regular proxies always access the side of the block they target.
  • Side-Preserving proxies access the target on the same side the proxy itself was accessed from, preserving sidedness for machines like furnaces.
  • Null-Sided proxies access the target on… "the null-side of the block"?? (The side-less internal view a block exposes when no particular side is asked for.)
  • Junction proxies can be accessed from and pass through any side, allowing multiple proxy chains to cross through a single block.
  • Filtered proxies (items and fluids) have a small GUI with filter slots and whitelist/blacklist settings, restricting what may pass through.
  • Mergers combine the inventories, tanks, or energy storages of the two blocks on either side into one big one.

Configuration

The mod has a small server config with a chain_length_limit (how long proxy chains may get) and banned_proxy_targets (block entities that may not be targeted). It can be edited in-game via the built-in config screen (in singleplayer, or as an operator), or in the instance's config folder.

Legacy

Item Proxies were a feature I originally implemented for Convenient Additions. They are a way to simplify item transport significantly without doing much by themselves.

License

This mod is released into the public domain under the Unlicense. Do whatever you want with it.

The Proxies Team

RisingBuilder tier frameprofile avatar
Owner
RisingBuilder tier icon
  • 2
    Followers
  • 8
    Projects
  • 729.2K
    Downloads

More from IAmQbView all