ProtocolSupport / ProtocolSupport

Support 1.18, 1.17, 1.16, 1.15, 1.14, 1.13, 1.12, 1.11, 1.10, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4.7 clients on Spigot/Paper 1.18.1

Home Page:https://protocol.support/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doors Bug on 1.16

candrawardana opened this issue · comments

Server version 17
build 631

Does this happen with all doors, or some specific door state, or only at some specific location?

I also have this issue.
My server is at version 1.17 paper.
This happens when the client is on version 1.16.2-1.16.5.
The blocks seem to bug when player interaction happens or similar:
-piston moves a block
-Player grows a tree with bone meal
-Activating any rail with redstone so the rail block state changes
-Waterlogging a block

  • Any door, (right-clicking does not restore the door because it updates)
  • etc.
    Basically when the blockstate changes, the block changes to be something else.

NOTE1: Right-clicking restores the incorrect block to normal
NOTE2: Other players that have the same version see the same visual bug. Players with the correct version, eg 1.17 see everything normally.
NOTE3: Every bugged block restores to original on relogging

Found why it happens. Multiple block change translation is missing the usage of flattening id table. Will fix it soon.

Should be fixed by ab6fe35

All above mentioned issues seem to be fixed on the latest release. Thank you Shevchik!