Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify Fluid Pump and Input Node behavior #274

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/Fluid-Pump.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pages/Input-Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down