aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/bartimaeusnek/bartworks/neiHandler/BW_NEI_BioVatHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/neiHandler/BW_NEI_BioVatHandler.java b/src/main/java/com/github/bartimaeusnek/bartworks/neiHandler/BW_NEI_BioVatHandler.java
index 1ae67d1360..fb1ce389df 100644
--- a/src/main/java/com/github/bartimaeusnek/bartworks/neiHandler/BW_NEI_BioVatHandler.java
+++ b/src/main/java/com/github/bartimaeusnek/bartworks/neiHandler/BW_NEI_BioVatHandler.java
@@ -120,7 +120,7 @@ public class BW_NEI_BioVatHandler extends GT_NEI_DefaultHandler {
} else if (tSpecialA[1] == -200 && GT_Mod.gregtechproxy.mEnableCleanroom) {
drawText(10, lines[7], this.trans("160", "Needs Cleanroom"), -16777216);
} else if (tSpecialA[1] == -300 && GT_Mod.gregtechproxy.mEnableCleanroom) {
- drawText(10, lines[7], this.trans("160", "Needs Cleanroom & LowGrav"), -16777216);
+ drawText(10, lines[7], this.trans("160.1", "Needs Cleanroom & LowGrav"), -16777216);
} else if (tSpecialA[1] == -400) {
drawText(10, lines[7], this.trans("216", "Deprecated Recipe"), -16777216);
} else if (GT_Utility.isStringValid(this.mRecipeMap.mNEISpecialValuePre)