aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/client/ConfigObject.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-05-12 10:55:09 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-05-12 10:55:09 +0800
commitb99108611ea89dc0eda6c433447ce398a98ad4ad (patch)
treee490afcfe8974af8a6c65954667bf822505224d4 /src/main/java/me/shedaniel/rei/client/ConfigObject.java
parenteab120d5619f972e29afc9776959f6d6096d3926 (diff)
downloadRoughlyEnoughItems-b99108611ea89dc0eda6c433447ce398a98ad4ad.tar.gz
RoughlyEnoughItems-b99108611ea89dc0eda6c433447ce398a98ad4ad.tar.bz2
RoughlyEnoughItems-b99108611ea89dc0eda6c433447ce398a98ad4ad.zip
Build 109
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/ConfigObject.java')
-rw-r--r--src/main/java/me/shedaniel/rei/client/ConfigObject.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/me/shedaniel/rei/client/ConfigObject.java b/src/main/java/me/shedaniel/rei/client/ConfigObject.java
index 609f4d1e8..254f9ace8 100644
--- a/src/main/java/me/shedaniel/rei/client/ConfigObject.java
+++ b/src/main/java/me/shedaniel/rei/client/ConfigObject.java
@@ -44,9 +44,6 @@ public class ConfigObject {
public boolean preferVisibleRecipes = false;
- // @Comment("Enable support for old REI plugins which uses registerSpeedCraft")
- // public boolean enableLegacySpeedCraftSupport = false;
-
@Comment("Force enable 2019 REI April Fools' joke") public boolean aprilFoolsFish2019 = false;
public ItemCheatingMode itemCheatingMode = ItemCheatingMode.REI_LIKE;