From 03a1698c0a3785369fd8e3a77f5d2273c412ad26 Mon Sep 17 00:00:00 2001 From: joaololpvp <83421325+joaololpvp@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:18:35 -0300 Subject: [PATCH] Some changes and updates --- 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..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;