Beta 1.20.30.24 (Android) or Preview 1.20.30.24 (Windows, iOS, iPadOS, Xbox) is the ninth beta and eighth Preview version for Bedrock Edition 1.20.30, released on August 23, 2023[1], which brings more parity from Java Edition, and fixes bugs.
Additions[]
General[]
- Added three new user-friendly disconnection error messages
Changes[]
Mobs[]
- All Mobs
- Burning mobs now catch the player on fire upon attacking.
General[]
- Improved two user-friendly disconnection error messages.
- New death screen now has partial support (color, static obfuscation) for "Formatting Codes".
Experimental[]
These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.
Changes[]
Technical[]
- API
- Changed scoreboardIdentity to be valid even after the entity has been killed.
- World Events
- Renamed
BlockBreakAfterEventtoPlayerBreakBlockAfterEvent- Added readonly
itemStackAfterBreak?: ItemStack(undefined if empty hand) - Added readonly
itemStackBeforeBreak?: ItemStack(undefined if empty hand)
- Added readonly
- Renamed
BlockBreakAfterEventSignaltoPlayerBreakBlockAfterEventSignal- subscribe function now takes
options?: BlockEventOptions
- subscribe function now takes
- Added
PlayerBreakBlockBeforeEventwith the following memberscancel: boolean, cancels event from happeningitemStack?: ItemStack, the item stack in use by the player (undefined if empty hand)- readonly
player: Player, the player breaking the block
- Added
PlayerBreakBlockBeforeEventSignal - Renamed
BlockPlaceAfterEventtoPlayerPlaceBlockAfterEvent - Renamed
BlockPlaceAfterEventSignaltoPlayerPlaceBlockAfterEventSignal- subscribe function now takes
options?: BlockEventOptions
- subscribe function now takes
- Added
PlayerPlaceBlockBeforeEventwith the following memberscancel: boolean, cancels event from happening- readonly
face: Direction, the face the block is being placed on - readonly
faceLocation: Vector3, the location on the face the block was placed on itemStack: ItemStack, the item stack being used to place the block- readonly
player: Player, the player placing the block
- Added
PlayerPlaceBlockBeforeEventSignal - Modified
WorldAfterEvents- Renamed
blockBreaktoplayerBreakBlock - Renamed
blockPlacetoplayerPlaceBlock
- Renamed
- Modified {{cd|WorldBeforeEvents
- Added
playerBreakBlock - Added
playerPlaceBlock
- Added
- Added
BlockEventOptionswith the following membersblockTypes?: string[], names of blocks to be filtered againstpermutations?: BlockPermutation[], specific block permutations to be filtered against
- Added class
EntityLoadAfterEvent- New field
entity: Entity - Added class
EntityLoadAfterEventSignal
- New field
- Class
EntitySpawnAfterEvent- Added property readonly cause:
EntityInitializationCause_
- Added property readonly cause:
- Class
WorldAfterEvents- Added property readonly
entityLoad: EntityLoadAfterEventSignal
- Added property readonly
- Added enum
EntityInitializationCause
- Renamed
- Graphical
- Disabling Beautiful Skies or Smooth Lighting no longer affects visuals while using Deferred or Ray Tracing in the Deferred Technical Preview
- Moved Smooth Lighting and Beautiful Skies buttons to only appear in the Simple and Fancy graphics menus in the Deferred Technical Preview
- Bloom option removed from Simple, Fancy, and Ray Tracing menus in the Deferred Technical Preview
Fixes[]
- 11 issues fixed
- From released versions before 1.20.0
- MCPE-77776 – Burning mobs do not catch player on fire.
- MCPE-132511 – Sound not playing while getting out of Water.
- MCPE-168789 – Nametags are completely invisible while sneaking.
- From 1.20.x versions
- MCPE-173524 – Multiple
/cameracommands in the same tick are ignored. - MCPE-173706 – Chunk-wide block rendering lag triggered by block updates along chunk borders.
- From 1.20.30 versions
- MCPE-174011 – Tripwire hooks delay activation and deactivation for 0.5 seconds, and hooks connected to tripwire to the South (+Z) or West (-X) disconnect during the delay.
- other
- Fixed feedback button behavior in the new Play Screen not linking to the feedback page.
- Fixed various pixel scaling issues on the HUD screen.
- Fixed an issue where content errors for items at the latest format version would appear for other items.
- The game menu gamepad shortcut on the new death screen now works correctly.
- Concrete Powder blocks are now the correct color for worlds imported from previous versions.
References[]
- ↑ "Minecraft - Beta & Preview 1.20.30.24" – Minecraft Feedback, August 23, 2023.