Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-167619

The crafting recipe of the brush does not match Java Edition

XMLWordPrintable

    • 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

      1. Take feathers, copper ingot and stick
      2. Use of crafting table
      3. 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
              }
          }
      } 

            JervieA20 JervieA20
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: