From da1017e61e0199c29de3b55c0f722ef43c93b579 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:14:27 -0500 Subject: [PATCH] Remove JEI dependency --- src/main/resources/META-INF/mods.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index aa678b20..8d5ad1e9 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -56,10 +56,3 @@ mandatory = true versionRange = "[1.18.2,1.19)" ordering = "NONE" side = "BOTH" -[[dependencies.modernfix]] -modId = "jei" -mandatory = false -# This version range declares a minimum of the current minecraft version up to but not including the next major version -versionRange = "[10,)" -ordering = "BEFORE" -side = "CLIENT"