Added allprojects.njk that lists all projecs (pagination), added contributing.md that has instructinos about adding your project to neoBeta, added errors template and 404 page, moved projects metadata to json file.

This commit is contained in:
天クマ 2025-10-26 17:36:37 -03:00
commit 8354b455d4
24 changed files with 167 additions and 68 deletions

View file

@ -0,0 +1,8 @@
{
"name": "The Devil Within",
"subtitle": "Adds enchanting to Minecraft Beta. Supports balancing through curses.",
"author": "tenkuma",
"downloadLink": "https://modrinth.com/plugin/devilwithin/versions",
"logo": "logo.png",
"tags": ["plugin"]
}

View file

@ -1,11 +1,3 @@
---
name: "The Devil Within"
subtitle: "Adds enchanting to Minecraft Beta. Supports balancing through curses."
author: "tenkuma"
downloadLink: "https://modrinth.com/plugin/devilwithin/versions"
logo: "logo.png"
tags: plugin
---
This plugin is a remake of [GoldEnchant](https://dev.bukkit.org/projects/goldenchant/).
This plugin depends on [tenkumaLib](https://modrinth.com/plugin/tenkumalib).