diff --git a/src/lib/editions/bedrock/drops.ts b/src/lib/editions/bedrock/drops.ts index ef935d5..027e654 100644 --- a/src/lib/editions/bedrock/drops.ts +++ b/src/lib/editions/bedrock/drops.ts @@ -117,8 +117,7 @@ export const drops: Version[] = [ minorFeatures: [ { text: "Player Locator Bar" }, { text: "A new music disc by Amos Roddy" }, - { text: "The dialog command" }, - { text: "The waypoint command" } + { text: "End Flashes" } ] }, @@ -136,11 +135,6 @@ export const drops: Version[] = [ { text: "Copper Tools & Armor" }, { text: "New Copper Building Blocks" }, { text: "Shelves" } - ], - minorFeatures: [ - { text: "Mannequins" }, - { text: "Hanging Signs" }, - { text: "End Flashes" } ] }, @@ -166,4 +160,4 @@ export const drops: Version[] = [ { text: "Netherite Horse Armor" } ] } -] 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 c4053f4..b3e8017 100644 --- a/src/lib/editions/bedrock/upcomings.ts +++ b/src/lib/editions/bedrock/upcomings.ts @@ -1,20 +1,31 @@ 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.1", + subtitle: "26.10", possibleDate: "Presumed Early 2026", type: "drop", icon: "/bedrock/version_26_1.png", - 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: "Name Tags are now craftable" }, - ], - 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/java/upcomings.ts b/src/lib/editions/java/upcomings.ts index 63435b8..118e90b 100644 --- a/src/lib/editions/java/upcomings.ts +++ b/src/lib/editions/java/upcomings.ts @@ -12,9 +12,6 @@ export const upcomings: NaiveVersion[] = [ mainFeatures: [ { text: "Unique new models for baby animals" }, { text: "Name Tags are now craftable" }, - ], - minorFeatures: [ - { text: "Clicking with a Spawn Egg on an animal spawns a baby" } ] }, { @@ -32,4 +29,4 @@ export const upcomings: NaiveVersion[] = [ { text: "Water Reflections" }, ] } -] as const; \ No newline at end of file +] as const;