diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3d229e..1a332f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Effective - Changelog: +### Effective 1.1 - 1.18.1 +- Added two settings to enable or disable splashes and cascade effects available in the config file of your Minecraft instance config folder, thanks to devpelux +- Implemented various optimizations and performance fixes, thanks to Sollace +- Fixed the cascade sounds playing too many times resulting in them being louder than they are supposed to be, thanks to Sollace +- Fixed Canvas and Sodium cascade incompatibilities, thanks to spiralhalo +- Added russian subtitles, thanks to Felix14-v2 + ### Effective 1.0 - 1.18 Initial release with water splashes, lava splashes and cascade effects. diff --git a/gradle.properties b/gradle.properties index eef2067c..b8948643 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.12.11 fabric_version=0.44.0+1.18 # Mod Properties -mod_version = 1.0 +mod_version = 1.1 maven_group = io.github.ladysnake archives_base_name = effective