Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition Preview 1.21.70.22: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
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 {{MC/Cd|minecraft:fluidContainer}} has been renamed to {{MC/Cd|minecraft:fluid_container}} in V2.
*Component {{cd|minecraft:fluidContainer}} has been renamed to {{cd|minecraft:fluid_container}} in V2.


'''Commands'''
'''Commands'''
*Moved the {{MC/Cd|place feature}} and {{MC/Cd|place featurerule}} subcommands out of the Upcoming Creator Features experiment.
*Moved the {{cd|place feature}} and {{cd|place featurerule}} subcommands out of the Upcoming Creator Features experiment.


'''Components'''
'''Components'''
*Added the {{MC/Cd|minecraft:is_collidable}} component
*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 {{MC/Cd|minecraft:collision_box}} component.
***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 {{MC/Cd|minecraft:is_collidable}} component governs how other mobs interact with the component's owner, the {{MC/Cd|minecraft:is_stackable}} component describes how an entity interacts with others of its own kind.
***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 {{MC/Cd|entity_sensor}} component now has two additional fields:  
*The {{cd|entity_sensor}} component now has two additional fields:  
**{{MC/Cd|y_offset}}, applies a vertical offset to the entity's position when calculating distances to other entities.
**{{cd|y_offset}}, applies a vertical offset to the entity's position when calculating distances to other entities.
**{{MC/Cd|find_players_only}}, restricts the search to Players only, affecting all subsensors.
**{{cd|find_players_only}}, restricts the search to Players only, affecting all subsensors.
*Added the {{MC/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.
*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 {{MC/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.
**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 {{MC/Cd|on_spawn}} trigger to {{MC/Cd|spawn_chance}} on {{MC/Cd|hit}} sub-component, triggered on the newly spawned entity with other set to the owning entity.
*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 {{MC/Cd|particle_item_name}} map to {{MC/Cd|particle_on_hit}} on {{MC/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.
*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'''
*{{MC/Cd|minecraft:behavior.float_wander}} AI goal will now restrict mobs to their home position if they have the {{MC/Cd|minecraft:home}} component.
*{{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 {{MC/Cd|100000000.0}} and minimum value of {{MC/Cd|-100000000.0}} to {{MC/Cd|minecraft:collision_box}} component.
*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 {{MC/Cd|ActorFlags::COLLIDABLE}}.
*Added {{cd|ActorFlags::COLLIDABLE}}.
*Added {{MC/Cd|ActorFlags::BODY_ROTATION_AXIS_ALIGNED}}.
*Added {{cd|ActorFlags::BODY_ROTATION_AXIS_ALIGNED}}.


'''Sounds'''
'''Sounds'''
*Sound effects found in animations and animation controllers can now include an optional {{MC/Cd|locator}} field similar to particle effects allowing them to originate from the locator on the entity rather than the origin.
*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 deserts and badlands.
* 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 blocks like the dead bush.
* 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 blocks like the dead bush.
* 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 ====
'''{{MC/Animate|Chicken JE2 BE2.png; Cold Chicken.png; Warm Chicken.png|32px}} Chicken'''
'''{{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.
**{{MC/Entitylink|Chicken|Temperate Chicken}}: The pre-existing chicken variant.
**{{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.
**{{MC/Entitylink|Cold Chicken}}: A variant that spawns in the following biomes:
**{{EntityLink|Cold Chicken}}: A variant that spawns in the following biomes:
*** {{MC/Biomelink|Old Growth Pine Taiga}}
*** {{BiomeLink|Old Growth Pine Taiga}}
*** {{MC/Biomelink|Old Growth Spruce Taiga}}
*** {{BiomeLink|Old Growth Spruce Taiga}}
*** {{MC/Biomelink|Taiga}}
*** {{BiomeLink|Taiga}}
*** {{MC/Biomelink|Snowy Taiga}}
*** {{BiomeLink|Snowy Taiga}}
*** {{MC/Biomelink|Windswept Hills}}
*** {{BiomeLink|Windswept Hills}}
*** {{MC/Biomelink|Windswept Gravelly Hills}}
*** {{BiomeLink|Windswept Gravelly Hills}}
*** {{MC/Biomelink|Windswept Forest}}
*** {{BiomeLink|Windswept Forest}}
**{{MC/Entitylink|Warm Chicken|Warm Chicken}}: A variant that spawns in the following biomes:
**{{EntityLink|Warm Chicken|Warm Chicken}}: A variant that spawns in the following biomes:
*** {{MC/Biomelink|Savanna Plateau}}
*** {{BiomeLink|Savanna Plateau}}
*** {{MC/Biomelink|Windswept Savanna}}
*** {{BiomeLink|Windswept Savanna}}
*** {{MC/Biomelink|Jungle}}
*** {{BiomeLink|Jungle}}
*** {{MC/Biomelink|Sparse Jungle}}
*** {{BiomeLink|Sparse Jungle}}
*** {{MC/Biomelink|Bamboo Jungle}}
*** {{BiomeLink|Bamboo Jungle}}
*** {{MC/Biomelink|Eroded Badlands}}
*** {{BiomeLink|Eroded Badlands}}
*** {{MC/Biomelink|Wooded Badlands}}
*** {{BiomeLink|Wooded Badlands}}
*** {{MC/Biomelink|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'''
*{{MC/Cd|World}}
*{{cd|World}}
**Added {{MC/Cd|getDifficulty(): Difficulty}} method to {{MC/Cd|beta}}. This method gets the worlds current game difficulty.
**Added {{cd|getDifficulty(): Difficulty}} method to {{cd|beta}}. This method gets the worlds current game difficulty.
**Added {{MC/Cd|setDifficulty(difficulty: Difficulty): void}} method to {{MC/Cd|beta}}. This method sets the worlds current game difficulty.  
**Added {{cd|setDifficulty(difficulty: Difficulty): void}} method to {{cd|beta}}. This method sets the worlds current game difficulty.  
*{{MC/Cd|ActionFormData}}
*{{cd|ActionFormData}}
**Added method {{MC/Cd|header(text: minecraftserver.RawMessage): ActionFormData;}}. It adds a header into the form.
**Added method {{cd|header(text: minecraftserver.RawMessage): ActionFormData;}}. It adds a header into the form.
**Added method {{MC/Cd|label(text: minecraftserver.RawMessage): ActionFormData;}}. It adds a label into the form.
**Added method {{cd|label(text: minecraftserver.RawMessage): ActionFormData;}}. It adds a label into the form.
*{{MC/Cd|ModalFormData}}
*{{cd|ModalFormData}}
**Added method {{MC/Cd|header(text: minecraftserver.RawMessage): ModalFormData;}}. It adds a header into the form.
**Added method {{cd|header(text: minecraftserver.RawMessage): ModalFormData;}}. It adds a header into the form.
**Added method {{MC/Cd|label(text: minecraftserver.RawMessage): ModalFormData;}}. It adds a label into the form.
**Added method {{cd|label(text: minecraftserver.RawMessage): ModalFormData;}}. It adds a label into the form.
*Added new script module {{MC/Cd|@minecraft/diagnostics}} version {{MC/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.
*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 colour to be brown.  
*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|**{{MC/Biomelink|Deep Frozen Ocean}}
{{columns-list|colwidth=15em|**{{BiomeLink|Deep Frozen Ocean}}
**{{MC/Biomelink|Frozen Ocean}}
**{{BiomeLink|Frozen Ocean}}
**{{MC/Biomelink|Frozen Peaks}}
**{{BiomeLink|Frozen Peaks}}
**{{MC/Biomelink|Frozen River}}
**{{BiomeLink|Frozen River}}
**{{MC/Biomelink|Grove}}
**{{BiomeLink|Grove}}
**{{MC/Biomelink|Ice Spikes}}
**{{BiomeLink|Ice Spikes}}
**{{MC/Biomelink|Jagged Peaks}}
**{{BiomeLink|Jagged Peaks}}
**{{MC/Biomelink|Snowy Beach}}
**{{BiomeLink|Snowy Beach}}
**{{MC/Biomelink|Snowy Plains}}
**{{BiomeLink|Snowy Plains}}
**{{MC/Biomelink|Snowy Slopes}}
**{{BiomeLink|Snowy Slopes}}
**{{MC/Biomelink|Snowy Taiga}}
**{{BiomeLink|Snowy Taiga}}
**{{MC/Biomelink|The End|link=The End (biome)}}
**{{BiomeLink|The End|link=The End (biome)}}
**{{MC/Biomelink|Cold Ocean}}
**{{BiomeLink|Cold Ocean}}
**{{MC/Biomelink|Deep Cold Ocean}}
**{{BiomeLink|Deep Cold Ocean}}
**{{MC/Biomelink|Deep Dark}}
**{{BiomeLink|Deep Dark}}
**{{MC/Biomelink|Stony Peaks}}
**{{BiomeLink|Stony Peaks}}
**{{MC/Biomelink|Old Growth Pine Taiga}}
**{{BiomeLink|Old Growth Pine Taiga}}
**{{MC/Biomelink|Old Growth Spruce Taiga}}
**{{BiomeLink|Old Growth Spruce Taiga}}
**{{MC/Biomelink|Taiga}}
**{{BiomeLink|Taiga}}
**{{MC/Biomelink|Windswept Forest}}
**{{BiomeLink|Windswept Forest}}
**{{MC/Biomelink|Windswept Gravelly Hills}}
**{{BiomeLink|Windswept Gravelly Hills}}
**{{MC/Biomelink|Windswept Hills}}}}
**{{BiomeLink|Windswept Hills}}}}
*Warm farm animal biomes:
*Warm farm animal biomes:
{{columns-list|colwidth=15em|**{{MC/Biomelink|Mangrove Swamp}}
{{columns-list|colwidth=15em|**{{BiomeLink|Mangrove Swamp}}
**{{MC/Biomelink|Badlands}}
**{{BiomeLink|Badlands}}
**{{MC/Biomelink|Bamboo Jungle}}
**{{BiomeLink|Bamboo Jungle}}
**{{MC/Biomelink|Basalt Deltas}}
**{{BiomeLink|Basalt Deltas}}
**{{MC/Biomelink|Crimson Forest}}
**{{BiomeLink|Crimson Forest}}
**{{MC/Biomelink|Desert}}
**{{BiomeLink|Desert}}
**{{MC/Biomelink|Eroded Badlands}}
**{{BiomeLink|Eroded Badlands}}
**{{MC/Biomelink|Jungle}}
**{{BiomeLink|Jungle}}
**{{MC/Biomelink|Nether Wastes}}
**{{BiomeLink|Nether Wastes}}
**{{MC/Biomelink|Savanna Plateau}}
**{{BiomeLink|Savanna Plateau}}
**{{MC/Biomelink|Savanna}}
**{{BiomeLink|Savanna}}
**{{MC/Biomelink|Soul Sand Valley}}
**{{BiomeLink|Soul Sand Valley}}
**{{MC/Biomelink|Sparse Jungle}}
**{{BiomeLink|Sparse Jungle}}
**{{MC/Biomelink|Warm Ocean}}
**{{BiomeLink|Warm Ocean}}
**{{MC/Biomelink|Warped Forest}}
**{{BiomeLink|Warped Forest}}
**{{MC/Biomelink|Windswept Savanna}}
**{{BiomeLink|Windswept Savanna}}
**{{MC/Biomelink|Wooded Badlands}}
**{{BiomeLink|Wooded Badlands}}
**{{MC/Biomelink|Deep Lukewarm Ocean}}
**{{BiomeLink|Deep Lukewarm Ocean}}
**{{MC/Biomelink|Lukewarm Ocean}}}}
**{{BiomeLink|Lukewarm Ocean}}}}
*Temperate farm animal biomes:
*Temperate farm animal biomes:
{{columns-list|colwidth=15em|**{{MC/Biomelink|Swamp}}
{{columns-list|colwidth=15em|**{{BiomeLink|Swamp}}
**{{MC/Biomelink|Beach}}
**{{BiomeLink|Beach}}
**{{MC/Biomelink|Birch Forest}}
**{{BiomeLink|Birch Forest}}
**{{MC/Biomelink|Cherry Grove}}
**{{BiomeLink|Cherry Grove}}
**{{MC/Biomelink|Dark Forest}}
**{{BiomeLink|Dark Forest}}
**{{MC/Biomelink|Dripstone Caves}}
**{{BiomeLink|Dripstone Caves}}
**{{MC/Biomelink|Flower Forest}}
**{{BiomeLink|Flower Forest}}
**{{MC/Biomelink|Forest}}
**{{BiomeLink|Forest}}
**{{MC/Biomelink|Lush Caves}}
**{{BiomeLink|Lush Caves}}
**{{MC/Biomelink|Meadow}}
**{{BiomeLink|Meadow}}
**{{MC/Biomelink|Mushroom Fields}}
**{{BiomeLink|Mushroom Fields}}
**{{MC/Biomelink|Ocean}}
**{{BiomeLink|Ocean}}
**{{MC/Biomelink|Old Growth Birch Forest}}
**{{BiomeLink|Old Growth Birch Forest}}
**{{MC/Biomelink|Plains}}
**{{BiomeLink|Plains}}
**{{MC/Biomelink|River}}
**{{BiomeLink|River}}
**{{MC/Biomelink|Stony Shore}}
**{{BiomeLink|Stony Shore}}
**{{MC/Biomelink|Sunflower Plains}}
**{{BiomeLink|Sunflower Plains}}
**{{MC/Biomelink|Lukewarm Ocean}}
**{{BiomeLink|Lukewarm Ocean}}
**{{MC/Biomelink|Pale Garden}}}}
**{{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 {{MC/Cd|cold_taiga}}, {{MC/Cd|cold_taiga_hills}}, and {{MC/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.  
*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 {{MC/Cd|item_specific_speeds}} cannot be destroyed
|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 {{MC/Cd|minecraft:tick}} component.
*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 ==
{{MC/Reflist}}
{{reflist}}


== Navigation ==
== Navigation ==
{{MC/Navbox Bedrock Edition versions|1.2x}}
{{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

Template:Infobox version


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.

Template:Cite

  • The Player Permissions screen has been upgraded to the new Ore UI, bringing a fresh look and a more intuitive and user friendly experience.
File:New UI - Player Permissions Screen Menu (Bedrock Preview 1.21.70.22).png
New Player Permissions Screen.

Template:Cite

  • 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

Commands

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.
  • 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

Mobs

Network Protocol

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

File:Tall Dry Grass.png Minecraft:Tall Dry Grass

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

Technical

API

Changes

Blocks

Minecraft:Firefly Bush

  • Added ambient sounds to the firefly bush that will play when the moon is visible to the block.

Minecraft:Leaf Litter

  • 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:

Template:Columns-list

  • Warm farm animal biomes:

Template:Columns-list

  • Temperate farm animal biomes:

Template:Columns-list

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:Reflist

Navigation

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