From 649ae882b4f277eb7f787491fda44080efaabd5b Mon Sep 17 00:00:00 2001 From: connie <70295743+connorhedgehog@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:08:06 -0500 Subject: [PATCH 1/2] Added updated Fall Drop 2025 name and new features --- src/editions.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/editions.ts b/src/editions.ts index b6946b1..43b53e8 100644 --- a/src/editions.ts +++ b/src/editions.ts @@ -1963,17 +1963,25 @@ const EDITIONS: Edition[] = [ upcomings: [ { - title: "Fall Drop 2025", + title: "The Copper Age", subtitle: "1.21.X", possibleDate: "Fall 2025", type: "drop", icon: "/java/version_fall_drop.png", 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.", - learnMore: "@Fall_Drop_2025", + learnMore: "@The_Copper_Age", mainFeatures: [ { text: "Copper Golem" }, { text: "Copper Chest" }, { text: "Copper Tools & Armor" }, + { text: "New Copper Building Blocks" }, + { text: "Shelves" }, + ], + minorFeatures: [ + { text: "Mannequins" }, + { text: "Hanging Signs" } + { text: "Debug Screen (F3) Customization" } + { text: "End Flashes" } ] }, From bfae279b9d029e9a9947715d0225d6eb1c05b13d Mon Sep 17 00:00:00 2001 From: Henrique Colini Date: Wed, 15 Oct 2025 20:43:43 -0300 Subject: [PATCH 2/2] Update src/editions.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: أحمد الطبراني --- src/editions.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/editions.ts b/src/editions.ts index 43b53e8..cbe86b0 100644 --- a/src/editions.ts +++ b/src/editions.ts @@ -1979,9 +1979,9 @@ const EDITIONS: Edition[] = [ ], minorFeatures: [ { text: "Mannequins" }, - { text: "Hanging Signs" } - { text: "Debug Screen (F3) Customization" } - { text: "End Flashes" } + { text: "Hanging Signs" }, + { text: "Debug Screen (F3) Customization" }, + { text: "End Flashes" }, ] },