aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/pluginloader.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
commitd62aa8ca0dd7e2759f231cc8970e285b36a685fd (patch)
tree5ef4dd1d4274c9c9beb54c51eccf28b2accb7bfa /src/main/resources/pluginloader.json
parentf2f6213150d41bcf51b0c1032bd639f28389d294 (diff)
parent680a75bb732475d55d8b8f03802b95cb7521b1a1 (diff)
downloadRoughlyEnoughItems-d62aa8ca0dd7e2759f231cc8970e285b36a685fd.tar.gz
RoughlyEnoughItems-d62aa8ca0dd7e2759f231cc8970e285b36a685fd.tar.bz2
RoughlyEnoughItems-d62aa8ca0dd7e2759f231cc8970e285b36a685fd.zip
Merge pull request #11 from TehNut/plugin-loader-migration
Migrate to pluginloader
Diffstat (limited to 'src/main/resources/pluginloader.json')
-rw-r--r--src/main/resources/pluginloader.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/pluginloader.json b/src/main/resources/pluginloader.json
new file mode 100644
index 000000000..8c256add0
--- /dev/null
+++ b/src/main/resources/pluginloader.json
@@ -0,0 +1,7 @@
+{
+ "id": "roughlyenoughitems",
+ "initializer": "me.shedaniel.rei.RoughlyEnoughItemsPlugins",
+ "data": {
+ "side": "CLIENT"
+ }
+} \ No newline at end of file