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

Display entities #1691

Open
3 tasks
J0B10 opened this issue Feb 26, 2024 · 1 comment · May be fixed by #1693
Open
3 tasks

Display entities #1691

J0B10 opened this issue Feb 26, 2024 · 1 comment · May be fixed by #1693
Labels
feature request minecraft Block updates, world format changes, and anything related to Minecraft updates

Comments

@J0B10
Copy link

J0B10 commented Feb 26, 2024

Minecraft 1.20 added Display Entities that are able to display blocks, items or text with various transformations (translate, rotate or scale) applied to them. The following variations exist:

  • minecraft:block_display - renders a block
  • minecraft:text_display - renders text
  • minecraft:item_display - renders an item

These are really useful for builders to create their own models in vanilla without the need to install custom resource packs.
Tools such as bdstudio simplify this process, which leads to an increasing adaptation by servers and mapmakers.

Chunky should at least support rendering block display entities so that buildings that were build using block displays are rendered correctly. As of now these blocks are simply missing, which may lead to some strangely looking results.

#1563 already mentioned this but was closed as completed without adding support for block displays.

@leMaik
Copy link
Member

leMaik commented Feb 27, 2024

Wow, i didn't even know they were so widely used. It shouldn't be that hard to add block display entities because we already have quad based models for many blocks and just need to convert the other blocks to triangles.

For items and text, it's a different story.

@leMaik leMaik added feature request minecraft Block updates, world format changes, and anything related to Minecraft updates labels Feb 27, 2024
@leMaik leMaik changed the title Display block_display entity Display entities Mar 3, 2024
@leMaik leMaik mentioned this issue Mar 10, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request minecraft Block updates, world format changes, and anything related to Minecraft updates
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants