-
Bug
-
Resolution: Fixed
-
1.19.70.26 Preview, 1.19.70.24/25 Preview, 1.19.70.23 Preview, 1.19.70, 1.19.71, 1.19.73
-
Confirmed
-
Multiple
-
979706
Summary
The recipe of brush is outdated and not match like Java Edition
Since changed from 1.19.4 Pre-release 1
- The Brush crafting recipe now uses a Feather, Copper Ingot and Stick in a vertical line
Steps to reproduce
- Take feathers, copper ingot and stick
- Use of crafting table
- Following the ingredients of crafting table
Observed result
The brush recipe is outdated (does not have match like Java Edition)
Expected behavior
Brush recipe would be update and match like Java Edition
Code Analysis of expected behavior to fix this
{ "format_version": "1.12", "minecraft:recipe_shaped": { "description": { "identifier": "minecraft:brush" }, "tags": [ "crafting_table" ], "pattern": [ " X ", " W ", " | " ], "key": { "X": { "item": "minecraft:feather" }, "W": { "item": "minecraft:copper_ingot" }, "|": { "item": "minecraft:stick" } }, "result": { "item": "minecraft:brush", "count": 1 } } }