Add potrogue
This commit is contained in:
parent
3f5a3e8bb2
commit
0dea3391c7
1 changed files with 12 additions and 12 deletions
|
@ -44,30 +44,30 @@ import Card from '../components/Card.astro';
|
||||||
body="The Library is a self-hosted Archive."
|
body="The Library is a self-hosted Archive."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
source=https://next.forgejo.org/LimePotato/stellarworks/raw/branch/main/src/main/resources/assets/stellarworks/icon.png
|
|
||||||
href="https://modrinth.com/mod/stellarworks"
|
|
||||||
title="Stellarworks"
|
|
||||||
body="A Minecraft mod, built for Quilt Loader, Reviving the ideas of my favorite classic tech and space mods."
|
|
||||||
/>
|
|
||||||
<Card
|
|
||||||
source=https://next.forgejo.org/LimePotato/roses-mod/raw/branch/main/src/main/resources/assets/roses_mod/icon.png
|
source=https://next.forgejo.org/LimePotato/roses-mod/raw/branch/main/src/main/resources/assets/roses_mod/icon.png
|
||||||
href="https://modrinth.com/mod/roses-quilt"
|
href="https://modrinth.com/mod/roses-quilt"
|
||||||
title="Roses"
|
title="Roses"
|
||||||
body="A Minecraft mod, built for Quilt Loader, bringing back the Roses and Cyan Roses of old."
|
body="A Minecraft mod, built for Quilt Loader, bringing back the Roses and Cyan Roses of old."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
source=https://next.forgejo.org/LimePotato/yummy-mod/raw/branch/main/src/main/resources/assets/yummy/icon.png
|
|
||||||
href="https://next.forgejo.org/LimePotato/yummy-mod"
|
|
||||||
title="Yummy"
|
|
||||||
body="Adds various food related items to Minecraft, mostly inspired off of the promised/mentioned ideas from Mojang themselves."
|
|
||||||
/>
|
|
||||||
<Card
|
|
||||||
source=https://next.forgejo.org/LimePotato/even-more-bountiful/raw/branch/main/src/main/resources/assets/emb/icon.png
|
source=https://next.forgejo.org/LimePotato/even-more-bountiful/raw/branch/main/src/main/resources/assets/emb/icon.png
|
||||||
href="https://next.forgejo.org/LimePotato/even-more-bountiful"
|
href="https://next.forgejo.org/LimePotato/even-more-bountiful"
|
||||||
title="Even More Bountiful"
|
title="Even More Bountiful"
|
||||||
body="A Legacy Fabric mod for 1.7.10, exploring a timeline where minecrafts development took a different direction before 1.8"
|
body="A Legacy Fabric mod for 1.7.10, exploring a timeline where minecrafts development took a different direction before 1.8"
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
|
source=https://next.forgejo.org/Ouroboros/potrogue/raw/commit/2a13aaff906a7d3e50eaf4c6139880b5733387b7/src/main/resources/assets/icon.png
|
||||||
|
href="https://next.forgejo.org/Ouroboros/potrogue/settings"
|
||||||
|
title="potrogue"
|
||||||
|
body="A lil roguelike project built in Kotlin with cobalt/amethyst/zircon"
|
||||||
|
/>
|
||||||
|
<Card
|
||||||
|
source=https://next.forgejo.org/LimePotato/stellarworks/raw/branch/main/src/main/resources/assets/stellarworks/icon.png
|
||||||
|
href="https://modrinth.com/mod/stellarworks"
|
||||||
|
title="Stellarworks"
|
||||||
|
body="A Minecraft mod, built for Quilt Loader, Reviving the ideas of my favorite classic tech and space mods."
|
||||||
|
/>
|
||||||
|
<Card
|
||||||
source=https://next.forgejo.org/LimePotato/quilt-template-mod/raw/branch/main/src/main/resources/assets/example_mod/icon.png
|
source=https://next.forgejo.org/LimePotato/quilt-template-mod/raw/branch/main/src/main/resources/assets/example_mod/icon.png
|
||||||
href="https://next.forgejo.org/LimePotato/quilt-template-mod"
|
href="https://next.forgejo.org/LimePotato/quilt-template-mod"
|
||||||
title="Custom Quilt Template Mod"
|
title="Custom Quilt Template Mod"
|
||||||
|
|
Loading…
Reference in a new issue