Skip to content

Commit 97f4be6

Browse files
Added upcoming 26.1 versions
1 parent 211e34c commit 97f4be6

4 files changed

Lines changed: 25 additions & 11 deletions

File tree

307 Bytes
Loading
307 Bytes
Loading

src/lib/editions/bedrock/upcomings.ts

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@ import type { NaiveVersion } from "..";
22

33
export const upcomings: NaiveVersion[] = [
44
{
5-
title: "Mounts of Mayhem",
6-
subtitle: "1.21.X",
7-
possibleDate: "Winter 2025",
5+
title: "First Drop 2026",
6+
subtitle: "26.1",
7+
possibleDate: "Presumed Early 2026",
88
type: "drop",
9-
icon: "/java/version_mounts_of_mayhem.png",
10-
funFact: "Did you know? The Zombie Horse was added in the game back in 2013 in java snapshot 13w16a.",
11-
learnMore: "@Mounts_of_Mayhem",
9+
icon: "/bedrock/version_26_1.png",
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.",
11+
learnMore: "@First_Drop_2026",
1212
mainFeatures: [
13-
{ text: "Nautilus" },
14-
{ text: "Spear" },
15-
{ text: "Zombie Nautilus" },
13+
{ text: "Unique new models for baby animals" },
14+
{ text: "Name Tags are now craftable" },
1615
],
1716
minorFeatures: [
18-
{ text: "Breath of the Nautilus" },
19-
{ text: "Zombie Horse can now naturally spawn in survival" }
17+
{ text: "Clicking with a Spawn Egg on an animal spawns a baby" }
2018
]
2119
}
2220
] as const;

src/lib/editions/java/upcomings.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
import type { NaiveVersion } from "..";
22

33
export const upcomings: NaiveVersion[] = [
4+
{
5+
title: "First Drop 2026",
6+
subtitle: "26.1",
7+
possibleDate: "Presumed Early 2026",
8+
type: "drop",
9+
icon: "/java/version_26_1.png",
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.",
11+
learnMore: "@First_Drop_2026",
12+
mainFeatures: [
13+
{ text: "Unique new models for baby animals" },
14+
{ text: "Name Tags are now craftable" },
15+
],
16+
minorFeatures: [
17+
{ text: "Clicking with a Spawn Egg on an animal spawns a baby" }
18+
]
19+
},
420
{
521
title: "Vibrant Visuals",
622
type: "minor",

0 commit comments

Comments
 (0)