diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8c0c75d..39b12cd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,7 +18,7 @@ body: label: Version description: Which version of Better Craftables are you using? If it is not listed, please update the pack/mod. options: - - v1.6.0-beta4 + - v1.6.0-beta5 - v1.5.1+mod - v1.5.1 - v1.4.0+mod diff --git a/data/crafting/recipe/brown_mushroom_block.json b/data/crafting/recipe/brown_mushroom_block.json index a0c9b60..c7c504a 100644 --- a/data/crafting/recipe/brown_mushroom_block.json +++ b/data/crafting/recipe/brown_mushroom_block.json @@ -6,8 +6,8 @@ ], "key": { "M": { - "item": "minecraft:brown_mushroom" - } + "item": "minecraft:brown_mushroom" + } }, "result": { "id": "minecraft:brown_mushroom_block", diff --git a/data/crafting/recipe/red_mushroom_block.json b/data/crafting/recipe/red_mushroom_block.json index 46baeab..48d89d4 100644 --- a/data/crafting/recipe/red_mushroom_block.json +++ b/data/crafting/recipe/red_mushroom_block.json @@ -6,8 +6,8 @@ ], "key": { "M": { - "item": "minecraft:red_mushroom" - } + "item": "minecraft:red_mushroom" + } }, "result": { "id": "minecraft:red_mushroom_block",