Minecraft:Bedrock Edition Preview 1.21.70.22: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 20: | Line 20: | ||
| next = Preview 1.21.70.23 | | next = Preview 1.21.70.23 | ||
| nextparent = 1.21.71 | | nextparent = 1.21.71 | ||
}}<onlyinclude> | }} | ||
'''Beta 1.21.70.22''' (ChromeOS, Android) or '''Preview 1.21.70.22''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.21.70]], released on February 5, 2025,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/34063162910093-Minecraft-Beta-Preview-1-21-70-22|title=Minecraft Beta & Preview - 1.21.70.22|website=Minecraft Feedback|date=February 5, 2025}}</ref> which adds new chicken variants, [[Minecraft:Cactus Flower|cacti flowers]], [[Minecraft:Short Dry Grass|short]] and tall dry grass, and fixes bugs. | <onlyinclude> | ||
'''Beta 1.21.70.22''' (ChromeOS, Android) or '''Preview 1.21.70.22''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.21.70]], released on February 5, 2025,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/34063162910093-Minecraft-Beta-Preview-1-21-70-22|title=Minecraft Beta & Preview - 1.21.70.22|website=Minecraft Feedback|date=February 5, 2025}}</ref> which adds new [[Minecraft:chicken]] variants, [[Minecraft:Cactus Flower|cacti flowers]], [[Minecraft:Short Dry Grass|short]] and [[Minecraft:tall dry grass]], and fixes bugs. | |||
== Changes == | == Changes == | ||
| Line 42: | Line 44: | ||
=== Technical === | === Technical === | ||
'''API''' | '''API''' | ||
*Component {{ | *Component {{cd|minecraft:fluidContainer}} has been renamed to {{cd|minecraft:fluid_container}} in V2. | ||
'''Commands''' | '''Commands''' | ||
*Moved the {{ | *Moved the {{cd|place feature}} and {{cd|place featurerule}} subcommands out of the Upcoming Creator Features experiment. | ||
'''Components''' | '''Components''' | ||
*Added the {{ | *Added the {{cd|minecraft:is_collidable}} component | ||
**This component allows other mobs to have vertical and horizontal collisions with the component's owner. | **This component allows other mobs to have vertical and horizontal collisions with the component's owner. | ||
***For a collision to occur, both mobs must have a {{ | ***For a collision to occur, both mobs must have a {{cd|minecraft:collision_box}} component. | ||
***This component can only be used on mobs and enables collisions exclusively between mobs. | ***This component can only be used on mobs and enables collisions exclusively between mobs. | ||
**Please note that this type of collision is unreliable for moving mobs. | **Please note that this type of collision is unreliable for moving mobs. | ||
***It is recommended to use this component only in scenarios where the mob remains stationary. | ***It is recommended to use this component only in scenarios where the mob remains stationary. | ||
**Collidable behavior is closely related to stackable behavior. | **Collidable behavior is closely related to stackable behavior. | ||
***While the {{ | ***While the {{cd|minecraft:is_collidable}} component governs how other mobs interact with the component's owner, the {{cd|minecraft:is_stackable}} component describes how an entity interacts with others of its own kind. | ||
*The {{ | *The {{cd|entity_sensor}} component now has two additional fields: | ||
**{{ | **{{cd|y_offset}}, applies a vertical offset to the entity's position when calculating distances to other entities. | ||
**{{ | **{{cd|find_players_only}}, restricts the search to Players only, affecting all subsensors. | ||
*Added the {{ | *Added the {{cd|minecraft:body_rotation_axis_aligned}} component, that causes the entity's body to automatically rotate to align with the nearest cardinal direction based on its current facing direction. | ||
**Combining this with the {{ | **Combining this with the {{cd|minecraft:body_rotation_blocked}} component will cause the entity to align to the nearest cardinal direction and remain fixed in that orientation, regardless of future changes in its facing direction. | ||
'''Entity Components''' | '''Entity Components''' | ||
*Added {{ | *Added {{cd|on_spawn}} trigger to {{cd|spawn_chance}} on {{cd|hit}} sub-component, triggered on the newly spawned entity with other set to the owning entity. | ||
*Added {{ | *Added {{cd|particle_item_name}} map to {{cd|particle_on_hit}} on {{cd|hit}} sub-component, maps an item name to an actor filter to determine what the name of the item used in the particle should be. Falls back to the name of the entity itself as before. | ||
'''Goals''' | '''Goals''' | ||
*{{ | *{{cd|minecraft:behavior.float_wander}} AI goal will now restrict mobs to their home position if they have the {{cd|minecraft:home}} component. | ||
'''Mobs''' | '''Mobs''' | ||
*Added maximum value of {{ | *Added maximum value of {{cd|100000000.0}} and minimum value of {{cd|-100000000.0}} to {{cd|minecraft:collision_box}} component. | ||
'''Network Protocol''' | '''Network Protocol''' | ||
*Added {{ | *Added {{cd|ActorFlags::COLLIDABLE}}. | ||
*Added {{ | *Added {{cd|ActorFlags::BODY_ROTATION_AXIS_ALIGNED}}. | ||
'''Sounds''' | '''Sounds''' | ||
*Sound effects found in animations and animation controllers can now include an optional {{ | *Sound effects found in animations and animation controllers can now include an optional {{cd|locator}} field similar to particle effects allowing them to originate from the locator on the entity rather than the origin. | ||
== Experimental == | == Experimental == | ||
| Line 84: | Line 86: | ||
==== Blocks ==== | ==== Blocks ==== | ||
'''[[File:Cactus Flower JE1.png|32px]] [[Minecraft:Cactus Flower]]''' | '''[[File:Cactus Flower JE1.png|32px]] [[Minecraft:Cactus Flower]]''' | ||
* A new type of flower which has a chance of generating on cactuses in | * A new type of flower which has a chance of generating on cactuses in [[Minecraft:desert]]s and [[Minecraft:badland]]s. | ||
* Can be placed on cactus blocks or any block which has center support at the top of the block. | * Can be placed on cactus blocks or any block which has center support at the top of the block. | ||
* Has a chance of growing on cactus blocks. | * Has a chance of growing on cactus blocks. | ||
| Line 91: | Line 93: | ||
** Cactus flowers will only grow if they have space on all four sides. | ** Cactus flowers will only grow if they have space on all four sides. | ||
* Can be used in the [[Minecraft:composter]]. | * Can be used in the [[Minecraft:composter]]. | ||
* Can be used to craft 1 pink dye. | * Can be used to craft 1 [[Minecraft:pink dye]]. | ||
'''[[File:Short Dry Grass.png|32px]] [[Minecraft:Short Dry Grass]]''' | '''[[File:Short Dry Grass.png|32px]] [[Minecraft:Short Dry Grass]]''' | ||
* Is one block high. | * Is one block high. | ||
* Generates in the desert and badlands. | * Generates in the [[Minecraft:desert]] and [[Minecraft:badlands]]. | ||
* Can be placed on types of [[Minecraft:sand]], [[Minecraft:terracotta]] and dirt | * Can be placed on types of [[Minecraft:sand]], [[Minecraft:terracotta]] and [[Minecraft:dirt block]]s like the [[Minecraft:dead bush]]. | ||
* Can be bone mealed. | * Can be bone mealed. | ||
* Using bone meal on short dry grass grows it into a tall dry grass. | * Using [[Minecraft:bone meal]] on short dry grass grows it into a tall dry grass. | ||
* Can be used in the [[Minecraft:composter]]. | * Can be used in the [[Minecraft:composter]]. | ||
* Sheep can eat short dry grass to regrow its wool. | * Sheep can eat short dry grass to regrow its wool. | ||
| Line 105: | Line 107: | ||
'''[[File:Tall Dry Grass.png|32px]] [[Minecraft:Tall Dry Grass]]''' | '''[[File:Tall Dry Grass.png|32px]] [[Minecraft:Tall Dry Grass]]''' | ||
* Is one block high. | * Is one block high. | ||
* Generates in the desert and badlands. | * Generates in the [[Minecraft:desert]] and [[Minecraft:badlands]]. | ||
* Can be placed on types of [[Minecraft:sand]], [[Minecraft:terracotta]] and dirt | * Can be placed on types of [[Minecraft:sand]], [[Minecraft:terracotta]] and [[Minecraft:dirt block]]s like the [[Minecraft:dead bush]]. | ||
* Can be bone mealed. | * Can be bone mealed. | ||
* Using bone meal on tall dry grass places a neighbouring short dry grass next to the block if possible. | * Using [[Minecraft:bone meal]] on tall dry grass places a neighbouring short dry grass next to the block if possible. | ||
* Can be used in the [[Minecraft:composter]]. | * Can be used in the [[Minecraft:composter]]. | ||
* Sheep can eat tall dry grass to regrow its wool. | * Sheep can eat tall dry grass to regrow its wool. | ||
| Line 114: | Line 116: | ||
==== Items ==== | ==== Items ==== | ||
'''[[File:Blue Egg.png|32px]] Blue Egg''' | '''[[File:Blue Egg.png|32px]] [[Minecraft:Blue Egg]]''' | ||
* A variant of the [[Minecraft:egg]] laid by the cold chicken variant. | * A variant of the [[Minecraft:egg]] laid by the cold chicken variant. | ||
* Spawns the cold chicken variant when hatched. | * Spawns the cold chicken variant when hatched. | ||
'''[[File:Brown Egg.png|32px]] Brown Egg''' | '''[[File:Brown Egg.png|32px]] [[Minecraft:Brown Egg]]''' | ||
* A variant of the [[Minecraft:egg]] laid by the warm chicken variant. | * A variant of the [[Minecraft:egg]] laid by the warm chicken variant. | ||
* Spawns the warm chicken variant when hatched. | * Spawns the warm chicken variant when hatched. | ||
==== Mobs ==== | ==== Mobs ==== | ||
'''{{ | '''{{Animate|Chicken JE2 BE2.png; Cold Chicken.png; Warm Chicken.png|32px}} [[Minecraft:Chicken]]''' | ||
* New Chicken variants have been added. | * New Chicken variants have been added. | ||
**{{ | **{{EntityLink|Chicken|Temperate Chicken}}: The pre-existing chicken variant. | ||
***Spawns by default where the cold and warm chicken variants do not spawn. | ***Spawns by default where the cold and warm chicken variants do not spawn. | ||
**{{ | **{{EntityLink|Cold Chicken}}: A variant that spawns in the following biomes: | ||
*** {{ | *** {{BiomeLink|Old Growth Pine Taiga}} | ||
*** {{ | *** {{BiomeLink|Old Growth Spruce Taiga}} | ||
*** {{ | *** {{BiomeLink|Taiga}} | ||
*** {{ | *** {{BiomeLink|Snowy Taiga}} | ||
*** {{ | *** {{BiomeLink|Windswept Hills}} | ||
*** {{ | *** {{BiomeLink|Windswept Gravelly Hills}} | ||
*** {{ | *** {{BiomeLink|Windswept Forest}} | ||
**{{ | **{{EntityLink|Warm Chicken|Warm Chicken}}: A variant that spawns in the following biomes: | ||
*** {{ | *** {{BiomeLink|Savanna Plateau}} | ||
*** {{ | *** {{BiomeLink|Windswept Savanna}} | ||
*** {{ | *** {{BiomeLink|Jungle}} | ||
*** {{ | *** {{BiomeLink|Sparse Jungle}} | ||
*** {{ | *** {{BiomeLink|Bamboo Jungle}} | ||
*** {{ | *** {{BiomeLink|Eroded Badlands}} | ||
*** {{ | *** {{BiomeLink|Wooded Badlands}} | ||
*** {{ | *** {{BiomeLink|Badlands}} | ||
* Rotated the torso 90°.<ref>{{bug|MCPE-190396}}</ref> | * Rotated the torso 90°.<ref>{{bug|MCPE-190396}}</ref> | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''API''' | ||
*{{ | *{{cd|World}} | ||
**Added {{ | **Added {{cd|getDifficulty(): Difficulty}} method to {{cd|beta}}. This method gets the worlds current game difficulty. | ||
**Added {{ | **Added {{cd|setDifficulty(difficulty: Difficulty): void}} method to {{cd|beta}}. This method sets the worlds current game difficulty. | ||
*{{ | *{{cd|ActionFormData}} | ||
**Added method {{ | **Added method {{cd|header(text: minecraftserver.RawMessage): ActionFormData;}}. It adds a header into the form. | ||
**Added method {{ | **Added method {{cd|label(text: minecraftserver.RawMessage): ActionFormData;}}. It adds a label into the form. | ||
*{{ | *{{cd|ModalFormData}} | ||
**Added method {{ | **Added method {{cd|header(text: minecraftserver.RawMessage): ModalFormData;}}. It adds a header into the form. | ||
**Added method {{ | **Added method {{cd|label(text: minecraftserver.RawMessage): ModalFormData;}}. It adds a label into the form. | ||
*Added new script module {{ | *Added new script module {{cd|@minecraft/diagnostics}} version {{cd|1.0.0-beta}}. This module is dedicated server only for now and allows script modules to connect their script packs to Sentry. This enables remote error tracking and monitoring for script packs. | ||
=== Changes === | === Changes === | ||
| Line 166: | Line 168: | ||
'''[[Minecraft:Leaf Litter]]''' | '''[[Minecraft:Leaf Litter]]''' | ||
*Leaf litter can now be placed on any block which provides center support. | *Leaf litter can now be placed on any block which provides center support. | ||
*Changed leaf litter map | *Changed leaf litter map color to be brown. | ||
==== Mobs ==== | ==== Mobs ==== | ||
| Line 172: | Line 174: | ||
*Applied the warm and cold animal variant tags to all appropriate biomes, so that animals spawned in these biomes by spawn eggs or commands are an appropriate variant even if they still do not spawn in the biome naturally | *Applied the warm and cold animal variant tags to all appropriate biomes, so that animals spawned in these biomes by spawn eggs or commands are an appropriate variant even if they still do not spawn in the biome naturally | ||
*Cold farm animal biomes: | *Cold farm animal biomes: | ||
{{columns-list|colwidth=15em|**{{ | {{columns-list|colwidth=15em|**{{BiomeLink|Deep Frozen Ocean}} | ||
**{{ | **{{BiomeLink|Frozen Ocean}} | ||
**{{ | **{{BiomeLink|Frozen Peaks}} | ||
**{{ | **{{BiomeLink|Frozen River}} | ||
**{{ | **{{BiomeLink|Grove}} | ||
**{{ | **{{BiomeLink|Ice Spikes}} | ||
**{{ | **{{BiomeLink|Jagged Peaks}} | ||
**{{ | **{{BiomeLink|Snowy Beach}} | ||
**{{ | **{{BiomeLink|Snowy Plains}} | ||
**{{ | **{{BiomeLink|Snowy Slopes}} | ||
**{{ | **{{BiomeLink|Snowy Taiga}} | ||
**{{ | **{{BiomeLink|The End|link=The End (biome)}} | ||
**{{ | **{{BiomeLink|Cold Ocean}} | ||
**{{ | **{{BiomeLink|Deep Cold Ocean}} | ||
**{{ | **{{BiomeLink|Deep Dark}} | ||
**{{ | **{{BiomeLink|Stony Peaks}} | ||
**{{ | **{{BiomeLink|Old Growth Pine Taiga}} | ||
**{{ | **{{BiomeLink|Old Growth Spruce Taiga}} | ||
**{{ | **{{BiomeLink|Taiga}} | ||
**{{ | **{{BiomeLink|Windswept Forest}} | ||
**{{ | **{{BiomeLink|Windswept Gravelly Hills}} | ||
**{{ | **{{BiomeLink|Windswept Hills}}}} | ||
*Warm farm animal biomes: | *Warm farm animal biomes: | ||
{{columns-list|colwidth=15em|**{{ | {{columns-list|colwidth=15em|**{{BiomeLink|Mangrove Swamp}} | ||
**{{ | **{{BiomeLink|Badlands}} | ||
**{{ | **{{BiomeLink|Bamboo Jungle}} | ||
**{{ | **{{BiomeLink|Basalt Deltas}} | ||
**{{ | **{{BiomeLink|Crimson Forest}} | ||
**{{ | **{{BiomeLink|Desert}} | ||
**{{ | **{{BiomeLink|Eroded Badlands}} | ||
**{{ | **{{BiomeLink|Jungle}} | ||
**{{ | **{{BiomeLink|Nether Wastes}} | ||
**{{ | **{{BiomeLink|Savanna Plateau}} | ||
**{{ | **{{BiomeLink|Savanna}} | ||
**{{ | **{{BiomeLink|Soul Sand Valley}} | ||
**{{ | **{{BiomeLink|Sparse Jungle}} | ||
**{{ | **{{BiomeLink|Warm Ocean}} | ||
**{{ | **{{BiomeLink|Warped Forest}} | ||
**{{ | **{{BiomeLink|Windswept Savanna}} | ||
**{{ | **{{BiomeLink|Wooded Badlands}} | ||
**{{ | **{{BiomeLink|Deep Lukewarm Ocean}} | ||
**{{ | **{{BiomeLink|Lukewarm Ocean}}}} | ||
*Temperate farm animal biomes: | *Temperate farm animal biomes: | ||
{{columns-list|colwidth=15em|**{{ | {{columns-list|colwidth=15em|**{{BiomeLink|Swamp}} | ||
**{{ | **{{BiomeLink|Beach}} | ||
**{{ | **{{BiomeLink|Birch Forest}} | ||
**{{ | **{{BiomeLink|Cherry Grove}} | ||
**{{ | **{{BiomeLink|Dark Forest}} | ||
**{{ | **{{BiomeLink|Dripstone Caves}} | ||
**{{ | **{{BiomeLink|Flower Forest}} | ||
**{{ | **{{BiomeLink|Forest}} | ||
**{{ | **{{BiomeLink|Lush Caves}} | ||
**{{ | **{{BiomeLink|Meadow}} | ||
**{{ | **{{BiomeLink|Mushroom Fields}} | ||
**{{ | **{{BiomeLink|Ocean}} | ||
**{{ | **{{BiomeLink|Old Growth Birch Forest}} | ||
**{{ | **{{BiomeLink|Plains}} | ||
**{{ | **{{BiomeLink|River}} | ||
**{{ | **{{BiomeLink|Stony Shore}} | ||
**{{ | **{{BiomeLink|Sunflower Plains}} | ||
**{{ | **{{BiomeLink|Lukewarm Ocean}} | ||
**{{ | **{{BiomeLink|Pale Garden}}}} | ||
==== Technical ==== | ==== Technical ==== | ||
'''General''' | '''General''' | ||
*In Server Authoritative movement, the Player will not constantly bop up and down if flying state change during small loss of connection with the server. | *In Server Authoritative movement, the Player will not constantly bop up and down if flying state change during small loss of connection with the server. | ||
*Removing experimental files {{ | *Removing experimental files {{cd|cold_taiga}}, {{cd|cold_taiga_hills}}, and {{cd|cold_taiga_mutated}} from behavior packs. These files were only loaded with the custom biomes experiment enabled, and this change does not remove the biomes themselves. | ||
== Fixes == | == Fixes == | ||
| Line 245: | Line 247: | ||
|147815|Spaces before the command prevent the command from being executed | |147815|Spaces before the command prevent the command from being executed | ||
|186358|Minecraft Encyclopedia uses outdated info/wording (English) | |186358|Minecraft Encyclopedia uses outdated info/wording (English) | ||
|188401|Blocks with {{ | |188401|Blocks with {{cd|item_specific_speeds}} cannot be destroyed | ||
|187461|The phrase "Chat e Comandos" on Minecraft is starting with small letter | |187461|The phrase "Chat e Comandos" on Minecraft is starting with small letter | ||
|188795|Riptide does not go as far vertically as previously. | |188795|Riptide does not go as far vertically as previously. | ||
| Line 260: | Line 262: | ||
*Fixed Leaf Litter step sound being in the block audio category not player. | *Fixed Leaf Litter step sound being in the block audio category not player. | ||
*Fixed a crash that would sometimes happen when entities with an excessively large hitbox entered liquid. | *Fixed a crash that would sometimes happen when entities with an excessively large hitbox entered liquid. | ||
*Fixed placement of Jigsaw structures that contain blocks with {{ | *Fixed placement of Jigsaw structures that contain blocks with {{cd|minecraft:tick}} component. | ||
*Fixed a bug that caused water to render through the bottom of boats in the Deferred Technical Preview. | *Fixed a bug that caused water to render through the bottom of boats in the Deferred Technical Preview. | ||
*Fixed a bug that caused weather (rain, snow, etc...) to appear brighter than it should be at night in the Deferred Technical Preview.</onlyinclude> | *Fixed a bug that caused weather (rain, snow, etc...) to appear brighter than it should be at night in the Deferred Technical Preview.</onlyinclude> | ||
== References == | == References == | ||
{{ | {{reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.21.70 betas]] | [[Category:Bedrock Edition 1.21.70 betas]] | ||
de:Bedrock Edition beta 1.21.70.22 | [[Minecraft:de:Bedrock Edition beta 1.21.70.22]] | ||
pt:Edição Bedrock Preview 1.21.70.22 | [[Minecraft:pt:Edição Bedrock Preview 1.21.70.22]] | ||
ru:Preview 1.21.70.22 (Bedrock Edition) | [[Minecraft:ru:Preview 1.21.70.22 (Bedrock Edition)]] | ||
uk:Preview 1.21.70.22 (Bedrock Edition) | [[Minecraft:uk:Preview 1.21.70.22 (Bedrock Edition)]] | ||
zh:基岩版1.21.70.22 | [[Minecraft:zh:基岩版1.21.70.22]] | ||
Revision as of 11:03, 25 April 2026
Beta 1.21.70.22 (ChromeOS, Android) or Preview 1.21.70.22 (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/Preview version for Minecraft:Bedrock Edition 1.21.70, released on February 5, 2025,<ref>Template:Cite</ref> which adds new Minecraft:chicken variants, cacti flowers, short and Minecraft:tall dry grass, and fixes bugs.
Changes
General
UI
- Screen Safe Area Settings: Disables Horizontal and Vertical Screen Position sliders if the Safe area is set to 100%
- Stops Screen Position from displaying -0.0 due to a rounding error.
- Long splash texts on the start screen will break into two lines to be more readable.
- The invite button on the pause screen is moved up a bit and now has an icon.
- Scaled and moved the title logo to make room for the friends drawer button.
- Added new loading tips for creative mode.
- The Player Permissions screen has been upgraded to the new Ore UI, bringing a fresh look and a more intuitive and user friendly experience.
- Players can now also find the Friends Drawer in the Main Menu and Game Menu, in addition to the Play Screen, in the top right of the screen.
Technical
API
- Component Template:Cd has been renamed to Template:Cd in V2.
Commands
- Moved the Template:Cd and Template:Cd subcommands out of the Upcoming Creator Features experiment.
Components
- Added the Template:Cd component
- This component allows other mobs to have vertical and horizontal collisions with the component's owner.
- For a collision to occur, both mobs must have a Template:Cd component.
- This component can only be used on mobs and enables collisions exclusively between mobs.
- Please note that this type of collision is unreliable for moving mobs.
- It is recommended to use this component only in scenarios where the mob remains stationary.
- Collidable behavior is closely related to stackable behavior.
- While the Template:Cd component governs how other mobs interact with the component's owner, the Template:Cd component describes how an entity interacts with others of its own kind.
- This component allows other mobs to have vertical and horizontal collisions with the component's owner.
- The Template:Cd component now has two additional fields:
- Template:Cd, applies a vertical offset to the entity's position when calculating distances to other entities.
- Template:Cd, restricts the search to Players only, affecting all subsensors.
- Added the Template:Cd component, that causes the entity's body to automatically rotate to align with the nearest cardinal direction based on its current facing direction.
- Combining this with the Template:Cd component will cause the entity to align to the nearest cardinal direction and remain fixed in that orientation, regardless of future changes in its facing direction.
Entity Components
- Added Template:Cd trigger to Template:Cd on Template:Cd sub-component, triggered on the newly spawned entity with other set to the owning entity.
- Added Template:Cd map to Template:Cd on Template:Cd sub-component, maps an item name to an actor filter to determine what the name of the item used in the particle should be. Falls back to the name of the entity itself as before.
Goals
- Template:Cd AI goal will now restrict mobs to their home position if they have the Template:Cd component.
Mobs
- Added maximum value of Template:Cd and minimum value of Template:Cd to Template:Cd component.
Network Protocol
- Added Template:Cd.
- Added Template:Cd.
Sounds
- Sound effects found in animations and animation controllers can now include an optional Template:Cd field similar to particle effects allowing them to originate from the locator on the entity rather than the origin.
Experimental
These additions and changes are accessible by enabling the "Beta APIs" and "Drop 1 2025" experimental toggles.
Additions
Blocks
File:Cactus Flower JE1.png Minecraft:Cactus Flower
- A new type of flower which has a chance of generating on cactuses in Minecraft:deserts and Minecraft:badlands.
- Can be placed on cactus blocks or any block which has center support at the top of the block.
- Has a chance of growing on cactus blocks.
- If a cactus is one or two blocks high the flower has a 10% chance to grow instead of the cactus getting higher.
- If a cactus is three blocks or higher the flower has a 25% chance to grow.
- Cactus flowers will only grow if they have space on all four sides.
- Can be used in the Minecraft:composter.
- Can be used to craft 1 Minecraft:pink dye.
File:Short Dry Grass.png Minecraft:Short Dry Grass
- Is one block high.
- Generates in the Minecraft:desert and Minecraft:badlands.
- Can be placed on types of Minecraft:sand, Minecraft:terracotta and Minecraft:dirt blocks like the Minecraft:dead bush.
- Can be bone mealed.
- Using Minecraft:bone meal on short dry grass grows it into a tall dry grass.
- Can be used in the Minecraft:composter.
- Sheep can eat short dry grass to regrow its wool.
- Can be used as fuel for smelting.
File:Tall Dry Grass.png Minecraft:Tall Dry Grass
- Is one block high.
- Generates in the Minecraft:desert and Minecraft:badlands.
- Can be placed on types of Minecraft:sand, Minecraft:terracotta and Minecraft:dirt blocks like the Minecraft:dead bush.
- Can be bone mealed.
- Using Minecraft:bone meal on tall dry grass places a neighbouring short dry grass next to the block if possible.
- Can be used in the Minecraft:composter.
- Sheep can eat tall dry grass to regrow its wool.
- Can be used as fuel for smelting.
Items
File:Blue Egg.png Minecraft:Blue Egg
- A variant of the Minecraft:egg laid by the cold chicken variant.
- Spawns the cold chicken variant when hatched.
File:Brown Egg.png Minecraft:Brown Egg
- A variant of the Minecraft:egg laid by the warm chicken variant.
- Spawns the warm chicken variant when hatched.
Mobs
Template:Animate Minecraft:Chicken
- New Chicken variants have been added.
- Template:EntityLink: The pre-existing chicken variant.
- Spawns by default where the cold and warm chicken variants do not spawn.
- Template:EntityLink: A variant that spawns in the following biomes:
- Template:EntityLink: A variant that spawns in the following biomes:
- Template:EntityLink: The pre-existing chicken variant.
- Rotated the torso 90°.<ref>Template:Bug</ref>
Technical
API
- Template:Cd
- Added Template:Cd method to Template:Cd. This method gets the worlds current game difficulty.
- Added Template:Cd method to Template:Cd. This method sets the worlds current game difficulty.
- Template:Cd
- Added method Template:Cd. It adds a header into the form.
- Added method Template:Cd. It adds a label into the form.
- Template:Cd
- Added method Template:Cd. It adds a header into the form.
- Added method Template:Cd. It adds a label into the form.
- Added new script module Template:Cd version Template:Cd. This module is dedicated server only for now and allows script modules to connect their script packs to Sentry. This enables remote error tracking and monitoring for script packs.
Changes
Blocks
- Added ambient sounds to the firefly bush that will play when the moon is visible to the block.
- Leaf litter can now be placed on any block which provides center support.
- Changed leaf litter map color to be brown.
Mobs
Animal Variants
- Applied the warm and cold animal variant tags to all appropriate biomes, so that animals spawned in these biomes by spawn eggs or commands are an appropriate variant even if they still do not spawn in the biome naturally
- Cold farm animal biomes:
- Warm farm animal biomes:
- Temperate farm animal biomes:
Technical
General
- In Server Authoritative movement, the Player will not constantly bop up and down if flying state change during small loss of connection with the server.
- Removing experimental files Template:Cd, Template:Cd, and Template:Cd from behavior packs. These files were only loaded with the custom biomes experiment enabled, and this change does not remove the biomes themselves.
Fixes
Template:Fixes Other
- Fixed Leaf Litter step sound being in the block audio category not player.
- Fixed a crash that would sometimes happen when entities with an excessively large hitbox entered liquid.
- Fixed placement of Jigsaw structures that contain blocks with Template:Cd component.
- Fixed a bug that caused water to render through the bottom of boats in the Deferred Technical Preview.
- Fixed a bug that caused weather (rain, snow, etc...) to appear brighter than it should be at night in the Deferred Technical Preview.
References
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 1.21.70.22 Minecraft:pt:Edição Bedrock Preview 1.21.70.22 Minecraft:ru:Preview 1.21.70.22 (Bedrock Edition) Minecraft:uk:Preview 1.21.70.22 (Bedrock Edition) Minecraft:zh:基岩版1.21.70.22