aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog.md5
-rw-r--r--src/main/resources/fabric.mod.json2
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": "*",