diff --git a/public/assets/projects/enchantio.png b/public/assets/projects/enchantio.png new file mode 100644 index 0000000..fa9708a Binary files /dev/null and b/public/assets/projects/enchantio.png differ diff --git a/src/content/projects/enchantio.md b/src/content/projects/enchantio.md new file mode 100644 index 0000000..c26b2e6 --- /dev/null +++ b/src/content/projects/enchantio.md @@ -0,0 +1,16 @@ +--- +category: "minecraft" +name: "Enchantio" +description: "Minecraft paper plugin that adds new enchantments that are in line with vanilla Minecraft feel." +image: "/assets/projects/enchantio.png" +links: [ + { + text: "Website", + url: "https://modrinth.com/plugin/enchantio" + }, + { + text: "Source", + url: "https://github.com/YouHaveTrouble/Enchantio" + }, +] +---