Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jukebox Recipe Json Identifier Has Extra Wordings? #35

Open
dwaneivan opened this issue Dec 2, 2023 · 0 comments
Open

Jukebox Recipe Json Identifier Has Extra Wordings? #35

dwaneivan opened this issue Dec 2, 2023 · 0 comments

Comments

@dwaneivan
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant