Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
if (platform.startsWith("windows")) {
return "exe"
}
return "bin"
return ""
}

})()
59 changes: 29 additions & 30 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,24 @@ import Button from "../components/Button.astro";
<div id="latest-version-native" style="display: none;"></div>
<div id="web-installer" style="display: none;"></div>
<div id="platform-download" style="display: none;"></div>
<a href="/download">View all downloads</a>
<a href="/download" class="w-fit">View all downloads</a>
</div>
<div id="about-us" class="main-section">
<h1>About Us</h2>
<h1>About Us</h1>
<p>
The Ornithe Project enables the use of the <b>Fabric</b> and <b>Quilt</b> mod
loaders on old Minecraft versions, from the earliest versions of the
<b>pre-classic</b> era up to release <b>1.14.4</b>. 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 <b>Fabric</b> and <b>Quilt</b
> mod loaders on old Minecraft versions, from the earliest versions of the
<b>pre-classic</b> era up to release <b>1.14.4</b>. We aim to support
all possible versions within this range, even as once-lost versions are
found and archived.
</p>
<p>
Ornithe offers <b>high-quality mappings</b> and a <b>light-weight library of
APIs</b>, ensuring a consistent modding experience across the range of
supported Minecraft versions. We also offer more obscure <b>Java bytecode
patches</b> to clean up even heavily obfuscated versions.
Ornithe offers <b>high-quality mappings</b> and a <b
>light-weight library of APIs</b
>, ensuring a consistent modding experience across the range of
supported Minecraft versions. We also offer more obscure <b
>Java bytecode patches</b
> to clean up even heavily obfuscated versions.
</p>
</div>
<div id="libraries" class="main-section">
Expand All @@ -44,10 +46,8 @@ import Button from "../components/Button.astro";
modding with Ornithe.
</span>
</div>
<div class="tile empty-tile">
</div>
<div class="tile empty-tile">
</div>
<div class="tile empty-tile"></div>
<div class="tile empty-tile"></div>
</div>
</div>
<div id="toolchain" class="main-section">
Expand All @@ -57,14 +57,15 @@ import Button from "../components/Button.astro";
<div class="tile magenta-tile">
<h3>Feather</h3>
<span>
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.
</span>
</div>
<div class="tile fuchsia-tile">
<h3>Calamus</h3>
<span>
An intermediate mapping layer that enables cross-version mod compatibility.
An intermediate mapping layer that enables cross-version mod
compatibility.
</span>
</div>
<div class="tile red-tile">
Expand All @@ -91,7 +92,8 @@ import Button from "../components/Button.astro";
<div class="tile yellow-tile">
<h3>Raven</h3>
<span>
Patches for throws clauses in method declarations in Java class files.
Patches for throws clauses in method declarations in Java class
files.
</span>
</div>
</div>
Expand All @@ -111,34 +113,31 @@ import Button from "../components/Button.astro";
<div class="tile cyan-tile">
<h3>Exceptor</h3>
<span>
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.
</span>
</div>
</div>
<div class="row">
<div class="tile light-blue-tile">
<h3>Condor</h3>
<span>
A local variable table generator for Java class files.
</span>
<span> A local variable table generator for Java class files. </span>
</div>
<div class="tile dark-blue-tile">
<h3>Preen</h3>
<span>
Miscellaneous de-obfuscation patches for Java class files.
</span>
</div>
<div class="tile empty-tile">
</div>
<div class="tile empty-tile"></div>
</div>
</div>
<div>
</div>
<div>
</div>
<div></div>
<div></div>
<div>
<small>
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.
</small>
</div>
</main>
Expand Down