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
|
||||
|
||||
@@ -382,7 +382,7 @@ public class BlocksFragment implements Fragment{
|
||||
table.row();
|
||||
|
||||
if(block.fullDescription != null){
|
||||
table.add(block.fullDescription);
|
||||
table.add(block.fullDescription).padLeft(5).padRight(5).width(400f).wrap().fillX();
|
||||
table.row();
|
||||
|
||||
table.addImage("white").height(3).color(Color.LIGHT_GRAY).pad(15).padLeft(0).padRight(0).fillX();
|
||||
|
||||
Reference in New Issue
Block a user