We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb2279 commit 776b73cCopy full SHA for 776b73c
src/main/resources/META-INF/mods.toml
@@ -42,10 +42,10 @@ This is a replacer for the vanilla crossbow
42
modId="minecraft"
43
mandatory=true
44
# This version range declares a minimum of the current minecraft version up to but not including the next major version
45
- versionRange="[1.16.5,1.17)"
+ versionRange="[1.18,1.19)"
46
ordering="AFTER"
47
side="BOTH"
48
[[dependencies.crossbowverhaul]]
49
modId="mixinbootstrap"
50
- mandatory=true
+ mandatory=false
51
0 commit comments