aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/plugins/roughlyenoughitems.plugin.json
diff options
context:
space:
mode:
authorDaniel She <shekwancheung0528@gmail.com>2019-01-22 17:46:08 +0800
committerGitHub <noreply@github.com>2019-01-22 17:46:08 +0800
commitfa843ff9f67048e4e30e8000f64b330373066e10 (patch)
tree5ef4dd1d4274c9c9beb54c51eccf28b2accb7bfa /src/main/resources/plugins/roughlyenoughitems.plugin.json
parentced2b8eea039105d126ff5e2458e05b0a97687d2 (diff)
parent7914779cc6d434f64cc4bb79ef5bfb3039d42658 (diff)
downloadRoughlyEnoughItems-fa843ff9f67048e4e30e8000f64b330373066e10.tar.gz
RoughlyEnoughItems-fa843ff9f67048e4e30e8000f64b330373066e10.tar.bz2
RoughlyEnoughItems-fa843ff9f67048e4e30e8000f64b330373066e10.zip
Merge pull request #11 from TehNut/plugin-loader-migration
Migrate to pluginloader
Diffstat (limited to 'src/main/resources/plugins/roughlyenoughitems.plugin.json')
-rw-r--r--src/main/resources/plugins/roughlyenoughitems.plugin.json6
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