diff options
| author | Daniel She <shekwancheung0528@gmail.com> | 2019-02-02 01:16:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-02 01:16:40 +0800 |
| commit | 86c42f4dd2216504351b89e4e9cb99991e9c9dcd (patch) | |
| tree | d7901ff656a67b4b3a3824acdc3b4acafde89909 /src/main/java/me/shedaniel/rei/client/REIConfig.java | |
| parent | 3db5c8241fd69b3de88f59314613ea43440e09f4 (diff) | |
| download | RoughlyEnoughItems-86c42f4dd2216504351b89e4e9cb99991e9c9dcd.tar.gz RoughlyEnoughItems-86c42f4dd2216504351b89e4e9cb99991e9c9dcd.tar.bz2 RoughlyEnoughItems-86c42f4dd2216504351b89e4e9cb99991e9c9dcd.zip | |
Update Checker (#25)
* WIP Update Checker (Not working)
* Pushed this for testing
* Working as intended
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/REIConfig.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/client/REIConfig.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/client/REIConfig.java b/src/main/java/me/shedaniel/rei/client/REIConfig.java index 49ccb1dec..cdb5df330 100644 --- a/src/main/java/me/shedaniel/rei/client/REIConfig.java +++ b/src/main/java/me/shedaniel/rei/client/REIConfig.java @@ -12,5 +12,6 @@ public class REIConfig { public boolean enableCraftableOnlyButton = true; public boolean sideSearchField = false; public String giveCommandPrefix = "/give"; + public boolean checkUpdates = true; } |
