This commit is contained in:
rfresh2
2025-06-30 16:08:35 -07:00
parent 48a45ecb4c
commit e360cdae53
4 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
],
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": ["1.21.6"]
"minecraft": ["1.21.6", "1.21.7"]
},
"custom": {
"modmenu": {

View File

@@ -35,6 +35,6 @@ A Minecraft pathfinder bot.
modId="minecraft"
mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.21.6]"
versionRange="[1.21.6, 1.21.7]"
ordering="NONE"
side="BOTH"

View File

@@ -8,11 +8,11 @@ archives_base_name=baritone
java_version=21
minecraft_version=1.21.6
minecraft_version=1.21.7
forge_version=56.0.2
forge_version=57.0.0
neoforge_version=5-beta
neoforge_version=1-beta
fabric_version=0.16.14

View File

@@ -35,6 +35,6 @@ A Minecraft pathfinder bot.
modId="minecraft"
type="required"
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.21.6]"
versionRange="[1.21.6, 1.21.7]"
ordering="NONE"
side="BOTH"