From 0935c49b8432f80350b4dd6c5a4d29e7626ccff7 Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Fri, 10 Jun 2022 08:57:05 +0300 Subject: Updated target version to 1.19 Using combined input from PRs #152 and #155 Thank you so much for your help @HarvelsX and @MeeniMc Co-Authored-By: MeeniMc <68366846+MeeniMC@users.noreply.github.com> Co-Authored-By: HarvelsX <90945793+harvelsx@users.noreply.github.com> --- 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 a8e2234..0822b80 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,7 +23,7 @@ "depends": { "fabric": "*", "fabricloader": "*", - "minecraft": "1.18.x" + "minecraft": "1.19.x" }, "recommends": { "modmenu": "*", -- cgit