Skip to content

Commit dc48951

Browse files
committed
- modload order forge
1 parent 2bb34d5 commit dc48951

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,19 @@ description='''${mod_description}'''
3333
modId="architectury" #mandatory
3434
mandatory=true #mandatory
3535
versionRange="[${architectury_version},)" #mandatory
36-
ordering="NONE"
36+
ordering="AFTER"
37+
side="BOTH"
38+
[[dependencies.miapi]] #optional
39+
modId="bettercombat" #mandatory
40+
mandatory=false #mandatory
41+
versionRange="[0,)" #mandatory
42+
ordering="AFTER"
43+
side="BOTH"
44+
[[dependencies.miapi]] #optional
45+
modId="bc_nbt_fix" #mandatory
46+
mandatory=false #mandatory
47+
versionRange="[0,)" #mandatory
48+
ordering="AFTER"
3749
side="BOTH"
3850
[[dependencies.miapi]]
3951
modId="minecraft"

0 commit comments

Comments
 (0)