Skip to content

Commit 776b73c

Browse files
committed
update version requirements
TODO: Fix display settings of netherite crossbow
1 parent bbb2279 commit 776b73c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ This is a replacer for the vanilla crossbow
4242
modId="minecraft"
4343
mandatory=true
4444
# 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)"
45+
versionRange="[1.18,1.19)"
4646
ordering="AFTER"
4747
side="BOTH"
4848
[[dependencies.crossbowverhaul]]
4949
modId="mixinbootstrap"
50-
mandatory=true
50+
mandatory=false
5151
side="BOTH"

0 commit comments

Comments
 (0)