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

Emulate block and item display entities in 1.19.4->1.19.3 #871

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

FlorianMichael
Copy link
Member

This PR adds very basic handling for block and item displays.

Item displays:
2024-08-17_21 39 27
(Implemented by setting the item as head armor on the invisible armor stand)

Block displays:
2024-08-17_21 40 12
(Implemented by spawning a falling block and attaching it as passenger onto the armor stand to prevent position/rotation tracking)

Supersedes #538

@kennytv
Copy link
Member

kennytv commented Aug 22, 2024

I don't actually see the falling block when summoning any block display (/summon block_display ~ ~2 ~ {transformation:{left_rotation:[12f,0f,0f,0f],right_rotation:[30f,0f,0f,0f],scale:[2f,1f,1f],translation:[0f,0f,0f]},block_state:{Name:acacia_log}} and joined with 1.16.5)

@FlorianMichael
Copy link
Member Author

It should work now

kennytv
kennytv previously approved these changes Aug 31, 2024
@kennytv
Copy link
Member

kennytv commented Aug 31, 2024

Works when spawned in next to you, but not when you join the server with one present or go in and out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants