Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions src/lib/editions/bedrock/drops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
},

Expand All @@ -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" }
]
},

Expand All @@ -166,4 +160,4 @@ export const drops: Version[] = [
{ text: "Netherite Horse Armor" }
]
}
] as const;
] as const;
23 changes: 17 additions & 6 deletions src/lib/editions/bedrock/upcomings.ts
Original file line number Diff line number Diff line change
@@ -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;
] as const;
5 changes: 1 addition & 4 deletions src/lib/editions/java/upcomings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
},
{
Expand All @@ -32,4 +29,4 @@ export const upcomings: NaiveVersion[] = [
{ text: "Water Reflections" },
]
}
] as const;
] as const;