From 0d7431e4981226aba9d8011d76eabfb03d134499 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 21 Mar 2019 21:15:10 +0800 Subject: Large v2.5 Update --- src/main/java/me/shedaniel/rei/client/ConfigObject.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/java/me/shedaniel/rei/client/ConfigObject.java') diff --git a/src/main/java/me/shedaniel/rei/client/ConfigObject.java b/src/main/java/me/shedaniel/rei/client/ConfigObject.java index b1303a697..67d81b5d4 100644 --- a/src/main/java/me/shedaniel/rei/client/ConfigObject.java +++ b/src/main/java/me/shedaniel/rei/client/ConfigObject.java @@ -31,7 +31,7 @@ public class ConfigObject { @Comment("True: item panel on the left, false: on the right") public boolean mirrorItemPanel = false; - @Comment("To disable REI's defualt plugin, don't change this unless you understand what you are doing") + @Comment("To disable REI's default plugin, don't change this unless you understand what you are doing") public boolean loadDefaultPlugin = true; @Comment("Maximum recipes viewed at one time.") @@ -43,6 +43,8 @@ public class ConfigObject { @Comment("Disable Recipe Book") public boolean disableRecipeBook = false; + public boolean preferVisibleRecipes = false; + @Comment("The location of choose page dialog") public RelativePoint choosePageDialogPoint = new RelativePoint(.5, .5); -- cgit