Skip to content

Commit

Permalink
Add link to MinecraftCommandBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Jan 5, 2024
1 parent 4ba3218 commit daca65f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions AboutMe/Wasm/Pages/Projects.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ public partial class Projects
GitHubUrl = "https://github.com/codemonkey85/TiredDoctorManhattan",
Screenshots = [],
}, // Tired Doctor Manhattan
new()
{
Name = "Minecraft Command Builder",
Description = "A tool to help build Minecraft commands",
WebUrl = "https://codemonkey85.github.io/MinecraftCommandBuilder/",
GitHubUrl = "https://github.com/codemonkey85/MinecraftCommandBuilder",
Screenshots = [],
}, // Minecraft Command Builder
];

private class Project
Expand Down

0 comments on commit daca65f

Please sign in to comment.