From 08bc6f19dad4532c073c33c1ddbe9d250e1c07c5 Mon Sep 17 00:00:00 2001 From: Adam Wojciak Date: Thu, 27 Jul 2023 21:40:43 -0400 Subject: [PATCH] Added name to author list --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 210b1ef..ab7cc3c 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,7 +7,8 @@ "description": "Adds puddles. Compatible with your favorite shaderpacks & mods!", "authors": [ "Motschen", - "TeamMidnightDust" + "TeamMidnightDust", + "AdamW78" ], "contact": { "homepage": "https://www.midnightdust.eu/",