Compare commits
2 commits
423da7b5c2
...
33d0b938b4
Author | SHA1 | Date | |
---|---|---|---|
33d0b938b4 | |||
242da545b7 |
1 changed files with 21 additions and 1 deletions
|
@ -54,13 +54,33 @@ import Card from "../components/Card.astro";
|
||||||
title="The Library"
|
title="The Library"
|
||||||
body="The Library is a self-hosted Archive."
|
body="The Library is a self-hosted Archive."
|
||||||
/>
|
/>
|
||||||
|
-->
|
||||||
<Card
|
<Card
|
||||||
source=https://git.nullafati.xyz/LimePotato/roses-mod/raw/branch/main/src/main/resources/assets/roses_mod/icon.png
|
source="https://git.nullafati.xyz/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://git.nullafati.xyz/limepotato/yummy/raw/branch/main/src/main/resources/assets/yummy/icon.png"
|
||||||
|
href="https://git.nullafati.xyz/limepotato/yummy"
|
||||||
|
title="Yummy"
|
||||||
|
body="A Minecraft mod, all about food (WIP)."
|
||||||
|
/>
|
||||||
|
<Card
|
||||||
|
source="/assets/icons/Forgejo_logo.svg"
|
||||||
|
href="https://git.nullafati.xyz/limepotato/edibleBlocks"
|
||||||
|
title="Edible Blocks"
|
||||||
|
body="A Minecraft mod, that lets you.... eat block items????"
|
||||||
|
/>
|
||||||
|
<Card
|
||||||
|
source="/assets/icons/Forgejo_logo.svg"
|
||||||
|
href="https://git.nullafati.xyz/limepotato/mc-badges"
|
||||||
|
title="Minecraft Badges"
|
||||||
|
body="A handful of 88x31 badges for all your minecraft related projects!"
|
||||||
|
/>
|
||||||
|
<!--
|
||||||
|
<Card
|
||||||
source=https://git.nullafati.xyz/LimePotato/even-more-bountiful/raw/branch/main/src/main/resources/assets/emb/icon.png
|
source=https://git.nullafati.xyz/LimePotato/even-more-bountiful/raw/branch/main/src/main/resources/assets/emb/icon.png
|
||||||
href="https://git.nullafati.xyz/LimePotato/even-more-bountiful"
|
href="https://git.nullafati.xyz/LimePotato/even-more-bountiful"
|
||||||
title="Even More Bountiful"
|
title="Even More Bountiful"
|
||||||
|
|
Loading…
Reference in a new issue