diff options
author | Johannes Gäßler <updrn@student.kit.edu> | 2017-08-01 16:08:15 +0200 |
---|---|---|
committer | Johannes Gäßler <updrn@student.kit.edu> | 2017-08-01 16:08:15 +0200 |
commit | d563a92dbc1d4d27ec53d399b86f659ded46c02d (patch) | |
tree | 99a8247f50ed15770c21d1cd007a8cfa40f2343d /src/main/java/gregtech/common | |
parent | d1a106aa819120af0cb0bc0ec399f07e62ad1bba (diff) | |
download | GT5-Unofficial-d563a92dbc1d4d27ec53d399b86f659ded46c02d.tar.gz GT5-Unofficial-d563a92dbc1d4d27ec53d399b86f659ded46c02d.tar.bz2 GT5-Unofficial-d563a92dbc1d4d27ec53d399b86f659ded46c02d.zip |
Moved Synthetic Rubber requirement: EV -> IV, made it more convenient
Cable insulation works as it did before for EV cables.
IV+ Cables can be insulated with only molten Silicone.
Insulation now also works with whole Dusts at 4x the batch size.
Diffstat (limited to 'src/main/java/gregtech/common')
-rw-r--r-- | src/main/java/gregtech/common/GT_Proxy.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/GT_Proxy.java b/src/main/java/gregtech/common/GT_Proxy.java index f7ff8385ff..10ede39307 100644 --- a/src/main/java/gregtech/common/GT_Proxy.java +++ b/src/main/java/gregtech/common/GT_Proxy.java @@ -191,7 +191,7 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler { public boolean mReenableSimplifiedChemicalRecipes = false; public boolean mAMHInteraction = true; public boolean mForceFreeFace = false; - public boolean mEasierEVPlusCables = false; + public boolean mEasierIVPlusCables = false; public boolean mBrickedBlastFurnace = true; public GT_Proxy() { |