diff --git a/changelog.md b/changelog.md index 4a066bc..4db71ce 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,21 @@ +# 2.0.2 + +- Add Russian Translation (Credit: Magnaderra) +- Add English (Upside Down) support +- Improve lang support for Hand of Fate recipes +- Fix pack format being incorrect causing datapack error +- Fix moths randomly suffocating during flight and when taking off +- Add check so Hirschgeist won't spawn within 300 blocks of each other naturally +- Improve hidebehind targeting behavior and consistency +- Fix hidebehind targeting players in creative +- Fix hidebehind spawning during the day time +- Make hidebehind retaliate even if it's night +- Make hidebehind further transparent during the day +- Make hidebehind 25% damage during the day instead of invincible +- Reduce hidebehind blindness time during retaliation if it's night to ~4 seconds (still 15 during day) +- Change hidebehind blindness level to 1 instead of 2 +- 1.16: Fix mobs (except wisps) spawning in nether forests + # 2.0.1 - Rewrite config system and changed field names to make more sense. YOU MUST DELETE YOUR CONFIG OR THINGS WILL BREAK diff --git a/gradle.properties b/gradle.properties index 63f8a62..4fdabea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod Attributes - mod_version = 2.0.1 + mod_version = 2.0.2 mod_id = whisperwoods maven_group = dev.itsmeow.whisperwoods @@ -15,7 +15,7 @@ name = Whisperwoods url = https://github.com/itsmeow/whisperwoods curse_project_id = 349597 - curse_title = Whisperwoods 1.16.4-2.0.1 + curse_title = Whisperwoods 1.16.4-2.0.2 curse_versions = Java 8,Forge,Minecraft 1.16:1.16.5,Minecraft 1.16:1.16.4,Minecraft 1.16:1.16.3 # Misc