diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-04-02 20:32:07 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-04-02 20:32:07 +0800 |
| commit | 48e3131d69dad0bd06532f7c3d5bdc0c34877e83 (patch) | |
| tree | 88400e3259a72690cc5051a36466486578ebc37f /src/main/java/me/shedaniel/rei/client/ConfigObject.java | |
| parent | e997b857c5c8169cde4c5f4c677e650b83404dc3 (diff) | |
| download | RoughlyEnoughItems-48e3131d69dad0bd06532f7c3d5bdc0c34877e83.tar.gz RoughlyEnoughItems-48e3131d69dad0bd06532f7c3d5bdc0c34877e83.tar.bz2 RoughlyEnoughItems-48e3131d69dad0bd06532f7c3d5bdc0c34877e83.zip | |
v2.6.0.78
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/ConfigObject.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/client/ConfigObject.java | 3 |
1 files changed, 2 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 1a5c82bd1..2eeff84fc 100644 --- a/src/main/java/me/shedaniel/rei/client/ConfigObject.java +++ b/src/main/java/me/shedaniel/rei/client/ConfigObject.java @@ -48,7 +48,8 @@ public class ConfigObject { @Comment("Enable support for old REI plugins which uses registerSpeedCraft") public boolean enableLegacySpeedCraftSupport = false; - public boolean fish = true; + @Comment("Force enable 2019 REI April Fools' joke") + public boolean aprilFoolsFish2019 = false; @Comment("The location of choose page dialog") public RelativePoint choosePageDialogPoint = new RelativePoint(.5, .5); |
