diff options
| author | Nicholas Ignoffo <nick@tehnut.info> | 2019-01-21 17:03:20 -0800 |
|---|---|---|
| committer | Nicholas Ignoffo <nick@tehnut.info> | 2019-01-21 17:03:20 -0800 |
| commit | 71bb1aa3397841d78693290b36a598eeecb21080 (patch) | |
| tree | 33303f7ee752a2f399a0289af096b60883829a6b /src/main/resources/plugins/roughlyenoughitems.plugin.json | |
| parent | f2f6213150d41bcf51b0c1032bd639f28389d294 (diff) | |
| download | RoughlyEnoughItems-71bb1aa3397841d78693290b36a598eeecb21080.tar.gz RoughlyEnoughItems-71bb1aa3397841d78693290b36a598eeecb21080.tar.bz2 RoughlyEnoughItems-71bb1aa3397841d78693290b36a598eeecb21080.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/roughlyenoughitems.plugin.json')
| -rw-r--r-- | src/main/resources/plugins/roughlyenoughitems.plugin.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/plugins/roughlyenoughitems.plugin.json b/src/main/resources/plugins/roughlyenoughitems.plugin.json new file mode 100644 index 000000000..8ea3542ee --- /dev/null +++ b/src/main/resources/plugins/roughlyenoughitems.plugin.json @@ -0,0 +1,6 @@ +[ + { + "id": "default_plugin", + "initializer": "me.shedaniel.rei.plugin.DefaultPlugin" + } +]
\ No newline at end of file |
