diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-04-18 00:31:32 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-04-18 00:31:32 +0800 |
| commit | 0ebb0220488b4e1c8adbb14b318efa549fa2ad26 (patch) | |
| tree | 52954274e8504e37cee039b00b9ffb49de45ac3f /src/main/java/me/shedaniel/rei/client/ConfigObject.java | |
| parent | d85653371e30d7ecc761f23af3f2333fb8f56b25 (diff) | |
| download | RoughlyEnoughItems-0ebb0220488b4e1c8adbb14b318efa549fa2ad26.tar.gz RoughlyEnoughItems-0ebb0220488b4e1c8adbb14b318efa549fa2ad26.tar.bz2 RoughlyEnoughItems-0ebb0220488b4e1c8adbb14b318efa549fa2ad26.zip | |
Update to pre3
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/ConfigObject.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/client/ConfigObject.java | 4 |
1 files changed, 3 insertions, 1 deletions
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); } |
