Remove JEI dependency

This commit is contained in:
embeddedt 2023-02-22 20:14:27 -05:00
parent 5cd3b40add
commit da1017e61e
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -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"