aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_Proxy.java
diff options
context:
space:
mode:
authorLéa Gris <lea.gris@noiraude.net>2021-02-24 22:17:14 +0100
committerGitHub <noreply@github.com>2021-02-24 22:17:14 +0100
commit3fa7666b23d3761f2157c0190aa86d00eb676557 (patch)
treeb30ed4224a3ac370af3d77330cb27a4505e18c25 /src/main/java/gregtech/common/GT_Proxy.java
parent39b50c5f90ee97c3eb0219d3ba9aee4e9fe3e38f (diff)
parentb05f9e268a4b318f1af10cddc2dab7ee507dcef0 (diff)
downloadGT5-Unofficial-3fa7666b23d3761f2157c0190aa86d00eb676557.tar.gz
GT5-Unofficial-3fa7666b23d3761f2157c0190aa86d00eb676557.tar.bz2
GT5-Unofficial-3fa7666b23d3761f2157c0190aa86d00eb676557.zip
Merge pull request #437 from GTNewHorizons/RenderAO
feat(render): tile ambient occlusion
Diffstat (limited to 'src/main/java/gregtech/common/GT_Proxy.java')
-rw-r--r--src/main/java/gregtech/common/GT_Proxy.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/gregtech/common/GT_Proxy.java b/src/main/java/gregtech/common/GT_Proxy.java
index 181dc9fe2b..e4e3592eb3 100644
--- a/src/main/java/gregtech/common/GT_Proxy.java
+++ b/src/main/java/gregtech/common/GT_Proxy.java
@@ -253,6 +253,12 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
public boolean gt6Cable = true;
public boolean ic2EnergySourceCompat = true;
public boolean costlyCableConnection = false;
+
+ /**
+ * This enables ambient-occlusion smooth lighting on tiles
+ */
+ public boolean mRenderTileAmbientOcclusion = true;
+
public static final int GUI_ID_COVER_SIDE_BASE = 10; // Takes GUI ID 10 - 15
public static Map<String, Integer> oreDictBurnTimes = new HashMap<>();