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

"Creating Your First Block" page is missing a call to the "Item.Settings().useBlockPrefixedTranslationKey()" #265

Open
AgentKerbal opened this issue Jan 16, 2025 · 2 comments · May be fixed by #317
Labels
improvement A new addition to an already existing page priority:low This is low priority.

Comments

@AgentKerbal
Copy link

If you follow the "Creating Your First Block" page by copy pasting all the available code, you will not be able to advance into the tutorial as the very first code snippet is missing .useBlockPrefixedTranslationKey() which is supposed to be in line 10.

@its-miroma its-miroma added the correction Something isn't right on a page label Jan 16, 2025
@ethanhmaness
Copy link

This call technically isn't necessary, since you can write a second identical translation for the item. However, I agree that it should be included in the tutorial reference code since there's pretty much no reason not to use it.

@its-miroma its-miroma added improvement A new addition to an already existing page and removed correction Something isn't right on a page labels Feb 3, 2025
@IMB11 IMB11 added the priority:low This is low priority. label Mar 16, 2025
@La-ryssa
Copy link

Just ran into this issue while learning to use fabric. Was definitely a bit confusing.

@La-ryssa La-ryssa linked a pull request Mar 30, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement A new addition to an already existing page priority:low This is low priority.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants