From f4f381162d1d677f04cb0701fc529f218779659b Mon Sep 17 00:00:00 2001 From: moehreag Date: Sat, 2 May 2026 13:37:55 +0200 Subject: [PATCH 1/3] update index.astro formatting --- src/pages/index.astro | 57 +++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 1a34d2c..f2c6a30 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -19,19 +19,21 @@ import Button from "../components/Button.astro"; View all downloads
-

About Us

+

About Us

- The Ornithe Project enables the use of the Fabric and Quilt mod - loaders on old Minecraft versions, from the earliest versions of the - pre-classic era up to release 1.14.4. We aim to support all - possible versions within this range, even as once-lost versions are found and - archived. + The Ornithe Project enables the use of the Fabric and Quilt mod loaders on old Minecraft versions, from the earliest versions of the + pre-classic era up to release 1.14.4. We aim to support + all possible versions within this range, even as once-lost versions are + found and archived.

- Ornithe offers high-quality mappings and a light-weight library of - APIs, ensuring a consistent modding experience across the range of - supported Minecraft versions. We also offer more obscure Java bytecode - patches to clean up even heavily obfuscated versions. + Ornithe offers high-quality mappings and a light-weight library of APIs, ensuring a consistent modding experience across the range of + supported Minecraft versions. We also offer more obscure Java bytecode patches to clean up even heavily obfuscated versions.

@@ -44,10 +46,8 @@ import Button from "../components/Button.astro"; modding with Ornithe.
-
-
-
-
+
+
@@ -57,14 +57,15 @@ import Button from "../components/Button.astro";

Feather

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

Calamus

- An intermediate mapping layer that enables cross-version mod compatibility. + An intermediate mapping layer that enables cross-version mod + compatibility.
@@ -91,7 +92,8 @@ import Button from "../components/Button.astro";

Raven

- Patches for throws clauses in method declarations in Java class files. + Patches for throws clauses in method declarations in Java class + files.
@@ -111,16 +113,15 @@ import Button from "../components/Button.astro";

Exceptor

- A tool that patches throws clauses in method declarations in Java class files. + A tool that patches throws clauses in method declarations in Java + class files.

Condor

- - A local variable table generator for Java class files. - + A local variable table generator for Java class files.

Preen

@@ -128,17 +129,15 @@ import Button from "../components/Button.astro"; Miscellaneous de-obfuscation patches for Java class files.
-
-
+
-
-
-
-
+
+
- NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT. + NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH + MOJANG OR MICROSOFT.
From ddd31f7e0ec62fb1fa5c5c80df3e539d96f4dd48 Mon Sep 17 00:00:00 2001 From: moehreag Date: Sat, 2 May 2026 13:38:23 +0200 Subject: [PATCH 2/3] implement https://github.com/dzikoysk/reposilite/commit/62a1bed9df6d2fb7b64b7c64170bad488df9b04e --- public/installer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/installer.js b/public/installer.js index 64e0d9a..447d01a 100644 --- a/public/installer.js +++ b/public/installer.js @@ -74,7 +74,7 @@ if (platform.startsWith("windows")) { return "exe" } - return "bin" + return "" } })() \ No newline at end of file From 1972e767865c678a2abc0bc28378f637b3ae8436 Mon Sep 17 00:00:00 2001 From: moehreag Date: Sat, 2 May 2026 13:39:38 +0200 Subject: [PATCH 3/3] add w-fit class to downloads link --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index f2c6a30..2a91213 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,7 +16,7 @@ import Button from "../components/Button.astro"; - View all downloads + View all downloads

About Us