Skip to content

Commit

Permalink
Set version 2.0.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Jun 21, 2021
1 parent b056a8b commit d092d35
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mod Attributes
mod_version = 2.0.1
mod_version = 2.0.2
mod_id = whisperwoods
maven_group = dev.itsmeow.whisperwoods

Expand All @@ -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
Expand Down

0 comments on commit d092d35

Please sign in to comment.