From 9dfe8bee35819e86fef3cd5027560666244ff62c Mon Sep 17 00:00:00 2001 From: Xabi GOITY Date: Sun, 12 Oct 2025 23:33:57 +0200 Subject: [PATCH 1/3] Update editions.ts --- src/editions.ts | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/editions.ts b/src/editions.ts index b6946b1..99847e5 100644 --- a/src/editions.ts +++ b/src/editions.ts @@ -960,6 +960,21 @@ const EDITIONS: Edition[] = [ { text: "Small Changes and Bug Fixes" } ] }, + { + title: "The Copper Age", + subtitle: "1.21.9", + 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", + mainFeatures: [ + { text: "Copper Golem" }, + { text: "Copper Chest" }, + { text: "Copper Tools & Armor" }, + { text: "More copper blocks"} + ] + } { subtitle: "1.21.3", @@ -4593,20 +4608,6 @@ const EDITIONS: Edition[] = [ ], upcomings: [ - { - title: "Fall Drop 2025", - 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", - mainFeatures: [ - { text: "Copper Golem" }, - { text: "Copper Chest" }, - { text: "Copper Tools & Armor" }, - ] - } ] } ]; From 7b0934b9a196aa808c66a33778516f76b3bffc18 Mon Sep 17 00:00:00 2001 From: Xabi GOITY Date: Sun, 12 Oct 2025 23:36:15 +0200 Subject: [PATCH 2/3] Added date --- src/editions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editions.ts b/src/editions.ts index 99847e5..88a0323 100644 --- a/src/editions.ts +++ b/src/editions.ts @@ -963,7 +963,7 @@ const EDITIONS: Edition[] = [ { title: "The Copper Age", subtitle: "1.21.9", - possibleDate: "Fall 2025", + date: "2025-09-30", 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.", From fd47d5f11ff17918d3a28c95b5ea8bba08fc54be Mon Sep 17 00:00:00 2001 From: Henrique Colini Date: Wed, 15 Oct 2025 21:19:07 -0300 Subject: [PATCH 3/3] Fixed missing comma in editions --- src/editions.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/editions.ts b/src/editions.ts index f1dfdef..c89662e 100644 --- a/src/editions.ts +++ b/src/editions.ts @@ -993,6 +993,7 @@ const EDITIONS: Edition[] = [ { text: "Small Changes and Bug Fixes" } ] }, + { title: "The Copper Age", subtitle: "1.21.9", @@ -1007,7 +1008,7 @@ const EDITIONS: Edition[] = [ { text: "Copper Tools & Armor" }, { text: "More copper blocks"} ] - } + }, { subtitle: "1.21.3",