From 0cde1f4a8357c950fac589809a09d55e30fa3ce3 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 20 Jan 2019 20:30:48 +0800 Subject: New Plugin Loader --- src/main/resources/plugins/rei.plugin.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/plugins/rei.plugin.json (limited to 'src/main/resources/plugins') 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 -- cgit