mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
Clarify that author name goes on left side (#14)
This commit is contained in:
parent
b61ea470c4
commit
921a43a9ae
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"name": "Mod Name",
|
"name": "Mod Name",
|
||||||
"description": "A short description of your mod.",
|
"description": "A short description of your mod.",
|
||||||
"contributors": {
|
"contributors": {
|
||||||
"Me!": "Owner"
|
"Your name here": "Owner"
|
||||||
},
|
},
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://example.com/",
|
"homepage": "https://example.com/",
|
||||||
|
|
Loading…
Reference in a new issue