Don't specify ordering for JEI dependency

This commit is contained in:
embeddedt 2025-07-13 19:15:21 -04:00
parent 65ab37b819
commit 54e55e7534
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -58,5 +58,5 @@ 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 = "[15.8.0.11,)"
ordering = "BEFORE"
ordering = "NONE"
side = "CLIENT"