From e260dd064ea2e177057294c106a49669490e29d3 Mon Sep 17 00:00:00 2001 From: Space Walker Date: Fri, 16 May 2025 15:04:57 +0200 Subject: [PATCH] rewrite and redesign the main page --- src/pages/index.astro | 50 +++++++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 11 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index ce2ba64..6d22ce8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,21 +7,49 @@ import Button from "../components/Button.astro";
-

OrnitheMC

-

About

We're a project that aims to provide modding facilities through the - Fabric and Quilt toolchains to as many legacy Minecraft versions as - reasonably possible, while also providing extra tools to further enhance - the development experience for these versions. Currently we support - versions from rd-132211 to 1.14.4, including "non-final" minor releases, - snapshots, combat snapshots and April Fools versions released within this - range, with the goal of also supporting every discovered version archived - by Omniarchive within this range.Ornithe provides tooling and infrastructure to facilitate modding + ancient Minecraft versions. -

Downloads

+

Downloads

View all downloads +

About Us

+ Where FabricMC and QuiltMC keep up with the latest Minecraft versions, + Ornithe fills a void by enabling the use of the Fabric and Quilt mod + loaders on old Minecraft versions. On top of that, it provides other + tools to enhance the mod development process, ranging from high-quality + mappings to more obscure Java bytecode patches that aid developers in + understanding and working with the Minecraft codebase. + Ornithe supports a wide range of Minecraft versions, from the earliest + versions of the pre-classic era up to release 1.14.4, including snapshots + and April Fools versions. It aims to support all possible versions within + this range, even as once-lost versions are found and archived. This makes + Ornithe a powerful tool in uncovering and understanding the history of + Minecraft development. +

The Ornithe Toolchain

+

Feather

+ A set of mappings that provides a consistent modding experience across a + wide range of Minecraft versions. +

Ornithe Standard Libraries

+ A set of libraries that provides hooks and events for modding with + Ornithe. +

Nester

+ A tool that patches inner class attributes in Java class files. +

Signature Changer

+ A tool that patches generic type signatures in Java class files.