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

Fixed recipes for 1.21.2+ #32

Merged
merged 1 commit into from
Dec 7, 2024
Merged

Fixed recipes for 1.21.2+ #32

merged 1 commit into from
Dec 7, 2024

Conversation

Lionceot
Copy link

Changed recipes according to work in 1.21.2+
Below is an exemple for a shaped craft but it's the same for all kinds of crafts, you just need to replace key by the appropriate keyword (i.e. ingredients for shapeless crafts).

Before

"key" : {
    "#": {
        "item": "minecraft:stick"
    },
    "P": [
        {
            "tag": "minecraft:planks"
        }
    ]
}

Now

"key" : {
    "#": "minecraft:stick",
    "P": "#minecraft:planks"
}

@Suel-ki
Copy link
Owner

Suel-ki commented Dec 7, 2024

Thank you very much. I've been busy for so long that I didn't notice the changes

@Suel-ki Suel-ki changed the base branch from 1.21 to 1.21.3 December 7, 2024 06:31
@Suel-ki Suel-ki merged commit 1d3dbf5 into Suel-ki:1.21.3 Dec 7, 2024
0 of 2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants