aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-02-24 01:17:46 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-02-24 01:17:46 +1000
commit57f1e0d07ae47ac23071105c6fb152431c525cf1 (patch)
treeb3a196ca497d2ef0a8e591525020d74f378bf7d8 /src/Java/gtPlusPlus/xmod/gregtech/common
parentf62cc3c4487beae950e21b939a48dc7fc782923d (diff)
downloadGT5-Unofficial-57f1e0d07ae47ac23071105c6fb152431c525cf1.tar.gz
GT5-Unofficial-57f1e0d07ae47ac23071105c6fb152431c525cf1.tar.bz2
GT5-Unofficial-57f1e0d07ae47ac23071105c6fb152431c525cf1.zip
$ Forgot a fucking comma.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
index a002323590..4b18035a2b 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
@@ -69,7 +69,7 @@ public class GregtechMTE_NuclearReactor extends GT_MetaTileEntity_MultiBlockBase
"Outputs U233 every 10 seconds, on average",
"Input Fluorine and Helium for bonus byproducts",
"Input Li2BeF4 and a molten salt as fuel.",
- "LiFBeF2ThF4UF4, LiFBeF2ZrF4UF4 or LiFBeF2ZrF4U235"
+ "LiFBeF2ThF4UF4, LiFBeF2ZrF4UF4 or LiFBeF2ZrF4U235",
CORE.GT_Tooltip};
}