From 08d80d588a36598114087a79917e36e9d2cc97c3 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 24 Dec 2019 11:31:40 +0800 Subject: Finishing workstation usage and close #220 --- src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java') 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) { -- cgit