![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | September 11, 2024 | ||||||
| Server version | 1.21.40.21 | ||||||
| Editor version | 0.7.2 | ||||||
| Build version | 27623259 | ||||||
| Internal version | Windows, Xbox: 1.21.4021.0 Android, iOS, iPadOS: 1.21.40.21 | ||||||
| Version code | Android: 952104021 (armeabi-v7a, 34) | ||||||
| Type | Preview | ||||||
| Preview for | 1.21.40 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 741 | ||||||
| |||||||
{
"title": "Preview 1.21.40.21",
"images": [
"Bedrock 1.21.40.21 PatchNotes.jpeg",
"Bedrock 1.21.40.21.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "September 11, 2024",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.21.40.21 article, displayed as 1.21.40.21)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.7.2 article, displayed as 0.7.2)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "27623259",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.21.4021.0<br>'''Android, iOS, iPadOS''': 1.21.40.21",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952104021 (armeabi-v7a, 34)<br />\n962104021 (x86, 34)<br />\n972104021 (arm64-v8a, 34)<br />\n982104021 (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.40 article, displayed as 1.21.40)",
"label": "Preview for"
},
{
"field": "'''Server'''<br>[https://minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.21.40.21.zip Windows]<br>[https://minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.40.21.zip Linux]",
"label": "Downloads"
},
{
"field": "741",
"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.31|<span style=\"margin-right:-0.35em\">β</span>β 1.21.31]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.21.40|1.21.40]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.41| 1.21.41 <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.40.20|β Preview 1.21.40.20]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.21.40.21'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.40.22| Preview 1.21.40.22 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.21.40.21 (ChromeOS, Android) or Preview 1.21.40.21 (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/Preview version for Bedrock Edition 1.21.40, released on September 11, 2024,[1] which reorganizes items and blocks in the creative inventory, and fixes bugs.
UI
carried_textures or blockshape are incorrectly written in blocks.json.Components
minecraft:lookat component to minecraft:looked_at to better reflect its functionality:
look_event field was also renamed to looked_at_event.look_cooldown field was also renamed to looked_at_cooldown.minecraft:looked_at component functionality with the addition of six new [Beta] fields:
find_players_only restricts the search for entities looking at the owner entity to players only, ensuring that the closest player satisfying the specified filters is selected.look_at_locations defines the parts of the owner entity that are targeted for being looked at:
head, body, and feet.not_looked_at_event specifies the event to trigger when no suitable entity is looking at the owner entity.field_of_view defines the width of the field of view, in degrees, for entities looking at the owner entity:
scale_fov_by_distance is set to true, this value corresponds to the field of view at a distance of one block between the entities.scale_fov_by_distance determines if the field of view narrows as the distance between the owner entity and the entity looking at it increases.
line_of_sight_obstruction_type defines which block shape is considered when checking for line-of-sight obstructions.
outline, collision, and collision_for_camera.et_target now supports three different values:
never, looking entities are never set as targets, but events are emitted.once_and_stop_scanning, the first detected looking entity is set as target, but scanning and event emission is suspended if and until the owner entity has a target.once_and_keep_scanning, the first detected looking entity is set as target, but scanning and event emission continues.Entity Event Responses
reset_target entity event response, which allows an entity to reset its target.pregeneration_pass will now throw a content error instead of crash.Graphical
the_end.client_biome.json as the first new type of file to contain per-biome rendering and audio settings in resource packs.minecraft:item object is parsed with a strict loader from 1.21.40:
These additions and changes are accessible by enabling the "Beta APIs", and "Upcoming Creator Features" experimental toggles.
Graphical
query.client_memory_tier. Returns a number representing the client RAM memory tier, 0 = "Undetermined", 1 = "SuperLow", 2 = 'Low", 3 = 'Mid", 4 = "High", or 5 = "SuperHigh". Available on the Client (Resource Packs) only.query.server_memory_tier. Returns a number representing the server RAM memory tier, 0 = "Undetermined", 1 = "SuperLow", 2 = 'Low", 3 = 'Mid", 4 = "High", or 5 = "SuperHigh". Available on the server side (Behavior Packs) only.Scripting
MemoryTier: export enum MemoryTier {
Undetermined = 0,
SuperLow = 1,
Low = 2,
Mid = 3,
High = 4,
SuperHigh = 5
}
SystemInfo:
MemoryTier.ClientSystemInfo:
MemoryTier.Player:
clientSystemInfo.System:
serverSystemInfo.Graphical
From released versions before 1.21.40
playerssleepingpercentage is set to >100.From the previous development version
Other
max_use values could not be traded.