aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-07-21 22:22:20 +0900
committerGitHub <noreply@github.com>2022-07-21 20:22:20 +0700
commit48e6a5fde81f33d3ff4cb2ef610c39abd33a5821 (patch)
treeb5e84be66555b518271b698fce6b590283066823 /src/main/java/gregtech/common
parentaf82678c1a50db2fc12dc56b77fc521085f289d7 (diff)
downloadGT5-Unofficial-48e6a5fde81f33d3ff4cb2ef610c39abd33a5821.tar.gz
GT5-Unofficial-48e6a5fde81f33d3ff4cb2ef610c39abd33a5821.tar.bz2
GT5-Unofficial-48e6a5fde81f33d3ff4cb2ef610c39abd33a5821.zip
Show voltage tier of transformer for Waila (#1148)
Diffstat (limited to 'src/main/java/gregtech/common')
-rw-r--r--src/main/java/gregtech/common/GT_Proxy.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/gregtech/common/GT_Proxy.java b/src/main/java/gregtech/common/GT_Proxy.java
index 71063949fe..e4f3051b02 100644
--- a/src/main/java/gregtech/common/GT_Proxy.java
+++ b/src/main/java/gregtech/common/GT_Proxy.java
@@ -306,6 +306,11 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
public boolean mNEIRecipeOwnerStackTrace = false;
/**
+ * This enables showing voltage tier of transformer for Waila, instead of raw voltage number
+ */
+ public boolean mWailaTransformerVoltageTier = true;
+
+ /**
* What is the order of the circuits when they are selected?
*/
public Map<String, Integer> mCircuitsOrder = new HashMap<>();