From 73ed8269700745eee058ad270ffad8499a21ff1b Mon Sep 17 00:00:00 2001 From: Username404 Date: Fri, 22 Jul 2022 15:45:44 +0200 Subject: Update to Minecraft 1.19.1-rc2 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f5d6758e..f7298610 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-beta.4"] + "minecraft": ["~1.19.1-rc.2"] }, "custom": { "modmenu": { -- cgit