From e2e4abe5c7fea5656c3d4353bec80cf90aa7656c Mon Sep 17 00:00:00 2001 From: williambl Date: Sun, 24 Jul 2022 20:25:20 +0100 Subject: [PATCH] fix: rei plugin entrypoint --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 692bf5f8..08abf820 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ loader_version=0.14.8 loom_version=0.11-SNAPSHOT # Mod Properties -mod_version = 1.10.1+1.19 +mod_version = 1.10.2+1.19 maven_group = com.williambl.haema archives_base_name = haema diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4c0b52fc..8c934769 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -42,7 +42,7 @@ {"adapter": "kotlin", "value": "com.williambl.haema.client.HaemaClient"}, {"adapter": "kotlin", "value": "com.williambl.haema.compat.bewitchment.BewitchmentEntrypointKt::clientInit"} ], - "rei_plugins": [ + "rei_client": [ {"adapter": "kotlin", "value": "com.williambl.haema.compat.rei.HaemaREIPlugin"} ], "emi": [