breaking player_head on survival mode in my server
What I expect
__on_player_breaks_block or handle_event('player_breaks_block', _() ) receive the event
What it behaves
Not calling the callback, it receives on single player world, but the issue happends on server.
No err/warn were logged during the issue happends both client and server.
I haven't tested all blocks/gamemodes but it seems happends only when I break player_head on survival mode.
Somehow the player_head that trade from vanilla_tweaks's wandering trades datapack fires the event normally.
What I do
breaking
player_head
on survival mode in my serverWhat I expect
__on_player_breaks_block
orhandle_event('player_breaks_block', _() )
receive the eventWhat it behaves
Not calling the callback, it receives on single player world, but the issue happends on server. No err/warn were logged during the issue happends both client and server.
My env
fallenbreath/pterodactyl-yolks:minecraft-runtime-21
1.21
0.15.11
1.4.147
1.21
0.15.11
1.4.147
Some of my test data
player_head
command example that i usewandering trades
datapack