From a5c727c6f21d8c6dcedd51b0f66f209027580375 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 8 Jun 2023 14:54:28 +0800 Subject: Update to 1.20 and support Forge --- fabric/src/main/resources/error_notifier.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fabric/src') diff --git a/fabric/src/main/resources/error_notifier.json b/fabric/src/main/resources/error_notifier.json index 132e07187..2049592bc 100644 --- a/fabric/src/main/resources/error_notifier.json +++ b/fabric/src/main/resources/error_notifier.json @@ -12,7 +12,7 @@ "type": "depends", "modId": "architectury", "modName": "Architectury API", - "versions": ">=9.0.0 <10.0.0", + "versions": ">=9.0.7 <10.0.0", "url": "https://www.curseforge.com/minecraft/mc-mods/architectury-api/files/all" }, { -- cgit