From 945f57c035a88f9668664f331b1d04a6194beedb Mon Sep 17 00:00:00 2001 From: Username404 Date: Thu, 14 Jul 2022 19:29:14 +0200 Subject: Require minecraft 1.19.1-pre4 --- 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 74af29cf..f5d6758e 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.x"] + "minecraft": ["~1.19.1-beta.4"] }, "custom": { "modmenu": { -- cgit