Files
No-Report-Button/fabric/src/main/resources/fabric.mod.json
2024-06-16 21:06:28 +12:00

35 lines
708 B
JSON
Executable File

{
"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://github.com/Lucalah/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.17",
"minecraft": "~1.21",
"java": ">=21"
}
}