aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/plugins/rei.plugin.json
diff options
context:
space:
mode:
authorNicholas Ignoffo <nick@tehnut.info>2019-01-21 17:03:20 -0800
committerNicholas Ignoffo <nick@tehnut.info>2019-01-21 17:03:20 -0800
commit9d8b4cee3a7db5a166e290f0bb528b12348599e8 (patch)
tree33303f7ee752a2f399a0289af096b60883829a6b /src/main/resources/plugins/rei.plugin.json
parentced2b8eea039105d126ff5e2458e05b0a97687d2 (diff)
downloadRoughlyEnoughItems-9d8b4cee3a7db5a166e290f0bb528b12348599e8.tar.gz
RoughlyEnoughItems-9d8b4cee3a7db5a166e290f0bb528b12348599e8.tar.bz2
RoughlyEnoughItems-9d8b4cee3a7db5a166e290f0bb528b12348599e8.zip
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.
Diffstat (limited to 'src/main/resources/plugins/rei.plugin.json')
-rw-r--r--src/main/resources/plugins/rei.plugin.json8
1 files changed, 0 insertions, 8 deletions
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