aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
diff options
context:
space:
mode:
authorAntifluxfield <lyj_299792458@163.com>2017-10-30 19:17:00 +0800
committerAntifluxfield <lyj_299792458@163.com>2017-10-30 19:17:00 +0800
commit78aa11bd38ae3229c89f348034d165fb9a5c631c (patch)
treec2e038dd17865f07d41a93df8d285e2031a7027a /src/main/java/gregtech/common
parent1e8189e5f9a984f962d64fe92883a564d0d92569 (diff)
downloadGT5-Unofficial-78aa11bd38ae3229c89f348034d165fb9a5c631c.tar.gz
GT5-Unofficial-78aa11bd38ae3229c89f348034d165fb9a5c631c.tar.bz2
GT5-Unofficial-78aa11bd38ae3229c89f348034d165fb9a5c631c.zip
Another config to control wire connections, and disable them by default.
Diffstat (limited to 'src/main/java/gregtech/common')
-rw-r--r--src/main/java/gregtech/common/GT_Proxy.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/GT_Proxy.java b/src/main/java/gregtech/common/GT_Proxy.java
index 2541ec4e1d..83e5396810 100644
--- a/src/main/java/gregtech/common/GT_Proxy.java
+++ b/src/main/java/gregtech/common/GT_Proxy.java
@@ -202,7 +202,8 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
public boolean enableGCOres = true;
public boolean enableUBOres = true;
public boolean gt6Pipe = true;
- public boolean costlyCableConnection = true;
+ public boolean gt6Cable = false;
+ public boolean costlyCableConnection = false;
public GT_Proxy() {
GameRegistry.registerFuelHandler(this);