Add an example contact field

This commit is contained in:
Ennui Langeweile 2022-04-24 17:28:17 -03:00
parent ae66011cd4
commit 2a4a0f2367
No known key found for this signature in database
GPG Key ID: 688A9E714BCD13B2
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@
"contributors": {
"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"
},
"intermediate_mappings": "net.fabricmc:intermediary",