-
Notifications
You must be signed in to change notification settings - Fork 247
Blocks: Block Models #364
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
Blocks: Block Models #364
Conversation
Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com>
✅ Deploy Preview for nimble-elf-d9d491 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks for the fast replies, I'll try the approach you suggested and see how it goes. |
develop/blocks/block-models.md
Outdated
| } | ||
| ``` | ||
|
|
||
| 1. `rotation`: _Three floats_. Specifies the rotation of the model according to the scheme `[x, y, z]`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@its-miroma What do you think about adding non-breaking spaces to the "[x, y, z]" part? It looks weird when it's soft wrapped (see the image). I know that there is a lint rule that forbids this, but in this case, I think it would be reasonable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may do it and ignore the false positive, I'll push an exception to the markdownlint config.
But I think that flipping the sentence structure might fix this issue and be clearer, something like:
1. `rotation` (`float [x, y, z]`): Specifies the rotation of the model.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well there are other places where that can't be applied, so I think I'll stick with my original idea. thx for the suggestion though
Co-authored-by: 136986257+its-miroma@users.noreply.github.com Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com>
* upstream/main: Update Docs to 1.21.10 (FabricMC#369) uniform sidebar translations keys (FabricMC#370) fix image z-index (FabricMC#368) Blocks: Block Models (FabricMC#364) Split IDE-Specific Pages (FabricMC#366) Notes on Creating a Project (FabricMC#367) Rendering in the world and custom render pipelines (FabricMC#365)
* Added Block Models page * Markdown lint changes * Minor tweaks * update block-models.md to 1.21.8, style changes, lint Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> * made changes according to miroma's suggestions Co-authored-by: 136986257+its-miroma@users.noreply.github.com Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> * lint Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> * Add nbsps where reasonable * Apply suggestion from @its-miroma * Apply suggestion from @its-miroma * Apply suggestion from @its-miroma * Small grammatical changes --------- Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> Co-authored-by: Miroma <136986257+its-miroma@users.noreply.github.com> (cherry picked from commit a70cfe3)
* Added Block Models page * Markdown lint changes * Minor tweaks * update block-models.md to 1.21.8, style changes, lint Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> * made changes according to miroma's suggestions Co-authored-by: 136986257+its-miroma@users.noreply.github.com Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> * lint Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> * Add nbsps where reasonable * Apply suggestion from @its-miroma * Apply suggestion from @its-miroma * Apply suggestion from @its-miroma * Small grammatical changes --------- Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> Co-authored-by: Miroma <136986257+its-miroma@users.noreply.github.com> (cherry picked from commit a70cfe3)
* Added Block Models page * Markdown lint changes * Minor tweaks * update block-models.md to 1.21.8, style changes, lint Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> * made changes according to miroma's suggestions Co-authored-by: 136986257+its-miroma@users.noreply.github.com Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> * lint Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> * Add nbsps where reasonable * Apply suggestion from @its-miroma * Apply suggestion from @its-miroma * Apply suggestion from @its-miroma * Small grammatical changes --------- Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com> Co-authored-by: Miroma <136986257+its-miroma@users.noreply.github.com> (cherry picked from commit a70cfe3)
Since #324 got merged recently, I made a similar page for block models. It's basically the same, just for blocks