From 5f8a97e2378868de831c728711bb8ee61e15b5c8 Mon Sep 17 00:00:00 2001 From: doctor4t Date: Mon, 30 Dec 2024 14:17:07 +0100 Subject: [PATCH] bump ver --- changelog.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d11ef52..398bd8a 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,12 @@ Effective 2.4.1 (Alpha) - 1.21.1 ------------------------------------------------------ - Rewrote underwater chest bubbles and ender chest bubbles - Added a new particle type for ender chest bubbles instead of changing the regular bubbles' rendering +- Added config options to customize random block display ticks + - Some Minecraft blocks have visual effects that tick randomly. These options override the Vanilla ticker values to allow these effects to play from further or more frequently, e.g. cherry leaves, rain ripples on water, sculk dust spawning, etc... + - Added an option to customize the frequency of random block display ticks + - Added an option to customize the distance of close random block display ticks + - Added an option to customize the distance of far random block display ticks +- Added a new tab to the config: Technical - Cleaned up particle registration code ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 4cc54cc..3e15ad2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ yarn_mappings=1.21.1+build.3 loader_version=0.16.9 # Mod Properties -mod_version=2.4-1.21.1 +mod_version=2.4.1-1.21.1 maven_group=ladysnake archives_base_name=effective