From 14202a3a2ed59289f3f099ac9666d65dc8e3690d Mon Sep 17 00:00:00 2001 From: loosewheel <76670709+loosewheel@users.noreply.github.com> Date: Thu, 24 Feb 2022 08:22:17 +1000 Subject: [PATCH] Add files via upload --- docs/breaker.txt | 12 +++++++----- docs/cannon.txt | 3 ++- docs/collector.txt | 3 ++- docs/conduit.txt | 5 ++++- docs/deployer.txt | 1 + docs/dispenser.txt | 3 ++- docs/dropper.txt | 3 ++- docs/storage.txt | 3 +++ 8 files changed, 23 insertions(+), 10 deletions(-) diff --git a/docs/breaker.txt b/docs/breaker.txt index c854f6a..1cd6ad9 100644 --- a/docs/breaker.txt +++ b/docs/breaker.txt @@ -3,11 +3,13 @@ Breaker * This block is only available if digilines and/or mesecons are loaded. Breakers dig the node up to 5 nodes directly in front of them and drop -the item at the back of them. The node is only dug if the breaker has a -tool that can dig it or if it can be dug by hand, and there are no nodes -before of it. ie. cannot dig 2nd node if 1st node has something in it. -The tool is worn if used. Also acts as a digilines conductor. If the -hopper mod is loaded, will take tools from the top and sides. +the item at the back of them, or into a pipeworks tube if one is placed +behind it. The node is only dug if the breaker has a tool that can dig it +or if it can be dug by hand, and there are no nodes before of it. ie. +cannot dig 2nd node if 1st node has something in it. The tool is worn if +used. Also acts as a digilines conductor. If the hopper mod is loaded, +will take tools from the top and sides. Pipeworks tubes can push items +into and pull items from the inventory. Only the owner can dig or access the form of the locked version. diff --git a/docs/cannon.txt b/docs/cannon.txt index b467c83..beb8b53 100644 --- a/docs/cannon.txt +++ b/docs/cannon.txt @@ -5,7 +5,8 @@ manually. Contains a single inventory slot and shoots an item on command. If the hopper mod is loaded, will take items from the top and sides, and -release them from the bottom. +release them from the bottom. Pipeworks tubes can push items into and pull +items from the inventory. Cannon rotation range: side to side - +/-60 degrees (- = left, + = right) diff --git a/docs/collector.txt b/docs/collector.txt index 4788b6a..9b87932 100644 --- a/docs/collector.txt +++ b/docs/collector.txt @@ -4,7 +4,8 @@ Collector Picks up dropped items in adjacent block, with optional filtering. Also acts as a digilines conductor. If the hopper mod is loaded, will take items -from the top and sides, and release them from the bottom. +from the top and sides, and release them from the bottom. Pipeworks tubes +can push items into and pull items from the inventory. Only the owner can dig or access the form of the locked version. diff --git a/docs/conduit.txt b/docs/conduit.txt index 1b686e9..8e16549 100644 --- a/docs/conduit.txt +++ b/docs/conduit.txt @@ -10,10 +10,13 @@ This channel is both the digilines' channel and the target id of this conduit within the circuit. A conduit does not have to be given a name. Most of them are just used to connect other conduits together. -Transfer of items takes 0.1 seconds per conduit node moved. +Transfer of items takes 0.1 seconds per conduit node moved, and will work +in unloaded blocks. Also acts as a digilines conductor. If the hopper mod is loaded, will take items from the top and sides, and release them from the bottom. +Pipeworks tubes can push items into and pull items from the inventory. + Only the owner can dig or access the form of the locked version. diff --git a/docs/deployer.txt b/docs/deployer.txt index a3280c8..bbfe665 100644 --- a/docs/deployer.txt +++ b/docs/deployer.txt @@ -7,6 +7,7 @@ node is only placed if there are no nodes before of it which are not replaceable. ie. cannot place 2nd node if 1st node has something in it. Also acts as a digilines conductor. If the hopper mod is loaded, will take items from the top and sides, and release them from the bottom. +Pipeworks tubes can push items into and pull items from the inventory. Only the owner can dig or access the form of the locked version. diff --git a/docs/dispenser.txt b/docs/dispenser.txt index 8fd0c30..b2dfc23 100644 --- a/docs/dispenser.txt +++ b/docs/dispenser.txt @@ -4,7 +4,8 @@ Dispenser Contains an inventory and dispenses (with velocity) an item on command. Also acts as a digilines conductor. If the hopper mod is loaded, will take -items from the top and sides, and release them from the bottom. +items from the top and sides, and release them from the bottom. Pipeworks +tubes can push items into and pull items from the inventory. To spawn entities from dispensers include the lwcomponents_spawners mod. diff --git a/docs/dropper.txt b/docs/dropper.txt index 0a17175..4bfddb4 100644 --- a/docs/dropper.txt +++ b/docs/dropper.txt @@ -4,7 +4,8 @@ Dropper Contains an inventory and drops an item on command. Also acts as a digilines conductor. If the hopper mod is loaded, will take items from the -top and sides, and release them from the bottom. +top and sides, and release them from the bottom. Pipeworks tubes can push +items into and pull items from the inventory. Only the owner can dig or access the form of the locked version. diff --git a/docs/storage.txt b/docs/storage.txt index 0517078..6f6d560 100644 --- a/docs/storage.txt +++ b/docs/storage.txt @@ -53,6 +53,9 @@ are disposed of. Hoppers placed to the top or sides of an indexer will feed items into the input. Hoppers placed below an indexer will take items from the output. +Pipeworks tubes can push items into the input, and pull items from the +output. + Every 20 inputs the storage is consolidated to minimize fragmentation.