2025-09-07 12:50:52 -06:00
|
|
|
{
|
|
|
|
|
"schemaVersion": 1,
|
2025-09-07 19:14:24 -06:00
|
|
|
"id": "favicon",
|
2025-09-07 12:50:52 -06:00
|
|
|
"version": "${version}",
|
2025-09-07 19:14:24 -06:00
|
|
|
"name": "Favicon",
|
|
|
|
|
"description": "In-game server icon editing using a map.",
|
2025-09-07 12:50:52 -06:00
|
|
|
"authors": [
|
2025-09-07 16:01:15 -06:00
|
|
|
"Astatin3"
|
2025-09-07 12:50:52 -06:00
|
|
|
],
|
|
|
|
|
"contact": {
|
|
|
|
|
"homepage": "https://fabricmc.net/",
|
|
|
|
|
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
|
|
|
|
},
|
|
|
|
|
"license": "CC0-1.0",
|
2025-09-07 19:14:24 -06:00
|
|
|
"icon": "assets/favicon/icon.png",
|
2025-09-07 12:50:52 -06:00
|
|
|
"environment": "*",
|
|
|
|
|
"entrypoints": {
|
|
|
|
|
"main": [
|
2025-09-07 16:01:15 -06:00
|
|
|
"dev.astatin3.favicon.ExampleMod"
|
2025-09-07 12:50:52 -06:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"mixins": [
|
2025-09-07 19:14:24 -06:00
|
|
|
"favicon.mixins.json"
|
2025-09-07 12:50:52 -06:00
|
|
|
],
|
|
|
|
|
"depends": {
|
|
|
|
|
"fabricloader": ">=0.16.14",
|
|
|
|
|
"minecraft": "~1.21.8",
|
|
|
|
|
"java": ">=21",
|
|
|
|
|
"fabric-api": "*"
|
|
|
|
|
},
|
|
|
|
|
"suggests": {
|
|
|
|
|
"another-mod": "*"
|
|
|
|
|
}
|
|
|
|
|
}
|