47 lines
857 B
JSON
47 lines
857 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "${id}",
|
|
"version": "${version}",
|
|
|
|
"name": "${name}",
|
|
"description": "some random gay tech mod",
|
|
"authors": [
|
|
{
|
|
"name": "Ella Paws",
|
|
"contact": {
|
|
"matrix": "@e:lu.gl",
|
|
"mastodon": "https://transmom.love/@ella"
|
|
}
|
|
}
|
|
],
|
|
"contact": {
|
|
"homepage": "https://ella.wantscuddl.es/f/techia.html",
|
|
"sources": "https://git.lain.faith/ella/techia",
|
|
"issues": "https://git.lain.faith/ella/techia/issues"
|
|
},
|
|
|
|
"license": "NVPL (https://git.pixie.town/thufie/npl-builder/raw/branch/main/nvpl.md)",
|
|
"icon": "assets/${id}/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"ella.${id}.${name}"
|
|
],
|
|
"client": [
|
|
"ella.${id}.${name}Client"
|
|
]
|
|
},
|
|
"mixins": [
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.11.3",
|
|
"fabric": "*",
|
|
"minecraft": "1.17.x",
|
|
"java": ">=16"
|
|
},
|
|
"suggests": {
|
|
}
|
|
}
|