Skip to content

Conversation

@Fellteros
Copy link
Contributor

@Fellteros Fellteros commented Sep 21, 2025

Since #324 got merged recently, I made a similar page for block models. It's basically the same, just for blocks

@Fellteros Fellteros requested a review from a team as a code owner September 21, 2025 09:37
@netlify
Copy link

netlify bot commented Sep 21, 2025

Deploy Preview for nimble-elf-d9d491 ready!

Name Link
🔨 Latest commit 0920286
🔍 Latest deploy log https://app.netlify.com/projects/nimble-elf-d9d491/deploys/68d8e988f01c8c00082f1436
😎 Deploy Preview https://deploy-preview-364--nimble-elf-d9d491.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@its-miroma its-miroma added new-content A new page or set of pages todo:verify This needs to be reviewed priority:low This is nice to have, but it can wait a little labels Sep 21, 2025
@its-miroma its-miroma changed the title Blocks: Block models Blocks: Block Models Sep 21, 2025
its-miroma

This comment was marked as resolved.

@Fellteros
Copy link
Contributor Author

Thanks for the fast replies, I'll try the approach you suggested and see how it goes.

}
```

1. `rotation`: _Three floats_. Specifies the rotation of the model according to the scheme `[x, y, z]`.
Copy link
Contributor Author

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

Image

Copy link
Member

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.

Copy link
Contributor Author

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

Fellteros and others added 4 commits September 21, 2025 15:28
Co-authored-by: 136986257+its-miroma@users.noreply.github.com
Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com>
Signed-off-by: Fellteros <144528463+Fellteros@users.noreply.github.com>
its-miroma

This comment was marked as resolved.

@modmuss50 modmuss50 merged commit a70cfe3 into FabricMC:main Oct 6, 2025
8 checks passed
@its-miroma its-miroma added stage:ready and removed todo:verify This needs to be reviewed labels Oct 6, 2025
its-miroma added a commit to dicedpixels/fabric-docs that referenced this pull request Oct 12, 2025
* 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)
kevinthegreat1 pushed a commit to kevinthegreat1/fabric-docs that referenced this pull request Oct 14, 2025
* 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)
kevinthegreat1 pushed a commit to kevinthegreat1/fabric-docs that referenced this pull request Oct 14, 2025
* 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)
kevinthegreat1 pushed a commit to kevinthegreat1/fabric-docs that referenced this pull request Oct 15, 2025
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-content A new page or set of pages priority:low This is nice to have, but it can wait a little

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants