aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-07-29 23:09:36 +0200
committernea <romangraef@gmail.com>2022-07-29 23:09:36 +0200
commite45378fd6b61a5871c306ca8439c8ee3d7dec456 (patch)
treedb279da4205594ba4e5ac4b1bc235dd60b2096d1 /src/main/resources
parentf4bf70032a45b4daa7805ca38f2d820645dc9a6b (diff)
downloadfirmament-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.json8
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"
]
},