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

Need more information on Create First Item due to change of 1.21.4 #233

Open
dayo05 opened this issue Dec 21, 2024 · 3 comments · May be fixed by #242
Open

Need more information on Create First Item due to change of 1.21.4 #233

dayo05 opened this issue Dec 21, 2024 · 3 comments · May be fixed by #242
Labels
correction Something isn't right on a page new-version Related to a newer version of Minecraft

Comments

@dayo05
Copy link

dayo05 commented Dec 21, 2024

From 1.21.4, the resource pack structure changed and this breaks current docs.

https://docs.fabricmc.net/develop/items/first-item#preparing-your-items-class

There are something like this in assets/<mod_id>/items/<item_id>.json:

{
  "model": {
    "type": "minecraft:model",
    "model": "<model_location>"
  }
}

Idk about syntax of docs so is there anyone can add this into main docs?

Thanks

@its-miroma its-miroma added correction Something isn't right on a page new-version Related to a newer version of Minecraft labels Dec 21, 2024
@its-miroma
Copy link
Member

The current guide is for Minecraft 1.21.1, please track the update to newer versions in #206 (although it has stalled, but perhaps it may be resurrected during these holidays)

@dayo05
Copy link
Author

dayo05 commented Dec 21, 2024

The current guide is for Minecraft 1.21.1, please track the update to newer versions in #206 (although it has stalled, but perhaps it may be resurrected during these holidays)

Ok I'll keep open this issue for reminder. Also if I have enough time to learn wiki syntax, I'll directly make PR to it :)

@its-miroma
Copy link
Member

If you mean the docs', it's plain Markdown with some extensions; you may read the CONTRIBUTING guide on the website.

I'm not as familiar with the wiki, but there's a page regarding syntax and a meta contributing page.

@IMB11 IMB11 added this to the Update to 1.21.4 milestone Dec 30, 2024
@its-miroma its-miroma linked a pull request Dec 30, 2024 that will close this issue
52 tasks
@its-miroma its-miroma linked a pull request Dec 30, 2024 that will close this issue
52 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correction Something isn't right on a page new-version Related to a newer version of Minecraft
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants