Skip to content

Commit 161345e

Browse files
authored
feat: add 1.21.11 (#4480)
1 parent c205716 commit 161345e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.scripts/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"1.18.*": ["1.18.1", "1.18.2", "1.18"],
2020
"1.19.*": ["1.19", "1.19.2", "1.19.3", "1.19.4"],
2121
"1.20.*": ["1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6"],
22-
"1.21.*": ["1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10"],
22+
"1.21.*": ["1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10", "1.21.11"],
2323
}
2424

2525

metadata.schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
"type": "string",
220220
"pattern": "^(?!.*https?://)(?!.*@).+$"
221221
},
222-
223222
"MinecraftVersion": {
224223
"type": "string",
225224
"enum": [
@@ -260,8 +259,8 @@
260259
"1.21.7",
261260
"1.21.8",
262261
"1.21.9",
263-
"1.21.10"
264-
262+
"1.21.10",
263+
"1.21.11"
265264
]
266265
},
267266
"MinecraftSubversion": {
@@ -295,7 +294,8 @@
295294
"1.21.7",
296295
"1.21.8",
297296
"1.21.9",
298-
"1.21.10"
297+
"1.21.10",
298+
"1.21.11"
299299
]
300300
},
301301
"Region": {
@@ -374,4 +374,4 @@
374374
}
375375
}
376376
}
377-
}
377+
}

0 commit comments

Comments
 (0)