Skip to content

Commit a7042a8

Browse files
committed
Update metadata to allow running on 1.21.4
1 parent 9a77ed8 commit a7042a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"depends": {
2626
"fabricloader": ">=0.16.7",
2727
"fabric": "*",
28-
"minecraft": "1.21.3"
28+
"minecraft": ">=1.21.3 <1.22-"
2929
}
3030
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ side = "BOTH"
2323
[[dependencies.minimotd]]
2424
modId = "minecraft"
2525
type = "required"
26-
versionRange = "[1.21.3]"
26+
versionRange = "[1.21.3,1.22)"
2727
ordering = "NONE"
2828
side = "BOTH"
2929

0 commit comments

Comments
 (0)