From d0b8c08330ffa347ae7bf1c847a51009e1cd9429 Mon Sep 17 00:00:00 2001 From: Pvty Date: Sun, 24 Aug 2025 17:16:00 -0700 Subject: [PATCH] Add 'pvty' to authors list --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d7f51e5..1d6f537 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -4,7 +4,7 @@ "version": "${mod_version}", "name": "${mod_name}", "description": "${description}", - "authors": ["Event Alerts", "aabss", "srnyx"], + "authors": ["Event Alerts", "aabss", "srnyx", "pvty"], "contact": { "repo": "https://github.com/Event-Alerts/EventUtils", "discord": "https://discord.gg/uFPFNYzAWC"