diff options
author | Yasin <a.piri@hotmail.de> | 2024-06-22 09:40:06 +0200 |
---|---|---|
committer | Yasin <a.piri@hotmail.de> | 2024-06-22 09:40:06 +0200 |
commit | 91c94d0e4c573cfba585abd26a5962b69e2eaa8a (patch) | |
tree | 0f7e3ae90c0a60ac435d9d242f11d0477c9cd6ca | |
parent | d12504ef9992a72de9eb3c3a930c9f3c855c0acc (diff) | |
download | Skyblocker-91c94d0e4c573cfba585abd26a5962b69e2eaa8a.tar.gz Skyblocker-91c94d0e4c573cfba585abd26a5962b69e2eaa8a.tar.bz2 Skyblocker-91c94d0e4c573cfba585abd26a5962b69e2eaa8a.zip |
update
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/crash_report.yml | 4 | ||||
-rw-r--r-- | CHANGELOG.md | 13 |
3 files changed, 17 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 42b083d4..b71044a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,7 +35,7 @@ body: label: Minecraft Version description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game. options: - - "1.20.6" + - "1.21.0" validations: required: true - type: input @@ -43,7 +43,7 @@ body: attributes: label: Skyblocker Version description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder. - placeholder: ex. skyblocker-1.20.3+1.20.6.jar + placeholder: ex. skyblocker-1.21.0+1.21.0.jar validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index 142e1314..44d6b91b 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -16,7 +16,7 @@ body: label: Minecraft Version description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game. options: - - "1.20.6" + - "1.21.0" validations: required: true - type: input @@ -24,7 +24,7 @@ body: attributes: label: Skyblocker Version description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder. - placeholder: ex. skyblocker-1.20.3+1.20.6.jar + placeholder: ex. skyblocker-1.21.0+1.21.0.jar validations: required: true - type: textarea diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7abf98..25a813da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ +# Release 1.21.0 for 1.21.0 + +## Highlight +- Updated to mc 1.21.0 + +## What's Changed +* 1.21 by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/769 +* Api changes the Aaron of the Azure color made by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/783 + + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.21.0...v1.21.0+1.21.0 +___ # Release 1.21.0 +mc version 1.20.6 ## Highlight * Chocolate factory helper |