aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_Proxy.java
diff options
context:
space:
mode:
authorboubou_19 <miisterunknown@gmail.com>2021-11-23 17:16:49 +0100
committerboubou_19 <miisterunknown@gmail.com>2021-11-23 17:16:49 +0100
commita3d67f1a3e48b38a2e459643a95a88034b84ec04 (patch)
tree535c127721c15e119587547ff206eeef7d46f5cc /src/main/java/gregtech/common/GT_Proxy.java
parente6a9dd1221c2f822383000f7dbf4481e1f768b84 (diff)
downloadGT5-Unofficial-a3d67f1a3e48b38a2e459643a95a88034b84ec04.tar.gz
GT5-Unofficial-a3d67f1a3e48b38a2e459643a95a88034b84ec04.tar.bz2
GT5-Unofficial-a3d67f1a3e48b38a2e459643a95a88034b84ec04.zip
added configs to disabled dirt particles and pollution fog rendering
Diffstat (limited to 'src/main/java/gregtech/common/GT_Proxy.java')
-rw-r--r--src/main/java/gregtech/common/GT_Proxy.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/java/gregtech/common/GT_Proxy.java b/src/main/java/gregtech/common/GT_Proxy.java
index 40716a2fa6..1d3b5c8213 100644
--- a/src/main/java/gregtech/common/GT_Proxy.java
+++ b/src/main/java/gregtech/common/GT_Proxy.java
@@ -236,6 +236,16 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
*/
public boolean mRenderIndicatorsOnHatch = true;
+ /**
+ * This enables the rendering of dirt particles if pollution is enabled too
+ */
+ public boolean mRenderDirtParticles = true;
+
+ /**
+ * This enables the rendering of the pollution fog if pollution is enabled too
+ */
+ public boolean mRenderPollutionFog = true;
+
public static final int GUI_ID_COVER_SIDE_BASE = 10; // Takes GUI ID 10 - 15
public static Map<String, Integer> oreDictBurnTimes = new HashMap<>();