From aa8bcd2e76d0dd728b4911b14d155796799a0470 Mon Sep 17 00:00:00 2001 From: LifeIsAParadox Date: Tue, 7 Jun 2022 22:16:19 +0200 Subject: 1.19.x --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6358a234..74af29cf 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,10 +26,10 @@ "skyblocker.mixins.json" ], "depends": { - "fabricloader": ">=0.13.3", + "fabricloader": ">=0.14.6", "fabric": "*", "cloth-config2": "*", - "minecraft": ["1.18.x"] + "minecraft": ["1.19.x"] }, "custom": { "modmenu": { -- cgit 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 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 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') 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