diff options
author | nea <romangraef@gmail.com> | 2022-07-29 23:09:36 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-07-29 23:09:36 +0200 |
commit | e45378fd6b61a5871c306ca8439c8ee3d7dec456 (patch) | |
tree | db279da4205594ba4e5ac4b1bc235dd60b2096d1 /src/main/resources | |
parent | f4bf70032a45b4daa7805ca38f2d820645dc9a6b (diff) | |
download | firmament-e45378fd6b61a5871c306ca8439c8ee3d7dec456.tar.gz firmament-e45378fd6b61a5871c306ca8439c8ee3d7dec456.tar.bz2 firmament-e45378fd6b61a5871c306ca8439c8ee3d7dec456.zip |
repo reloading
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c739445..cada5ad 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -21,7 +21,13 @@ "value": "moe.nea.notenoughupdates.NotEnoughUpdates" } ], - "rei": [ + "client": [ + { + "adapter": "kotlin", + "value": "moe.nea.notenoughupdates.NotEnoughUpdates" + } + ], + "rei_client": [ "moe.nea.notenoughupdates.rei.NEUReiPlugin" ] }, |