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 | 6 |
1 files changed, 3 insertions, 3 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 be711b00a..9064fd499 100644 --- a/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java +++ b/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java @@ -18,17 +18,17 @@ import org.jetbrains.annotations.TestOnly; @TestOnly @Deprecated public class REITestPlugin implements REIPluginV0 { - + @Override public void preRegister() { LogManager.getLogger().error("REI Test Plugin is enabled! If you see this unintentionally, please report this!"); } - + @Override public Identifier getPluginIdentifier() { return new Identifier("roughlyenoughitems:test_dev_plugin"); } - + @Override public void registerEntries(EntryRegistry entryRegistry) { for (Item item : Registry.ITEM) { |
