From fa5bdef96fcfc10cf3b1df79d2078e2572518602 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Sun, 3 Aug 2025 15:24:27 +0200 Subject: [PATCH] also update cnpc+ --- install.json | 5 +++-- updates.json | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/install.json b/install.json index b22bb19..7c14d0c 100644 --- a/install.json +++ b/install.json @@ -515,11 +515,12 @@ "Id": "mod:cnpc+", "Name": "CustomNPC+", "DestPath": "mods/CustomNPC-Plus-nomixin.jar", - "SourceUrl": "https://mediafilez.forgecdn.net/files/5772/24/CustomNPC-Plus-1.9.3.jar", + "SourceUrl": "https://github.com/KAMKEEL/CustomNPC-Plus/releases/download/1.10.1/CustomNPC-Plus-1.10.1.jar", + "SourceType": "GitHub", "SourceOwner": "KAMKEEL", "SourceName": "CustomNPC-Plus", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", - "SourceTag": "1.9.3" + "SourceTag": "1.10.1" }, { "Id": "mod:cnpc+extra", diff --git a/updates.json b/updates.json index e634eb2..08d2b1b 100644 --- a/updates.json +++ b/updates.json @@ -63,6 +63,9 @@ { "InheritFrom": "mod:coretweaks" }, + { + "InheritFrom": "mod:cnpc+" + }, { "InheritFrom": "mod:defaultserverlist" },