refactor: remove #each because it's not worth it
parent
84e024a146
commit
095b46fb4f
@ -1,15 +1,9 @@
|
|||||||
<h1>Cursed Creations Minecraft Mods</h1>
|
<h1>Cursed Creations Minecraft Mods</h1>
|
||||||
<ul>
|
<ul>
|
||||||
{#each [
|
<li><a href="/downloads/expandedworlds">World Expansion (64bit and BigInteger Worldgen)</a></li>
|
||||||
["/expandedworlds", "World Expansion (64bit and BigInteger Worldgen)"],
|
<li><a href="/downloads/zetaforged">ZetaForged (v1/v2)</a></li>
|
||||||
["/zetaforged", "ZetaForged (v1/v2)"],
|
<li><a href="/downloads/fringelands_mod">Allam A's Fringelands</a></li>
|
||||||
["/fringelands_mod", "Allam A's Fringelands"]
|
|
||||||
] as [href, display]}
|
|
||||||
<li><a href="/downloads{href}">{display}</a></li>
|
|
||||||
{/each}
|
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
For any support, contact the Cursed Creations team at <a
|
For any support, contact the Cursed Creations team at <a href="https://discord.gg/gBXj5j55uf">our Discord server</a>
|
||||||
href="https://discord.gg/gBXj5j55uf">our Discord server</a
|
|
||||||
>
|
|
||||||
</p>
|
</p>
|
Loading…
Reference in New Issue