diff --git a/src/lib/editions/bedrock/minors.ts b/src/lib/editions/bedrock/minors.ts index a224112..34e499f 100644 --- a/src/lib/editions/bedrock/minors.ts +++ b/src/lib/editions/bedrock/minors.ts @@ -2249,5 +2249,20 @@ export const minors: Version[] = [ mainFeatures: [ { text: "Small Changes and Bug Fixes" } ] + }, + + { + subtitle: "26.0", + type: "minor", + date: "2026-02-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.", + learnMore: "@Bedrock_Edition_26.0", + mainFeatures: [ + { text: "Small Changes and Bug Fixes" }, + { text: "Experimental features for The First Drop 2026" } + ], + minorFeatures: [ + { text: "Clicking with a Spawn Egg on an animal spawns a baby" } + ] } -] as const; \ No newline at end of file +] as const; diff --git a/src/lib/editions/bedrock/upcomings.ts b/src/lib/editions/bedrock/upcomings.ts index b3e8017..38266b6 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; diff --git a/src/lib/editions/java/upcomings.ts b/src/lib/editions/java/upcomings.ts index 118e90b..fa5256b 100644 --- a/src/lib/editions/java/upcomings.ts +++ b/src/lib/editions/java/upcomings.ts @@ -10,8 +10,13 @@ export const upcomings: NaiveVersion[] = [ 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: "@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" } ] }, {