diff --git a/common/src/main/resources/assets/minecraft_access/lang b/common/src/main/resources/assets/minecraft_access/lang index e7f6c738..dcc20d73 160000 --- a/common/src/main/resources/assets/minecraft_access/lang +++ b/common/src/main/resources/assets/minecraft_access/lang @@ -1 +1 @@ -Subproject commit e7f6c738f2e699d2eb0dd648c5145c303b9db0e8 +Subproject commit dcc20d73fe52bdc6ef8fe666af362c7ce2e6ceae diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 66842b90..425f5425 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,10 @@ +Release v1.5.1 (2024-01) +--------------------------- + +### Feature Changes + +* Add a new config "Speak Focused Slot Changes" with default "true" value for "Inventory Controls" feature. Close this config if you hear the mod is continuously repeating changes of item name. [#242](https://github.com/khanshoaib3/minecraft_access/issues/242) + Release v1.5.0 (2024-01) --------------------------- diff --git a/doc/news/repeat-speak-item-in-inventory.md b/doc/news/repeat-speak-item-in-inventory.md deleted file mode 100644 index 09b56df6..00000000 --- a/doc/news/repeat-speak-item-in-inventory.md +++ /dev/null @@ -1,3 +0,0 @@ -### Feature Changes - -* Add a new config "Speak Focused Slot Changes" with default "true" value for "Inventory Controls" feature. Close this config if you hear the mod is continuously repeating changes of item name. [#242](https://github.com/khanshoaib3/minecraft_access/issues/242) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 17527f43..f30cb2cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,19 +1,28 @@ org.gradle.jvmargs=-Xmx2048M minecraft_version=1.20.4 -# ":v2" to resolve the error that "Forge cannot be used with V1 mappings!" + +# ":v2" means Tiny V2 mapping format +# ref: https://fabricmc.net/wiki/documentation:tiny2 +# https://github.com/FabricMC/tiny-remapper +# Use ":v2" to resolve the error that "Forge cannot be used with V1 mappings!" # ref: https://discord.com/channels/792699517631594506/1019641814497640568/threads/1051233446153945128 +# +# We can semi-auto updating invoked yarn method/variable names in our Mixin classes +# when upgrading the yarn: +# ref: https://fabricmc.net/wiki/tutorial:migratemappings fabric_yarn_version=1.20.4+build.1:v2 + enabled_platforms=fabric,forge archives_base_name=minecraft-access -mod_version=1.5.0+1.20.4 +mod_version=1.5.1+1.20.4 maven_group=com.github.khanshoaib3.minecraft_access # https://maven.architectury.dev/dev/architectury/ architectury_version=11.0.9 -# https://fabricmc.net/2023/11/30/1203.html +# https://fabricmc.net/develop/ fabric_loader_version=0.15.1 fabric_api_version=0.93.1+1.20.4