Files
No-Report-Button/fabric/src/main/resources/fabric.mod.json
2023-02-06 16:47:16 -05:00

35 lines
713 B
JSON

{
"schemaVersion": 1,
"id": "noreportbutton",
"version": "${version}",
"name": "No Report Button",
"description": "Removes the chat report button from the multiplayer menu screen",
"authors": [
"Lucaslah"
],
"contact": {
"homepage": "https://cssudii.xyz/r/project/no-report-button",
"sources": "https://github.com/Lucalah/no-report-button"
},
"license": "lgpl-3",
"icon": "assets/noreportbutton/icon.png",
"environment": "client",
"entrypoints": {
"main": [
"me.lucaslah.nrb.NoReportButtonFabric"
]
},
"mixins": [
"noreportbutton.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.6",
"minecraft": ">=1.19.3",
"java": ">=17"
}
}