Minecraft:Bedrock Edition Preview 1.21.120.24: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 48: | Line 48: | ||
=== Technical === | === Technical === | ||
'''API''' | '''[[Minecraft:API]]''' | ||
* {{ | * {{cd|ContainerRulesError}} | ||
** Moved property {{ | ** Moved property {{cd|reason: ContainerRulesErrorReason}} from {{cd|beta}} to {{cd|v2.3.0}}. | ||
* Moved enum {{ | * Moved enum {{cd|ContainerRulesErrorReason}} from {{cd|beta}} to {{cd|v2.3.0}}. | ||
* Moved interface {{ | * Moved interface {{cd|ContainerRules}} from {{cd|beta}} to {{cd|v2.3.0}}. | ||
* {{ | * {{cd|Container}} | ||
** Moved property {{ | ** Moved property {{cd|readonly containerRules?: ContainerRules}} from {{cd|beta}} to {{cd|v2.3.0}}. | ||
** Moved property {{ | ** Moved property {{cd|readonly weight: number}} from {{cd|beta}} to {{cd|v2.3.0}}. | ||
** Moved property {{ | ** Moved property {{cd|readonly weight: number}} from {{cd|beta}} to {{cd|v2.3.0}}. | ||
* Moved class {{ | * Moved class {{cd|ItemInventoryComponent}} from {{cd|beta}} to {{cd|v2.3.0}}. | ||
'''Biome Components''' | '''Biome Components''' | ||
* Added {{ | * Added {{cd|underwater_addition}}, {{cd|underwater_loop}}, and {{cd|underwater_mood}} fields to {{cd|minecraft:ambient_sounds}}. They will be played when the audio listener position is inside of water. | ||
** {{ | ** {{cd|underwater_addition}} and {{cd|addition}} now take both an asset and chance, the chance determines the chance for the sound to be played. | ||
** Format versions before {{ | ** Format versions before {{cd|1.21.120}} will automatically set the underwater versions to the same as the normal ones, and the chance to the previously hardcoded chance of {{cd|0.0111}}. | ||
'''[[Minecraft:Block]]s''' | '''[[Minecraft:Block]]s''' | ||
* Removed Upcoming Creator Features toggle requirement from the {{ | * Removed Upcoming Creator Features toggle requirement from the {{cd|minecraft:redstone_producer}} component. | ||
* Component {{ | * Component {{cd|minecraft:embedded_visual}} no longer requires the "Upcoming Creator Features" toggle. | ||
* Component {{ | * Component {{cd|minecraft:flower_pottable}} no longer requires the "Upcoming Creator Features" toggle. | ||
'''Entity Components''' | '''Entity Components''' | ||
* Added {{ | * Added {{cd|apply_knockback_to_blocking_targets}} property to {{cd|impact_damage}} in {{cd|minecraft:projectile}}. | ||
'''[[Minecraft:Mob]]s''' | '''[[Minecraft:Mob]]s''' | ||
| Line 76: | Line 76: | ||
== Experimental == | == Experimental == | ||
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features" and "Experimental Creator Cameras Features" experimental toggle. | These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features" and "Experimental Creator Cameras Features" [[Minecraft:experimental]] toggle. | ||
=== Additions === | === Additions === | ||
==== Techincal ==== | ==== Techincal ==== | ||
'''API''' | '''[[Minecraft:API]]''' | ||
* Added the {{ | * Added the {{cd|BlockComponentBlockBreakEvent}} Custom Component Event to {{cd|beta}}. This event is called when a specific block is broken by either the player or other entity, a block (such as fire or water), or from a script or command that removes or destroys the block. | ||
** Added {{ | ** Added {{cd|entitySource}} read-only property. This contains the entity that caused the block's destruction. | ||
** Added {{ | ** Added {{cd|blockDestructionSource}} read-only property. This contains the block that caused the block's destruction. | ||
** Added {{ | ** Added {{cd|brokenBlockPermutation}} read-only property. This contains the block permutation this custom component exists on. | ||
* Added the ability for the custom creator camera to move on a spline. | * Added the ability for the custom creator camera to move on a spline. | ||
** Added method {{ | ** Added method {{cd|playAnimation(splineType: CatmullRomSpline | LinearSpline, cameraAnimationOptions: AnimationOptions): void}} to {{cd|beta}} to play an animation curve. Only works when used on the {{cd|minecraft:free}} camera preset. | ||
** Added class {{ | ** Added class {{cd|CatmullRomSpline}} to {{cd|beta}} to create catmullrom splines for {{cd|minecraft:free}} camera preset. | ||
** Added class {{ | ** Added class {{cd|LinearSpline}} to {{cd|beta}} to create linearly interpolated splines for {{cd|minecraft:free}} camera preset. | ||
** Added interface {{ | ** Added interface {{cd|AnimationOptions}} to {{cd|beta}} for creating and playing a spline on the {{cd|minecraft:free}} camera preset. | ||
** Added interface {{ | ** Added interface {{cd|ProgressKeyFrame}} to {{cd|beta}} for setting progress key frames on a spline. | ||
** Added interface {{ | ** Added interface {{cd|RotationKeyFrame}} to {{cd|beta}} for setting rotation key frames on a spline. | ||
** Added interface {{ | ** Added interface {{cd|SplineAnimation}} to {{cd|beta}} for storing spline key frames. | ||
'''Blocks''' | '''Blocks''' | ||
* Added boolean field {{ | * Added boolean field {{cd|alpha_masked_tint}} to materials in {{cd|minecraft:material_instances}} component. | ||
** Defaults to {{ | ** Defaults to {{cd|false}}. | ||
** When true, the alpha channel of the texture will be used to multiply the tint to the albedo of the texture. | ** When true, the alpha channel of the texture will be used to multiply the tint to the albedo of the texture. | ||
** Requires {{ | ** Requires {{cd|format_version}} >= 1.21.120 | ||
** Requires "Upcoming Creator Features" toggle. | ** Requires "Upcoming Creator Features" toggle. | ||
** Requires {{ | ** Requires {{cd|tint_method}} other than {{cd|none}}. | ||
** Requires {{ | ** Requires {{cd|render_method}} to be {{cd|opaque}}. | ||
'''[[Minecraft:Commands]]''' | '''[[Minecraft:Commands]]''' | ||
* Added {{ | * Added {{cd|attach_to_entity}} and {{cd|detach_from_entity}} camera commands for {{cd|minecraft:fixed_boom}} and {{cd|minecraft:follow_orbit}} presets. | ||
** Accessible under the Experimental Creator Cameras experimental toggle. | ** Accessible under the Experimental Creator Cameras experimental toggle. | ||
== Fixes == | == Fixes == | ||
{{ | {{fixes|project=MCPE|fixedin=1.21.120.24 Preview | ||
|;old | |;old | ||
|43953|Item outlines in some UIs still use old textures. | |43953|Item outlines in some UIs still use old textures. | ||
|55449|Golden Apples give 8 Absorption hearts if eaten after [[Minecraft:Enchanted Golden Apple]]. | |55449|[[Minecraft:Golden Apples]] give 8 Absorption hearts if eaten after [[Minecraft:Enchanted Golden Apple]]. | ||
|79532|Ambience sounds missing in the nether and [[Minecraft:water]]. | |79532|Ambience sounds missing in [[Minecraft:the nether]] and [[Minecraft:water]]. | ||
|82082|Issue with the drowned model. | |82082|Issue with the [[Minecraft:drowned]] model. | ||
|108989|"score" text component does not accept names containing non-alphanumeric characters. | |108989|"score" text component does not accept names containing non-alphanumeric characters. | ||
|154327|llama uses pre-texture update chest texture. | |154327|[[Minecraft:llama]] uses pre-texture update chest texture. | ||
|165390|Skeleton/Zombie Horse's & Donkey/Mule's saddles and chests are outdated or errors. | |165390|Skeleton/Zombie Horse's & Donkey/Mule's saddles and chests are outdated or errors. | ||
|166776|The ears of donkeys have a miscoloured top and bottom. | |166776|The ears of donkeys have a miscoloured top and bottom. | ||
|169440|Drowned has an transparent pixels in inner body texture. | |169440|[[Minecraft:Drowned]] has an transparent pixels in inner body texture. | ||
|190339|[[Minecraft:Shield]] loses 2 durability after breaking a block. | |190339|[[Minecraft:Shield]] loses 2 durability after breaking a block. | ||
|219845|Stencil state causes glitches with Vibrant Visuals enabled. | |219845|Stencil state causes glitches with Vibrant Visuals enabled. | ||
|220733|Skeletons with Punch bows can knock players back while blocking with a shield. | |220733|[[Minecraft:Skeletons]] with [[Minecraft:Punch]] bows can knock players back while blocking with a shield. | ||
|226433|Vibrant Visual: Gray Dye and Light Blue Dye have incorrect MERS texture. | |226433|Vibrant Visual: Gray Dye and Light Blue Dye have incorrect MERS texture. | ||
|;dev | |;dev | ||
| Line 136: | Line 136: | ||
* Fixed missing pixels on [[Minecraft:Copper Horse Armor|copper]], [[Minecraft:Iron Horse Armor|iron]], [[Minecraft:Golden Horse Armor|gold]], and [[Minecraft:Diamond Horse Armor|diamond]] horse armor textures. | * Fixed missing pixels on [[Minecraft:Copper Horse Armor|copper]], [[Minecraft:Iron Horse Armor|iron]], [[Minecraft:Golden Horse Armor|gold]], and [[Minecraft:Diamond Horse Armor|diamond]] horse armor textures. | ||
* Fixed an issue that could cause excess critical hit particles to spawn. | * Fixed an issue that could cause excess critical hit particles to spawn. | ||
* Fixed structure block preview GUI misplacing custom blocks. | * Fixed [[Minecraft:structure block]] preview GUI misplacing custom blocks. | ||
* Fixed an issue where the replacement [[Minecraft:biome]]s were not read for client side chunk generation. | * Fixed an issue where the replacement [[Minecraft:biome]]s were not read for client side chunk generation. | ||
* Fixed a crash that occurs when selecting Vibrant Visuals panel settings. | * Fixed a crash that occurs when selecting Vibrant Visuals panel settings. | ||
| Line 142: | Line 142: | ||
== References == | == References == | ||
{{ | {{reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|1.2x}} | ||
[[ | [[Minecraft:de:Bedrock Edition beta 1.21.120.24]] | ||
[[Minecraft:es:Bedrock Edition Preview 1.21.120.24]] | |||
de:Bedrock Edition beta 1.21.120.24 | [[Minecraft:ko:Bedrock Edition 프리뷰 1.21.120.24]] | ||
es:Bedrock Edition Preview 1.21.120.24 | [[Minecraft:pt:Edição Bedrock Preview 1.21.120.24]] | ||
ko:Bedrock Edition 프리뷰 1.21.120.24 | [[Minecraft:uk:Preview 1.21.120.24 (Bedrock Edition)]] | ||
pt:Edição Bedrock Preview 1.21.120.24 | [[Minecraft:zh:基岩版1.21.120.24]] | ||
uk:Preview 1.21.120.24 (Bedrock Edition) | |||
zh:基岩版1.21.120.24 | |||
Latest revision as of 11:03, 24 May 2026
Beta 1.21.120.24 (ChromeOS, Android) or Preview 1.21.120.24 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fifth beta/Preview version for Minecraft:Bedrock Edition 1.21.120, released on October 1, 2025,<ref>Template:Cite</ref> which fixes bugs.
Changes
Blocks
- Double copper chest textures' diagonal glint direction now match its single chest counterpart.
- Bolts on single and double copper chests are now shaded in the same way.
- Double and single copper chests now have consistent shading.
- Weathered double copper chest bottom textures are now consistent with other double copper chests.
- Water now reduces the light level by one instead of two units per block.
General
- Marketplace content can now be searched for using graphics filters for RTX and Minecraft:Vibrant Visuals.
General Settings Screen
- Updated the General settings tab with Minecraft:Ore UI.
Storage
- Shifted download storage on PlayStation 4 to new location. Players may need to redownload Marketplace content.
Technical
- Template:Cd
- Moved property Template:Cd from Template:Cd to Template:Cd.
- Moved enum Template:Cd from Template:Cd to Template:Cd.
- Moved interface Template:Cd from Template:Cd to Template:Cd.
- Template:Cd
- Moved property Template:Cd from Template:Cd to Template:Cd.
- Moved property Template:Cd from Template:Cd to Template:Cd.
- Moved property Template:Cd from Template:Cd to Template:Cd.
- Moved class Template:Cd from Template:Cd to Template:Cd.
Biome Components
- Added Template:Cd, Template:Cd, and Template:Cd fields to Template:Cd. They will be played when the audio listener position is inside of water.
- Template:Cd and Template:Cd now take both an asset and chance, the chance determines the chance for the sound to be played.
- Format versions before Template:Cd will automatically set the underwater versions to the same as the normal ones, and the chance to the previously hardcoded chance of Template:Cd.
- Removed Upcoming Creator Features toggle requirement from the Template:Cd component.
- Component Template:Cd no longer requires the "Upcoming Creator Features" toggle.
- Component Template:Cd no longer requires the "Upcoming Creator Features" toggle.
Entity Components
- Added Template:Cd property to Template:Cd in Template:Cd.
- The dophin's bubble particle emissions have been updated and are now emitted through its animation controller.
Experimental
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features" and "Experimental Creator Cameras Features" Minecraft:experimental toggle.
Additions
Techincal
- Added the Template:Cd Custom Component Event to Template:Cd. This event is called when a specific block is broken by either the player or other entity, a block (such as fire or water), or from a script or command that removes or destroys the block.
- Added Template:Cd read-only property. This contains the entity that caused the block's destruction.
- Added Template:Cd read-only property. This contains the block that caused the block's destruction.
- Added Template:Cd read-only property. This contains the block permutation this custom component exists on.
- Added the ability for the custom creator camera to move on a spline.
- Added method Template:Cd to Template:Cd to play an animation curve. Only works when used on the Template:Cd camera preset.
- Added class Template:Cd to Template:Cd to create catmullrom splines for Template:Cd camera preset.
- Added class Template:Cd to Template:Cd to create linearly interpolated splines for Template:Cd camera preset.
- Added interface Template:Cd to Template:Cd for creating and playing a spline on the Template:Cd camera preset.
- Added interface Template:Cd to Template:Cd for setting progress key frames on a spline.
- Added interface Template:Cd to Template:Cd for setting rotation key frames on a spline.
- Added interface Template:Cd to Template:Cd for storing spline key frames.
Blocks
- Added boolean field Template:Cd to materials in Template:Cd component.
- Defaults to Template:Cd.
- When true, the alpha channel of the texture will be used to multiply the tint to the albedo of the texture.
- Requires Template:Cd >= 1.21.120
- Requires "Upcoming Creator Features" toggle.
- Requires Template:Cd other than Template:Cd.
- Requires Template:Cd to be Template:Cd.
- Added Template:Cd and Template:Cd camera commands for Template:Cd and Template:Cd presets.
- Accessible under the Experimental Creator Cameras experimental toggle.
Fixes
Template:Fixes Other
- Fixed missing pixels on copper, iron, gold, and diamond horse armor textures.
- Fixed an issue that could cause excess critical hit particles to spawn.
- Fixed Minecraft:structure block preview GUI misplacing custom blocks.
- Fixed an issue where the replacement Minecraft:biomes were not read for client side chunk generation.
- Fixed a crash that occurs when selecting Vibrant Visuals panel settings.
- Fixed ambient occlusion for custom blocks displayed in HUD.
References
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 1.21.120.24 Minecraft:es:Bedrock Edition Preview 1.21.120.24 Minecraft:ko:Bedrock Edition 프리뷰 1.21.120.24 Minecraft:pt:Edição Bedrock Preview 1.21.120.24 Minecraft:uk:Preview 1.21.120.24 (Bedrock Edition) Minecraft:zh:基岩版1.21.120.24