The skeleton head (skull) is generated incorrectly in the ancient cities, the block state visually shows that the head is placed on the wall side, however, the outline tells that it is placed on the top of the block below it.
How to Reproduce
1. Find an ancient city, and then the barrack structure.
2. Find the skeleton head inside.
Observed Result
The skeleton head is generated incorrectly on the walls instead.
Expected Result
The skeleton head is generated correctly on the top of the block below it.
Incorrect generation:
[media]Correct generation (on Java):
[media]Linked issues
is duplicated by 3
Attachments
Comments 6
This is due to Bedrock having an unused data value for skulls: 0. The proper value for skulls placed on the floor is facing_direction = 1, with the rotation data stored in the block entity > Rotation tag. Values 1-4 are for wall-mounted skulls facing the cardinal directions.
can confirm