From 921a43a9aecd1874a287b47af56a58f180c355c7 Mon Sep 17 00:00:00 2001 From: TelepathicGrunt <40846040+TelepathicGrunt@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:39:28 -0400 Subject: [PATCH] Clarify that author name goes on left side (#14) --- 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/",