![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | August 12, 2025 | ||||||
| Server version | 1.21.110.24 | ||||||
| Editor version | 1.0.8 | ||||||
| Build version | 35969134 | ||||||
| Internal version | Windows, Xbox: 1.21.11024.0 Android: 1.21.110.24 | ||||||
| Version code | Android: 952111024 (armeabi-v7a, 34) | ||||||
| Type | Preview | ||||||
| Preview for | 1.21.111 | ||||||
| Downloads | Server | ||||||
| Protocol version | 840 | ||||||
| |||||||
{
"title": "Preview 1.21.110.24",
"images": [
"Bedrock 1.21.110.24.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "August 12, 2025",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.21.110.24 article, displayed as 1.21.110.24)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 1.0.8 article, displayed as 1.0.8)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "35969134",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.21.11024.0<br>'''Android''': 1.21.110.24",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952111024 (armeabi-v7a, 34)<br />\n962111024 (x86, 34)<br />\n972111024 (arm64-v8a, 34)<br />\n982111024 (x86_64, 34)",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 1.21.111 article, displayed as 1.21.111)",
"label": "Preview for"
},
{
"field": "'''Server'''\n*[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.21.110.24.zip Windows]\n*[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.110.24.zip Linux]",
"label": "Downloads"
},
{
"field": "840",
"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.101|<span style=\"margin-right:-0.35em\">β</span>β 1.21.101]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.21.111|1.21.111]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.112| 1.21.112 <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.110.23|β Preview 1.21.110.23]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.21.110.24'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.110.25| Preview 1.21.110.25 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.21.110.24 (ChromeOS, Android) or Preview 1.21.110.24 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview version for Bedrock Edition 1.21.111,[note 1] released on August 12, 2025,[1] which fixes some bugs.
UI
AI Goals
allow_simultaneous_interaction is true.These additions and changes are accessible by enabling the Beta APIs experimental toggle.
@minecraft/serverDimension.getBiome(location: Vector3) which can be used to locate the biome of a given location.Entity.getBlockStandingOn(options?: GetBlocksStandingOnOptions): Block undefined method to beta.Entity.getAllBlocksStandingOn(options?: GetBlocksStandingOnOptions): Block[]; methods to beta.GetBlocksStandingOnOptions interface:
blockFilter?: BlockFilter filters the block being returned.ignoreThinBlocks?: boolean determines if blocks of height 0.2 or lower are ignored.Camera.setCameraWithEase(cameraPreset: string, easeOptions: EaseOptions): void to beta.General
From released versions before 1.21.111
From the 1.21.111 development versions
Other
/controlscheme clear, beginning since base game version 1.21.110./place from working correctly in flat worlds./reload in the command console throws a Gametest error if using the GameTest.setAfterBatchCallback method.