aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2023-02-20 01:31:28 +0000
committerGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2023-02-20 01:31:28 +0000
commit2463f55a445a2d2a83f49071ba8358b067e0975f (patch)
tree7bb185aba06a0261d2fa8d39a9e738d196b10150 /src
parent684d3d4f737980354c5deaef6be56dc9c6e5eb87 (diff)
downloadGT5-Unofficial-2463f55a445a2d2a83f49071ba8358b067e0975f.tar.gz
GT5-Unofficial-2463f55a445a2d2a83f49071ba8358b067e0975f.tar.bz2
GT5-Unofficial-2463f55a445a2d2a83f49071ba8358b067e0975f.zip
Fix description
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
index dad3433fc3..76d5d874ec 100644
--- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
+++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
@@ -73,6 +73,7 @@ public class GT_MetaTileEntity_EM_EyeOfHarmony extends GT_MetaTileEntity_Multibl
private static final double SPACETIME_CASING_DIFFERENCE_DISCOUNT_PERCENTAGE = 0.03;
private static final double TIME_ACCEL_DECREASE_CHANCE_PER_TIER = 0.1;
+ // % Increase in recipe chance and % decrease in yield per tier.
private static final double STABILITY_INCREASE_PROBABILITY_DECREASE_YIELD_PER_TIER = 0.05;
private String userUUID = "";
@@ -913,8 +914,8 @@ public class GT_MetaTileEntity_EM_EyeOfHarmony extends GT_MetaTileEntity_Multibl
.addInfo("The value of adjustmentValue is then subtracted from the total yield and recipe chance.")
.addInfo(GOLD + "--------------------------------------------------------------------------------")
.addInfo("It should be noted that base recipe chance is determined per recipe and yield always starts")
- .addInfo("at recipe base chance and subtracts depending on penalities. All fluid/item outputs are")
- .addInfo("multiplied by the yield. Failure fluid is exempt.")
+ .addInfo("at 1 and subtracts depending on penalities. All fluid/item outputs are multiplied by the")
+ .addInfo("yield. Failure fluid is exempt.")
.addInfo(GOLD + "--------------------------------------------------------------------------------")
.addInfo("This multiblock can only output to ME output busses/hatches. If no space in the network")
.addInfo(