This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Gestus/src/main/resources/fabric.mod.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
}
}
}