From 001bece282f89852a82aaea0600f13c9b31cadaf Mon Sep 17 00:00:00 2001 From: Tommy Quatretemps Date: Mon, 1 Jun 2026 15:43:51 +0200 Subject: [PATCH] Add Modrinth website --- sherlock_project/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index d3f44240cc..cd24d32c60 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -3304,5 +3304,12 @@ "errorType": "status_code", "errorCode": 404, "username_claimed": "blue" + }, + "Modrinth": { + "url": "https://modrinth.com/user/{}", + "urlMain": "https://modrinth.com", + "errorType": "status_code", + "errorCode": 404, + "username_claimed": "blue" } }