From 212f139bf1d97cde8acd1b6b714d56e7b51ec81b Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:11:25 -0400 Subject: [PATCH] Remove nonexistent JEI plugin from fabric mod file Related: #428 --- fabric/src/main/resources/fabric.mod.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 10a524cf..c9bbc663 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -34,8 +34,7 @@ "modmenu": [ "org.embeddedt.modernfix.fabric.modmenu.ModernFixModMenuApiImpl" ], "preLaunch": [ "org.embeddedt.modernfix.ModernFixPreLaunchFabric" - ], - "jei_mod_plugin": [ "org.embeddedt.modernfix.searchtree.JEIRuntimeCapturer"] + ] }, "mixins": [ "modernfix-fabric.mixins.json",