-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Placing the falling block of a slab into an actual block of the same type (just partially is enough) causes the falling block to become invisible in 1.14+.
This is caused by the following check in the client code:
so there is no proper way of fixing this server-side.
A few ways to get around this issues:
- Remove the adjacent block of the same type entirely
- Replace the adjacent block with another type
- Use another slab instead of an actual block
