18 lines
841 B
Twig
18 lines
841 B
Twig
{% extends 'master.twig' %}
|
|
|
|
{% block content %}
|
|
<div class="section downloads-header">
|
|
<h1>Downloads</h1>
|
|
<p>This page contains relevant downloads for our servers.</p>
|
|
</div>
|
|
|
|
<div class="section downloads-item">
|
|
<h2>Flashii Extensions</h2>
|
|
<p>This as a mod built on <a href="https://fabricmc.net/" target="_blank" rel="noopener">Fabric</a> to alter the server your Minecraft client uses to request skins from Mojang's to ours.{# This mod is likely why you're on this page. <-- add this is there's more downloads ever #}</p>
|
|
|
|
<ul>
|
|
<li><a href="/dl/flashii-extensions-1.0.0.jar">Download Flashii Extensions 1.0.0</a></li>
|
|
<li><a href="https://git.flash.moe/flashii/mcexts" target="_blank" rel="noopener">Source Code</a></li>
|
|
</ul>
|
|
</div>
|
|
{% endblock %}
|