35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
---
|
|
title: Minecraft modding
|
|
permalink: /mods/
|
|
layout: page
|
|
excerpt: My Minecraft mods.
|
|
comments: false
|
|
---
|
|
|
|
<p>In my spare time I work on several mods for the sandbox video game <a href="https://en.wikipedia.org/wiki/Minecraft">Minecraft</a>. I base these mods on the <a href="https://fabricmc.net">Fabric toolchain</a> but am kindly looking forward to the <a href="https://quiltmc.org">Quilt toolchain</a> officially launching :)</p>
|
|
|
|
<p>If you're interested in status and mod updates, or just want to leave feedback or give suggestions you may join my <a href="https://discord.gg/6gaXmbj">Discord modding server</a>.</p>
|
|
|
|
<p>You can find most of my mods at <a href="https://www.curseforge.com/members/siphalor/projects">CurseForge</a> and <a href="https://modrinth.com/user/Siphalor">Modrinth</a>.</p>
|
|
|
|
<h1>My mods</h1>
|
|
|
|
<div>
|
|
{%- for mod in site.mods -%}
|
|
<article class="post-item">
|
|
<h3 class="post-item-title">
|
|
<a href="{{ mod.url }}">
|
|
{{ mod.name }}
|
|
</a>
|
|
</h3>
|
|
<div class="post-item-excerpt">
|
|
{{ mod.excerpt }}
|
|
</div>
|
|
</article>
|
|
{%- else -%}
|
|
<div style="text-align:center">
|
|
No mods to see here yet.
|
|
</div>
|
|
{%- endfor -%}
|
|
</div>
|