Don't specify ordering for JEI dependency
This commit is contained in:
parent
65ab37b819
commit
54e55e7534
|
|
@ -58,5 +58,5 @@ modId = "jei"
|
||||||
mandatory = false
|
mandatory = false
|
||||||
# This version range declares a minimum of the current minecraft version up to but not including the next major version
|
# 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,)"
|
versionRange = "[15.8.0.11,)"
|
||||||
ordering = "BEFORE"
|
ordering = "NONE"
|
||||||
side = "CLIENT"
|
side = "CLIENT"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user