aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_Proxy.java
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2021-07-30 11:54:50 +0200
committerGitHub <noreply@github.com>2021-07-30 11:54:50 +0200
commit0f7a5c79f0941195d078b1877cd876b1d73b2b33 (patch)
tree7029c33c0ffb93a1b911ae3395af424ceb7e7743 /src/main/java/gregtech/common/GT_Proxy.java
parent2bff27eca61fd5d19f64969f67442c3a55175d3e (diff)
parentea5c515f4769fa83f4eb6268f0b8048f76fbb0ac (diff)
downloadGT5-Unofficial-0f7a5c79f0941195d078b1877cd876b1d73b2b33.tar.gz
GT5-Unofficial-0f7a5c79f0941195d078b1877cd876b1d73b2b33.tar.bz2
GT5-Unofficial-0f7a5c79f0941195d078b1877cd876b1d73b2b33.zip
Merge pull request #551 from GTNewHorizons/structurelib-integration
StructureLib integration
Diffstat (limited to 'src/main/java/gregtech/common/GT_Proxy.java')
-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 e35661a617..82dd4e3ba2 100644
--- a/src/main/java/gregtech/common/GT_Proxy.java
+++ b/src/main/java/gregtech/common/GT_Proxy.java
@@ -252,6 +252,11 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
*/
public boolean mRenderGlowTextures = true;
+ /**
+ * Render flipped textures
+ */
+ public boolean mRenderFlippedMachinesFlipped = true;
+
public static final int GUI_ID_COVER_SIDE_BASE = 10; // Takes GUI ID 10 - 15
public static Map<String, Integer> oreDictBurnTimes = new HashMap<>();