WhoCraft / TardisRefined

A Minecraft mod for Forge and Fabric which brings the TARDIS from Doctor Who to Minecraft.
Other
49 stars 19 forks source link

More consistency in networking #320

Closed nanuwo closed 3 days ago

nanuwo commented 5 days ago

Currently the Fabric implementation of NetworkManager, when sending packets to players tracking an entity, will not send the packet to the entity if it is a player, whilst the Neo/Forge implementation will. This is a small PR to add another method so that there is more consistency between platforms. I know Refined doesn't use either method, but it is useful for addon mods

Jeryn99 commented 3 days ago

Please also create this PR for 1.20.1 targeting the 1.20.1 branch

nanuwo commented 2 days ago

Have done so at #325