Skip to content

Commit b08514b

Browse files
authored
feat: add 26.1.1 & 26.1.2 (#4981)
Add 26.1.1 & 26.1.2
1 parent d80d248 commit b08514b

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.scripts/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"1.19.*": ["1.19", "1.19.2", "1.19.3", "1.19.4"],
2222
"1.20.*": ["1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6"],
2323
"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"],
24-
"26.*": ["26.1"]
24+
"26.*": ["26.1", "26.1.1", "26.1.2"]
2525
}
2626

2727

metadata.schema.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@
262262
"1.21.9",
263263
"1.21.10",
264264
"1.21.11",
265-
"26.1"
265+
"26.1",
266+
"26.1.1",
267+
"26.1.2"
266268
]
267269
},
268270
"MinecraftSubversion": {
@@ -298,7 +300,9 @@
298300
"1.21.9",
299301
"1.21.10",
300302
"1.21.11",
301-
"26.1"
303+
"26.1",
304+
"26.1.1",
305+
"26.1.2"
302306
]
303307
},
304308
"Region": {

0 commit comments

Comments
 (0)