Skip to content

Commit c146440

Browse files
committed
mark 1.20.3 as supported
1 parent 4b6652b commit c146440

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.20.4"
28+
"minecraft": ["1.20.3", "1.20.4"]
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.20.4]"
38+
versionRange="[1.20.3, 1.20.4]"
3939
ordering="NONE"
4040
side="BOTH"

neoforge/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.20.4]"
38+
versionRange="[1.20.3, 1.20.4]"
3939
ordering="NONE"
4040
side="BOTH"

0 commit comments

Comments
 (0)