From 1af6604dfbcae30190683cf26230a184a25e7410 Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Sat, 25 Mar 2023 09:21:24 +0300 Subject: v1.1.3 (1.19.4) --- Changelog.md | 5 ++--- 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": "*", -- cgit