diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 706bdad..eb02146 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,19 +9,16 @@ body: attributes: label: What happened? description: A clear and concise description of what the bug is. - placeholder: "Example: I cannot craft Amethyst Blocks back into Amethyst Shards" + placeholder: "Example: By putting 1 Amethyst Block into a crafting table, I cannot craft it back into 4 Amethyst Shards." validations: required: true - type: dropdown id: dpversion attributes: label: Datapack Version - description: Which version of Better Craftables are you using? + description: Which version of Better Craftables are you using? If it is not listed, please update the pack. options: - - v1.2.2-beta5 - - v1.2.2-beta4 - - v1.2.2-beta3 - - v1.2.2-beta2 + - v1.2.2 - v1.2.1 - v1.2.0 - v1.1.0 diff --git a/pack.mcmeta b/pack.mcmeta index a93ac05..ea3db09 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,6 @@ { "pack":{ "pack_format": 15, - "description": "§bBetter Craftables §7v1.2.2-beta5\n§fMinecraft 1.20-pre1" + "description": "§bBetter Craftables §7v1.2.2\n§fMinecraft 1.20" } } \ No newline at end of file