fix: wrong FluidFilterSlotUpdateMessage side
This commit is contained in:
@@ -7,6 +7,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed placing fluids in the pattern grid disconnecting the client.
|
||||||
|
|
||||||
## [1.13.0-beta.2] - 2024-02-16
|
## [1.13.0-beta.2] - 2024-02-16
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ public class NetworkHandler {
|
|||||||
registrar.play(
|
registrar.play(
|
||||||
FluidFilterSlotUpdateMessage.ID,
|
FluidFilterSlotUpdateMessage.ID,
|
||||||
FluidFilterSlotUpdateMessage::decode,
|
FluidFilterSlotUpdateMessage::decode,
|
||||||
handler -> handler.server(FluidFilterSlotUpdateMessage::handle)
|
handler -> handler.client(FluidFilterSlotUpdateMessage::handle)
|
||||||
);
|
);
|
||||||
registrar.play(
|
registrar.play(
|
||||||
BlockEntitySynchronizationParameterMessage.ID,
|
BlockEntitySynchronizationParameterMessage.ID,
|
||||||
|
|||||||
Reference in New Issue
Block a user