From 0ebb0220488b4e1c8adbb14b318efa549fa2ad26 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 18 Apr 2019 00:31:32 +0800 Subject: Update to pre3 --- 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 1d07f4ef3..7ecf00660 100644 --- a/src/main/java/me/shedaniel/rei/client/ConfigObject.java +++ b/src/main/java/me/shedaniel/rei/client/ConfigObject.java @@ -54,7 +54,9 @@ public class ConfigObject { public ItemCheatingMode itemCheatingMode = ItemCheatingMode.REI_LIKE; - @Comment("The location of choose page dialog") + public boolean lightGrayRecipeBorder = false; + + @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