diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2023-03-18 20:31:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-18 20:31:41 +0100 |
commit | fa4bf11a33e33ae066020613b0e22eefbd023005 (patch) | |
tree | 80c64522162c589992f5cb4ff4e97b11ea50c60d /src/main/java/kubatech/api/Variables.java | |
parent | 58d7c14bcdde9ec484705e3ae98656ab9f136e09 (diff) | |
download | GT5-Unofficial-fa4bf11a33e33ae066020613b0e22eefbd023005.tar.gz GT5-Unofficial-fa4bf11a33e33ae066020613b0e22eefbd023005.tar.bz2 GT5-Unofficial-fa4bf11a33e33ae066020613b0e22eefbd023005.zip |
Extreme Industrial Greenhouse GUI improvements (#62)
* Improve EIG GUI
* Render amount on the item
Diffstat (limited to 'src/main/java/kubatech/api/Variables.java')
-rw-r--r-- | src/main/java/kubatech/api/Variables.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/kubatech/api/Variables.java b/src/main/java/kubatech/api/Variables.java index bc67003a68..fd1c8564d5 100644 --- a/src/main/java/kubatech/api/Variables.java +++ b/src/main/java/kubatech/api/Variables.java @@ -31,13 +31,13 @@ public class Variables { } public static final String StructureHologram = "To see the structure, use a " + EnumChatFormatting.BLUE - + "Tec" + + "Structure" + EnumChatFormatting.DARK_BLUE - + "Tech" + + "Lib" + EnumChatFormatting.RESET + "" + EnumChatFormatting.GRAY - + " Blueprint on the Controller!"; + + " Hologram Projector on the Controller!"; public static final double ln4 = Math.log(4d); public static final double ln2 = Math.log(2d); |