Mojang/bedrock-samples

Jukebox Recipe Json Identifier Has Extra Wordings?

Opened this issue · 0 comments

The only recipe with suffix "_recipeId" in the identifier.

{
    "format_version": "1.20.10",
    "minecraft:recipe_shaped": {
        "description": {
            "identifier": "minecraft:Jukebox_recipeId"
        },
        "tags": [
            "crafting_table"
        ],
        "pattern": [
            "AAA",
            "ABA",
            "AAA"
        ],
        "key": {
            "A": {
                "tag": "minecraft:planks"
            },
            "B": {
                "item": "diamond"
            }
        },
        "unlock": [
          {
            "item": "minecraft:diamond"
          }
        ],
        "result": {
            "item": "jukebox",
            "count": 1
        },
        "priority": -1
    }
}

Also jukebox_from_crimson_planks.json, jukebox_from_mangrove_planks.json, and jukebox_from_warped_planks.json is not update with the unlock component, this should be removed or updated.