diff options
author | SHsuperCM <shsupercm@gmail.com> | 2022-06-10 08:57:05 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2022-06-10 08:57:05 +0300 |
commit | 0935c49b8432f80350b4dd6c5a4d29e7626ccff7 (patch) | |
tree | cdea4d92ce25491a64d2cf8c9c43d9fb1c6144b3 /gradle.properties | |
parent | ffa0e186440249e1657268d036ec3036974b9fe9 (diff) | |
download | CITResewn-0935c49b8432f80350b4dd6c5a4d29e7626ccff7.tar.gz CITResewn-0935c49b8432f80350b4dd6c5a4d29e7626ccff7.tar.bz2 CITResewn-0935c49b8432f80350b4dd6c5a4d29e7626ccff7.zip |
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>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 14 |
1 files changed, 7 insertions, 7 deletions
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 |