Web/main/_data/projects.json
Ell 2b87e29b43
All checks were successful
Jenkins
Web/pipeline/head This commit looks good
added back touchy tickets
2023-03-07 10:59:03 +01:00

119 lines
4.5 KiB
JSON

[
{
"name": "💡 Actually Additions",
"desc": "Actually Additions is a rather popular Minecraft mod that I used to work on. It's become widely known in the modding community and has reached over 30 million downloads by now, which is crazy. I don't work on it anymore myself, but it's being maintained for current versions by someone else.",
"links": [
{
"name": "CurseForge page",
"link": "https://ellpeck.de/actadd"
},
{
"name": "Report an issue",
"link": "https://github.com/Ellpeck/ActuallyAdditions/issues"
},
{
"name": "Online manual",
"link": "https://ellpeck.de/actaddmanual/"
}
],
"status": "Maintained",
"icon": "aa"
},
{
"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": "Side project",
"links": [
{
"name": "CurseForge page",
"link": "https://minecraft.curseforge.com/projects/natures-aura"
},
{
"name": "Modrinth page",
"link": "https://modrinth.com/mod/natures-aura"
},
{
"name": "Report an issue",
"link": "https://github.com/Ellpeck/NaturesAura/issues"
}
],
"icon": "na"
},
{
"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": "Side project",
"links": [
{
"name": "CurseForge page",
"link": "https://www.curseforge.com/minecraft/mc-mods/pretty-pipes"
},
{
"name": "Modrinth page",
"link": "https://modrinth.com/mod/pretty-pipes"
},
{
"name": "Report an issue",
"link": "https://github.com/Ellpeck/PrettyPipes/issues"
}
],
"icon": "pp"
},
{
"name": "🏡 Tiny Life",
"desc": "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's published by Top Hat Studios, and it'll be released into Steam Early Access soon.",
"status": "In development",
"links": [
{
"name": "Check it out",
"link": "https://tinylifegame.com"
}
],
"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 <a href=\"http://www.monogame.net/\">MonoGame</a> that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.",
"links": [
{
"name": "Get it on NuGet",
"link": "https://www.nuget.org/packages?q=ellpeck+mlem"
},
{
"name": "See the website",
"link": "https://mlem.ellpeck.de/"
}
],
"status": "Side project",
"icon": "mlem"
},
{
"name": "🎟️ Touchy Tickets",
"desc": "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions. You can download it for free on the Google Play Store, as well as see its public source code.",
"links": [
{
"name": "Google Play Store",
"link": "https://ell.lt/touchytickets"
},
{
"name": "See the code",
"link": "https://git.ellpeck.de/Ellpeck/TouchyTickets"
}
],
"status": "Released",
"icon": "tt"
}
]