mojira.dev
MCPE-170896

Bamboo rafts are still crafted with a shovel

Hello, there was recently a change where boats are no longer crafted with shovels. However, bamboo rafts are still crafted with a shovel, unlike any other wood type.

 

Steps to Reproduce:

Get 5 oak planks and 5 bamboo planks, also get a shovel.

Put 5 oak planks first and see that it works fine.

Now put the bamboo wood in there and see how it needs a shovel, unlike any other wood.

 

Observed Results: Still need a shovel to craft bamboo rafts

Expected Results: Bamboo rafts should be crafted without a shovel, as of the new change.

 

Screenshots/Videos: Yes (Note: these screenshots are from the official Minecraft Wiki)

Attachments

Comments 6

Confirmed, because of changelog

The Bamboo Raft recipe has not been updated yet

Recipe Analysis:

Code analysis:

{
  "format_version": "1.12",
  "minecraft:recipe_shaped": {
    "description": {
      "identifier": "minecraft:bamboo_raft"
    },
    "tags": [ "crafting_table" ],
    "pattern": [
      "#P#",
      "###"
    ],
    "key": {
      "P": {
        "item": "minecraft:wooden_shovel"
      },
      "#": {
        "item": "minecraft:bamboo_planks",
        "data": 4
      }
    },
    "result": {
      "item": "minecraft:bamboo_raft"
    }
  }
}

Expected code:

{
    "format_version": "1.12",
    "minecraft:recipe_shaped": {
        "description": {
            "identifier": "minecraft:bamboo_raft"
        },
        "tags": [
            "crafting_table"
        ],
        "pattern": [
            "# #",
            "###"
        ],
        "key": {
            "#": {
                "item": "minecraft:bamboo_planks",
                "data": 4
            }
        },
        "result": {
            "item": "minecraft:bamboo_raft"
        }
    }
}

Eso ya se había informado en la beta 1.20.10.20 y será corregido

@Jose Manuel González González: se ha dicho en el registro de cambios, pero aún no se ha informado.

Fixed in 1.20.10.21 Preview

@JervieA20: Thank you for letting me know! 

Can someone also please add mine to Fix Version(s): 1.20.10.21?

vex

(Unassigned)

1044251

Confirmed

Multiple

Android 11

1.20.10.20 Preview

1.20.10.21 Preview

Retrieved