diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2022-03-21 18:07:44 +0100 |
---|---|---|
committer | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2022-03-21 18:07:44 +0100 |
commit | cc6903b37c536d47ec10b15132f4a348d7704010 (patch) | |
tree | 5f8e7a0f7d459429de9d3ec4a13af14d8453c1d9 | |
parent | 85ef1ec14b94ab62474ea74ad82ec3e6e3f0a11f (diff) | |
download | Skyblocker-cc6903b37c536d47ec10b15132f4a348d7704010.tar.gz Skyblocker-cc6903b37c536d47ec10b15132f4a348d7704010.tar.bz2 Skyblocker-cc6903b37c536d47ec10b15132f4a348d7704010.zip |
Update to 1.6.1 [skip ci]
+ translated using weblate (russian) by @HyperSoop
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | gradle.properties | 2 | ||||
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/ru_ru.json | 2 |
4 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e858560..0f038a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release 1.6.1 + +Fixes +* PriceInfoTooltip fixes by @Fix3dll in https://github.com/LifeIsAParadox/Skyblocker/pull/56 +* quick and small change by @Fix3dll in https://github.com/LifeIsAParadox/Skyblocker/pull/57 +* backpack preview without shift by @Fix3dll in https://github.com/LifeIsAParadox/Skyblocker/pull/60 + + +**Full Changelog**: https://github.com/LifeIsAParadox/Skyblocker/compare/v1.6.0...v1.6.1 +___ # Release 1.6.0 This release only support 1.18.x diff --git a/build.gradle b/build.gradle index 145fb285..9e918bd7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'fabric-loom' version '0.11-SNAPSHOT' id 'maven-publish' - id 'com.modrinth.minotaur' version '2.0.2' + id 'com.modrinth.minotaur' version '2.+' } import com.modrinth.minotaur.dependencies.ModDependency diff --git a/gradle.properties b/gradle.properties index d9daf2ac..6184f154 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ clothconfig_version=6.2.57 mod_menu_version=3.1.0 # Mod Properties -mod_version = 1.6.0 +mod_version = 1.6.1 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ diff --git a/src/main/resources/assets/skyblocker/lang/ru_ru.json b/src/main/resources/assets/skyblocker/lang/ru_ru.json index 7eb5b380..693d2e8f 100644 --- a/src/main/resources/assets/skyblocker/lang/ru_ru.json +++ b/src/main/resources/assets/skyblocker/lang/ru_ru.json @@ -8,7 +8,7 @@ "text.autoconfig.skyblocker.option.general.bars.enableBars": "Включить полоски", "text.autoconfig.skyblocker.category.locations": "Локации", - "text.autoconfig.skyblocker.option.locations.dungeons": "Подземелья", + "text.autoconfig.skyblocker.option.locations.dungeons": "Катакомбы", "text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Включить карту", "text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Решать головоломку \"Три чудака\"", "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Решать головоломку с ифритами", |