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> --- gradle.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 06dde20..4041bfc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.18.2 -minecraft_version_compat=1.18.x -yarn_mappings=1.18.2+build.1 -loader_version=0.13.3 +minecraft_version=1.19 +minecraft_version_compat=1.19.x +yarn_mappings=1.19+build.1 +loader_version=0.14.7 -fabric_api=0.47.9+1.18.2 -modmenu=3.0.1 -cloth=6.1.48 +fabric_api=0.55.3+1.19 +modmenu=4.0.0 +cloth=7.0.69 # Mod Properties mod_version=1.0.1 -- cgit