From c38dcee2c5f483ef5990ae9204355e1bc3c2bf74 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Mon, 28 Oct 2024 12:07:55 +0100 Subject: Make REI optional --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 08072ef..b40514e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -31,7 +31,7 @@ "moe.nea.firmament.Firmament::onClientInitialize" ], "rei_client": [ - "moe.nea.firmament.rei.FirmamentReiPlugin" + "moe.nea.firmament.compat.rei.FirmamentReiPlugin" ], "modmenu": [ "moe.nea.firmament.compat.modmenu.FirmamentModMenuPlugin" -- cgit