Minecraft:Bedrock Edition Preview 1.21.120.24: Difference between revisions
More actions
No edit summary |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 48: | Line 48: | ||
=== Technical === | === Technical === | ||
''' | '''API''' | ||
* {{ | * {{MC/Cd|ContainerRulesError}} | ||
** Moved property {{ | ** Moved property {{MC/Cd|reason: ContainerRulesErrorReason}} from {{MC/Cd|beta}} to {{MC/Cd|v2.3.0}}. | ||
* Moved enum {{ | * Moved enum {{MC/Cd|ContainerRulesErrorReason}} from {{MC/Cd|beta}} to {{MC/Cd|v2.3.0}}. | ||
* Moved interface {{ | * Moved interface {{MC/Cd|ContainerRules}} from {{MC/Cd|beta}} to {{MC/Cd|v2.3.0}}. | ||
* {{ | * {{MC/Cd|Container}} | ||
** Moved property {{ | ** Moved property {{MC/Cd|readonly containerRules?: ContainerRules}} from {{MC/Cd|beta}} to {{MC/Cd|v2.3.0}}. | ||
** Moved property {{ | ** Moved property {{MC/Cd|readonly weight: number}} from {{MC/Cd|beta}} to {{MC/Cd|v2.3.0}}. | ||
** Moved property {{ | ** Moved property {{MC/Cd|readonly weight: number}} from {{MC/Cd|beta}} to {{MC/Cd|v2.3.0}}. | ||
* Moved class {{ | * Moved class {{MC/Cd|ItemInventoryComponent}} from {{MC/Cd|beta}} to {{MC/Cd|v2.3.0}}. | ||
'''Biome Components''' | '''Biome Components''' | ||
* Added {{ | * Added {{MC/Cd|underwater_addition}}, {{MC/Cd|underwater_loop}}, and {{MC/Cd|underwater_mood}} fields to {{MC/Cd|minecraft:ambient_sounds}}. They will be played when the audio listener position is inside of water. | ||
** {{ | ** {{MC/Cd|underwater_addition}} and {{MC/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 {{MC/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 {{MC/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 {{MC/Cd|minecraft:redstone_producer}} component. | ||
* Component {{ | * Component {{MC/Cd|minecraft:embedded_visual}} no longer requires the "Upcoming Creator Features" toggle. | ||
* Component {{ | * Component {{MC/Cd|minecraft:flower_pottable}} no longer requires the "Upcoming Creator Features" toggle. | ||
'''Entity Components''' | '''Entity Components''' | ||
* Added {{ | * Added {{MC/Cd|apply_knockback_to_blocking_targets}} property to {{MC/Cd|impact_damage}} in {{MC/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" | These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features" and "Experimental Creator Cameras Features" experimental toggle. | ||
=== Additions === | === Additions === | ||
==== Techincal ==== | ==== Techincal ==== | ||
''' | '''API''' | ||
* Added the {{ | * Added the {{MC/Cd|BlockComponentBlockBreakEvent}} Custom Component Event to {{MC/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 {{MC/Cd|entitySource}} read-only property. This contains the entity that caused the block's destruction. | ||
** Added {{ | ** Added {{MC/Cd|blockDestructionSource}} read-only property. This contains the block that caused the block's destruction. | ||
** Added {{ | ** Added {{MC/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 {{MC/Cd|playAnimation(splineType: CatmullRomSpline | LinearSpline, cameraAnimationOptions: AnimationOptions): void}} to {{MC/Cd|beta}} to play an animation curve. Only works when used on the {{MC/Cd|minecraft:free}} camera preset. | ||
** Added class {{ | ** Added class {{MC/Cd|CatmullRomSpline}} to {{MC/Cd|beta}} to create catmullrom splines for {{MC/Cd|minecraft:free}} camera preset. | ||
** Added class {{ | ** Added class {{MC/Cd|LinearSpline}} to {{MC/Cd|beta}} to create linearly interpolated splines for {{MC/Cd|minecraft:free}} camera preset. | ||
** Added interface {{ | ** Added interface {{MC/Cd|AnimationOptions}} to {{MC/Cd|beta}} for creating and playing a spline on the {{MC/Cd|minecraft:free}} camera preset. | ||
** Added interface {{ | ** Added interface {{MC/Cd|ProgressKeyFrame}} to {{MC/Cd|beta}} for setting progress key frames on a spline. | ||
** Added interface {{ | ** Added interface {{MC/Cd|RotationKeyFrame}} to {{MC/Cd|beta}} for setting rotation key frames on a spline. | ||
** Added interface {{ | ** Added interface {{MC/Cd|SplineAnimation}} to {{MC/Cd|beta}} for storing spline key frames. | ||
'''Blocks''' | '''Blocks''' | ||
* Added boolean field {{ | * Added boolean field {{MC/Cd|alpha_masked_tint}} to materials in {{MC/Cd|minecraft:material_instances}} component. | ||
** Defaults to {{ | ** Defaults to {{MC/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 {{MC/Cd|format_version}} >= 1.21.120 | ||
** Requires "Upcoming Creator Features" toggle. | ** Requires "Upcoming Creator Features" toggle. | ||
** Requires {{ | ** Requires {{MC/Cd|tint_method}} other than {{MC/Cd|none}}. | ||
** Requires {{ | ** Requires {{MC/Cd|render_method}} to be {{MC/Cd|opaque}}. | ||
'''[[Minecraft:Commands]]''' | '''[[Minecraft:Commands]]''' | ||
* Added {{ | * Added {{MC/Cd|attach_to_entity}} and {{MC/Cd|detach_from_entity}} camera commands for {{MC/Cd|minecraft:fixed_boom}} and {{MC/Cd|minecraft:follow_orbit}} presets. | ||
** Accessible under the Experimental Creator Cameras experimental toggle. | ** Accessible under the Experimental Creator Cameras experimental toggle. | ||
== Fixes == | == Fixes == | ||
{{ | {{MC/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| | |55449|Golden Apples give 8 Absorption hearts if eaten after [[Minecraft:Enchanted Golden Apple]]. | ||
|79532|Ambience sounds missing in | |79532|Ambience sounds missing in the nether and [[Minecraft:water]]. | ||
|82082|Issue with the | |82082|Issue with the 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| | |154327|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| | |169440|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| | |220733|Skeletons with 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 | * Fixed 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 == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.21.120 betas]] | [[Category:Bedrock Edition 1.21.120 betas]] | ||
de:Bedrock Edition beta 1.21.120.24 | |||
es:Bedrock Edition Preview 1.21.120.24 | |||
ko:Bedrock Edition 프리뷰 1.21.120.24 | |||
pt:Edição Bedrock Preview 1.21.120.24 | |||
uk:Preview 1.21.120.24 (Bedrock Edition) | |||
zh:基岩版1.21.120.24 | |||
Latest revision as of 19:22, 9 April 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
API
- REDIRECT Template:Code
- Moved property
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved enum
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved interface
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved property
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved property
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved property
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved class
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
Biome Components
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr, and
- REDIRECT Template:Code
Template:Redr fields to
- REDIRECT Template:Code
Template:Redr. They will be played when the audio listener position is inside of water.
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr now take both an asset and chance, the chance determines the chance for the sound to be played.
- Format versions before
- REDIRECT Template:Code
Template:Redr will automatically set the underwater versions to the same as the normal ones, and the chance to the previously hardcoded chance of
- REDIRECT Template:Code
- Removed Upcoming Creator Features toggle requirement from the
- REDIRECT Template:Code
Template:Redr component.
- Component
- REDIRECT Template:Code
Template:Redr no longer requires the "Upcoming Creator Features" toggle.
- Component
- REDIRECT Template:Code
Template:Redr no longer requires the "Upcoming Creator Features" toggle.
Entity Components
- Added
- REDIRECT Template:Code
Template:Redr property to
- REDIRECT Template:Code
- REDIRECT Template:Code
- 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" experimental toggle.
Additions
Techincal
API
- Added the
- REDIRECT Template:Code
Template:Redr Custom Component Event to
- REDIRECT Template:Code
Template:Redr. 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
- REDIRECT Template:Code
Template:Redr read-only property. This contains the entity that caused the block's destruction.
- Added
- REDIRECT Template:Code
Template:Redr read-only property. This contains the block that caused the block's destruction.
- Added
- REDIRECT Template:Code
Template:Redr 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
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr to play an animation curve. Only works when used on the
- REDIRECT Template:Code
Template:Redr camera preset.
- Added class
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr to create catmullrom splines for
- REDIRECT Template:Code
Template:Redr camera preset.
- Added class
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr to create linearly interpolated splines for
- REDIRECT Template:Code
Template:Redr camera preset.
- Added interface
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr for creating and playing a spline on the
- REDIRECT Template:Code
Template:Redr camera preset.
- Added interface
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr for setting progress key frames on a spline.
- Added interface
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr for setting rotation key frames on a spline.
- Added interface
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr for storing spline key frames.
Blocks
- Added boolean field
- REDIRECT Template:Code
Template:Redr to materials in
- REDIRECT Template:Code
Template:Redr component.
- Defaults to
- REDIRECT Template:Code
- When true, the alpha channel of the texture will be used to multiply the tint to the albedo of the texture.
- Requires
- REDIRECT Template:Code
Template:Redr >= 1.21.120
- Requires "Upcoming Creator Features" toggle.
- Requires
- REDIRECT Template:Code
Template:Redr other than
- REDIRECT Template:Code
- Requires
- REDIRECT Template:Code
Template:Redr to be
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr camera commands for
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr presets.
- Accessible under the Experimental Creator Cameras experimental toggle.
Fixes
Script error: No such module "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 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
<references group="">
</references>
de:Bedrock Edition beta 1.21.120.24 es:Bedrock Edition Preview 1.21.120.24 ko:Bedrock Edition 프리뷰 1.21.120.24 pt:Edição Bedrock Preview 1.21.120.24 uk:Preview 1.21.120.24 (Bedrock Edition) zh:基岩版1.21.120.24