aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/client/ConfigObject.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-04-01 00:19:04 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-04-01 00:19:04 +0800
commite997b857c5c8169cde4c5f4c677e650b83404dc3 (patch)
tree7586d918f63cd2fd30097ce564a8ae70b3bfe99d /src/main/java/me/shedaniel/rei/client/ConfigObject.java
parentac07965350b9290e193428492dcdbc5eda9a99d1 (diff)
downloadRoughlyEnoughItems-e997b857c5c8169cde4c5f4c677e650b83404dc3.tar.gz
RoughlyEnoughItems-e997b857c5c8169cde4c5f4c677e650b83404dc3.tar.bz2
RoughlyEnoughItems-e997b857c5c8169cde4c5f4c677e650b83404dc3.zip
fish
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/ConfigObject.java')
-rw-r--r--src/main/java/me/shedaniel/rei/client/ConfigObject.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/client/ConfigObject.java b/src/main/java/me/shedaniel/rei/client/ConfigObject.java
index 692110c73..1a5c82bd1 100644
--- a/src/main/java/me/shedaniel/rei/client/ConfigObject.java
+++ b/src/main/java/me/shedaniel/rei/client/ConfigObject.java
@@ -48,6 +48,8 @@ public class ConfigObject {
@Comment("Enable support for old REI plugins which uses registerSpeedCraft")
public boolean enableLegacySpeedCraftSupport = false;
+ public boolean fish = true;
+
@Comment("The location of choose page dialog")
public RelativePoint choosePageDialogPoint = new RelativePoint(.5, .5);