Skip to content

Commit

Permalink
Merge pull request #672 from LifeIsAParadox/update-mod-to-1.20.1
Browse files Browse the repository at this point in the history
Update mod to 1.20.1
  • Loading branch information
LifeIsAParadox authored Apr 24, 2024
2 parents cca9c9a + 9587ddf commit 532c55d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ on:
- master
paths-ignore:
- 'src/main/resources/assets/skyblocker/lang/**'
- 'CHANGELOG.md'
- 'FEATURES.md'
- 'README.md'
pull_request:
paths-ignore:
- 'src/main/resources/assets/skyblocker/lang/**'

- 'CHANGELOG.md'
- 'FEATURES.md'
- 'README.md'

jobs:
# This workflow contains a single job called "build"
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/webhook_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,16 @@ jobs:
shell: bash
run: |
OUTPUT=$(go run github.com/josephburnett/jd@latest <(git show HEAD^:src/main/resources/assets/skyblocker/lang/en_us.json) <(git show HEAD:src/main/resources/assets/skyblocker/lang/en_us.json) || true)
OUTPUT=$(echo "$OUTPUT" | sed 's/"/\\"/g')
OUTPUT=$(echo "$OUTPUT" | sed 's/\\n/\\\\n/g')
OUTPUT="\`\`\`diff
$OUTPUT
\`\`\`"
OUTPUT=$(jq -Rn --arg str "$OUTPUT" '$str' | sed -E "s|^(['\"])(.*)\1$|\2|g")
JSON_PAYLOAD='{
"content": "<@&1134566053138145330>",
"embeds": [
{
"title": "Something Changed (Click me)",
"description": "'"${OUTPUT}"'",
"description": '"$(echo "$OUTPUT" | jq -Rsa .)"',
"url": "https://translate.hysky.de/projects/Skyblocker/skyblocker",
"color": 5808639,
"image": {
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Release 1.20.1

## Highlight
* vic (the cat) made two fixes
* fix end hud
* added missing farming tool for detection in garden hud

## What's Changed
* Translations update from hysky translate by @Weblate-LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/666
* fix garden icons and clamp the progress bar by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/668
* fix and things for end hud by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/667


**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.20.0...v1.20.1

___
# Release 1.20.0

## Highlight
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jgit_version = 6.8.0.202311291450-r
commons_math_version = 3.6.1

# Mod Properties
mod_version = 1.20.0
mod_version = 1.20.1
maven_group = de.hysky
archives_base_name = skyblocker
modrinth_id=y6DuFGwJ
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Skyblocker",
"description": "Hypixel Skyblock Mod",
"authors": ["LifeIsAParadox/wohlhabend", "kevinthegreat1", "AzureAaron"],
"contributors": ["xMrVizzy", "d3dx9", "ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "msg-programs", "lantice3720", "Futuremappermydud", "koloiyolo", "viciscat", "Grayray75", "alexiayaa", "KhafraDev", "btwonion", "Kaluub", "Emirlol", "LegendaryLilac", "olim88", "Ghost-3", "esteban4567890", "Fluboxer"],
"contributors": ["xMrVizzy", "d3dx9", "ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "msg-programs", "lantice3720", "Futuremappermydud", "koloiyolo", "viciscat", "Grayray75", "alexiayaa", "KhafraDev", "btwonion", "Kaluub", "Emirlol", "LegendaryLilac", "olim88", "Ghost-3", "esteban4567890", "Fluboxer", "VeritasDL", "TheDearbear"],
"contact": {
"homepage": "https://hysky.de",
"sources": "https://github.com/SkyblockerMod/Skyblocker",
Expand Down

0 comments on commit 532c55d

Please sign in to comment.