diff --git a/pages/Fluid-Pump.md b/pages/Fluid-Pump.md index bc78717da..2e8b4092e 100644 --- a/pages/Fluid-Pump.md +++ b/pages/Fluid-Pump.md @@ -1,6 +1,6 @@ -The Fluid Pump is an [Electric Machine](https://github.com/Slimefun/Slimefun4/wiki/Electric-Machines) which can be used to collect fluids from the nearby environment. -This can be used to obtain an infinite source of both water and lava, which can be very useful. -Do note you have to provide the machine with a constant supply of empty buckets. +The Fluid Pump is an [Electric Machine](https://github.com/Slimefun/Slimefun4/wiki/Electric-Machines) which collects contiguous lava and water source blocks in a "vein". +The machine will continue to collect lava and water as long as it is powered and supplied with buckets and as long as there are source blocks remaining within 42 blocks' distance. +By building a system to replenish the source, this can be used to obtain an infinite source of both water and lava, which can be very useful. ## FLuid Pump Tiers There is currently only one tier of the Fluid Pump. diff --git a/pages/Input-Node.md b/pages/Input-Node.md index 891362cf4..13b53a150 100644 --- a/pages/Input-Node.md +++ b/pages/Input-Node.md @@ -4,7 +4,7 @@ An Input Node is the component of a [cargo network](https://github.com/Slimefun/ Input nodes can be crafted in groups of two in an [Enhanced Crafting Table](https://github.com/Slimefun/Slimefun4/wiki/Enhanced-Crafting-Table). ## Usage -Input nodes move items from the container on which they are placed into the network, as long as there is an available matching output node in the network. +Input nodes move items from the container on which they are placed into the network, as long as there is an available matching output node in the network. Specifically, every SF tick, the input node attempts to move the first matching item in the container. ### Placement A cargo input node must be placed (shift-right click) onto a container or [machine](https://github.com/Slimefun/Slimefun4/wiki/Electric-Machines), and aligned within 6 blocks of a [cargo manager](https://github.com/Slimefun/Slimefun4/wiki/Cargo-Manager) or a [connector](https://github.com/Slimefun/Slimefun4/wiki/Connector-Node) in range of one (no diagonals).