diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2024-06-23 11:52:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-23 11:52:24 +0200 |
commit | c87ad261a1c6ce976573b660a65e71ab03bdc106 (patch) | |
tree | 207e57ef8b50578273a2a3655231c03a9f993291 /.github/ISSUE_TEMPLATE/bug_report.yml | |
parent | d12504ef9992a72de9eb3c3a930c9f3c855c0acc (diff) | |
parent | 4df60642e16ac22b640c09fd9c16cc24c4b90f9c (diff) | |
download | Skyblocker-c87ad261a1c6ce976573b660a65e71ab03bdc106.tar.gz Skyblocker-c87ad261a1c6ce976573b660a65e71ab03bdc106.tar.bz2 Skyblocker-c87ad261a1c6ce976573b660a65e71ab03bdc106.zip |
Merge pull request #794 from LifeIsAParadox/update-mod-to-1.21.0-for-mc1.21.0
1.21.0 for 1.21.0
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 |
1 files changed, 2 insertions, 2 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 |