![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | October 17, 2024 | ||||||
| Server version | 1.21.50.24 | ||||||
| Editor version | 0.7.5 | ||||||
| Build version | 28532840 | ||||||
| Internal version | Windows, Xbox: 1.21.5024.0 Android, iOS, iPadOS: 1.21.50.24 | ||||||
| Version code | Android: 952105064 (armeabi-v7a, 34) | ||||||
| Type | Preview | ||||||
| Preview for | 1.21.50 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 757 | ||||||
| |||||||
{
"title": "Preview 1.21.50.24",
"images": [
"Bedrock 1.21.50.24 PatchNotes.jpeg",
"Bedrock 1.21.50.24.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "October 17, 2024",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.21.50.24 article, displayed as 1.21.50.24)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.7.5 article, displayed as 0.7.5)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "28532840",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.21.5024.0<br>'''Android, iOS, iPadOS''': 1.21.50.24<br>",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952105064 (armeabi-v7a, 34)<br />\n962105064 (x86, 34)<br />\n972105064 (arm64-v8a, 34)<br />\n982105064 (x86_64, 34)<br />",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 1.21.50 article, displayed as 1.21.50)",
"label": "Preview for"
},
{
"field": "'''Server'''<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.21.50.24.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.50.24.zip Linux]",
"label": "Downloads"
},
{
"field": "757",
"label": "(link to Protocol version article, displayed as Protocol version)"
}
],
"invimages": [],
"footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.44|<span style=\"margin-right:-0.35em\">β</span>β 1.21.44]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.21.50|1.21.50]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.51| 1.21.51 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.50.20|β Preview 1.21.50.20]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.21.50.24'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.50.25| Preview 1.21.50.25 βΊ]]\n</td>\n</tr>\n</table>"
}
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 Bedrock Edition 1.21.50, released on October 17, 2024,[1] which fixes bugs.
All Copper Doors, Iron Door, Heavy Weighted Pressure Plate, Light Weighted Pressure Plate, Polished Blackstone Pressure Plate, and Stone Pressure Plate
UI
API
beforeEvents object to @minecraft/server-net module version 1.0.0-beta which exposes two events:
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.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
ambient_occlusion_exponent to blocks.json file schema in resource packs, replaces broken brightness_gamma field.These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.
lookAt to Entity which sets the rotation of the entity to face the desired target location.Scripting
InputMode.
Undetermined entry.InputInfo.
EngineError instead of Error in case of internal error.From released versions before 1.21.50
From the previous development version
Other
/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.