aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-07-24 21:43:35 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-07-24 21:43:35 +0800
commitfd39fe5184c48aa9007f99a8fb918ae4724b3540 (patch)
tree971aa05ad3aed85bccba606f7c3b9eca12418348 /src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
parentf610b727ed7da082d711fc82e9105fd8f61fd716 (diff)
downloadRoughlyEnoughItems-fd39fe5184c48aa9007f99a8fb918ae4724b3540.tar.gz
RoughlyEnoughItems-fd39fe5184c48aa9007f99a8fb918ae4724b3540.tar.bz2
RoughlyEnoughItems-fd39fe5184c48aa9007f99a8fb918ae4724b3540.zip
Close #126
Diffstat (limited to 'src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java')
-rw-r--r--src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java b/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
index 63793909d..e3f58b089 100644
--- a/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
+++ b/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
@@ -33,6 +33,7 @@ public class ClothScreenRegistry {
public static final String RESET = "text.cloth-config.reset_value";
+ @SuppressWarnings("deprecation")
public static Screen getConfigScreen(Screen parent) {
final ConfigManager configManager = RoughlyEnoughItemsCore.getConfigManager();
ConfigBuilder builder = ConfigBuilder.create().setParentScreen(parent).setTitle("text.rei.config.title").setSavingRunnable(() -> {