The crafting table becomes invisible if it clips with another crafting table.
Steps to reproduce:
Place crafting tables in the world
Summon a falling block of type crafting table, set its gravity to false and make sure its position clips with one of the placed crafting tables. Here, it doesn't matter how they clip. I have tested it with being placed on the top with -0.1 in the y-coordinate (example: If the placed crafting block has a y of 70, I summoned the falling block at 70.99 instead of 71) as well as clipping from the side
Now you have an invisible falling block
Additional information:
I couldn't reproduce that with any other block types.
The used command to summon the falling block:
/summon falling_block ~ ~ ~ {Time:-4,NoGravity:1b,BlockState:{Name:crafting_table}}
No texture-pack or shader has been used, but also happens with some enabled.
Also affects previous versions (1.19.3).
In the provided image, I have placed the falling block on both platforms with the same command. As you can see, the one that clips with other crafting tables is invisible.
Linked issues
duplicates 1
Attachments
Comments 2
Duplicate of MC-114286.
Can confirm this problem!