44 lines
860 B
JSON
44 lines
860 B
JSON
{
|
|
"schema_version": 1,
|
|
|
|
"quilt_loader": {
|
|
"group": "${mod_group}",
|
|
"id": "${mod_id}",
|
|
"version": "${mod_version}",
|
|
|
|
"intermediate_mappings":"net.fabricmc:intermediary",
|
|
|
|
"metadata": {
|
|
"name": "${mod_name}",
|
|
"description": "A short description of your mod.",
|
|
"contributors": {
|
|
"pietru": "Owner"
|
|
},
|
|
|
|
"contact": {
|
|
"homepage": "https://example.com/",
|
|
"issues": "https://example.com/",
|
|
"sources": "https://example.com/"
|
|
},
|
|
|
|
"icon": "cookie_utils_icon.png"
|
|
},
|
|
|
|
"entrypoints": {
|
|
"init": "net.pietru.cookie_utils.CookieUtils"
|
|
},
|
|
|
|
"depends": [
|
|
{
|
|
"id": "cosmic_quilt",
|
|
"versions": ">=2.3.1"
|
|
},
|
|
{
|
|
"id": "cosmic_reach",
|
|
"versions": ">=0.3.1"
|
|
}
|
|
]
|
|
},
|
|
|
|
"mixin": "cookie_utils.mixins.json"
|
|
}
|