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
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/versions/bedrock/version_26_30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/versions/bedrock/version_26_50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/years/bedrock/2026.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions src/lib/editions/bedrock/drops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,55 @@ export const drops: Version[] = [
{ text: "Husks riding Camel Husks" },
{ text: "Netherite Horse Armor" }
]
},

{
title: "Tiny Takeover",
subtitle: "26.10",
date: "2026-03-24",
type: "drop",
icon: "/bedrock/version_26_1.png",
funFact: "Did you know? The killer bunny got updated after 12 years!",
learnMore: "@Bedrock_Edition_26_10",
mainFeatures: [
{ text: "Unique new models for baby mobs" },
{ text: "Unique new textures for baby mobs" },
{ text: "Unique new sounds for baby mobs" },
{ text: "Name Tags are now craftable" },
{ text: "Golden dandelion" },
{ text: "\"Identify block\": tells what block you're looking at" }
],
minorFeatures: [
{ text: "Stonecutter cobbles"},
{ text: "Trumpet noteblock with copper blocks" },
{ text: "Leashed mobs don't despawn" },
{ text: "Creepers explode controlled"},
{ text: "Baby squids can now spawn" },
{ text: "Name tags aren't special loot anymore" }
]
},

{
title: "Chaos Cubed",
subtitle: "26.30",
date: "2026-06-16",
type: "drop",
icon: "/bedrock/version_26_30.png",
funFact: "Did you know? Sulfur cubes has been used to make suspended railings!",
learnMore: "@Bedrock_Edition_26.30",
mainFeatures: [
{ text: "Bedrock Parties" },
{ text: "Sulfur cube" },
{ text: "Sulfur blocks" },
{ text: "Cinnabar blocks" },
{ text: "Sulfur caves" },
{ text: "Sulfur springs" },
{ text: "Music by Fingerspit" },
{ text: "Geysers" }
],
minorFeatures: [
{ text: "Nausa effect in sulfur fumes" },
{ text: "Bounce music disc" }
]
}
] as const;
16 changes: 16 additions & 0 deletions src/lib/editions/bedrock/minors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2249,5 +2249,21 @@ export const minors: Version[] = [
mainFeatures: [
{ text: "Small Changes and Bug Fixes" }
]
},

{
subtitle: "26.0",
type: "minor",
date: "2026-03-11",
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" }
]
}
] as const;
40 changes: 19 additions & 21 deletions src/lib/editions/bedrock/upcomings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,28 @@ 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",
title: "Wilderness Bound",
subtitle: "26.50",
type: "drop",
possibleDate: "Someday September",
funFact: "Did you know? This is the first time that Steve can sit!",
learnMore: "@Bedrock_Edition_26.50",
icon: "/bedrock/version_26_50.png",
mainFeatures: [
{ text: "Small Changes and Bug Fixes" },
{ text: "Subtitles" },
{ text: "Experimental features for The First Drop 2026" }
{ text: "Dappled forest" },
{ text: "Poplar trees" },
{ text: "Poplar wood set" },
{ text: "Shelf mushroom" },
{ text: "Wool and concrete stairs and slabs " },
{ text: "Cushions" },
{ text: "Abandoned campsites" },
{ text: "Straw bed" }
],
minorFeatures: [
{ text: "Clicking with a Spawn Egg on an animal spawns a baby" }
]
},
{
title: "First Drop 2026",
subtitle: "26.10",
possibleDate: "Presumed Early 2026",
type: "drop",
icon: "/bedrock/version_26_1.png",
learnMore: "@First_Drop_2026",
mainFeatures: [
{ text: "Unique new models for baby animals" },
{ text: "Name Tags are now craftable" },
{ text: "Faster world generation" },
{ text: "New map textures" },
{ text: "New explorer maps" },
{ text: "Slightly changed haybale texture" }
]
}
] as const;