mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-06 13:37:51 +00:00
35 lines
713 B
JSON
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"
|
|
}
|
|
}
|