Added descriptions for some transportation blocks, fixed wrapping
This commit is contained in:
@@ -386,11 +386,17 @@ block.conveyor.name=Conveyor
|
||||
block.titanium-conveyor.name=Titanium Conveyor
|
||||
block.junction.name=Junction
|
||||
block.splitter.name=Splitter
|
||||
block.splitter.description=Outputs items into two opposite directions immediately after they are recieved.
|
||||
block.router.name=Router
|
||||
block.router.description=Splits items into all 4 directions. Can store items as a buffer.
|
||||
block.multiplexer.name=Multiplexer
|
||||
block.multiplexer.description=A router that can split items into 8 directions.
|
||||
block.sorter.name=Sorter
|
||||
block.overflowgate.name=Overflowgate
|
||||
block.sorter.description=Sorts items. If an item matches the selection, it is allowed to pass. Otherwise, the item is outputted to the left and right.
|
||||
block.overflowgate.name=Overflow Gate
|
||||
block.overflowgate.description=A combination splitter and router that only outputs to the left and right if the front path is blocked.
|
||||
block.bridgeconveyor.name=Bridge Conveyor
|
||||
block.bridgeconveyor.description=A conveyor that can go over other blocks, for up to two total blocks.
|
||||
block.smelter.name=Smelter
|
||||
block.arc-smelter.name=Arc Smelter
|
||||
block.silicon-smelter.name=Silicon Smelter
|
||||
|
||||
Reference in New Issue
Block a user