aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/client/ConfigObject.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-04-14 18:59:00 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-04-14 18:59:00 +0800
commit64ab4b0b9ae0a7d66bbf0f548fee6c441fbe5cba (patch)
tree8550fffbfb480b167fc7a801254334e6ba9e7b2a /src/main/java/me/shedaniel/rei/client/ConfigObject.java
parent256300ec1a83b237c1c3d1655afc93ab9f37cb76 (diff)
downloadRoughlyEnoughItems-64ab4b0b9ae0a7d66bbf0f548fee6c441fbe5cba.tar.gz
RoughlyEnoughItems-64ab4b0b9ae0a7d66bbf0f548fee6c441fbe5cba.tar.bz2
RoughlyEnoughItems-64ab4b0b9ae0a7d66bbf0f548fee6c441fbe5cba.zip
Fix #63, Close #64
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/ConfigObject.java')
-rw-r--r--src/main/java/me/shedaniel/rei/client/ConfigObject.java3
1 files changed, 3 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 2eeff84fc..1d07f4ef3 100644
--- a/src/main/java/me/shedaniel/rei/client/ConfigObject.java
+++ b/src/main/java/me/shedaniel/rei/client/ConfigObject.java
@@ -1,6 +1,7 @@
package me.shedaniel.rei.client;
import blue.endless.jankson.Comment;
+import me.shedaniel.rei.api.ItemCheatingMode;
import me.shedaniel.rei.api.RelativePoint;
public class ConfigObject {
@@ -51,6 +52,8 @@ public class ConfigObject {
@Comment("Force enable 2019 REI April Fools' joke")
public boolean aprilFoolsFish2019 = false;
+ public ItemCheatingMode itemCheatingMode = ItemCheatingMode.REI_LIKE;
+
@Comment("The location of choose page dialog")
public RelativePoint choosePageDialogPoint = new RelativePoint(.5, .5);