For Minecraft: Bedrock Edition 1.4.0
This release is a bugfix update and does not contain any breaking changes versus the previous 3.0.x version (3.0.10).
Note
Plugins compatible with any previous 3.0.x version will also run on this build and do not need API bumps. Plugin developers should only update their required API to this version if you need the bug fixes in this build.
Fixes
DropItemAction
will now consider itself invalid if attempting to drop a null item.- Fixed leaking globally broadcasted Level packets when no players are on the server.
- Fixed title bar not being cleared on server stop on some terminals.
- Fixed
FallingBlock
saving corrupted data. - Fixed the structure of
GuiDataPickItemPacket
. - Cleaned up some code in
OfflinePlayer
. - Splash potions no longer apply effects to dead (but not yet respawned) players.
- Coal ore no longer drops XP when mined with a silk touch tool.
- Item entities now cannot be picked up when a negative pickup delay is used.