From 9d8b4cee3a7db5a166e290f0bb528b12348599e8 Mon Sep 17 00:00:00 2001 From: Nicholas Ignoffo Date: Mon, 21 Jan 2019 17:03:20 -0800 Subject: Migrate to pluginloader With this implementation, the loader will only be created on the client to mimic the current implementation. If plugin loader is not installed, the default plugin will still be registered so core functionality is preserved. --- src/main/resources/plugins/rei.plugin.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/main/resources/plugins/rei.plugin.json (limited to 'src/main/resources/plugins/rei.plugin.json') diff --git a/src/main/resources/plugins/rei.plugin.json b/src/main/resources/plugins/rei.plugin.json deleted file mode 100644 index ab578d972..000000000 --- a/src/main/resources/plugins/rei.plugin.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "plugins": [ - { - "identifier": "roughlyenoughitems:default_plugin", - "class": "me.shedaniel.rei.plugin.DefaultPlugin" - } - ] -} \ No newline at end of file -- cgit