Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition Preview 1.20.30.24: Difference between revisions

From SAS Gaming Wiki
imported>Iactuallycantdothat
No edit summary
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
}}<onlyinclude>
}}<onlyinclude>


'''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 [[Minecraft:Bedrock Edition 1.20.30]], released on August 23, 2023,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/18794896918157-Minecraft-Beta-Preview-1-20-30-24|title=Minecraft - Beta & ''Preview'' 1.20.30.24|website=Minecraft Feedback|date=August 23, 2023}}</ref> which brings more parity from {{JE}}, and fixes bugs.
'''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 [[Minecraft:Bedrock Edition 1.20.30]], released on August 23, 2023,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/18794896918157-Minecraft-Beta-Preview-1-20-30-24|title=Minecraft - Beta & ''Preview'' 1.20.30.24|website=Minecraft Feedback|date=August 23, 2023}}</ref> which brings more parity from {{MC/JE}}, and fixes bugs.


== Additions ==
== Additions ==
=== General ===
=== General ===
'''[[Minecraft:UI]]'''
'''UI'''
* Added three new user-friendly disconnection error messages
* Added three new user-friendly disconnection error messages


Line 33: Line 33:


=== General ===
=== General ===
'''[[Minecraft:UI]]'''
'''UI'''
* Improved two user-friendly disconnection error messages.
* Improved two user-friendly disconnection error messages.
* New death screen now has partial support (color, static obfuscation) for "Formatting Codes".
* New death screen now has partial support (color, static obfuscation) for "Formatting Codes".
Line 44: Line 44:
* Changed scoreboardIdentity to be valid even after the entity has been killed.
* Changed scoreboardIdentity to be valid even after the entity has been killed.
* World Events
* World Events
** Renamed {{cd|BlockBreakAfterEvent}} to {{cd|PlayerBreakBlockAfterEvent}}
** Renamed {{MC/Cd|BlockBreakAfterEvent}} to {{MC/Cd|PlayerBreakBlockAfterEvent}}
*** Added readonly {{cd|itemStackAfterBreak?: ItemStack}} (undefined if empty hand)
*** Added readonly {{MC/Cd|itemStackAfterBreak?: ItemStack}} (undefined if empty hand)
*** Added readonly {{cd|itemStackBeforeBreak?: ItemStack}} (undefined if empty hand)
*** Added readonly {{MC/Cd|itemStackBeforeBreak?: ItemStack}} (undefined if empty hand)
** Renamed {{cd|BlockBreakAfterEventSignal}} to {{cd|PlayerBreakBlockAfterEventSignal}}
** Renamed {{MC/Cd|BlockBreakAfterEventSignal}} to {{MC/Cd|PlayerBreakBlockAfterEventSignal}}
*** subscribe function now takes {{cd|options?: BlockEventOptions}}
*** subscribe function now takes {{MC/Cd|options?: BlockEventOptions}}
** Added {{cd|PlayerBreakBlockBeforeEvent}} with the following members
** Added {{MC/Cd|PlayerBreakBlockBeforeEvent}} with the following members
*** {{cd|cancel: boolean}}, cancels event from happening
*** {{MC/Cd|cancel: boolean}}, cancels event from happening
*** {{cd|itemStack?: ItemStack}}, the item stack in use by the player (undefined if empty hand)
*** {{MC/Cd|itemStack?: ItemStack}}, the item stack in use by the player (undefined if empty hand)
*** readonly {{cd|player: Player}}, the player breaking the block
*** readonly {{MC/Cd|player: Player}}, the player breaking the block
** Added {{cd|PlayerBreakBlockBeforeEventSignal}}
** Added {{MC/Cd|PlayerBreakBlockBeforeEventSignal}}
** Renamed {{cd|BlockPlaceAfterEvent}} to {{cd|PlayerPlaceBlockAfterEvent}}
** Renamed {{MC/Cd|BlockPlaceAfterEvent}} to {{MC/Cd|PlayerPlaceBlockAfterEvent}}
** Renamed {{cd|BlockPlaceAfterEventSignal}} to {{cd|PlayerPlaceBlockAfterEventSignal}}
** Renamed {{MC/Cd|BlockPlaceAfterEventSignal}} to {{MC/Cd|PlayerPlaceBlockAfterEventSignal}}
*** subscribe function now takes {{cd|options?: BlockEventOptions}}
*** subscribe function now takes {{MC/Cd|options?: BlockEventOptions}}
** Added {{cd|PlayerPlaceBlockBeforeEvent}} with the following members
** Added {{MC/Cd|PlayerPlaceBlockBeforeEvent}} with the following members
*** {{cd|cancel: boolean}}, cancels event from happening
*** {{MC/Cd|cancel: boolean}}, cancels event from happening
*** readonly {{cd|face: Direction}}, the face the block is being placed on
*** readonly {{MC/Cd|face: Direction}}, the face the block is being placed on
*** readonly {{cd|faceLocation: Vector3}}, the location on the face the block was placed on
*** readonly {{MC/Cd|faceLocation: Vector3}}, the location on the face the block was placed on
*** {{cd|itemStack: ItemStack}}, the item stack being used to place the block
*** {{MC/Cd|itemStack: ItemStack}}, the item stack being used to place the block
*** readonly {{cd|player: Player}}, the player placing the block
*** readonly {{MC/Cd|player: Player}}, the player placing the block
** Added {{cd|PlayerPlaceBlockBeforeEventSignal}}
** Added {{MC/Cd|PlayerPlaceBlockBeforeEventSignal}}
** Modified {{cd|WorldAfterEvents}}
** Modified {{MC/Cd|WorldAfterEvents}}
*** Renamed {{cd|blockBreak}} to {{cd|playerBreakBlock}}
*** Renamed {{MC/Cd|blockBreak}} to {{MC/Cd|playerBreakBlock}}
*** Renamed {{cd|blockPlace}} to {{cd|playerPlaceBlock}}
*** Renamed {{MC/Cd|blockPlace}} to {{MC/Cd|playerPlaceBlock}}
** Modified {{cd|WorldBeforeEvents}}
** Modified {{MC/Cd|WorldBeforeEvents}}
*** Added {{cd|playerBreakBlock}}
*** Added {{MC/Cd|playerBreakBlock}}
*** Added {{cd|playerPlaceBlock}}
*** Added {{MC/Cd|playerPlaceBlock}}
** Added {{cd|BlockEventOptions}} with the following members
** Added {{MC/Cd|BlockEventOptions}} with the following members
*** {{cd|blockTypes?: string[]}}, names of blocks to be filtered against
*** {{MC/Cd|blockTypes?: string[]}}, names of blocks to be filtered against
*** {{cd|permutations?: BlockPermutation[]}}, specific block permutations to be filtered against
*** {{MC/Cd|permutations?: BlockPermutation[]}}, specific block permutations to be filtered against
** Added class {{cd|EntityLoadAfterEvent}}
** Added class {{MC/Cd|EntityLoadAfterEvent}}
*** New field {{cd|entity: Entity}}
*** New field {{MC/Cd|entity: Entity}}
*** Added class {{cd|EntityLoadAfterEventSignal}}
*** Added class {{MC/Cd|EntityLoadAfterEventSignal}}
** Class {{cd|EntitySpawnAfterEvent}}
** Class {{MC/Cd|EntitySpawnAfterEvent}}
*** Added property readonly cause: {{cd|EntityInitializationCause_}}
*** Added property readonly cause: {{MC/Cd|EntityInitializationCause_}}
** Class {{cd|WorldAfterEvents}}
** Class {{MC/Cd|WorldAfterEvents}}
*** Added property readonly {{cd|entityLoad: EntityLoadAfterEventSignal}}
*** Added property readonly {{MC/Cd|entityLoad: EntityLoadAfterEventSignal}}
** Added enum {{cd|EntityInitializationCause}}
** Added enum {{MC/Cd|EntityInitializationCause}}


'''Graphical'''
'''Graphical'''
Line 94: Line 94:
|168789|Nametags are completely invisible while sneaking.
|168789|Nametags are completely invisible while sneaking.
|;From 1.20.x versions
|;From 1.20.x versions
|173524|Multiple {{cmd|/camera}} commands in the same tick are ignored.
|173524|Multiple {{MC/Cmd|/camera}} commands in the same tick are ignored.
|173706|Chunk-wide block rendering lag triggered by block updates along chunk borders.
|173706|Chunk-wide block rendering lag triggered by block updates along chunk borders.
|;From 1.20.30 versions
|;From 1.20.30 versions
Line 107: Line 107:


== References ==
== References ==
{{reflist}}
{{MC/Reflist}}


== Navigation ==
== Navigation ==
{{Navbox Bedrock Edition versions|1.2x}}
{{MC/Navbox Bedrock Edition versions|1.2x}}


[[Category:Bedrock Edition 1.20.30 betas]]
[[Category:Bedrock Edition 1.20.30 betas]]
[[Minecraft:de:Bedrock Edition beta 1.20.30.24]]
de:Bedrock Edition beta 1.20.30.24
[[Minecraft:es:Bedrock Edition beta 1.20.30.24]]
es:Bedrock Edition beta 1.20.30.24
[[Minecraft:ko:Bedrock Edition 프리뷰 1.20.30.24]]
ko:Bedrock Edition 프리뷰 1.20.30.24
[[Minecraft:pt:Edição Bedrock Preview 1.20.30.24]]
pt:Edição Bedrock Preview 1.20.30.24
[[Minecraft:uk:Preview 1.20.30.24 (Bedrock Edition)]]
uk:Preview 1.20.30.24 (Bedrock Edition)
[[Minecraft:zh:基岩版1.20.30.24]]
zh:基岩版1.20.30.24

Latest revision as of 19:19, 9 April 2026

Template:Infobox version

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 Minecraft:Bedrock Edition 1.20.30, released on August 23, 2023,<ref>Template:Cite</ref> which brings more parity from Java Edition, and fixes bugs.

Additions

General

UI

  • Added three new user-friendly disconnection error messages

Changes

Mobs

All Mobs

  • Burning mobs now catch the player on fire upon attacking.

General

UI

  • 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
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr

      • Added readonly
  1. REDIRECT Template:Code

Template:Redr (undefined if empty hand)

      • Added readonly
  1. REDIRECT Template:Code

Template:Redr (undefined if empty hand)

    • Renamed
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr

      • subscribe function now takes
  1. REDIRECT Template:Code

Template:Redr

    • Added
  1. REDIRECT Template:Code

Template:Redr with the following members

  1. REDIRECT Template:Code

Template:Redr, cancels event from happening

  1. REDIRECT Template:Code

Template:Redr, the item stack in use by the player (undefined if empty hand)

      • readonly
  1. REDIRECT Template:Code

Template:Redr, the player breaking the block

    • Added
  1. REDIRECT Template:Code

Template:Redr

    • Renamed
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr

    • Renamed
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr

      • subscribe function now takes
  1. REDIRECT Template:Code

Template:Redr

    • Added
  1. REDIRECT Template:Code

Template:Redr with the following members

  1. REDIRECT Template:Code

Template:Redr, cancels event from happening

      • readonly
  1. REDIRECT Template:Code

Template:Redr, the face the block is being placed on

      • readonly
  1. REDIRECT Template:Code

Template:Redr, the location on the face the block was placed on

  1. REDIRECT Template:Code

Template:Redr, the item stack being used to place the block

      • readonly
  1. REDIRECT Template:Code

Template:Redr, the player placing the block

    • Added
  1. REDIRECT Template:Code

Template:Redr

    • Modified
  1. REDIRECT Template:Code

Template:Redr

      • Renamed
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr

      • Renamed
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr

    • Modified
  1. REDIRECT Template:Code

Template:Redr

      • Added
  1. REDIRECT Template:Code

Template:Redr

      • Added
  1. REDIRECT Template:Code

Template:Redr

    • Added
  1. REDIRECT Template:Code

Template:Redr with the following members

  1. REDIRECT Template:Code

Template:Redr, names of blocks to be filtered against

  1. REDIRECT Template:Code

Template:Redr, specific block permutations to be filtered against

    • Added class
  1. REDIRECT Template:Code

Template:Redr

      • New field
  1. REDIRECT Template:Code

Template:Redr

      • Added class
  1. REDIRECT Template:Code

Template:Redr

    • Class
  1. REDIRECT Template:Code

Template:Redr

      • Added property readonly cause:
  1. REDIRECT Template:Code

Template:Redr

    • Class
  1. REDIRECT Template:Code

Template:Redr

      • Added property readonly
  1. REDIRECT Template:Code

Template:Redr

    • Added enum
  1. REDIRECT Template:Code

Template:Redr

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

Template:Fixes 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

<references group="">

 </references>

Navigation

Template:BlockSprite Demo
(Guide)
Template:BlockSprite 0.1
(Guide)
Template:FileLink 0.2
(Guide)
Template:BlockSprite 0.3
(Guide)
Template:BlockSprite 0.4
(Guide)
Template:BlockSprite 0.5
(Guide)
Template:ItemSprite 0.6
(Guide)
Template:ItemSprite 0.7
(Guide)
v0.7.0
Template:LegacyItemSprite 0.8
(Guide)
v0.8.0
Template:LegacyBlockSprite 0.9
(Guide)
v0.9.0
Template:EnvSprite 0.10
(Guide)
v0.10.0
Template:ItemSprite 0.11
(Guide)
v0.11.0
Template:EnvSprite 0.12
(Guide)
v0.12.1
Template:ItemSprite 0.13
(Guide)
v0.13.0
Template:ItemSprite Overworld Update
(Guide)
v0.14.0
Template:EntitySprite Friendly Update
(Guide)
v0.15.0
Realms
v0.15.1
Template:ItemSprite Boss Update
(Guide)
v0.16.0
Template:EntitySprite Ender Update
(Guide)
1.0.0
1.0.3
1.0.4
1.0.5
1.0.6
Template:ItemSprite Discovery Update
(Guide)
1.1.0
1.1.1
1.1.3
Template:FileLink Better Together Update
(Guide)
1.2.0
1.2.3
1.2.5
1.2.6
1.2.10
1.2.13
Template:ItemSprite Update Aquatic (Phase One)
(Guide)
1.4.0
Template:BlockSprite Update Aquatic (Phase Two)
(Guide)
1.5.0
Template:EntitySprite 1.6
(Guide)
1.6.0
Template:BlockSprite 1.7
(Guide)
1.7.0
Template:EntitySprite 1.8
(Guide)
1.8.0
Template:EntitySprite 1.9
(Guide)
1.9.0
Template:BlockSprite Texture Update
(Guide)
1.10.0
Template:EffectSprite Village & Pillage
(Guide)
1.11.0
Template:BlockSprite 1.12
(Guide)
1.12.0
Template:EntitySprite 1.13
(Guide)
1.13.0
Template:EntitySprite Buzzy Bees
(Guide)
1.14.0
1.14.1
1.14.20
1.14.30
Template:ItemSprite Nether Update
(Guide)
1.16.0
1.16.20
1.16.100
1.16.200
RTX Beta
1.16.210
1.16.220
Template:BlockSprite Caves & Cliffs: Part I
(Guide)
1.17.0
1.17.10
1.17.30
1.17.40
Template:BlockSprite Caves & Cliffs: Part II
(Guide)
1.18.0
1.18.10
1.18.30
Template:BlockSprite The Wild Update
(Guide)
1.19.0
1.19.10
1.19.20
1.19.30
1.19.40
1.19.50
1.19.60
1.19.70
1.19.80
Template:ItemSprite Trails & Tales
(Guide)
1.20.0
1.20.10
1.20.30
1.20.40
Template:EntitySprite Bats and Pots
(Guide)
1.20.50
1.20.60
1.20.70
Template:EntitySprite Armored Paws
(Guide)
1.20.80
Template:ItemSprite Tricky Trials
(Guide)
1.21.0
1.21.20
1.21.30
Template:ItemSprite Bundles of Bravery
(Guide)
1.21.40
Template:BlockSprite The Garden Awakens
(Guide)
1.21.50
1.21.60
Template:BlockSprite Spring to Life
(Guide)
1.21.70
1.21.80
Template:EntitySprite Chase the Skies
(Guide)
1.21.90
1.21.100
Template:EntitySprite The Copper Age
(Guide)
1.21.111*
1.21.120
Template:ItemSprite Mounts of Mayhem
(Guide)
1.21.130
26.0
Template:Nowrap

Template:Article other

de:Bedrock Edition beta 1.20.30.24 es:Bedrock Edition beta 1.20.30.24 ko:Bedrock Edition 프리뷰 1.20.30.24 pt:Edição Bedrock Preview 1.20.30.24 uk:Preview 1.20.30.24 (Bedrock Edition) zh:基岩版1.20.30.24