Skip to content

Commit 4d265ac

Browse files
authored
Some changes
1 parent ade011f commit 4d265ac

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/lib/editions/bedrock/upcomings.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
import type { NaiveVersion } from "..";
22

33
export const upcomings: 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+
},
416
{
517
title: "First Drop 2026",
618
subtitle: "26.10",
719
possibleDate: "Presumed Early 2026",
820
type: "drop",
921
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.",
1122
learnMore: "@First_Drop_2026",
1223
mainFeatures: [
1324
{ text: "Unique new models for baby animals" },

0 commit comments

Comments
 (0)