From a5c90bb7d4748ba2da024ce468ffeeda99bf4a0f Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 8 May 2019 00:55:25 +0800 Subject: start of 2.9 update beta --- src/main/java/me/shedaniel/rei/client/ConfigObject.java | 2 ++ 1 file changed, 2 insertions(+) (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 af100f3fc..3522b6f3b 100644 --- a/src/main/java/me/shedaniel/rei/client/ConfigObject.java +++ b/src/main/java/me/shedaniel/rei/client/ConfigObject.java @@ -48,6 +48,8 @@ public class ConfigObject { public boolean lightGrayRecipeBorder = false; + public RecipeScreenType screenType = RecipeScreenType.UNSET; + @Comment( "The location of choose page dialog, will automatically be set to your last location so there is no need to change this.") public RelativePoint choosePageDialogPoint = new RelativePoint(.5, .5); -- cgit