diff --git a/src/main/resources/assets/no-telemetry/icon.png b/src/main/resources/assets/no-telemetry/icon.png new file mode 100644 index 0000000..8dc6468 Binary files /dev/null and b/src/main/resources/assets/no-telemetry/icon.png differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0b17734..05de1e2 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -4,12 +4,13 @@ "version": "${version}", "name": "No Telemetry", "description": "Disable the telemetry introduced in 21w38a", + "icon": "assets/no-telemetry/icon.png", "authors": [ "kb1000" ], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "homepage": "https://github.com/kb-1000/no-telemetry", + "sources": "https://github.com/kb-1000/no-telemetry" }, "license": "CC0-1.0", "environment": "*",