From e4ea91d02dbdda535bc883e65919c8e90f93daf7 Mon Sep 17 00:00:00 2001 From: Username404 Date: Fri, 29 Jul 2022 18:51:31 +0200 Subject: Update to Minecraft 1.19.1 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f7298610..6e9858b1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "fabricloader": ">=0.14.6", "fabric": "*", "cloth-config2": "*", - "minecraft": ["~1.19.1-rc.2"] + "minecraft": [">=1.19.1"] }, "custom": { "modmenu": { -- cgit