aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/client/REIConfig.java
diff options
context:
space:
mode:
authorDaniel She <shekwancheung0528@gmail.com>2019-02-14 14:38:18 +0100
committerGitHub <noreply@github.com>2019-02-14 14:38:18 +0100
commit4d3930cd1d0cb022c0f4908fd8bbc2df55cb21fd (patch)
tree063961a16d01e45461b61e22c9d71659a99bff05 /src/main/java/me/shedaniel/rei/client/REIConfig.java
parentb84a30d39b0f070c418b33ade4d295fee651ea47 (diff)
downloadRoughlyEnoughItems-4d3930cd1d0cb022c0f4908fd8bbc2df55cb21fd.tar.gz
RoughlyEnoughItems-4d3930cd1d0cb022c0f4908fd8bbc2df55cb21fd.tar.bz2
RoughlyEnoughItems-4d3930cd1d0cb022c0f4908fd8bbc2df55cb21fd.zip
REI Update v2.3 (#35)
* Fixes #33 * Fixes #32 * Fix #29 * Highlight Cursor * Fix #15 * Remove Unwanted Imports * Making it actually v2.3 * LOLCATS & Upside Down Lanuage + Credits Screen * better credits * Better Config * Better Config Button Handling + Campfire text using container sub-colour * Better Plugin Handling * Split ItemRegisterer out from ClientHelper * Option to disable default plugin.
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/REIConfig.java')
-rw-r--r--src/main/java/me/shedaniel/rei/client/REIConfig.java1
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 b5b798371..be4eabfeb 100644
--- a/src/main/java/me/shedaniel/rei/client/REIConfig.java
+++ b/src/main/java/me/shedaniel/rei/client/REIConfig.java
@@ -14,5 +14,6 @@ public class REIConfig {
public String giveCommandPrefix = "/give";
public boolean checkUpdates = true;
public boolean mirrorItemPanel = false;
+ public boolean loadDefaultPlugin = true;
}