From 6f440dee59d612580dd086d2d6fbdcd61fa74813 Mon Sep 17 00:00:00 2001 From: TelepathicGrunt <40846040+TelepathicGrunt@users.noreply.github.com> Date: Sat, 23 Jul 2022 10:47:53 -0400 Subject: [PATCH] Clarify that author name goes on left side --- src/main/resources/quilt.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 0431f67..d9a6ea9 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -8,7 +8,7 @@ "name": "Mod Name", "description": "A short description of your mod.", "contributors": { - "Me!": "Owner" + "Your name here": "Owner" }, "contact": { "homepage": "https://example.com/",