Skip to content

Commit ae3af09

Browse files
Merge pull request #19 from connorhedgehog/master
Update Fall Drop 2025 name and add new features
2 parents cc362e4 + bfae279 commit ae3af09

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

src/editions.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,17 +1963,25 @@ const EDITIONS: Edition[] = [
19631963

19641964
upcomings: [
19651965
{
1966-
title: "Fall Drop 2025",
1966+
title: "The Copper Age",
19671967
subtitle: "1.21.X",
19681968
possibleDate: "Fall 2025",
19691969
type: "drop",
19701970
icon: "/java/version_fall_drop.png",
19711971
funFact: "Did you know? The Copper Golem was a candidate in the Minecraft Live 2021 Mob Vote, finishing in second place with 45.7% of votes. The winner was the Allay, having 54.7% of the votes.",
1972-
learnMore: "@Fall_Drop_2025",
1972+
learnMore: "@The_Copper_Age",
19731973
mainFeatures: [
19741974
{ text: "Copper Golem" },
19751975
{ text: "Copper Chest" },
19761976
{ text: "Copper Tools & Armor" },
1977+
{ text: "New Copper Building Blocks" },
1978+
{ text: "Shelves" },
1979+
],
1980+
minorFeatures: [
1981+
{ text: "Mannequins" },
1982+
{ text: "Hanging Signs" },
1983+
{ text: "Debug Screen (F3) Customization" },
1984+
{ text: "End Flashes" },
19771985
]
19781986
},
19791987

0 commit comments

Comments
 (0)