diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..872078b3 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -89,6 +89,15 @@ export const projectList = [ "Match-based eSport where you duel others by materializing and controlling a squad of creatures.", tags: ["JavaScript", "TypeScript", "Node.js", "Web App", "Video Game"], }, + { + name: "Minecraft Endportal finder", + imageSrc: + "https://raw.githubusercontent.com/Krontixz/EndPortal-Finder/refs/heads/main/icon.svg", + projectLink: "https://github.com/Krontixz/EndPortal-Finder", + description: "A minecraft seed finder that will find the endportal for you!", + tags: ["JS", "Minecraft", "HTML", "Seed-Finder" + }, + { name: "Signal-Android", imageSrc: "https://avatars.githubusercontent.com/u/702459?s=200&v=4", @@ -1458,4 +1467,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];