Relax JEI version requirement

This commit is contained in:
embeddedt 2023-02-25 19:39:27 -05:00
parent 6aed33a5d7
commit 374f0a0841
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -60,6 +60,6 @@ side = "BOTH"
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,)"
versionRange = "[9.9999,)"
ordering = "BEFORE"
side = "CLIENT"