mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added basic support back for block-crack animations when breaking blocks
TODO: improve this to take stuff like swimming, ladders, enchanted tools into account, fix wrong tool break time calculations for bad tools (pmmp/PocketMine-MP#211)
This commit is contained in:
@ -88,6 +88,9 @@ class LevelEventPacket extends DataPacket{
|
||||
const EVENT_CAULDRON_TAKE_WATER = 3507;
|
||||
const EVENT_CAULDRON_ADD_DYE = 3508;
|
||||
|
||||
const EVENT_BLOCK_START_BREAK = 3600;
|
||||
const EVENT_BLOCK_STOP_BREAK = 3601;
|
||||
|
||||
const EVENT_SET_DATA = 4000;
|
||||
|
||||
const EVENT_PLAYERS_SLEEPING = 9800;
|
||||
|
Reference in New Issue
Block a user