From 21ce919cd01d1e0c946eba6597b06778137bacf5 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 | 16 ++++++++++++++++ gradle.properties | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 43234ec2..4d6ea966 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +# 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 +- 1.17: Tweaked deer model and texture + # 11.0.0 **Architectury is now REQUIRED for Forge and Fabric versions of the mod.** diff --git a/gradle.properties b/gradle.properties index 05ba2640..5eeb4c0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod Attributes - mod_version = 11.0.0 + mod_version = 11.0.2 mod_id = betteranimalsplus maven_group = dev.itsmeow.betteranimalsplus