diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-10-26 03:05:33 -0400 |
|---|---|---|
| committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-10-26 03:05:33 -0400 |
| commit | bb31ebdfc4b76ce3de999fde8afb53b3f55de177 (patch) | |
| tree | 9cfba3db3c020b68a1314e4ec9797c341e83dfc4 | |
| parent | 5fd311614f09450fe3e50ce4866ebc0da18399f5 (diff) | |
| download | Skyblocker-bb31ebdfc4b76ce3de999fde8afb53b3f55de177.tar.gz Skyblocker-bb31ebdfc4b76ce3de999fde8afb53b3f55de177.tar.bz2 Skyblocker-bb31ebdfc4b76ce3de999fde8afb53b3f55de177.zip | |
Add back 1.21/1.21.1
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 1 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/crash_report.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 66960909..2ed3be51 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,6 +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.21.0/1.21.1" - "1.21.2/1.21.3" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index 12522d5e..799609e1 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -16,6 +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.21.0/1.21.1" - "1.21.2/1.21.3" validations: required: true |
