diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-06-03 17:33:19 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-06-03 17:33:19 +0800 |
| commit | 9fd25621c2b9993666ce8e00bacbe52a18136b95 (patch) | |
| tree | a99ed32a7c293b0098f340c9b4d2ba03d7b037bd /src/main/java/me/shedaniel/rei/client/ConfigObject.java | |
| parent | e61b1e86e6fe8949616a3dbea14ba3ee7ce31b32 (diff) | |
| download | RoughlyEnoughItems-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.java | 2 |
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; |
