From f1ab30d29ad81136e2bdd3aacf479fa7c35df958 Mon Sep 17 00:00:00 2001 From: joaololpvp <83421325+joaololpvp@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:22:35 -0300 Subject: [PATCH 1/3] Some chamges Removed details about version 26.0 and updated features for 'First Drop 2026'. --- src/lib/editions/bedrock/upcomings.ts | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) 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; From 118dc17cf99422956d95c60c3896fd2e1cda8285 Mon Sep 17 00:00:00 2001 From: joaololpvp <83421325+joaololpvp@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:25:47 -0300 Subject: [PATCH 2/3] Add details for Bedrock Edition version 26.0 --- src/lib/editions/bedrock/minors.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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; From ae01f2a2d18c187a632e7f5f8237c9d91e8b112a Mon Sep 17 00:00:00 2001 From: joaololpvp <83421325+joaololpvp@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:27:20 -0300 Subject: [PATCH 3/3] Revise features for upcoming Java version Updated main features for upcoming Java version. --- src/lib/editions/java/upcomings.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" } ] }, {