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

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 38: Line 38:
'''[[Minecraft:Creaking Heart]]'''
'''[[Minecraft:Creaking Heart]]'''
*Creaking heart with a spawned creaking and partial pale oak support now deactivates if the creaking is despawned via commands.
*Creaking heart with a spawned creaking and partial pale oak support now deactivates if the creaking is despawned via commands.
*Creaking heart data is no longer retained when {{keys|ctrl}}-picking the block in Creative mode.
*Creaking heart data is no longer retained when {{MC/Keys|ctrl}}-picking the block in Creative mode.
*Creaking heart is now immovable by pistons.
*Creaking heart is now immovable by pistons.
*Creaking heart can no longer be used as fuel.
*Creaking heart can no longer be used as fuel.
Line 77: Line 77:


'''Pale oak'''
'''Pale oak'''
*Increased pale oak density to match {{JE}}.
*Increased pale oak density to match {{MC/JE}}.


=== Technical ===
=== Technical ===
'''API'''
'''API'''
*Added {{cd|beforeEvents}} object to {{cd|@minecraft/server-net}} module version {{cd|1.0.0-beta}} which exposes two events:
*Added {{MC/Cd|beforeEvents}} object to {{MC/Cd|@minecraft/server-net}} module version {{MC/Cd|1.0.0-beta}} which exposes two events:
**{{cd|packetReceive}}: This event is called when the game server receives a network packet from a client. If cancelled, the server will silently ignore the packet.
**{{MC/Cd|packetReceive}}: This event is called when the game server receives a network packet from a client. If cancelled, the server will silently ignore the packet.
**{{cd|packetSend}}: This event is called when the game server sends a network packet to client(s). If cancelled, the packet is dropped and never sent to the recipients.
**{{MC/Cd|packetSend}}: This event is called when the game server sends a network packet to client(s). If cancelled, the packet is dropped and never sent to the recipients.


'''Blocks'''
'''Blocks'''
*Added new field {{cd|ambient_occlusion_exponent}} to {{cd|blocks.json}} file schema in resource packs, replaces broken {{cd|brightness_gamma}} field.
*Added new field {{MC/Cd|ambient_occlusion_exponent}} to {{MC/Cd|blocks.json}} file schema in resource packs, replaces broken {{MC/Cd|brightness_gamma}} field.


== Experimental ==
== Experimental ==
Line 93: Line 93:
==== Technical ====
==== Technical ====
'''API'''
'''API'''
*Added new method {{cd|lookAt}} to {{cd|Entity}} which sets the rotation of the entity to face the desired target location.
*Added new method {{MC/Cd|lookAt}} to {{MC/Cd|Entity}} which sets the rotation of the entity to face the desired target location.


=== Changes ===  
=== Changes ===  
==== Technical ====
==== Technical ====
'''Scripting'''
'''Scripting'''
*Enum {{cd|InputMode}}.
*Enum {{MC/Cd|InputMode}}.
**Removed {{cd|Undetermined}} entry.
**Removed {{MC/Cd|Undetermined}} entry.
*Class {{cd|InputInfo}}.
*Class {{MC/Cd|InputInfo}}.
**Throws {{cd|EngineError}} instead of {{cd|Error}} in case of internal error.
**Throws {{MC/Cd|EngineError}} instead of {{MC/Cd|Error}} in case of internal error.


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=1.21.50.24 Preview
{{MC/Fixes|project=MCPE|fixedin=1.21.50.24 Preview
|;old
|;old
|33950|Dispensers, droppers, brewing stands, furnaces, blast furnaces, enchantment tables, hoppers, smokers, stonecutters, cauldrons will drop if you break them using your hands.
|33950|Dispensers, droppers, brewing stands, furnaces, blast furnaces, enchantment tables, hoppers, smokers, stonecutters, cauldrons will drop if you break them using your hands.
Line 125: Line 125:
'''Other'''
'''Other'''
*Pale moss carpet no longer floats in the player’s hand while in 3rd-person view.
*Pale moss carpet no longer floats in the player’s hand while in 3rd-person view.
*The {{cmd|kill}} command or any damage greater or equal to the target's current life will now kill it in base game versions below 1.18.20.
*The {{MC/Cmd|kill}} command or any damage greater or equal to the target's current life will now kill it in base game versions below 1.18.20.
*Fixed an issue where game mode and difficulty were not being preserved after uploading or replacing world in Realms Slot.
*Fixed an issue where game mode and difficulty were not being preserved after uploading or replacing world in Realms Slot.
*Bundles that are moved under a player's cursor now correctly update their tooltip.
*Bundles that are moved under a player's cursor now correctly update their tooltip.
Line 131: Line 131:


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


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


[[Category:Bedrock Edition 1.21.50 betas]]
[[Category:Bedrock Edition 1.21.50 betas]]

Latest revision as of 19:23, 9 April 2026

Template:Infobox version


Beta 1.21.50.24 (ChromeOS, Android) or Preview 1.21.50.24 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta and second Preview version for Minecraft:Bedrock Edition 1.21.50, released on October 17, 2024,<ref>Template:Cite</ref> which fixes bugs.

Changes

Blocks

All Minecraft:Copper Doors, Minecraft:Iron Door, Minecraft:Heavy Weighted Pressure Plate, Minecraft:Light Weighted Pressure Plate, Minecraft:Polished Blackstone Pressure Plate, and Minecraft:Stone Pressure Plate

  • The blocks that require support now always drop when broken with any tool.

Minecraft:Block of Amethyst

  • Adjusted volume & pitch for break, hit, place, fall, step & land sounds for it.

Minecraft:Budding Amethyst

  • Is now slower to mine with an improper tool.

Minecraft:Creaking Heart

  • Creaking heart with a spawned creaking and partial pale oak support now deactivates if the creaking is despawned via commands.
  • Creaking heart data is no longer retained when Script error: No such module "keys".-picking the block in Creative mode.
  • Creaking heart is now immovable by pistons.
  • Creaking heart can no longer be used as fuel.
  • Creaking heart spawning and despawning its creaking now emits vibrations from the creaking’s position.

Minecraft:Flowers and Minecraft:Mushrooms

  • They no longer generate in the Pale Garden biome.

Minecraft:Pale Oak Saplings

  • They are now grown into pale oaks with hanging pale moss on them, but no pale moss patch at their base.

Items

Minecraft:Heavy Cores

  • Updated item's texture.

Pale Oak Boat with Chest

  • The texture of the item has been adjusted for consistency with other boats with chest.

Mobs

Zombified Piglins

  • Zombified piglins spawned by nether portals now have a 15-second cooldown before they can use the portal again.

General

Minecraft:Realms

  • Added a loading modal when changing active Realms slots to prevent a glitch where multiple Realms slot settings screen are pushed to the stack because of player's button mashing the edit world button.
  • Added a new Realm Event related to mobs.

UI

  • Removed the "New Bed Screen" toggle from video settings. (Preview only)
  • Added missing quickswap animations in GUI for several blocks.

World generation

Pale moss patches

  • Tweaked the size and placement of pale moss patches:
    • Pale moss patches are now larger when naturally generated.
    • Pale moss patches now have a chance to naturally generate without being adjacent to a pale oak.
    • Pale moss patches now have less tall grass growing on them.

Pale oak

Technical

API

  • Added
  1. REDIRECT Template:Code

Template:Redr object to

  1. REDIRECT Template:Code

Template:Redr module version

  1. REDIRECT Template:Code

Template:Redr which exposes two events:

  1. REDIRECT Template:Code

Template:Redr: This event is called when the game server receives a network packet from a client. If cancelled, the server will silently ignore the packet.

  1. REDIRECT Template:Code

Template:Redr: This event is called when the game server sends a network packet to client(s). If cancelled, the packet is dropped and never sent to the recipients.

Blocks

  • Added new field
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr file schema in resource packs, replaces broken

  1. REDIRECT Template:Code

Template:Redr field.

Experimental

These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.

Additions

Technical

API

  • Added new method
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr which sets the rotation of the entity to face the desired target location.

Changes

Technical

Scripting

  • Enum
  1. REDIRECT Template:Code

Template:Redr.

    • Removed
  1. REDIRECT Template:Code

Template:Redr entry.

  • Class
  1. REDIRECT Template:Code

Template:Redr.

    • Throws
  1. REDIRECT Template:Code

Template:Redr instead of

  1. REDIRECT Template:Code

Template:Redr in case of internal error.

Fixes

Script error: No such module "fixes". Other

  • Pale moss carpet no longer floats in the player’s hand while in 3rd-person view.
  • The
  1. REDIRECT Template:Command

Template:Redr command or any damage greater or equal to the target's current life will now kill it in base game versions below 1.18.20.

  • Fixed an issue where game mode and difficulty were not being preserved after uploading or replacing world in Realms Slot.
  • Bundles that are moved under a player's cursor now correctly update their tooltip.
  • Fixed a spelling error in an advanced tip for worlds with resource packs.

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.21.50.24 pt:Edição Bedrock Preview 1.21.50.24 uk:Preview 1.21.50.24 (Bedrock Edition) zh:基岩版1.21.50.24