diff options
| author | Daniel She <shekwancheung0528@gmail.com> | 2019-01-22 17:46:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-22 17:46:08 +0800 |
| commit | fa843ff9f67048e4e30e8000f64b330373066e10 (patch) | |
| tree | 5ef4dd1d4274c9c9beb54c51eccf28b2accb7bfa /src/main/resources/pluginloader.json | |
| parent | ced2b8eea039105d126ff5e2458e05b0a97687d2 (diff) | |
| parent | 7914779cc6d434f64cc4bb79ef5bfb3039d42658 (diff) | |
| download | RoughlyEnoughItems-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/pluginloader.json')
| -rw-r--r-- | src/main/resources/pluginloader.json | 7 |
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 |
