40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
|
{
|
||
|
"schemaVersion": 1,
|
||
|
"id": "gestus",
|
||
|
"version": "${version}",
|
||
|
"name": "Gestus",
|
||
|
"description": "A server mod that adds data-driven emotes to Minecraft that can be viewed by vanilla clients.",
|
||
|
"authors": [
|
||
|
"TheBrokenRail"
|
||
|
],
|
||
|
"contact": {
|
||
|
"homepage": "https://thebrokenrail.com/",
|
||
|
"sources": "https://gitea.thebrokenrail.com/TheBrokenRail/Gestus.git",
|
||
|
"issues": "https://gitea.thebrokenrail.com/TheBrokenRail/Gestus/issues"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"environment": "*",
|
||
|
"entrypoints": {
|
||
|
"main": [
|
||
|
"com.thebrokenrail.gestus.Gestus"
|
||
|
],
|
||
|
"client": [
|
||
|
"com.thebrokenrail.gestus.client.GestusClient"
|
||
|
]
|
||
|
},
|
||
|
"mixins": [
|
||
|
"gestus.mixins.json"
|
||
|
],
|
||
|
"accessWidener": "gestus.accesswidener",
|
||
|
"depends": {
|
||
|
"fabricloader": ">=0.7.4",
|
||
|
"fabric": "*",
|
||
|
"minecraft": "1.16.x"
|
||
|
},
|
||
|
"custom": {
|
||
|
"modupdater": {
|
||
|
"strategy": "curseforge",
|
||
|
"projectID": 401707
|
||
|
}
|
||
|
}
|
||
|
}
|