ForkedProxy
ForkedProxy is a reworked version of the Integrated Proxy mod for Minecraft 1.12.2 that features code optimization and various bug fixes.
This addon for the Integrated Dynamics modification provides a unique ability to redirect block actions to remote positions in the world.
How It Works
The mod adds only one block - the access proxy, whose functionality can be seen in the interface image. The top right corner displays the proxy's current target. Below is a field for setting the time interval in ticks during which the system checks for changes in the target position (the start delay is random, but this feature can be disabled in the settings).
The center button allows switching positioning modes:
- Relative Mode: target coordinates are calculated relative to the proxy block's location (for example, Y=5 means a position 5 blocks higher).
- Absolute Mode: world coordinates are used (Y=5 corresponds to level 5 on the world's vertical axis).
The X, Y, Z variable slots accept integer variable cards, dynamically changing the target position according to the selected mode.
An additional Display slot allows placing variable cards of any type - their values will be displayed at the target position similar to information panels. As with display panels, you can use a wrench to change the orientation of the displayed value.
Compatibility
The current version lacks proper functionality with Redstone Writer and light panels (naturally, display panels are not supported). Other Integrated Dynamics components work stable. If problems are detected, it's recommended to report them on the project's GitHub.
Usage Examples
Remote block data reading through access proxy.
Block destruction at significant distances using Integrated Tunnels.
Item dropping into target position through Integrated Tunnels.
Particle creation at specified location.
Scanning mobs and other objects in the target area.
Interaction with storage at a distance through Integrated Tunnels.
Example of dynamic target changes using variable cards.
Automated item creation with Integrated Crafting.
Variable visualization at the destination point.
Example of changing displayed information orientation.
Proxy block creation recipe.