diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-05-12 21:15:42 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-05-12 21:15:42 +1000 |
commit | 74cbb7d6c9dd8b2cf3d856d9483b464dbdd3a4e1 (patch) | |
tree | b21111072900e0d6e4029521e8e16fff7838e0e8 /src/Java/gtPlusPlus/core/handler | |
parent | 4ec6e52b0bb07c2f605212b9bab0b392a71f3147 (diff) | |
download | GT5-Unofficial-74cbb7d6c9dd8b2cf3d856d9483b464dbdd3a4e1.tar.gz GT5-Unofficial-74cbb7d6c9dd8b2cf3d856d9483b464dbdd3a4e1.tar.bz2 GT5-Unofficial-74cbb7d6c9dd8b2cf3d856d9483b464dbdd3a4e1.zip |
% Book Formatting.
$ Fixed some chemical processing recipes.
Diffstat (limited to 'src/Java/gtPlusPlus/core/handler')
-rw-r--r-- | src/Java/gtPlusPlus/core/handler/BookHandler.java | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/src/Java/gtPlusPlus/core/handler/BookHandler.java b/src/Java/gtPlusPlus/core/handler/BookHandler.java index c8522c8f49..e3789d5a6f 100644 --- a/src/Java/gtPlusPlus/core/handler/BookHandler.java +++ b/src/Java/gtPlusPlus/core/handler/BookHandler.java @@ -62,10 +62,6 @@ public class BookHandler { " \n"+ " \n"+ " \n"+ - " \n"+ - " \n"+ - " \n"+ - " \n"+ "So, when it comes to power storage you relaly have three seperate options:\n"+ " \n"+ "Battery Buffers,\n"+ @@ -167,17 +163,10 @@ public class BookHandler { + "[ ][ ][ ]\n" , //Page 5 - " \n"+ - " \n"+ - " \n"+ - " \n"+ - " \n"+ - " \n"+ - " \n"+ - " \n"+ "Fission Fuel\n"+ - "Processing Plant", - "This structure is used to produce the Molten Salts required to run a Liquid Fluorine Thorium Reactor or LFTR." + "Processing Plant"+ + "----------------------\n"+ + "This structure is used to produce the Molten Salts required to run a Liquid Fluorine Thorium Reactor [LFTR]." }); } |