diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 3 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/crash_report.yml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 57ef4ff2..a161e102 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,9 +35,8 @@ 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.4" - "1.20.2" - - "1.20.1" - - "1.20" validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index f35e0be9..f0a9e60e 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -16,9 +16,8 @@ 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.4" - "1.20.2" - - "1.20.1" - - "1.20" validations: required: true - type: input |