Optimize network and fix Sliding Rail Syncing 优化网络包,修复滑轨同步 #1430
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
getUpdateTag
方法,现在物品探测器不会在每次改变信号状态时向客户端发送同步探测范围的网络包了。Level#blockEvent
机制为修复了滑轨的同步问题,现在滑轨在推动方块时不会出现闪烁状态了。MovingPistonBlock
及其方块实体的创建同步至客户端,这导致客户端无法正常渲染被滑轨推动的方块。