diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-07-24 21:43:35 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-07-24 21:43:35 +0800 |
| commit | fd39fe5184c48aa9007f99a8fb918ae4724b3540 (patch) | |
| tree | 971aa05ad3aed85bccba606f7c3b9eca12418348 /src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java | |
| parent | f610b727ed7da082d711fc82e9105fd8f61fd716 (diff) | |
| download | RoughlyEnoughItems-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.java | 1 |
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(() -> { |
