diff options
Diffstat (limited to 'src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java b/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java index 50b6970b3..53def2a24 100644 --- a/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java +++ b/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java @@ -19,7 +19,6 @@ import java.util.Collections; import java.util.Random; @TestOnly -@Deprecated public class REITestPlugin implements REIPluginV0 { private Random random = new Random(); @@ -44,7 +43,7 @@ public class REITestPlugin implements REIPluginV0 { for (int i = 0; i < 15; i++) entryRegistry.registerEntry(transformStack(EntryStack.create(stack))); } - } catch (Exception e) { + } catch (Exception ignored) { } } } |
