From 276c2dbd95baa1800e638913a6b19c5c7b5b2508 Mon Sep 17 00:00:00 2001 From: Mrbysco Date: Sat, 19 Oct 2024 16:31:02 +0200 Subject: [PATCH] Increment version --- gradle.properties | 2 +- update/changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a938311b1..c4d59e7d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false # Actually Additions -mod_version=1.3.4 +mod_version=1.3.5 # Forge game_version=1.21.1 diff --git a/update/changelog.md b/update/changelog.md index 54a572345..588236b5c 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.3.5+mc1.21.1 +* Overhaul networking, should fix a lot of issues with crashes on servers +* Add storage block tags for the crystals +* Add tags for the different filled buckets +* Change the tag used by Rice Slimeballs to `c:slime_balls` + # 1.3.4+mc1.21.1 * Fix the way the Atomic Reconstructor handles the level when adding tooltips. Fixes an issue that would cause CM2E to crash