diff options
author | NotAPenguin <michiel.vandeginste@gmail.com> | 2024-09-22 19:47:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-22 17:47:29 +0000 |
commit | e14fd93609659e983caa3353c1de4c8e2f034f01 (patch) | |
tree | 6bede7106f4666b8f8cdfbb6301b516974de78d5 /src/main/java/gregtech/common/tileentities/machines/multi | |
parent | e35cabae267e6f215689fcd668393e4acc79e638 (diff) | |
download | GT5-Unofficial-e14fd93609659e983caa3353c1de4c8e2f034f01.tar.gz GT5-Unofficial-e14fd93609659e983caa3353c1de4c8e2f034f01.tar.bz2 GT5-Unofficial-e14fd93609659e983caa3353c1de4c8e2f034f01.zip |
Waterline tweaks (#3256)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/gregtech/common/tileentities/machines/multi')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/purification/MTEPurificationUnitUVTreatment.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/purification/MTEPurificationUnitUVTreatment.java b/src/main/java/gregtech/common/tileentities/machines/multi/purification/MTEPurificationUnitUVTreatment.java index 1ab8122d17..464beb7cc8 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/purification/MTEPurificationUnitUVTreatment.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/purification/MTEPurificationUnitUVTreatment.java @@ -255,6 +255,7 @@ public class MTEPurificationUnitUVTreatment extends MTEPurificationUnitBase<MTEP .addInfo("Removing a lens too early will fail the recipe.") .addInfo("Find the order of lenses in the recipe in NEI,") .addInfo("or use a portable scanner to view the currently requested lens.") + .addInfo("The recipe always starts at the Orundum Lens") .addSeparator() .addInfo( EnumChatFormatting.AQUA + "" |