pmmp / PocketMine-MP

A server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
3.28k stars 1.56k forks source link

Anvil briefly becomes invisible when dropped #4478

Open Gaprix opened 3 years ago

Gaprix commented 3 years ago

Issue description

Steps to reproduce the issue

  1. Join the server
  2. Build a pillar from blocks
  3. Place the anvil on the side of the pillar

OS and versions

Plugins

Crashdump, backtrace or other files

изображение Anvil behavior on the server: https://youtu.be/fJSpKYThbL0 Anvil behavior in single player: https://youtu.be/28DMzpJZtR4

sn3akrr commented 3 years ago

Also no sound when they land

dktapps commented 3 years ago

This needs to make use of UpdateBlockSyncedPacket like vanilla (it's specifically intended for block <-> entity transformations like this).