From 5ba9c474e2327aef5e185587b907753b91141545 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 19 Dec 2023 12:10:29 +0100 Subject: [PATCH] Removed EMI config for now --- src/main/resources/fabric.mod.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1e7bc7c9..5ae31ffe 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,9 +30,6 @@ "modmenu": [ "org.betterx.bclib.integration.modmenu.ModMenuEntryPoint" ], - "emi": [ - "org.betterx.bclib.integration.emi.EMIPlugin" - ], "fabric-datagen": [ "org.betterx.datagen.bclib.BCLibDatagen" ]