diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-22 20:11:04 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-22 20:11:04 +0800 |
| commit | 999b71d9da9c4c9dcc251f7be4578819a90d215f (patch) | |
| tree | 1b73c92fbe9b23af74d16f79973c8c9e9d54b1d5 /src/main/resources | |
| parent | bbb92072372d8ceab79bb86186637af02cae6779 (diff) | |
| download | RoughlyEnoughItems-2.1.0.13.tar.gz RoughlyEnoughItems-2.1.0.13.tar.bz2 RoughlyEnoughItems-2.1.0.13.zip | |
v2.1.0.13v2.1.0.13
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/plugins/rei.plugin.json | 8 | ||||
| -rw-r--r-- | src/main/resources/plugins/roughlyenoughitems.plugin.json | 6 | ||||
| -rw-r--r-- | src/main/resources/riftmod.json | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/src/main/resources/plugins/rei.plugin.json b/src/main/resources/plugins/rei.plugin.json deleted file mode 100644 index ab578d972..000000000 --- a/src/main/resources/plugins/rei.plugin.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "plugins": [ - { - "identifier": "roughlyenoughitems:default_plugin", - "class": "me.shedaniel.rei.plugin.DefaultPlugin" - } - ] -}
\ No newline at end of file diff --git a/src/main/resources/plugins/roughlyenoughitems.plugin.json b/src/main/resources/plugins/roughlyenoughitems.plugin.json new file mode 100644 index 000000000..8ea3542ee --- /dev/null +++ b/src/main/resources/plugins/roughlyenoughitems.plugin.json @@ -0,0 +1,6 @@ +[ + { + "id": "default_plugin", + "initializer": "me.shedaniel.rei.plugin.DefaultPlugin" + } +]
\ No newline at end of file diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json index e1b266be4..3a019b629 100644 --- a/src/main/resources/riftmod.json +++ b/src/main/resources/riftmod.json @@ -11,7 +11,7 @@ "side": "client" }, { - "class": "me.shedaniel.rei.api.RoughlyEnoughItemsPlugin", + "class": "me.shedaniel.rei.RoughlyEnoughItemsPlugin", "side": "client", "priority": -1000 }, |
