diff options
author | SHsuperCM <shsupercm@gmail.com> | 2023-03-25 09:21:24 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2023-03-25 09:21:24 +0300 |
commit | 1af6604dfbcae30190683cf26230a184a25e7410 (patch) | |
tree | 465deb1c87070545248335655a242ba18ba796bf | |
parent | d7a667c8598125a0f7692414750945f36c83b651 (diff) | |
download | CITResewn-1af6604dfbcae30190683cf26230a184a25e7410.tar.gz CITResewn-1af6604dfbcae30190683cf26230a184a25e7410.tar.bz2 CITResewn-1af6604dfbcae30190683cf26230a184a25e7410.zip |
v1.1.3 (1.19.4)
-rw-r--r-- | Changelog.md | 5 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md index 0ed1cf9..11b16f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,3 @@ - - Updated to 1.19.3! This update does not work in 1.19.2! - - Fixed legacy for the old "bow_standby" specification + - Updated to 1.19.4 (snapshot of 1.20) -2023 means 1.19.3! Sorry for the delay everyone! Thank you for your patience! Hopefully Mojank doesn't screw us over again with 1.19.4 :aware:
\ No newline at end of file +Thank you @MeeniMc 🙏
\ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 66bd512..96d8759 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,7 +23,7 @@ "depends": { "fabric": "*", "fabricloader": "*", - "minecraft": "~1.19.3" + "minecraft": "~1.19.4" }, "recommends": { "modmenu": "*", |