From 5e5ace5be095895d084d49003ca95e44c33846a8 Mon Sep 17 00:00:00 2001 From: boholder Date: Sun, 21 Jan 2024 15:31:04 +0800 Subject: [PATCH 1/2] Upgrade mod version to 1.5.1 --- common/src/main/resources/assets/minecraft_access/lang | 2 +- doc/CHANGELOG.md | 7 +++++++ doc/news/repeat-speak-item-in-inventory.md | 3 --- gradle.properties | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 doc/news/repeat-speak-item-in-inventory.md 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..0d783de6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ 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/ From edc1ad2d0fb867497698bdebc4e1e3f0f308e536 Mon Sep 17 00:00:00 2001 From: boholder Date: Sun, 21 Jan 2024 16:27:58 +0800 Subject: [PATCH 2/2] Add some comments on fabric tool chain --- gradle.properties | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0d783de6..f30cb2cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,18 @@ 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 @@ -13,7 +22,7 @@ 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