From 7ba58a99b75f5e55400b1abb59165c8c79423e39 Mon Sep 17 00:00:00 2001 From: teknostom <42341753+teknostom@users.noreply.github.com> Date: Thu, 16 Oct 2025 23:33:54 +0200 Subject: [PATCH] Add Steel MC server information to index.astro --- src/pages/index.astro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 84fb7af..0129de7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -93,6 +93,11 @@ import Timeline from "../components/Timeline.astro"; name: "PicoLimbo", url: "https://github.com/Quozul/PicoLimbo", date: new Date("2025-05-14") // Announced on the Rust subreddit https://www.reddit.com/r/rust/comments/1kmhxee/i_wrote_a_lightweight_minecraft_server_in_rust/ + }, + { + name: "Steel MC", + url: "https://github.com/4lve/SteelMC", + date: new Date("2025-10-16") // Announced on the Pumpkin discord https://discord.com/channels/1268592337445978193/1268611318617866261/1427970155241013350 } ];