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 /src/main/resources/fabric.mod.json | |
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 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": "*", |