From 1a221ea41e6cc86e6f94ae02f9bdfb4597c8417f Mon Sep 17 00:00:00 2001 From: Fourmisain <8464472+Fourmisain@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:34:03 +0200 Subject: [PATCH] bump version --- changes.md | 4 +--- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/changes.md b/changes.md index d895053..2a38228 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1 @@ -add experimental "Register Leaf Particles" setting (on by default, just like before) -turning this setting off can fix issues when hosting a LAN server (e.g. via Essential) when the client doesn't have Falling Leaves installed, -it will however also disallow the use of the `/particle` command (in singleplayer) and Sodium Extra won't be able to disable leaf particles \ No newline at end of file +port to 1.21 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 1b050a8..cd890c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.21+build.1 loader_version=0.15.11 # Mod Properties -mod_version=1.15.9 +mod_version=1.16.0 maven_group=randommcsomethin mod_id=fallingleaves archives_base_name=fallingleaves