Various bugfixes / Fixed persistent inventory, block crashes

This commit is contained in:
Anuken
2018-07-08 23:59:02 -04:00
parent a0e94577fc
commit 1e8206757d
14 changed files with 102 additions and 31 deletions

View File

@@ -461,8 +461,8 @@ 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.distributor.name=Distributor
block.distributor.description=A splitter that can split items into 8 directions.
block.sorter.name=Sorter
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.overflow-gate.name=Overflow Gate