Add files via upload

This commit is contained in:
loosewheel
2022-02-24 08:22:17 +10:00
committed by GitHub
parent 3150c50312
commit 14202a3a2e
8 changed files with 23 additions and 10 deletions

View File

@@ -3,11 +3,13 @@ Breaker
* This block is only available if digilines and/or mesecons are loaded. * 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 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 the item at the back of them, or into a pipeworks tube if one is placed
tool that can dig it or if it can be dug by hand, and there are no nodes behind it. The node is only dug if the breaker has a tool that can dig it
before of it. ie. cannot dig 2nd node if 1st node has something in it. or if it can be dug by hand, and there are no nodes before of it. ie.
The tool is worn if used. Also acts as a digilines conductor. If the cannot dig 2nd node if 1st node has something in it. The tool is worn if
hopper mod is loaded, will take tools from the top and sides. 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. Only the owner can dig or access the form of the locked version.

View File

@@ -5,7 +5,8 @@ manually.
Contains a single inventory slot and shoots an item on command. 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 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: Cannon rotation range:
side to side - +/-60 degrees (- = left, + = right) side to side - +/-60 degrees (- = left, + = right)

View File

@@ -4,7 +4,8 @@ Collector
Picks up dropped items in adjacent block, with optional filtering. Also 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 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. Only the owner can dig or access the form of the locked version.

View File

@@ -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. 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. 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 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. 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. Only the owner can dig or access the form of the locked version.

View File

@@ -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. 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 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. 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. Only the owner can dig or access the form of the locked version.

View File

@@ -4,7 +4,8 @@ Dispenser
Contains an inventory and dispenses (with velocity) an item on command. 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 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. To spawn entities from dispensers include the lwcomponents_spawners mod.

View File

@@ -4,7 +4,8 @@ Dropper
Contains an inventory and drops an item on command. Also acts as a 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 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. Only the owner can dig or access the form of the locked version.

View File

@@ -53,6 +53,9 @@ are disposed of.
Hoppers placed to the top or sides of an indexer will feed items into the 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. 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. Every 20 inputs the storage is consolidated to minimize fragmentation.