diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 6381febd..540e8cee 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -25,7 +25,7 @@ body: attributes: label: BetterEnd description: What version of BetterEnd are you running? - placeholder: 4.0.x + placeholder: 4.30.x validations: required: true - type: input @@ -33,7 +33,7 @@ body: attributes: label: BCLib description: What version of BCLib are you running? - placeholder: 3.0.x + placeholder: 3.30.x validations: required: true - type: input @@ -41,7 +41,7 @@ body: attributes: label: Fabric API description: What version of Fabric API is installed - placeholder: 0.8x.x + placeholder: 0.9x.x validations: required: false - type: input @@ -49,7 +49,7 @@ body: attributes: label: Fabric Loader description: What version of Fabric Loader do you use - placeholder: 0.14.x + placeholder: 0.15.x validations: required: false - type: dropdown @@ -58,6 +58,8 @@ body: label: Minecraft description: What version of Minecraft is installed? options: + - 1.20.4 + - 1.20.3 - 1.20.1 - 1.20.0 - 1.19.4