From 81590fd70de56eae4d648a79c5fd2ba73596fc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Miklo=C5=A1?= Date: Wed, 3 Dec 2025 03:48:36 +0100 Subject: [PATCH] chore: capitalize name, add authors, add desc, fix repo -> sources --- src/main/resources/fabric.mod.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0a33582..ab7538d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,11 +2,11 @@ "schemaVersion": 1, "id": "tweaks", "version": "${version}", - "name": "tweaks", - "description": "", - "authors": [], + "name": "Tweaks", + "description": "Change some values in Minecraft using gamerules", + "authors": ["BRNSystems", "Akis"], "contact": { - "repo": "https://git.brn.systems/BRNSystems/tweaks" + "sources": "https://git.brn.systems/BRNSystems/tweaks" }, "license": "MIT", "icon": "assets/icon.png",