diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-21 22:16:38 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-21 22:16:38 +0800 |
| commit | bbb92072372d8ceab79bb86186637af02cae6779 (patch) | |
| tree | 9a50fce070b6fb9506ef904e82d8772247ab84ac /src/main/resources/plugins/rei.plugin.json | |
| parent | 855f72d9f730ce54be6167259f33bf1785b140fb (diff) | |
| download | RoughlyEnoughItems-2.1.0.12.tar.gz RoughlyEnoughItems-2.1.0.12.tar.bz2 RoughlyEnoughItems-2.1.0.12.zip | |
v2.1.0.12v2.1.0.12
- Cheating in servers / realms
- New Plugin loader
- Better language files
- Resizable Recipe Base
Diffstat (limited to 'src/main/resources/plugins/rei.plugin.json')
| -rw-r--r-- | src/main/resources/plugins/rei.plugin.json | 8 |
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 |
