diff --git a/CHANGELOG.md b/CHANGELOG.md index b7754741..647c8830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Illuminations - Changelog: +### Illuminations 1.7.1 - 1.17.1 +- Fixed an issue that cause the greeting screen to always show +- Fixed fireflies not spawning at night if the world time is invalid + ### Illuminations 1.7: Configuminations - 1.17.1 - Added new biome settings tabs for Overworld, Nether, End and Other dimensions to modify firefly, glowworm and plankton spawn rates and firefly colors for each biome category! - Added spawn rate settings for eyes in the dark, will o' wisps and chorus petals diff --git a/gradle.properties b/gradle.properties index 85a679cf..9ad23e49 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.11.6 fabric_version=0.36.1+1.17 # Mod Properties -mod_version = 1.7 +mod_version = 1.7.1 maven_group = io.github.ladysnake archives_base_name = illuminations