Skip to content

Commit

Permalink
11.0.10, fix crash with Whisperwoods
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Jan 8, 2023
1 parent 8252c6c commit aa70dc9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 19 deletions.
53 changes: 36 additions & 17 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 11.0.10
- Fixed crash with Whisperwoods

# 11.0.9

- 1.19: Fixed mixin crash

# 11.0.8

- Updated Spanish Localization (Thanks angelapuzzle)
Expand All @@ -24,6 +31,18 @@
- Lammergeiers
- 1.18: Internal optimizations and cleanup

# 11.0.7

- 1.19 Forge: Fix for Forge 41.0.94

# 11.0.6

- 1.19: Bobbit Worms can burrow in mud
- 1.19: Bobbit Worms have a new block tag `bobbit_burrowable` that controls what they can burrow in
- 1.19: BiomeTypes (automated spawn biome selection) has been reworked to use biome tags on both Forge and Fabric. This should improve compatibility with Fabric biome mods like BYG.
- 1.19: Trillium frequency in swamps doubled (frequency of 1/32 -> 1/16)
- 1.19: Trillium now generate in mangrove swamps with a frequeuncy of 1/4 (8x higher than original frequency).

# 11.0.5

- Fixed bug where the goose pickup blocklist did not work
Expand Down Expand Up @@ -168,7 +187,7 @@ It is accurate for all vanilla biomes, but may encounter issues with modded biom
- Fixed serializable errors on newer Java versions (Java 11+)
- Fixed configuration using last loaded biomes as defaults instead of the actual defaults
- 1.15: Fixed duplicate spawn entries when the world is reloaded
- 1.16: Fixed GlobalEntityTypeAttributes.put warnings on newer Forge versions
- 1.16: Fixed GlobalEntityTypeAttributes.put warnings on newer Forge versions
- 1.16: Fixed moose heads and brown bear heads not appearing in the creative menu or JEI
- 1.16: Essential Features portable jukebox compat now works with standalone version
- 1.16: Fixed config loading issues
Expand Down Expand Up @@ -618,28 +637,28 @@ It is accurate for all vanilla biomes, but may encounter issues with modded biom
- Added baby deer
- Added Translation: Hungarian
- Updated Translations:
- German
- Esperanto
- English
- Spanish
- French
- Japanese
- Portuguese
- Russian
- German
- Esperanto
- English
- Spanish
- French
- Japanese
- Portuguese
- Russian

3.0.1
-
- Fixed Hand of Fate breaking bug
- Added a secret :D
- Updated Translations:
- German
- Esperanto
- English
- Spanish
- French
- Japanese
- Portuguese
- Russian
- German
- Esperanto
- English
- Spanish
- French
- Japanese
- Portuguese
- Russian

3.0.0
-
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 = 11.0.8
mod_version = 11.0.10
mod_id = betteranimalsplus
maven_group = dev.itsmeow.betteranimalsplus

Expand All @@ -9,7 +9,7 @@
architectury_version = 2.10.12
fabric_loader_version = 0.12.12
fabric_api_version = 0.46.1+1.17
imdlib_version = 1.17.1-af8d2dca14187e75f2bd212e0a69df15893dcfc3
imdlib_version = 1.17.1-06a57d2c10aa70731d52e8be624fe8fdf69e534c

# Publishing
github = itsmeow/betteranimalsplus
Expand Down

0 comments on commit aa70dc9

Please sign in to comment.