mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
Add an example contact field
This commit is contained in:
parent
ae66011cd4
commit
2a4a0f2367
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
||||||
"contributors": {
|
"contributors": {
|
||||||
"Me!": "Owner"
|
"Me!": "Owner"
|
||||||
},
|
},
|
||||||
|
"contact": {
|
||||||
|
"homepage": "https://example.com/",
|
||||||
|
"issues": "https://github.com/QuiltMC/quilt-template-mod/issues",
|
||||||
|
"sources": "https://github.com/QuiltMC/quilt-template-mod"
|
||||||
|
},
|
||||||
"icon": "assets/example_mod/icon.png"
|
"icon": "assets/example_mod/icon.png"
|
||||||
},
|
},
|
||||||
"intermediate_mappings": "net.fabricmc:intermediary",
|
"intermediate_mappings": "net.fabricmc:intermediary",
|
||||||
|
|
Loading…
Reference in a new issue