41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"quilt_loader": {
|
|
"group": "com.danitheskunk",
|
|
"id": "skunkstuff",
|
|
"version": "${version}",
|
|
"metadata": {
|
|
"name": "SkunkStuff",
|
|
"description": "A lot of random stuff a skunk needs.",
|
|
"contributors": {
|
|
"Your name here": "Dani The Skunk"
|
|
},
|
|
"contact": {
|
|
"homepage": "https://git.danitheskunk.com/DaniTheSkunk/skunkstuff",
|
|
"issues": "https://git.danitheskunk.com/DaniTheSkunk/skunkstuff/issues",
|
|
"sources": "https://git.danitheskunk.com/DaniTheSkunk/skunkstuff"
|
|
},
|
|
"icon": "assets/skunkstuff/icon.png"
|
|
},
|
|
"intermediate_mappings": "net.fabricmc:intermediary",
|
|
"entrypoints": {
|
|
"init": "com.danitheskunk.skunkstuff.SkunkStuff",
|
|
"client_init": "com.danitheskunk.skunkstuff.Client"
|
|
},
|
|
"depends": [
|
|
{
|
|
"id": "quilt_loader",
|
|
"versions": ">=0.17.0-"
|
|
},
|
|
{
|
|
"id": "quilted_fabric_api",
|
|
"versions": ">=4.0.0-"
|
|
},
|
|
{
|
|
"id": "minecraft",
|
|
"versions": ">=1.19.2"
|
|
}
|
|
]
|
|
}
|
|
}
|