Skip to content

Commit a51f5b4

Browse files
committed
feat: add 26.1
1 parent 8a0950b commit a51f5b4

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.scripts/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
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"],
2222
"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"],
23+
"26.*": ["26.1"]
2324
}
2425

2526

metadata.schema.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"1.19.*",
233233
"1.20.*",
234234
"1.21.*",
235+
"26.*",
235236
"1.7.10",
236237
"1.8.9",
237238
"1.12.2",
@@ -260,8 +261,8 @@
260261
"1.21.7",
261262
"1.21.8",
262263
"1.21.9",
263-
"1.21.10"
264-
264+
"1.21.10",
265+
"26.1"
265266
]
266267
},
267268
"MinecraftSubversion": {
@@ -295,7 +296,8 @@
295296
"1.21.7",
296297
"1.21.8",
297298
"1.21.9",
298-
"1.21.10"
299+
"1.21.10",
300+
"26.1"
299301
]
300302
},
301303
"Region": {

0 commit comments

Comments
 (0)