We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb34d5 commit dc48951Copy full SHA for dc48951
forge/src/main/resources/META-INF/mods.toml
@@ -33,7 +33,19 @@ description='''${mod_description}'''
33
modId="architectury" #mandatory
34
mandatory=true #mandatory
35
versionRange="[${architectury_version},)" #mandatory
36
- ordering="NONE"
+ ordering="AFTER"
37
+ side="BOTH"
38
+[[dependencies.miapi]] #optional
39
+ modId="bettercombat" #mandatory
40
+ mandatory=false #mandatory
41
+ versionRange="[0,)" #mandatory
42
43
44
45
+ modId="bc_nbt_fix" #mandatory
46
47
48
49
side="BOTH"
50
[[dependencies.miapi]]
51
modId="minecraft"
0 commit comments