From e45378fd6b61a5871c306ca8439c8ee3d7dec456 Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 29 Jul 2022 23:09:36 +0200 Subject: repo reloading --- src/main/resources/fabric.mod.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/main/resources/fabric.mod.json') 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" ] }, -- cgit