mirror of
https://github.com/Astatin3/MC-server-icon.git
synced 2026-06-08 16:18:03 -06:00
34 lines
653 B
JSON
34 lines
653 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "favicon",
|
|
"version": "${version}",
|
|
"name": "Favicon",
|
|
"description": "In-game server icon editing using a map.",
|
|
"authors": [
|
|
"Astatin3"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://fabricmc.net/",
|
|
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
|
},
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/favicon/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"dev.astatin3.favicon.ExampleMod"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"favicon.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.16.14",
|
|
"minecraft": "~1.21.8",
|
|
"java": ">=21",
|
|
"fabric-api": "*"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
}
|
|
} |