This commit is contained in:
rfresh2
2025-07-19 21:41:35 -07:00
parent e360cdae53
commit 9ca631e1b1
4 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
],
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": ["1.21.6", "1.21.7"]
"minecraft": ["1.21.6", "1.21.7", "1.21.8"]
},
"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, 1.21.7]"
versionRange="[1.21.6, 1.21.8]"
ordering="NONE"
side="BOTH"

View File

@@ -8,11 +8,11 @@ archives_base_name=baritone
java_version=21
minecraft_version=1.21.7
minecraft_version=1.21.8
forge_version=57.0.0
forge_version=58.0.0
neoforge_version=1-beta
neoforge_version=2-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, 1.21.7]"
versionRange="[1.21.6, 1.21.8]"
ordering="NONE"
side="BOTH"