Minecraft:Bedrock Edition Preview 1.21.70.22: Difference between revisions
More actions
imported>ProBot m Bot: Adding ru:Preview 1.21.70.22 (Bedrock Edition) |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 21: | Line 21: | ||
| nextparent = 1.21.71 | | nextparent = 1.21.71 | ||
}}<onlyinclude> | }}<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 | '''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. | ||
== Changes == | == Changes == | ||
| Line 42: | Line 42: | ||
=== Technical === | === Technical === | ||
'''API''' | '''API''' | ||
*Component {{ | *Component {{MC/Cd|minecraft:fluidContainer}} has been renamed to {{MC/Cd|minecraft:fluid_container}} in V2. | ||
'''Commands''' | '''Commands''' | ||
*Moved the {{ | *Moved the {{MC/Cd|place feature}} and {{MC/Cd|place featurerule}} subcommands out of the Upcoming Creator Features experiment. | ||
'''Components''' | '''Components''' | ||
*Added the {{ | *Added the {{MC/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 {{MC/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 {{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. | ||
*The {{ | *The {{MC/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. | ||
**{{ | **{{MC/Cd|find_players_only}}, restricts the search to Players only, affecting all subsensors. | ||
*Added the {{ | *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. | ||
**Combining this with the {{ | **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. | ||
'''Entity Components''' | '''Entity Components''' | ||
*Added {{ | *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 {{ | *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. | ||
'''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. | ||
'''Mobs''' | '''Mobs''' | ||
*Added maximum value of {{ | *Added maximum value of {{MC/Cd|100000000.0}} and minimum value of {{MC/Cd|-100000000.0}} to {{MC/Cd|minecraft:collision_box}} component. | ||
'''Network Protocol''' | '''Network Protocol''' | ||
*Added {{ | *Added {{MC/Cd|ActorFlags::COLLIDABLE}}. | ||
*Added {{ | *Added {{MC/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 {{MC/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 84: | ||
==== 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 deserts and badlands. | ||
* 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 91: | ||
** 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 | * Can be used to craft 1 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 | * Generates in the desert and badlands. | ||
* Can be placed on types of [[Minecraft:sand]], [[Minecraft:terracotta]] and | * Can be placed on types of [[Minecraft:sand]], [[Minecraft:terracotta]] and dirt blocks like the dead bush. | ||
* Can be bone mealed. | * Can be bone mealed. | ||
* Using | * Using 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 105: | ||
'''[[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 | * Generates in the desert and badlands. | ||
* Can be placed on types of [[Minecraft:sand]], [[Minecraft:terracotta]] and | * Can be placed on types of [[Minecraft:sand]], [[Minecraft:terracotta]] and dirt blocks like the dead bush. | ||
* Can be bone mealed. | * Can be bone mealed. | ||
* Using | * Using 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 114: | ||
==== Items ==== | ==== Items ==== | ||
'''[[File:Blue Egg.png|32px]] | '''[[File:Blue Egg.png|32px]] 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]] | '''[[File:Brown Egg.png|32px]] 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}} | '''{{MC/Animate|Chicken JE2 BE2.png; Cold Chicken.png; Warm Chicken.png|32px}} Chicken''' | ||
* New Chicken variants have been added. | * New Chicken variants have been added. | ||
**{{ | **{{MC/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: | ||
*** {{ | *** {{MC/Biomelink|Old Growth Pine Taiga}} | ||
*** {{ | *** {{MC/Biomelink|Old Growth Spruce Taiga}} | ||
*** {{ | *** {{MC/Biomelink|Taiga}} | ||
*** {{ | *** {{MC/Biomelink|Snowy Taiga}} | ||
*** {{ | *** {{MC/Biomelink|Windswept Hills}} | ||
*** {{ | *** {{MC/Biomelink|Windswept Gravelly Hills}} | ||
*** {{ | *** {{MC/Biomelink|Windswept Forest}} | ||
**{{ | **{{MC/Entitylink|Warm Chicken|Warm Chicken}}: A variant that spawns in the following biomes: | ||
*** {{ | *** {{MC/Biomelink|Savanna Plateau}} | ||
*** {{ | *** {{MC/Biomelink|Windswept Savanna}} | ||
*** {{ | *** {{MC/Biomelink|Jungle}} | ||
*** {{ | *** {{MC/Biomelink|Sparse Jungle}} | ||
*** {{ | *** {{MC/Biomelink|Bamboo Jungle}} | ||
*** {{ | *** {{MC/Biomelink|Eroded Badlands}} | ||
*** {{ | *** {{MC/Biomelink|Wooded Badlands}} | ||
*** {{ | *** {{MC/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}} | ||
**Added {{ | **Added {{MC/Cd|getDifficulty(): Difficulty}} method to {{MC/Cd|beta}}. This method gets the worlds current game difficulty. | ||
**Added {{ | **Added {{MC/Cd|setDifficulty(difficulty: Difficulty): void}} method to {{MC/Cd|beta}}. This method sets the worlds current game difficulty. | ||
*{{ | *{{MC/Cd|ActionFormData}} | ||
**Added method {{ | **Added method {{MC/Cd|header(text: minecraftserver.RawMessage): ActionFormData;}}. It adds a header into the form. | ||
**Added method {{ | **Added method {{MC/Cd|label(text: minecraftserver.RawMessage): ActionFormData;}}. It adds a label into the form. | ||
*{{ | *{{MC/Cd|ModalFormData}} | ||
**Added method {{ | **Added method {{MC/Cd|header(text: minecraftserver.RawMessage): ModalFormData;}}. It adds a header into the form. | ||
**Added method {{ | **Added method {{MC/Cd|label(text: minecraftserver.RawMessage): ModalFormData;}}. It adds a label into the form. | ||
*Added new script module {{ | *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. | ||
=== Changes === | === Changes === | ||
| Line 172: | Line 172: | ||
*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|**{{MC/Biomelink|Deep Frozen Ocean}} | ||
**{{ | **{{MC/Biomelink|Frozen Ocean}} | ||
**{{ | **{{MC/Biomelink|Frozen Peaks}} | ||
**{{ | **{{MC/Biomelink|Frozen River}} | ||
**{{ | **{{MC/Biomelink|Grove}} | ||
**{{ | **{{MC/Biomelink|Ice Spikes}} | ||
**{{ | **{{MC/Biomelink|Jagged Peaks}} | ||
**{{ | **{{MC/Biomelink|Snowy Beach}} | ||
**{{ | **{{MC/Biomelink|Snowy Plains}} | ||
**{{ | **{{MC/Biomelink|Snowy Slopes}} | ||
**{{ | **{{MC/Biomelink|Snowy Taiga}} | ||
**{{ | **{{MC/Biomelink|The End|link=The End (biome)}} | ||
**{{ | **{{MC/Biomelink|Cold Ocean}} | ||
**{{ | **{{MC/Biomelink|Deep Cold Ocean}} | ||
**{{ | **{{MC/Biomelink|Deep Dark}} | ||
**{{ | **{{MC/Biomelink|Stony Peaks}} | ||
**{{ | **{{MC/Biomelink|Old Growth Pine Taiga}} | ||
**{{ | **{{MC/Biomelink|Old Growth Spruce Taiga}} | ||
**{{ | **{{MC/Biomelink|Taiga}} | ||
**{{ | **{{MC/Biomelink|Windswept Forest}} | ||
**{{ | **{{MC/Biomelink|Windswept Gravelly Hills}} | ||
**{{ | **{{MC/Biomelink|Windswept Hills}}}} | ||
*Warm farm animal biomes: | *Warm farm animal biomes: | ||
{{columns-list|colwidth=15em|**{{ | {{columns-list|colwidth=15em|**{{MC/Biomelink|Mangrove Swamp}} | ||
**{{ | **{{MC/Biomelink|Badlands}} | ||
**{{ | **{{MC/Biomelink|Bamboo Jungle}} | ||
**{{ | **{{MC/Biomelink|Basalt Deltas}} | ||
**{{ | **{{MC/Biomelink|Crimson Forest}} | ||
**{{ | **{{MC/Biomelink|Desert}} | ||
**{{ | **{{MC/Biomelink|Eroded Badlands}} | ||
**{{ | **{{MC/Biomelink|Jungle}} | ||
**{{ | **{{MC/Biomelink|Nether Wastes}} | ||
**{{ | **{{MC/Biomelink|Savanna Plateau}} | ||
**{{ | **{{MC/Biomelink|Savanna}} | ||
**{{ | **{{MC/Biomelink|Soul Sand Valley}} | ||
**{{ | **{{MC/Biomelink|Sparse Jungle}} | ||
**{{ | **{{MC/Biomelink|Warm Ocean}} | ||
**{{ | **{{MC/Biomelink|Warped Forest}} | ||
**{{ | **{{MC/Biomelink|Windswept Savanna}} | ||
**{{ | **{{MC/Biomelink|Wooded Badlands}} | ||
**{{ | **{{MC/Biomelink|Deep Lukewarm Ocean}} | ||
**{{ | **{{MC/Biomelink|Lukewarm Ocean}}}} | ||
*Temperate farm animal biomes: | *Temperate farm animal biomes: | ||
{{columns-list|colwidth=15em|**{{ | {{columns-list|colwidth=15em|**{{MC/Biomelink|Swamp}} | ||
**{{ | **{{MC/Biomelink|Beach}} | ||
**{{ | **{{MC/Biomelink|Birch Forest}} | ||
**{{ | **{{MC/Biomelink|Cherry Grove}} | ||
**{{ | **{{MC/Biomelink|Dark Forest}} | ||
**{{ | **{{MC/Biomelink|Dripstone Caves}} | ||
**{{ | **{{MC/Biomelink|Flower Forest}} | ||
**{{ | **{{MC/Biomelink|Forest}} | ||
**{{ | **{{MC/Biomelink|Lush Caves}} | ||
**{{ | **{{MC/Biomelink|Meadow}} | ||
**{{ | **{{MC/Biomelink|Mushroom Fields}} | ||
**{{ | **{{MC/Biomelink|Ocean}} | ||
**{{ | **{{MC/Biomelink|Old Growth Birch Forest}} | ||
**{{ | **{{MC/Biomelink|Plains}} | ||
**{{ | **{{MC/Biomelink|River}} | ||
**{{ | **{{MC/Biomelink|Stony Shore}} | ||
**{{ | **{{MC/Biomelink|Sunflower Plains}} | ||
**{{ | **{{MC/Biomelink|Lukewarm Ocean}} | ||
**{{ | **{{MC/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 {{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. | ||
== Fixes == | == Fixes == | ||
| Line 245: | Line 245: | ||
|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 {{MC/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 260: | ||
*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 {{MC/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}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/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 | |||
pt:Edição Bedrock Preview 1.21.70.22 | |||
ru:Preview 1.21.70.22 (Bedrock Edition) | |||
uk:Preview 1.21.70.22 (Bedrock Edition) | |||
zh:基岩版1.21.70.22 | |||
Latest revision as of 19:23, 9 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 chicken variants, cacti flowers, short and 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
- REDIRECT Template:Code
Template:Redr has been renamed to
- REDIRECT Template:Code
Template:Redr in V2.
Commands
- Moved the
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr subcommands out of the Upcoming Creator Features experiment.
Components
- Added the
- REDIRECT Template:Code
Template:Redr 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
- This component allows other mobs to have vertical and horizontal collisions with the component's owner.
- REDIRECT Template:Code
Template:Redr 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
- REDIRECT Template:Code
Template:Redr component governs how other mobs interact with the component's owner, the
- REDIRECT Template:Code
Template:Redr component describes how an entity interacts with others of its own kind.
- The
- REDIRECT Template:Code
Template:Redr component now has two additional fields:
- REDIRECT Template:Code
Template:Redr, applies a vertical offset to the entity's position when calculating distances to other entities.
- REDIRECT Template:Code
Template:Redr, restricts the search to Players only, affecting all subsensors.
- Added the
- REDIRECT Template:Code
Template:Redr 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
- REDIRECT Template:Code
Template:Redr 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
- REDIRECT Template:Code
Template:Redr trigger to
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr sub-component, triggered on the newly spawned entity with other set to the owning entity.
- Added
- REDIRECT Template:Code
Template:Redr map to
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr 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
- REDIRECT Template:Code
Template:Redr AI goal will now restrict mobs to their home position if they have the
- REDIRECT Template:Code
Template:Redr component.
Mobs
- Added maximum value of
- REDIRECT Template:Code
Template:Redr and minimum value of
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr component.
Network Protocol
- Added
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Sounds
- Sound effects found in animations and animation controllers can now include an optional
- REDIRECT Template:Code
Template:Redr 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 deserts and 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 pink dye.
File:Short Dry Grass.png Minecraft:Short Dry Grass
- Is one block high.
- Generates in the desert and badlands.
- Can be placed on types of Minecraft:sand, Minecraft:terracotta and dirt blocks like the dead bush.
- Can be bone mealed.
- Using 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 desert and badlands.
- Can be placed on types of Minecraft:sand, Minecraft:terracotta and dirt blocks like the dead bush.
- Can be bone mealed.
- Using 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 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 Brown Egg
- A variant of the Minecraft:egg laid by the warm chicken variant.
- Spawns the warm chicken variant when hatched.
Mobs
Script error: No such module "animate". Chicken
- New Chicken variants have been added.
- REDIRECT Template:EntityLink: The pre-existing chicken variant.
- Spawns by default where the cold and warm chicken variants do not spawn.
- REDIRECT Template:EntityLink: A variant that spawns in the following biomes:
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:EntityLink: A variant that spawns in the following biomes:
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- REDIRECT Template:BiomeLink
- Rotated the torso 90°.<ref>Template:Bug</ref>
Technical
API
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr method to
- REDIRECT Template:Code
Template:Redr. This method gets the worlds current game difficulty.
- Added
- REDIRECT Template:Code
Template:Redr method to
- REDIRECT Template:Code
Template:Redr. This method sets the worlds current game difficulty.
- REDIRECT Template:Code
- Added method
- REDIRECT Template:Code
Template:Redr. It adds a header into the form.
- Added method
- REDIRECT Template:Code
Template:Redr. It adds a label into the form.
- REDIRECT Template:Code
- Added method
- REDIRECT Template:Code
Template:Redr. It adds a header into the form.
- Added method
- REDIRECT Template:Code
Template:Redr. It adds a label into the form.
- Added new script module
- REDIRECT Template:Code
Template:Redr version
- REDIRECT Template:Code
Template:Redr. 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 colour 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
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr, and
- REDIRECT Template:Code
Template:Redr 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
- REDIRECT Template:Code
Template:Redr 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
<references group="">
</references>
de:Bedrock Edition beta 1.21.70.22 pt:Edição Bedrock Preview 1.21.70.22 ru:Preview 1.21.70.22 (Bedrock Edition) uk:Preview 1.21.70.22 (Bedrock Edition) zh:基岩版1.21.70.22