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 a161e102..a5226bb2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -36,7 +36,6 @@ body: 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" validations: required: true - type: input @@ -44,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.12.0+1.20.1.jar + placeholder: ex. skyblocker-1.17.0+1.20.4.jar validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index f0a9e60e..e29e0950 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -17,7 +17,6 @@ body: 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" validations: required: true - type: input @@ -25,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.12.0+1.20.1.jar + placeholder: ex. skyblocker-1.17.0+1.20.4.jar validations: required: true - type: textarea |