aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/GT_Mod.java
diff options
context:
space:
mode:
authorBlood-Asp <bloodasphendrik@gmail.com>2016-10-22 23:51:28 +0200
committerBlood-Asp <bloodasphendrik@gmail.com>2016-10-22 23:51:28 +0200
commitf8408d6a9beebde9da5eb9214a63207dff9cc594 (patch)
tree97cf3a59b5f13dd63d49071be54b8997a1dc973e /src/main/java/gregtech/GT_Mod.java
parent6c4f17d52edaba38d1cf4a5e1f7488c1a70c9b59 (diff)
downloadGT5-Unofficial-f8408d6a9beebde9da5eb9214a63207dff9cc594.tar.gz
GT5-Unofficial-f8408d6a9beebde9da5eb9214a63207dff9cc594.tar.bz2
GT5-Unofficial-f8408d6a9beebde9da5eb9214a63207dff9cc594.zip
quick fixes
Diffstat (limited to 'src/main/java/gregtech/GT_Mod.java')
-rw-r--r--src/main/java/gregtech/GT_Mod.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/GT_Mod.java b/src/main/java/gregtech/GT_Mod.java
index 6f9bec9eab..2e727f7250 100644
--- a/src/main/java/gregtech/GT_Mod.java
+++ b/src/main/java/gregtech/GT_Mod.java
@@ -199,7 +199,7 @@ public class GT_Mod implements IGT_Mod {
GregTech_API.sConstantEnergy = tMainConfig.get("machines", "constant_need_of_energy", true).getBoolean(false);
GregTech_API.sColoredGUI = tMainConfig.get("machines", "colored_guis_when_painted", true).getBoolean(false);
- GregTech_API.sTimber = tMainConfig.get(aTextGeneral, "timber_axe", false).getBoolean(false);
+ GregTech_API.sTimber = tMainConfig.get(aTextGeneral, "timber_axe", true).getBoolean(true);
GregTech_API.sDrinksAlwaysDrinkable = tMainConfig.get(aTextGeneral, "drinks_always_drinkable", false).getBoolean(false);
GregTech_API.sDoShowAllItemsInCreative = tMainConfig.get(aTextGeneral, "show_all_metaitems_in_creative_and_NEI", false).getBoolean(false);
GregTech_API.sMultiThreadedSounds = tMainConfig.get(aTextGeneral, "sound_multi_threading", false).getBoolean(false);