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