update projects
This commit is contained in:
parent
242da545b7
commit
33d0b938b4
1 changed files with 14 additions and 2 deletions
|
@ -56,17 +56,29 @@ import Card from "../components/Card.astro";
|
||||||
/>
|
/>
|
||||||
-->
|
-->
|
||||||
<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
|
source="https://git.nullafati.xyz/limepotato/yummy/raw/branch/main/src/main/resources/assets/yummy/icon.png"
|
||||||
href="https://git.nullafati.xyz/limepotato/yummy"
|
href="https://git.nullafati.xyz/limepotato/yummy"
|
||||||
title="Yummy"
|
title="Yummy"
|
||||||
body="A Minecraft mod, all about food (WIP)."
|
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
|
<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
|
||||||
|
|
Loading…
Reference in a new issue