Skip to content

Commit

Permalink
Merge pull request #246 from boholder/1.20-v1.5.1
Browse files Browse the repository at this point in the history
Upgrade mod version to 1.5.1
  • Loading branch information
khanshoaib3 committed Jan 21, 2024
2 parents 3d0d4b5 + edc1ad2 commit 5ab3762
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/minecraft_access/lang
Submodule lang updated 0 files
7 changes: 7 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
---------------------------

Expand Down
3 changes: 0 additions & 3 deletions doc/news/repeat-speak-item-in-inventory.md

This file was deleted.

15 changes: 12 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5ab3762

Please sign in to comment.