diff options
| author | Technus <daniel112092@gmail.com> | 2017-08-13 11:08:25 +0200 |
|---|---|---|
| committer | Technus <daniel112092@gmail.com> | 2017-08-13 11:08:25 +0200 |
| commit | 30a773ad44643def1fdeb49e4c6c730df82f134e (patch) | |
| tree | 85fd6137dc094b1f63ee6fa1d4551fc397de30b5 /src/main/java | |
| parent | 8e7e7a8af782bbd7a30e035bc526691a1d038d24 (diff) | |
| download | GT5-Unofficial-30a773ad44643def1fdeb49e4c6c730df82f134e.tar.gz GT5-Unofficial-30a773ad44643def1fdeb49e4c6c730df82f134e.tar.bz2 GT5-Unofficial-30a773ad44643def1fdeb49e4c6c730df82f134e.zip | |
More descriptive
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java index 1d81287007..1276e31622 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java @@ -203,7 +203,7 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB for(int i = 0 ; i < tRecipe.mFluidInputs.length ; i++){ tNBT.setTag("f"+i, tRecipe.mFluidInputs[i].writeToNBT(new NBTTagCompound())); } - tNBT.setString("author", "EM Assembling Line Recipe Generator"); + tNBT.setString("author", EnumChatFormatting.BLUE + "Tec" + EnumChatFormatting.DARK_BLUE + "Tech" + EnumChatFormatting.WHITE +" Assembling Line Recipe Generator"); NBTTagList tNBTList = new NBTTagList(); tNBTList.appendTag(new NBTTagString("Construction plan for "+tRecipe.mOutput.stackSize+" "+GT_LanguageManager.getTranslation(tRecipe.mOutput.getDisplayName())+". Needed EU/t: "+tRecipe.mEUt+" Production time: "+(tRecipe.mDuration/20))); for(int i=0;i<tRecipe.mInputs.length;i++){ |
