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.30.23: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 31: Line 31:
! [[Minecraft:Bedrock Edition data values|New ID]]
! [[Minecraft:Bedrock Edition data values|New ID]]
|-
|-
| rowspan="4" | {{BlockSprite|compound-creator}} <code>chemistry_table</code>
| rowspan="4" | {{MC/Blocksprite|compound-creator}} <code>chemistry_table</code>
| {{BlockSprite|compound-creator}} <code>compound_creator</code>
| {{MC/Blocksprite|compound-creator}} <code>compound_creator</code>
|-
|-
| {{BlockSprite|material-reducer}} <code>material_reducer</code>
| {{MC/Blocksprite|material-reducer}} <code>material_reducer</code>
|-
|-
| {{BlockSprite|element-constructor}} <code>element_constructor</code>
| {{MC/Blocksprite|element-constructor}} <code>element_constructor</code>
|-
|-
| {{BlockSprite|lab-table}} <code>lab_table</code>
| {{MC/Blocksprite|lab-table}} <code>lab_table</code>
|}
|}


'''Redstone power'''
'''Redstone power'''
*The following blocks have been brought to parity with {{JE}} for redstone power:  
*The following blocks have been brought to parity with {{MC/JE}} for redstone power:  
**{{cd|minecraft:mangrove_roots}} is now powered
**{{MC/Cd|minecraft:mangrove_roots}} is now powered
**{{cd|minecraft:beacon}} is no longer powered
**{{MC/Cd|minecraft:beacon}} is no longer powered
**{{cd|minecraft:tnt}} is no longer powered
**{{MC/Cd|minecraft:tnt}} is no longer powered
**{{cd|minecraft:sea_lantern}} is no longer powered
**{{MC/Cd|minecraft:sea_lantern}} is no longer powered


'''[[Minecraft:TNT]] and [[Minecraft:Underwater TNT]]'''
'''[[Minecraft:TNT]] and [[Minecraft:Underwater TNT]]'''
Line 54: Line 54:
! [[Minecraft:Bedrock Edition data values|New ID]]
! [[Minecraft:Bedrock Edition data values|New ID]]
|-
|-
| rowspan="2" | {{BlockSprite|tnt}} <code>tnt</code>
| rowspan="2" | {{MC/Blocksprite|tnt}} <code>tnt</code>
| {{BlockSprite|tnt}} <code>tnt</code>
| {{MC/Blocksprite|tnt}} <code>tnt</code>
|-
|-
| {{BlockSprite|underwater-tnt}} <code>underwater_tnt</code>
| {{MC/Blocksprite|underwater-tnt}} <code>underwater_tnt</code>
|}
|}


Line 68: Line 68:
*Renamed the "All worlds" tab to "Worlds" in OreUI Play screen (''Preview'' only).
*Renamed the "All worlds" tab to "Worlds" in OreUI Play screen (''Preview'' only).
*The hardcore heart displayed on worlds in the new Play screen now animates when world is hovered (''Preview'' only).
*The hardcore heart displayed on worlds in the new Play screen now animates when world is hovered (''Preview'' only).
*Added hotkeys to take screenshots in game on controller and keyboard. On mouse/keyboard: {{Keys|F2}}. On controller: {{Xbtn|lb}} + {{Xbtn|rb}}, {{Psbtn|l1}} + {{Psbtn|r1}}, {{Nsbtn|l}} + {{Nsbtn|r}}.
*Added hotkeys to take screenshots in game on controller and keyboard. On mouse/keyboard: {{MC/Keys|F2}}. On controller: {{MC/Xbtn|lb}} + {{MC/Xbtn|rb}}, {{MC/Psbtn|l1}} + {{MC/Psbtn|r1}}, {{MC/Nsbtn|l}} + {{MC/Nsbtn|r}}.


=== Technical ===
=== Technical ===
'''AI Goals '''
'''AI Goals '''
*Removed the {{cd|minecraft:behavior.peek}} AI goal component that was never used.
*Removed the {{MC/Cd|minecraft:behavior.peek}} AI goal component that was never used.


'''API'''
'''API'''
*Changes to iterators to make them properly store their own state, be simplified and better handle common usages.
*Changes to iterators to make them properly store their own state, be simplified and better handle common usages.
*The following APIs have been shipped out of experimental: {{cd|PlayerCursorInventoryComponent}} API, Target Selector for Actor Properties APIs, and the Block Record Player Component APIs.
*The following APIs have been shipped out of experimental: {{MC/Cd|PlayerCursorInventoryComponent}} API, Target Selector for Actor Properties APIs, and the Block Record Player Component APIs.


'''[[Minecraft:Block]]s'''
'''[[Minecraft:Block]]s'''
*Parsing {{cd|blocks.json}} now produces a Content Error if its {{cd|format_version}} is greater or equal than the block names it overrides.
*Parsing {{MC/Cd|blocks.json}} now produces a Content Error if its {{MC/Cd|format_version}} is greater or equal than the block names it overrides.
*The {{cd|item_display_transforms}} field in block geometries no longer requires the "Upcoming Creator Features" toggle.
*The {{MC/Cd|item_display_transforms}} field in block geometries no longer requires the "Upcoming Creator Features" toggle.


'''[[Minecraft:Item]]s'''
'''[[Minecraft:Item]]s'''
*Item data versioned 1.16.100+ can now be overridden by item data versioned 1.16.100+ higher in the pack stack.
*Item data versioned 1.16.100+ can now be overridden by item data versioned 1.16.100+ higher in the pack stack.
*Enables Creators to override 1.16.100+ data driven Vanilla items with 1.16.100+ data.
*Enables Creators to override 1.16.100+ data driven Vanilla items with 1.16.100+ data.
*Added {{cd|minecraft:storage_item}} item component to allow an item to store data of the dynamic container associated with it:
*Added {{MC/Cd|minecraft:storage_item}} item component to allow an item to store data of the dynamic container associated with it:
**This component requires that the bundles toggle is enabled.
**This component requires that the bundles toggle is enabled.
**A dynamic container is a container for storing items that is linked to an item instead of a block or an entity.
**A dynamic container is a container for storing items that is linked to an item instead of a block or an entity.
**To use this component the item must have {{cd|minecraft:max_stack_size}} set to 1.
**To use this component the item must have {{MC/Cd|minecraft:max_stack_size}} set to 1.
**The {{cd|max_slots}} field (1 to 64) defines the number of slots of the dynamic container.
**The {{MC/Cd|max_slots}} field (1 to 64) defines the number of slots of the dynamic container.
**The {{cd|max_weight_limit}} field defines the maximum allowed sum of the weight of the items in all slots of the dynamic container.
**The {{MC/Cd|max_weight_limit}} field defines the maximum allowed sum of the weight of the items in all slots of the dynamic container.
***Items that stack to 64 weigh 1 each, those that stack to 16 weigh 4 each and unstackable items weigh 64.
***Items that stack to 64 weigh 1 each, those that stack to 16 weigh 4 each and unstackable items weigh 64.
**The {{cd|allow_nested_storage_items}} field allows for other items with a {{cd|minecraft:storage_item}} component to be put inside it.
**The {{MC/Cd|allow_nested_storage_items}} field allows for other items with a {{MC/Cd|minecraft:storage_item}} component to be put inside it.
**The {{cd|weight_in_storage_item}} (0 to 64) defines the additional weight the item adds when inside another storage item.
**The {{MC/Cd|weight_in_storage_item}} (0 to 64) defines the additional weight the item adds when inside another storage item.
***A value of 0 means that this item is not allowed inside another storage item.
***A value of 0 means that this item is not allowed inside another storage item.
**The {{cd|banned_items}} field defines the items that are not allowed in the item's dynamic container.
**The {{MC/Cd|banned_items}} field defines the items that are not allowed in the item's dynamic container.
**The {{cd|allowed_items}} field defines the items that are exclusively allowed in the item's dynamic container.
**The {{MC/Cd|allowed_items}} field defines the items that are exclusively allowed in the item's dynamic container.
***If empty all items are allowed in the item's dynamic container.
***If empty all items are allowed in the item's dynamic container.
*Added {{cd|minecraft:bundle_interaction}} item component to enable bundle-specific interaction scheme and tooltip.
*Added {{MC/Cd|minecraft:bundle_interaction}} item component to enable bundle-specific interaction scheme and tooltip.
**This component requires that the bundles toggle is enabled.
**This component requires that the bundles toggle is enabled.
**To use this component the item must have a {{cd|minecraft:storage_item}} component defined.
**To use this component the item must have a {{MC/Cd|minecraft:storage_item}} component defined.
**The {{cd|minecraft:bundle_interaction}} component interacts with the container created by the {{cd|minecraft:storage_item}} component.
**The {{MC/Cd|minecraft:bundle_interaction}} component interacts with the container created by the {{MC/Cd|minecraft:storage_item}} component.
**The {{cd|num_viewable_slots}} field (1 to 64) defines the maximum number of item stacks accessible from the top of the bundle, while other slots are hidden.
**The {{MC/Cd|num_viewable_slots}} field (1 to 64) defines the maximum number of item stacks accessible from the top of the bundle, while other slots are hidden.
**Textures named {{cd|[item_name]_open_front}} and {{cd|[item_name]_open_back}} must be added to {{cd|textures/textures_list.json}}.
**Textures named {{MC/Cd|[item_name]_open_front}} and {{MC/Cd|[item_name]_open_back}} must be added to {{MC/Cd|textures/textures_list.json}}.


'''Trade Tables'''
'''Trade Tables'''
*The Trade Table files are now versioned:
*The Trade Table files are now versioned:
**TradeTier's {{cd|total_exp_required}} is a required member from version {{cd|1.21.30}}.
**TradeTier's {{MC/Cd|total_exp_required}} is a required member from version {{MC/Cd|1.21.30}}.
**TradeTier's {{cd|groups}} is a required member from version {{cd|1.21.30}}.
**TradeTier's {{MC/Cd|groups}} is a required member from version {{MC/Cd|1.21.30}}.
**TradeItem's quantity {{cd|min}} cannot be lower than {{cd|max}} from version {{cd|1.21.30}}.
**TradeItem's quantity {{MC/Cd|min}} cannot be lower than {{MC/Cd|max}} from version {{MC/Cd|1.21.30}}.


== Experimental ==
== Experimental ==
Line 138: Line 138:
==== Technical ====
==== Technical ====
'''API'''
'''API'''
*Moved class {{cd|PlayerCursorInventoryComponent}} from {{cd|beta}} to {{cd|1.14.0}}.
*Moved class {{MC/Cd|PlayerCursorInventoryComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.14.0}}.


== Fixes ==
== Fixes ==
Line 154: Line 154:
|183011|Breeze becomes Peaceful towards target within short range.
|183011|Breeze becomes Peaceful towards target within short range.
|183825|Category tabs are missing when switching from Classic to Pocket UI with recipe book closed.
|183825|Category tabs are missing when switching from Classic to Pocket UI with recipe book closed.
|183986|{{cmd|/camera set}} still behaves incorrectly when run during an existing camera interpolation.
|183986|{{MC/Cmd|/camera set}} still behaves incorrectly when run during an existing camera interpolation.
|otherissuescount=8}}
|otherissuescount=8}}
'''Other'''
'''Other'''
Line 162: Line 162:
*Fixed an issue where items durability and storage bar was incorrect size and placement on certain screens.
*Fixed an issue where items durability and storage bar was incorrect size and placement on certain screens.
*Fixed Mushroom Farms in Woodland Mansions that incorrectly spawned Dirt instead of Coarse Dirt.
*Fixed Mushroom Farms in Woodland Mansions that incorrectly spawned Dirt instead of Coarse Dirt.
*Fixed the {{cd|next}} method for iterable objects.
*Fixed the {{MC/Cd|next}} method for iterable objects.
*Fixed an issue with {{cd|minecraft:redstone_conductivity}} support for custom blocks.
*Fixed an issue with {{MC/Cd|minecraft:redstone_conductivity}} support for custom blocks.
*Fixed night vision potions having no effect in Deferred Technical Preview.  
*Fixed night vision potions having no effect in Deferred Technical Preview.  
*Fishing lines are now rendered correctly in first person when the FOV setting has been changed in Deferred Technical Preview.</onlyinclude>
*Fishing lines are now rendered correctly in first person when the FOV setting has been changed in Deferred Technical Preview.</onlyinclude>


== References ==
== References ==
{{reflist}}
{{MC/Reflist}}


== Navigation ==
== Navigation ==
{{Navbox Bedrock Edition versions|1.2x}}
{{MC/Navbox Bedrock Edition versions|1.2x}}


[[Category:Bedrock Edition 1.21.30 betas]]
[[Category:Bedrock Edition 1.21.30 betas]]

Latest revision as of 19:22, 9 April 2026

Template:Infobox version Beta 1.21.30.23 (ChromeOS, Android) or Preview 1.21.30.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta/Preview version for Minecraft:Bedrock Edition 1.21.30, released on August 15, 2024,<ref>Template:Cite</ref><ref>Template:Mcnet</ref> which adds Minecraft:bundles as an experimental feature and fixes bugs.

Changes

Blocks

Chemistry Table

  • The different chemistry table type block states for the chemistry_table ID have now been split up into their own IDs.
Old ID New ID
  1. redirect Template:BlockSprite

Template:Redr chemistry_table

  1. redirect Template:BlockSprite

Template:Redr compound_creator

  1. redirect Template:BlockSprite

Template:Redr material_reducer

  1. redirect Template:BlockSprite

Template:Redr element_constructor

  1. redirect Template:BlockSprite

Template:Redr lab_table

Redstone power

  • The following blocks have been brought to parity with Java Edition for redstone power:
  1. REDIRECT Template:Code

Template:Redr is now powered

  1. REDIRECT Template:Code

Template:Redr is no longer powered

  1. REDIRECT Template:Code

Template:Redr is no longer powered

  1. REDIRECT Template:Code

Template:Redr is no longer powered

Minecraft:TNT and Minecraft:Underwater TNT

  • The different allow underwater bit block states for the tnt ID have now been split up into their own IDs.
Old ID New ID
  1. redirect Template:BlockSprite

Template:Redr tnt

  1. redirect Template:BlockSprite

Template:Redr tnt

  1. redirect Template:BlockSprite

Template:Redr underwater_tnt

Items

Minecraft:Name Tag

  • Adding input glyph support in the name tags displayed over the entities.

General

UI

  • Renamed the "All worlds" tab to "Worlds" in OreUI Play screen (Preview only).
  • The hardcore heart displayed on worlds in the new Play screen now animates when world is hovered (Preview only).
  • Added hotkeys to take screenshots in game on controller and keyboard. On mouse/keyboard: Script error: No such module "keys".. On controller:
  1. REDIRECT Template:Xbutton

Template:Redr +

  1. REDIRECT Template:Xbutton

Template:Redr,

  1. REDIRECT Template:Psbutton

Template:Redr +

  1. REDIRECT Template:Psbutton

Template:Redr,

  1. REDIRECT Template:Nsbutton

Template:Redr +

  1. REDIRECT Template:Nsbutton

Template:Redr.

Technical

AI Goals

  • Removed the
  1. REDIRECT Template:Code

Template:Redr AI goal component that was never used.

API

  • Changes to iterators to make them properly store their own state, be simplified and better handle common usages.
  • The following APIs have been shipped out of experimental:
  1. REDIRECT Template:Code

Template:Redr API, Target Selector for Actor Properties APIs, and the Block Record Player Component APIs.

Minecraft:Blocks

  • Parsing
  1. REDIRECT Template:Code

Template:Redr now produces a Content Error if its

  1. REDIRECT Template:Code

Template:Redr is greater or equal than the block names it overrides.

  • The
  1. REDIRECT Template:Code

Template:Redr field in block geometries no longer requires the "Upcoming Creator Features" toggle.

Minecraft:Items

  • Item data versioned 1.16.100+ can now be overridden by item data versioned 1.16.100+ higher in the pack stack.
  • Enables Creators to override 1.16.100+ data driven Vanilla items with 1.16.100+ data.
  • Added
  1. REDIRECT Template:Code

Template:Redr item component to allow an item to store data of the dynamic container associated with it:

    • This component requires that the bundles toggle is enabled.
    • A dynamic container is a container for storing items that is linked to an item instead of a block or an entity.
    • To use this component the item must have
  1. REDIRECT Template:Code

Template:Redr set to 1.

    • The
  1. REDIRECT Template:Code

Template:Redr field (1 to 64) defines the number of slots of the dynamic container.

    • The
  1. REDIRECT Template:Code

Template:Redr field defines the maximum allowed sum of the weight of the items in all slots of the dynamic container.

      • Items that stack to 64 weigh 1 each, those that stack to 16 weigh 4 each and unstackable items weigh 64.
    • The
  1. REDIRECT Template:Code

Template:Redr field allows for other items with a

  1. REDIRECT Template:Code

Template:Redr component to be put inside it.

    • The
  1. REDIRECT Template:Code

Template:Redr (0 to 64) defines the additional weight the item adds when inside another storage item.

      • A value of 0 means that this item is not allowed inside another storage item.
    • The
  1. REDIRECT Template:Code

Template:Redr field defines the items that are not allowed in the item's dynamic container.

    • The
  1. REDIRECT Template:Code

Template:Redr field defines the items that are exclusively allowed in the item's dynamic container.

      • If empty all items are allowed in the item's dynamic container.
  • Added
  1. REDIRECT Template:Code

Template:Redr item component to enable bundle-specific interaction scheme and tooltip.

    • This component requires that the bundles toggle is enabled.
    • To use this component the item must have a
  1. REDIRECT Template:Code

Template:Redr component defined.

    • The
  1. REDIRECT Template:Code

Template:Redr component interacts with the container created by the

  1. REDIRECT Template:Code

Template:Redr component.

    • The
  1. REDIRECT Template:Code

Template:Redr field (1 to 64) defines the maximum number of item stacks accessible from the top of the bundle, while other slots are hidden.

    • Textures named
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr must be added to

  1. REDIRECT Template:Code

Template:Redr.

Trade Tables

  • The Trade Table files are now versioned:
    • TradeTier's
  1. REDIRECT Template:Code

Template:Redr is a required member from version

  1. REDIRECT Template:Code

Template:Redr.

    • TradeTier's
  1. REDIRECT Template:Code

Template:Redr is a required member from version

  1. REDIRECT Template:Code

Template:Redr.

    • TradeItem's quantity
  1. REDIRECT Template:Code

Template:Redr cannot be lower than

  1. REDIRECT Template:Code

Template:Redr from version

  1. REDIRECT Template:Code

Template:Redr.

Experimental

These additions and changes are accessible by enabling the "Beta APIs" and "Bundles" experimental toggles.

Additions

Items

File:Bundle Filled BE1.png Minecraft:Bundles

  • Added bundles.
  • A bundle is an item that can pack different items together into the same stack.
  • A bundle only fits one stack (usually 64 items) but it can be a mixture of many different item types.
  • Player can insert items into a bundle directly in the Minecraft:inventory.
  • Bundles have a tooltip that shows the items inside:
    • If a bundle has less than 8 item types inside, the tooltip will show all of them.
    • Otherwise, the tooltip will show the top two rows of items and the others will be hidden below.
  • Player can select any of the visible items to pull out of the bundle:
    • Use the scroll wheel on mouse, the right stick on a game controller, or tap on a touch device.
  • When selecting an item to remove, the bundle icon shows that item poking out of the bundle.
  • When holding a bundle in hand, player can empty it onto the ground.
  • The bundle is crafted with one string above one leather:

Template:Crafting

Changes

Technical

API

  • Moved class
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Fixes

Template:Fixes Other

  • EDU: Fixed Material Reducer recipes not working with some flattened blocks such as Andesite or Terracotta.
  • Parrots can now imitate Endermites.
  • Basalt Deltas now have a moody ambient sound again.
  • Fixed an issue where items durability and storage bar was incorrect size and placement on certain screens.
  • Fixed Mushroom Farms in Woodland Mansions that incorrectly spawned Dirt instead of Coarse Dirt.
  • Fixed the
  1. REDIRECT Template:Code

Template:Redr method for iterable objects.

  • Fixed an issue with
  1. REDIRECT Template:Code

Template:Redr support for custom blocks.

  • Fixed night vision potions having no effect in Deferred Technical Preview.
  • Fishing lines are now rendered correctly in first person when the FOV setting has been changed in Deferred Technical Preview.

References

<references group="">

 </references>

Navigation

Template:BlockSprite Demo
(Guide)
Template:BlockSprite 0.1
(Guide)
Template:FileLink 0.2
(Guide)
Template:BlockSprite 0.3
(Guide)
Template:BlockSprite 0.4
(Guide)
Template:BlockSprite 0.5
(Guide)
Template:ItemSprite 0.6
(Guide)
Template:ItemSprite 0.7
(Guide)
v0.7.0
Template:LegacyItemSprite 0.8
(Guide)
v0.8.0
Template:LegacyBlockSprite 0.9
(Guide)
v0.9.0
Template:EnvSprite 0.10
(Guide)
v0.10.0
Template:ItemSprite 0.11
(Guide)
v0.11.0
Template:EnvSprite 0.12
(Guide)
v0.12.1
Template:ItemSprite 0.13
(Guide)
v0.13.0
Template:ItemSprite Overworld Update
(Guide)
v0.14.0
Template:EntitySprite Friendly Update
(Guide)
v0.15.0
Realms
v0.15.1
Template:ItemSprite Boss Update
(Guide)
v0.16.0
Template:EntitySprite Ender Update
(Guide)
1.0.0
1.0.3
1.0.4
1.0.5
1.0.6
Template:ItemSprite Discovery Update
(Guide)
1.1.0
1.1.1
1.1.3
Template:FileLink Better Together Update
(Guide)
1.2.0
1.2.3
1.2.5
1.2.6
1.2.10
1.2.13
Template:ItemSprite Update Aquatic (Phase One)
(Guide)
1.4.0
Template:BlockSprite Update Aquatic (Phase Two)
(Guide)
1.5.0
Template:EntitySprite 1.6
(Guide)
1.6.0
Template:BlockSprite 1.7
(Guide)
1.7.0
Template:EntitySprite 1.8
(Guide)
1.8.0
Template:EntitySprite 1.9
(Guide)
1.9.0
Template:BlockSprite Texture Update
(Guide)
1.10.0
Template:EffectSprite Village & Pillage
(Guide)
1.11.0
Template:BlockSprite 1.12
(Guide)
1.12.0
Template:EntitySprite 1.13
(Guide)
1.13.0
Template:EntitySprite Buzzy Bees
(Guide)
1.14.0
1.14.1
1.14.20
1.14.30
Template:ItemSprite Nether Update
(Guide)
1.16.0
1.16.20
1.16.100
1.16.200
RTX Beta
1.16.210
1.16.220
Template:BlockSprite Caves & Cliffs: Part I
(Guide)
1.17.0
1.17.10
1.17.30
1.17.40
Template:BlockSprite Caves & Cliffs: Part II
(Guide)
1.18.0
1.18.10
1.18.30
Template:BlockSprite The Wild Update
(Guide)
1.19.0
1.19.10
1.19.20
1.19.30
1.19.40
1.19.50
1.19.60
1.19.70
1.19.80
Template:ItemSprite Trails & Tales
(Guide)
1.20.0
1.20.10
1.20.30
1.20.40
Template:EntitySprite Bats and Pots
(Guide)
1.20.50
1.20.60
1.20.70
Template:EntitySprite Armored Paws
(Guide)
1.20.80
Template:ItemSprite Tricky Trials
(Guide)
1.21.0
1.21.20
1.21.30
Template:ItemSprite Bundles of Bravery
(Guide)
1.21.40
Template:BlockSprite The Garden Awakens
(Guide)
1.21.50
1.21.60
Template:BlockSprite Spring to Life
(Guide)
1.21.70
1.21.80
Template:EntitySprite Chase the Skies
(Guide)
1.21.90
1.21.100
Template:EntitySprite The Copper Age
(Guide)
1.21.111*
1.21.120
Template:ItemSprite Mounts of Mayhem
(Guide)
1.21.130
26.0
Template:Nowrap

Template:Article other

de:Bedrock Edition beta 1.21.30.23 pt:Edição Bedrock Preview 1.21.30.23 ru:Preview 1.21.30.23 (Bedrock Edition) uk:Preview 1.21.30.23 (Bedrock Edition) zh:基岩版1.21.30.23