From 6450cee006fdee114616c183230837a69ec9bbe0 Mon Sep 17 00:00:00 2001 From: DarkAhri <1132464027@qq.com> Date: Thu, 18 Jul 2024 21:22:37 +0800 Subject: [PATCH] Update mcmod.info Corrected mod intro and links. --- src/main/resources/mcmod.info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 6275554..9581e79 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,12 +3,12 @@ "modList": [{ "modid": "${modId}", "name": "${modName}", - "description": "An example mod for Minecraft 1.7.10 with Forge focused on a stable setup.", + "description": "An addon for GTNH modpack(2.5.1+).", "version": "${modVersion}", "mcversion": "${minecraftVersion}", - "url": "https://github.com/SinTh0r4s/MyMod", + "url": "https://github.com/reobf/Programmable-Hatches-Mod", "updateUrl": "", - "authorList": ["SinTho0r4s"], + "authorList": ["reobf"], "credits": "", "logoFile": "", "screenshots": [],