From fd39fe5184c48aa9007f99a8fb918ae4724b3540 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 24 Jul 2019 21:43:35 +0800 Subject: Close #126 --- src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java') 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(() -> { -- cgit