Hi,
I'm using forge-1.18.2-40.1.21. My server and the client have the same version.
I'm using this homemade modpack : https://vincent-leclercq.name/files/mods1_18_2.zip
When a player tries to place a block, the block does not appears for other players and this errors displays in the logs :
[Server thread/WARN] [minecraft/ServerGamePacketListenerImpl]: Ignoring UseItemOnPacket from Player: hit position BlockPos{x=-36, y=66, z=37} too far away from player BlockPos{x=-36, y=66, z=36}
When a player tries to open a chest, I have a similar issue and the chest never opens :
[Server thread/WARN] [minecraft/ServerGamePacketListenerImpl]: Ignoring UseItemOnPacket from Player: hit position BlockPos{x=722, y=67, z=-77} too far away from player BlockPos{x=722, y=68, z=-77}
Does anyone have an idea?
Actually, my server is not playable.
Thank you.
vl20100