diff --git a/src/lib/editions/bedrock/upcomings.ts b/src/lib/editions/bedrock/upcomings.ts index b3e8017..438e6be 100644 --- a/src/lib/editions/bedrock/upcomings.ts +++ b/src/lib/editions/bedrock/upcomings.ts @@ -1,21 +1,6 @@ import type { NaiveVersion } from ".."; export const upcomings: NaiveVersion[] = [ - { - subtitle: "26.0", - type: "minor", - possibleDate: "Someday February", - 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.", - learnMore: "@Bedrock_Edition_26.0", - mainFeatures: [ - { text: "Small Changes and Bug Fixes" }, - { text: "Subtitles" }, - { text: "Experimental features for The First Drop 2026" } - ], - minorFeatures: [ - { text: "Clicking with a Spawn Egg on an animal spawns a baby" } - ] - }, { title: "First Drop 2026", subtitle: "26.10", @@ -24,8 +9,13 @@ export const upcomings: NaiveVersion[] = [ icon: "/bedrock/version_26_1.png", learnMore: "@First_Drop_2026", mainFeatures: [ - { text: "Unique new models for baby animals" }, + { text: "Unique new models for baby mobs and rabbit" }, { text: "Name Tags are now craftable" }, + { text: "Golden dandelion to pause the growth of baby animals." }, + ], + minorFeatures: [ + { text: "Trumpet instrument in note block with copper blocks" }, + { text: "New sound variants for some animals" } ] } ] as const;