diff --git a/main/_data/projects.json b/main/_data/projects.json index 1d8d161..1bf511d 100644 --- a/main/_data/projects.json +++ b/main/_data/projects.json @@ -17,7 +17,7 @@ { "name": "🌲 Nature's Aura", "desc": "Nature's Aura is a Minecraft mod about collecting, using and replenishing the Aura naturally present in the world to create useful devices and unique mechanics.", - "status": "In development", + "status": "Side project", "links": [{ "name": "CurseForge page", "link": "https://minecraft.curseforge.com/projects/natures-aura" @@ -30,7 +30,7 @@ { "name": "🚋 Pretty Pipes", "desc": "Pretty Pipes is a simple to use, all-inclusive item transport mod for Minecraft. It features simple pipes that can be upgraded using modules to accomplish much more advanced tasks.", - "status": "In development", + "status": "Side project", "links": [{ "name": "CurseForge page", "link": "https://www.curseforge.com/minecraft/mc-mods/pretty-pipes" @@ -50,6 +50,16 @@ }], "icon": "tiny" }, + { + "name": "đŸ–ŧī¸ Obsidian Custom Frames", + "desc": "Custom Frames is an Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.", + "links": [{ + "name": "Check it out", + "link": "https://github.com/Ellpeck/ObsidianCustomFrames" + }], + "status": "Side project", + "icon": "obsidian" + }, { "name": "🕹ī¸ MLEM", "desc": "MLEM Library for Extending MonoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.", diff --git a/main/res/projects/obsidian.png b/main/res/projects/obsidian.png new file mode 100644 index 0000000..8ed0187 Binary files /dev/null and b/main/res/projects/obsidian.png differ