aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/client/ConfigHelper.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-21 22:16:38 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-21 22:16:38 +0800
commitbbb92072372d8ceab79bb86186637af02cae6779 (patch)
tree9a50fce070b6fb9506ef904e82d8772247ab84ac /src/main/java/me/shedaniel/rei/client/ConfigHelper.java
parent855f72d9f730ce54be6167259f33bf1785b140fb (diff)
downloadRoughlyEnoughItems-2.1.0.12.tar.gz
RoughlyEnoughItems-2.1.0.12.tar.bz2
RoughlyEnoughItems-2.1.0.12.zip
v2.1.0.12v2.1.0.12
- Cheating in servers / realms - New Plugin loader - Better language files - Resizable Recipe Base
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/ConfigHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/client/ConfigHelper.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/client/ConfigHelper.java b/src/main/java/me/shedaniel/rei/client/ConfigHelper.java
index 1d3a7e4e4..d0e5de001 100644
--- a/src/main/java/me/shedaniel/rei/client/ConfigHelper.java
+++ b/src/main/java/me/shedaniel/rei/client/ConfigHelper.java
@@ -61,6 +61,10 @@ public class ConfigHelper {
saveConfig();
}
+ public String getGiveCommandPrefix() {
+ return config.giveCommandPrefix;
+ }
+
public REIItemListOrdering getItemListOrdering() {
return config.itemListOrdering;
}