From e2494546efd4e1b88f617f4e7f04fe0695f327f8 Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Fri, 19 Jul 2024 15:34:51 +0100 Subject: [PATCH] Update regex for CreativeCore --- NEMP/mods.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEMP/mods.json b/NEMP/mods.json index 02d3349..94c675d 100644 --- a/NEMP/mods.json +++ b/NEMP/mods.json @@ -2646,7 +2646,7 @@ "active": true, "curse": { "id": "257814", - "regex": "CreativeCore(?:_(?:FORGE|FABRIC))?[ _]v(?P[0-9]+(?:\\.[0-9]+)+(?:-pre[0-9]+)?)[ _]mc[0-9.]+\\.jar" + "regex": "CreativeCore(?:_(?:NEOFORGE|FORGE|FABRIC))?[ _]v(?P[0-9]+(?:\\.[0-9]+)+(?:-pre[0-9]+)?)[ _]mc[0-9.]+\\.jar" } }, "StuffASockInIt": {