Skip to content

Commit a231748

Browse files
authored
Merge pull request cabaletta#4466 from rfresh2/1.21.1-compat
mark 1.21.1 as compatible
2 parents ec57888 + 960ff6e commit a231748

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

2626
"depends": {
2727
"fabricloader": ">=0.14.22",
28-
"minecraft": "1.21"
28+
"minecraft": ["1.21","1.21.1"]
2929
}
3030
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ A Minecraft pathfinder bot.
3535
modId="minecraft"
3636
mandatory=true
3737
# This version range declares a minimum of the current minecraft version up to but not including the next major version
38-
versionRange="[1.21]"
38+
versionRange="[1.21, 1.21.1]"
3939
ordering="NONE"
4040
side="BOTH"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ A Minecraft pathfinder bot.
3535
modId="minecraft"
3636
type="required"
3737
# This version range declares a minimum of the current minecraft version up to but not including the next major version
38-
versionRange="[1.21]"
38+
versionRange="[1.21,1.21.1]"
3939
ordering="NONE"
4040
side="BOTH"

0 commit comments

Comments
 (0)