You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/editions/bedrock/upcomings.ts
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,24 @@
1
1
importtype{NaiveVersion}from"..";
2
2
3
3
exportconstupcomings: NaiveVersion[]=[
4
+
{
5
+
subtitle: "26.0",
6
+
type: "minor",
7
+
possibleDate: "Someday February",
8
+
funFact: "Did you know? This is the first version of the game to use a two-digit year in its versioning system, marking a new era for Minecraft updates.",
9
+
learnMore: "@Bedrock_Edition_26.0",
10
+
mainFeatures: [
11
+
{text: "Small Changes and Bug Fixes"},
12
+
{text: "Subtitles"},
13
+
{text: "Experimental features for The First Drop 2026"}
14
+
]
15
+
},
4
16
{
5
17
title: "First Drop 2026",
6
18
subtitle: "26.10",
7
19
possibleDate: "Presumed Early 2026",
8
20
type: "drop",
9
21
icon: "/bedrock/version_26_1.png",
10
-
funFact: "Did you know? This is the first version of the game to use a two-digit year in its versioning system, marking a new era for Minecraft updates.",
0 commit comments