Skip to content

Commit 54e55e7

Browse files
committed
Don't specify ordering for JEI dependency
1 parent 65ab37b commit 54e55e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge/src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ modId = "jei"
5858
mandatory = false
5959
# This version range declares a minimum of the current minecraft version up to but not including the next major version
6060
versionRange = "[15.8.0.11,)"
61-
ordering = "BEFORE"
61+
ordering = "NONE"
6262
side = "CLIENT"

0 commit comments

Comments
 (0)