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.19.20.23: Difference between revisions

From SAS Gaming Wiki
imported>Jayden
mNo edit summary
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
* Now drops 5 XP instead of 20 XP.
* Now drops 5 XP instead of 20 XP.


'''[[Minecraft:Mangrove log]], [[Minecraft:mangrove wood]], and stripped mangrove wood'''
'''Mangrove log, mangrove wood, and stripped mangrove wood'''
* Now can be used to craft a campfire with charcoal.
* Now can be used to craft a campfire with charcoal.


Line 28: Line 28:
'''GameTest Framework'''
'''GameTest Framework'''
* System Events
* System Events
** Added event {{cd|beforeWatchdogTerminate}}- Shuts down the server when a critical scripting exception occurs (e.g. script hang). Can be canceled to prevent shutdown
** Added event {{MC/Cd|beforeWatchdogTerminate}}- Shuts down the server when a critical scripting exception occurs (e.g. script hang). Can be canceled to prevent shutdown
** Added enum {{cd|WatchdogTerminateReason}}- Specifies the reason for watchdog termination
** Added enum {{MC/Cd|WatchdogTerminateReason}}- Specifies the reason for watchdog termination
** Added new properties to {{cd|properties}} for watchdog configuration on Bedrock Dedicated Server
** Added new properties to {{MC/Cd|properties}} for watchdog configuration on Bedrock Dedicated Server
*** {{cd|script-watchdog-enable-exception-handling}}- Enables watchdog exception handling via the {{cd|events.beforeWatchdogTerminate}} event (default = {{cd|true}})
*** {{MC/Cd|script-watchdog-enable-exception-handling}}- Enables watchdog exception handling via the {{MC/Cd|events.beforeWatchdogTerminate}} event (default = {{MC/Cd|true}})
*** {{cd|script-watchdog-enable-shutdown}}- Enables server shutdown in the case of an unhandled watchdog exception (default = {{cd|true}})
*** {{MC/Cd|script-watchdog-enable-shutdown}}- Enables server shutdown in the case of an unhandled watchdog exception (default = {{MC/Cd|true}})
*** {{cd|script-watchdog-hang-exception}}- Throws a critical exception when a hang occurs (default = {{cd|true}})
*** {{MC/Cd|script-watchdog-hang-exception}}- Throws a critical exception when a hang occurs (default = {{MC/Cd|true}})


'''General'''
'''General'''
* Removed the component {{cd|minecraft:unwalkable}}
* Removed the component {{MC/Cd|minecraft:unwalkable}}
* Renamed {{cd|minecraft:explosion_resistance}} to {{cd|minecraft:destructible_by_explosion}} and restructured the component to be either defined as a boolean or as an object
* Renamed {{MC/Cd|minecraft:explosion_resistance}} to {{MC/Cd|minecraft:destructible_by_explosion}} and restructured the component to be either defined as a boolean or as an object
** Setting the component to true will give the block the default {{cd|explosion_resistance}} and setting it to false will make the block indestructible by explosion
** Setting the component to true will give the block the default {{MC/Cd|explosion_resistance}} and setting it to false will make the block indestructible by explosion
** Setting the component as an object will let users define the resistance of the block to a base explosion
** Setting the component as an object will let users define the resistance of the block to a base explosion


Line 66: Line 66:


'''Mobs'''
'''Mobs'''
* Fixed a bug causing baby mobs with the {{cd|minecraft:behavior.sleep}} goal to have a shrunken hitbox ({{bug|MCPE-46040}})
* Fixed a bug causing baby mobs with the {{MC/Cd|minecraft:behavior.sleep}} goal to have a shrunken hitbox ({{bug|MCPE-46040}})
* Allays and bees are now less likely to get stuck in non-full blocks ({{bug|MCPE-155777}})
* Allays and bees are now less likely to get stuck in non-full blocks ({{bug|MCPE-155777}})
* Wardens can now detect a player sneaking on top of a sculk sensor ({{bug|MCPE-155804}})
* Wardens can now detect a player sneaking on top of a sculk sensor ({{bug|MCPE-155804}})
Line 88: Line 88:


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


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


[[Category:Bedrock Edition 1.19.20 betas]]
[[Category:Bedrock Edition 1.19.20 betas]]
[[Minecraft:de:Bedrock Edition beta 1.19.20.23]]
de:Bedrock Edition beta 1.19.20.23
[[Minecraft:es:Bedrock Edition beta 1.19.20.23]]
es:Bedrock Edition beta 1.19.20.23
[[Minecraft:ja:Bedrock Edition Preview 1.19.20.23]]
ja:Bedrock Edition Preview 1.19.20.23
[[Minecraft:pt:Edição Bedrock Preview 1.19.20.23]]
pt:Edição Bedrock Preview 1.19.20.23
[[Minecraft:zh:基岩版1.19.20.23]]
zh:基岩版1.19.20.23

Latest revision as of 19:16, 9 April 2026

Template:Infobox version

Beta 1.19.20.23 (Android) or Preview 1.19.20.23 (Windows, iOS, iPadOS, Xbox) is the third beta/Preview for Minecraft:Bedrock Edition 1.19.20, released on July 20, 2022,<ref>Template:Cite</ref> which fixed some bugs.

Changes

Blocks

Minecraft:Sculk Catalyst

  • Now drops 5 XP instead of 20 XP.

Mangrove log, mangrove wood, and stripped mangrove wood

  • Now can be used to craft a campfire with charcoal.

Experimental

Changes

General

GameTest Framework

  • System Events
    • Added event
  1. REDIRECT Template:Code

Template:Redr- Shuts down the server when a critical scripting exception occurs (e.g. script hang). Can be canceled to prevent shutdown

    • Added enum
  1. REDIRECT Template:Code

Template:Redr- Specifies the reason for watchdog termination

    • Added new properties to
  1. REDIRECT Template:Code

Template:Redr for watchdog configuration on Bedrock Dedicated Server

  1. REDIRECT Template:Code

Template:Redr- Enables watchdog exception handling via the

  1. REDIRECT Template:Code

Template:Redr event (default =

  1. REDIRECT Template:Code

Template:Redr)

  1. REDIRECT Template:Code

Template:Redr- Enables server shutdown in the case of an unhandled watchdog exception (default =

  1. REDIRECT Template:Code

Template:Redr)

  1. REDIRECT Template:Code

Template:Redr- Throws a critical exception when a hang occurs (default =

  1. REDIRECT Template:Code

Template:Redr)

General

  • Removed the component
  1. REDIRECT Template:Code

Template:Redr

  • Renamed
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr and restructured the component to be either defined as a boolean or as an object

    • Setting the component to true will give the block the default
  1. REDIRECT Template:Code

Template:Redr and setting it to false will make the block indestructible by explosion

    • Setting the component as an object will let users define the resistance of the block to a base explosion

Fixes

Accessibility Features

  • D-Pad Left can now be held down again to move the cursor left in menus (Template:Bug)

Blocks

  • Reduced sculk catalyst experience drop from 20 to 5
  • Mangrove log, mangrove wood, and stripped mangrove wood can now be used to craft a campfire with charcoal (Template:Bug)

Deep Dark

  • Ancient cities have more frequent sculk patch generation (Template:Bug)
  • Sculk patch features can now be placed on additional block types (Template:Bug)

Gameplay

  • Player textures and UI elements should no longer turn pink after playing for an extended period time on highly populated servers (Template:Bug)
  • Instantaneous effects (potions, tipped arrows) can no longer be applied to dead mobs and players
  • Players no longer take damage from entering a nether portal if it is placed at Y=-21 or below (Template:Bug)

General

  • So Below music track now plays in basalt deltas (Template:Bug)
  • Fixed an issue where scores on scoreboards were not being ordered properly (Template:Bug)

Items

  • Fixed a bug where fishing hooks would drop loot when killed with the /kill command (Template:Bug)

Mobs

  • Fixed a bug causing baby mobs with the
  1. REDIRECT Template:Code

Template:Redr goal to have a shrunken hitbox (Template:Bug)

  • Allays and bees are now less likely to get stuck in non-full blocks (Template:Bug)
  • Wardens can now detect a player sneaking on top of a sculk sensor (Template:Bug)
  • Warden can now let itself fall up to 20 blocks down, instead of just 3 (Template:Bug)
  • Allays can now pick up armor pieces with a different durability than the one they are holding (Template:Bug)

Player

  • Player's Soul Speed is now properly activated and de-activated on soul sand (Template:Bug)
  • Fixed a bug causing health_boost to display incorrect health values, causing the player to turn invisible and unable to interact with the world on dying

Stability and Performance

  • Fixed a bug which could cause mobs to not load into the world if their saved y-position was greater than or equal to 25
  • Fixed a crash when exploring multiple categories in Marketplace on Xbox and PlayStation

Audio

  • When trading, the villager plays the correct sound based on the item in the input slot (Template:Bug)

Vanilla Parity

  • Skulls in ancient cities now better match the orientation they have in Java Edition (Template:Bug)
  • Goat horn sound is now placed in the jukebox/note blocks sound category in settings (Template:Bug)

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.19.20.23 es:Bedrock Edition beta 1.19.20.23 ja:Bedrock Edition Preview 1.19.20.23 pt:Edição Bedrock Preview 1.19.20.23 zh:基岩版1.19.20.23