aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/plugins
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-20 20:30:48 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-20 20:30:48 +0800
commitb9b3c423d5610b7ff88d7c5b944219ae1bf5a663 (patch)
tree2696fc7a0faca4f14e864509076fe80c60340a28 /src/main/resources/plugins
parentab768ef534c801056522ea3416022ae8479f662a (diff)
downloadRoughlyEnoughItems-b9b3c423d5610b7ff88d7c5b944219ae1bf5a663.tar.gz
RoughlyEnoughItems-b9b3c423d5610b7ff88d7c5b944219ae1bf5a663.tar.bz2
RoughlyEnoughItems-b9b3c423d5610b7ff88d7c5b944219ae1bf5a663.zip
New Plugin Loader
Diffstat (limited to 'src/main/resources/plugins')
-rw-r--r--src/main/resources/plugins/rei.plugin.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/resources/plugins/rei.plugin.json b/src/main/resources/plugins/rei.plugin.json
new file mode 100644
index 000000000..ab578d972
--- /dev/null
+++ b/src/main/resources/plugins/rei.plugin.json
@@ -0,0 +1,8 @@
+{
+ "plugins": [
+ {
+ "identifier": "roughlyenoughitems:default_plugin",
+ "class": "me.shedaniel.rei.plugin.DefaultPlugin"
+ }
+ ]
+} \ No newline at end of file