From a8368a2f7efd5dbdc9f58a4df4fd0ad99ba01144 Mon Sep 17 00:00:00 2001 From: Alex Moon Date: Wed, 14 Feb 2024 11:11:38 +0000 Subject: [PATCH 1/2] Added technical detail on "Input Node" --- pages/Input-Node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). From 37478e9c09247979930e936852a43d4ec843bd0a Mon Sep 17 00:00:00 2001 From: Alex Moon Date: Mon, 4 Mar 2024 11:46:40 +0000 Subject: [PATCH 2/2] Update Fluid Pump page as per discussion in #bugs --- pages/Fluid-Pump.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.