mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
Added manual entry for MFU.
This commit is contained in:
parent
0c64dd30fd
commit
645ca3e448
@ -5,3 +5,4 @@
|
|||||||
The adapter allows [computers](../general/computer.md) to interact with blocks from vanilla Minecraft or other mods. Supported blocks adjacent to the adapter will show up as components in [computers](../general/computer.md) connected to the adapter.
|
The adapter allows [computers](../general/computer.md) to interact with blocks from vanilla Minecraft or other mods. Supported blocks adjacent to the adapter will show up as components in [computers](../general/computer.md) connected to the adapter.
|
||||||
|
|
||||||
In addition to this, the adapter provides a slot for a few select upgrades. For example, the [inventory controller upgrade](../item/inventoryControllerUpgrade.md) allows computers to query more information from an inventory adjacent to the adapter, similar to when the upgrade is installed in a device (such as a [robot](robot.md) or [drone](../item/drone.md)), and a [tank controller upgrade](../item/tankControllerUpgrade.md) provides similar functionality for fluid tanks next to the adapter.
|
In addition to this, the adapter provides a slot for a few select upgrades. For example, the [inventory controller upgrade](../item/inventoryControllerUpgrade.md) allows computers to query more information from an inventory adjacent to the adapter, similar to when the upgrade is installed in a device (such as a [robot](robot.md) or [drone](../item/drone.md)), and a [tank controller upgrade](../item/tankControllerUpgrade.md) provides similar functionality for fluid tanks next to the adapter.
|
||||||
|
Furthermore, you can insert a bound [MFU](../item/mfu.md) to interact with blocks a few spaces away.
|
||||||
|
@ -43,6 +43,7 @@ Keep in mind that some of these may not be available, depending on the recipe se
|
|||||||
* [Inventory Controller](inventoryControllerUpgrade.md)
|
* [Inventory Controller](inventoryControllerUpgrade.md)
|
||||||
* [Inventory Upgrade](inventoryUpgrade.md)
|
* [Inventory Upgrade](inventoryUpgrade.md)
|
||||||
* [Leash Upgrade](leashUpgrade.md)
|
* [Leash Upgrade](leashUpgrade.md)
|
||||||
|
* [MFU](mfu.md)
|
||||||
* [Navigation Upgrade](navigationUpgrade.md)
|
* [Navigation Upgrade](navigationUpgrade.md)
|
||||||
* [Piston Upgrade](pistonUpgrade.md)
|
* [Piston Upgrade](pistonUpgrade.md)
|
||||||
* [Sign Upgrade](signUpgrade.md)
|
* [Sign Upgrade](signUpgrade.md)
|
||||||
|
@ -5,3 +5,5 @@
|
|||||||
The inventory controller upgrade provides extended inventory interaction to [robots](../block/robot.md) and [drones](drone.md). It allows the device to explicitly target slots in external inventories when dropping or sucking items. It also allows devices to read detailed information about item stacks. Lastly it provides [robots](../block/robot.md) with a means to change their equipped tool without external help.
|
The inventory controller upgrade provides extended inventory interaction to [robots](../block/robot.md) and [drones](drone.md). It allows the device to explicitly target slots in external inventories when dropping or sucking items. It also allows devices to read detailed information about item stacks. Lastly it provides [robots](../block/robot.md) with a means to change their equipped tool without external help.
|
||||||
|
|
||||||
This upgrade can also be placed in [adapters](../block/adapter.md), where it provides similar inspection methods for inventories adjacent to the [adapter](../block/adapter.md) as it does to the [robot](../block/robot.md). It does not allow the [adapter](../block/adapter.md) to move items into or out of inventories, however. This feature is only available to [robots](../block/robot.md) and [drones](drone.md).
|
This upgrade can also be placed in [adapters](../block/adapter.md), where it provides similar inspection methods for inventories adjacent to the [adapter](../block/adapter.md) as it does to the [robot](../block/robot.md). It does not allow the [adapter](../block/adapter.md) to move items into or out of inventories, however. This feature is only available to [robots](../block/robot.md) and [drones](drone.md).
|
||||||
|
|
||||||
|
See also: [Transposers](../block/transposer.md)
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
# MFU
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
This upgrade acts as a remote [adapter](../block/adapter.md). Click while sneaking onto any side of any block to bind it to a specific position. Then, place it into an adapter nearby (the range is very limited) and it will act as if the adapter was placed right next to the specific side you bound it to!
|
||||||
|
|
||||||
|
Keep in mind that keeping the remote adapter connection active uses energy.
|
@ -5,3 +5,5 @@
|
|||||||
The tank controller upgrade is to fluid tanks what the [inventory controller upgrade](inventoryControllerUpgrade.md) is to normal inventories. It allows devices to query more detailed information about tanks inside and next to them.
|
The tank controller upgrade is to fluid tanks what the [inventory controller upgrade](inventoryControllerUpgrade.md) is to normal inventories. It allows devices to query more detailed information about tanks inside and next to them.
|
||||||
|
|
||||||
This upgrade can also be installed in [adapters](../block/adapter.md), allowing [computers](../general/computer.md) connected to the [adapter](../block/adapter.md) to query information about the tanks adjacent to the [adapter](../block/adapter.md).
|
This upgrade can also be installed in [adapters](../block/adapter.md), allowing [computers](../general/computer.md) connected to the [adapter](../block/adapter.md) to query information about the tanks adjacent to the [adapter](../block/adapter.md).
|
||||||
|
|
||||||
|
See also: [Transposers](../block/transposer.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user