From a9d416560349077845804199be7a9f9b8b95c167 Mon Sep 17 00:00:00 2001 From: itsmeow Date: Fri, 31 Dec 2021 08:12:51 -0500 Subject: [PATCH] Update changelog and set version 11.0.2 --- changelog.md | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 07608f33..e7d58771 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,14 @@ +# 11.0.2 + +- Updated Russian Translation (Thanks Smollet777) +- Made crabs and horseshoe crabs bucketable +- 1.16: Tweaked deer model and texture to match 1.17/1.18 +- Fixed deer looking up slightly all the time +- Fixed development-time dependencies on the mod +- Added missing language entry for config menu - `config.betteranimalsplus.coyote_hostile_daytime` +- Fabric: Fixed crash during mixin-plugin-time if Architectury was not present preventing Fabric from informing the user of missing dependencies +- Fabric: Fixed crash when connecting to dedicated servers + # 11.0.1 - 1.17: Removed goats (including associated items and advancements) due to vanilla adding goats diff --git a/gradle.properties b/gradle.properties index fa0a8c86..fe20add7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod Attributes - mod_version = 11.0.1 + mod_version = 11.0.2 mod_id = betteranimalsplus maven_group = dev.itsmeow.betteranimalsplus