aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/client/ConfigObject.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-06-03 17:33:19 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-06-03 17:33:19 +0800
commit9fd25621c2b9993666ce8e00bacbe52a18136b95 (patch)
treea99ed32a7c293b0098f340c9b4d2ba03d7b037bd /src/main/java/me/shedaniel/rei/client/ConfigObject.java
parente61b1e86e6fe8949616a3dbea14ba3ee7ce31b32 (diff)
downloadRoughlyEnoughItems-9fd25621c2b9993666ce8e00bacbe52a18136b95.tar.gz
RoughlyEnoughItems-9fd25621c2b9993666ce8e00bacbe52a18136b95.tar.bz2
RoughlyEnoughItems-9fd25621c2b9993666ce8e00bacbe52a18136b95.zip
Remove Perfer Visible Recipes
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/ConfigObject.java')
-rw-r--r--src/main/java/me/shedaniel/rei/client/ConfigObject.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/me/shedaniel/rei/client/ConfigObject.java b/src/main/java/me/shedaniel/rei/client/ConfigObject.java
index 4cde9df00..7b490bc52 100644
--- a/src/main/java/me/shedaniel/rei/client/ConfigObject.java
+++ b/src/main/java/me/shedaniel/rei/client/ConfigObject.java
@@ -42,8 +42,6 @@ public class ConfigObject {
@Comment("Disable Recipe Book") public boolean disableRecipeBook = false;
- public boolean preferVisibleRecipes = false;
-
@Comment("Force enable 2019 REI April Fools' joke") public boolean aprilFoolsFish2019 = false;
public ItemCheatingMode itemCheatingMode = ItemCheatingMode.REI_LIKE;