-
Bug
-
Resolution: Duplicate
-
None
-
1.19.4, 1.20 Release Candidate 1
-
None
-
OS: Manjaro Linux 22.1.3 Talos
Client: MultiMC Version: 0.7.0-3772; Platform: lin64; Build Number: 3772
-
Unconfirmed
-
(Unassigned)
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.
- duplicates
-
MC-114286 Falling block does not render if same block state is at the block position
- Open