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.5 "
106
+ branch = "1.21.6 "
107
107
} else if ( mcVersion . startsWith ( "24w" ) ) {
108
108
branch = "1.21.4"
109
109
} else if ( mcVersion . startsWith ( "23w" ) ) {
@@ -132,6 +132,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
132
132
branch = "1.20.5"
133
133
} else if ( mcVersion . startsWith ( "1.20.6" ) ) {
134
134
branch = "1.20.6"
135
+ } else if ( mcVersion . startsWith ( "1.21.6" ) ) {
136
+ branch = "1.21.6"
135
137
} else if ( mcVersion . startsWith ( "1.21.5" ) ) {
136
138
branch = "1.21.5"
137
139
} else if ( mcVersion . startsWith ( "1.21.4" ) ) {
You can’t perform that action at this time.
0 commit comments