aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/tectech/thing/metaTileEntity/multi/MTEEyeOfHarmony.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/tectech/thing/metaTileEntity/multi/MTEEyeOfHarmony.java')
-rw-r--r--src/main/java/tectech/thing/metaTileEntity/multi/MTEEyeOfHarmony.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/main/java/tectech/thing/metaTileEntity/multi/MTEEyeOfHarmony.java b/src/main/java/tectech/thing/metaTileEntity/multi/MTEEyeOfHarmony.java
index bb798b9b2c..403208a393 100644
--- a/src/main/java/tectech/thing/metaTileEntity/multi/MTEEyeOfHarmony.java
+++ b/src/main/java/tectech/thing/metaTileEntity/multi/MTEEyeOfHarmony.java
@@ -976,7 +976,7 @@ public class MTEEyeOfHarmony extends TTMultiblockBase implements IConstructable,
.addInfo("engineering. Certified Time Lord regulation compliant. This multi uses too much EU")
.addInfo("to be handled with conventional means. All EU requirements are handled directly by")
.addInfo("your wireless EU network.")
- .addLineSeparator(EnumChatFormatting.GOLD, 87)
+ .addSeparator(EnumChatFormatting.GOLD, 87)
.addInfo("This multiblock will constantly consume hydrogen and helium when it is not running a")
.addInfo("recipe once per second. It will store this internally, you can see the totals by")
.addInfo("using a scanner. This multi also has three tiered blocks with " + RED + 9 + GRAY + " tiers")
@@ -1030,24 +1030,24 @@ public class MTEEyeOfHarmony extends TTMultiblockBase implements IConstructable,
+ "%"
+ GRAY
+ " per tier (additive).")
- .addLineSeparator(EnumChatFormatting.GOLD, 87)
+ .addSeparator(EnumChatFormatting.GOLD, 87)
.addInfo("Going over a recipe requirement on hydrogen or helium has a penalty on yield and recipe chance.")
.addInfo("All stored hydrogen and helium is consumed during a craft. The associated formulas are:")
.addInfo(GREEN + "Overflow ratio = (Stored fluid / Recipe requirement) - 1")
.addInfo(GREEN + "Adjustment value = 1 - exp(-(30 * Overflow ratio)^2)")
.addInfo("The Adjustment value is then subtracted from the total yield and recipe chance.")
- .addLineSeparator(EnumChatFormatting.GOLD, 87)
+ .addSeparator(EnumChatFormatting.GOLD, 87)
.addInfo("It should be noted that base recipe chance is determined per recipe and yield always starts")
.addInfo("at 1 and subtracts depending on penalties. All fluid/item outputs are multiplied by the")
.addInfo("yield. Failure fluid is exempt.")
- .addLineSeparator(EnumChatFormatting.GOLD, 87)
+ .addSeparator(EnumChatFormatting.GOLD, 87)
.addInfo("This multiblock can only output to ME output buses/hatches.")
- .addLineSeparator(EnumChatFormatting.GOLD, 87)
+ .addSeparator(EnumChatFormatting.GOLD, 87)
.addInfo("This multiblock can be overclocked by placing a programmed circuit into the input bus.")
.addInfo(
"E.g. A circuit of 2 will provide 2 OCs, 16x EU input and 0.25x the time. EU output is unaffected.")
.addInfo("All outputs are equal. All item and fluid output chances & amounts per recipe are unaffected.")
- .addLineSeparator(EnumChatFormatting.GOLD, 87)
+ .addSeparator(EnumChatFormatting.GOLD, 87)
.addInfo(
"If a recipe fails the EOH will output " + GREEN
+ "Success chance * "
@@ -1060,14 +1060,14 @@ public class MTEEyeOfHarmony extends TTMultiblockBase implements IConstructable,
.addInfo(
MaterialsUEVplus.SpaceTime.getLocalizedNameForItem("%material")
+ " instead of fluid/item outputs and output as much EU as a successful recipe.")
- .addLineSeparator(EnumChatFormatting.GOLD, 87)
+ .addSeparator(EnumChatFormatting.GOLD, 87)
.addInfo(
"This multiblock can perform parallel processing by placing Astral Array Fabricators into the input bus.")
.addInfo(
"They are stored internally and can be retrieved via right-clicking the controller with a wire cutter.")
.addInfo(
"The maximum amount of stored Astral Arrays is " + formatNumbers(ASTRAL_ARRAY_LIMIT)
- + ". The amount of parallel is calculated via these formulas:")
+ + ". Parallel amount is calculated via these formulas:")
.addInfo(
GREEN + "Parallel exponent = floor(log("
+ formatNumbers(PARALLEL_FOR_FIRST_ASTRAL_ARRAY)
@@ -1095,7 +1095,7 @@ public class MTEEyeOfHarmony extends TTMultiblockBase implements IConstructable,
+ GRAY
+ ".")
.addInfo("The success or failure of each parallel is determined independently.")
- .addLineSeparator(EnumChatFormatting.GOLD, 87)
+ .addSeparator(EnumChatFormatting.GOLD, 87)
.addInfo("Animations can be disabled by using a screwdriver on the multiblock.")
.addInfo("Planet block can be inserted directly by right-clicking the controller with planet block.")
.beginStructureBlock(33, 33, 33, false)
@@ -1113,7 +1113,7 @@ public class MTEEyeOfHarmony extends TTMultiblockBase implements IConstructable,
EnumChatFormatting.GOLD + "48" + EnumChatFormatting.GRAY + " Stabilisation Field Generator.")
.addStructureInfo(
EnumChatFormatting.GOLD + "138" + EnumChatFormatting.GRAY + " Spacetime Compression Field Generator.")
- .addStructureInfo("")
+ .addStructureInfoSeparator()
.addStructureInfo("Requires " + EnumChatFormatting.GOLD + 2 + EnumChatFormatting.GRAY + " input hatches.")
.addStructureInfo("Requires " + EnumChatFormatting.GOLD + 1 + EnumChatFormatting.GRAY + " ME output hatch.")
.addStructureInfo("Requires " + EnumChatFormatting.GOLD + 1 + EnumChatFormatting.GRAY + " input bus.")