{ "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" } }