File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
103
103
} else if ( mcVersion . startsWith ( "22w13oneblockatatime" ) ) {
104
104
branch = "22w13oneblockatatime"
105
105
} else if ( mcVersion . startsWith ( "25w" ) ) {
106
- branch = "1.21.6 "
106
+ branch = "1.21.9 "
107
107
} else if ( mcVersion . startsWith ( "24w" ) ) {
108
108
branch = "1.21.4"
109
109
} else if ( mcVersion . startsWith ( "23w" ) ) {
@@ -138,6 +138,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
138
138
branch = "1.21.7"
139
139
} else if ( mcVersion . startsWith ( "1.21.8" ) ) {
140
140
branch = "1.21.8"
141
+ } else if ( mcVersion . startsWith ( "1.21.9" ) ) {
142
+ branch = "1.21.9"
141
143
} else if ( mcVersion . startsWith ( "1.21.5" ) ) {
142
144
branch = "1.21.5"
143
145
} else if ( mcVersion . startsWith ( "1.21.4" ) ) {
You can’t perform that action at this time.
0 commit comments