VOOZH about

URL: https://minecraft.wiki/w/Bedrock_Edition_beta_1.18.30.22

⇱ Bedrock Edition Preview 1.18.30.23 – Minecraft Wiki


Bedrock Edition Preview 1.18.30.23

From Minecraft Wiki
(Redirected from Bedrock Edition beta 1.18.30.22)
Jump to navigation Jump to search
Preview 1.18.30.23
Edition Bedrock Edition
Release date Windows, Android, iOS, iPadOS, Xbox: March 9, 2022
Internal version
Beta

Windows: 1.18.3022.0
Xbox One: 1.18.3022.70
Android: 1.18.30.22
Preview Windows: 1.18.3023.0
Xbox One: 1.18.3023.70
iOS, iPadOS: 1.18.30.24

Type Preview
Preview for 1.18.30
Protocol version 497
β—„β—„  1.18.12 1.18.30 1.18.31 β–Ίβ–Ί

β—„  Preview 1.18.30.21

Preview 1.18.30.23

Preview 1.18.30.27 β–Ί

{
 "title": "Preview 1.18.30.23",
 "images": [
 "Bedrock 1.18.30.22 PatchNotes.jpg",
 "Bedrock 1.18.30.22.png",
 "Bedrock 1.18.30.23.png",
 "Bedrock 1.18.30.24.png"
 ],
 "rows": [
 {
 "field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "'''Windows, Android, iOS, iPadOS, Xbox''': March 9, 2022",
 "label": "Release date"
 },
 {
 "field": "\n;Beta\n'''Windows''': 1.18.3022.0<br>\n'''Xbox One''': 1.18.3022.70<br>\n'''Android''': 1.18.30.22<br>\n'''Preview'''\n'''Windows''': 1.18.3023.0<br>\n'''Xbox One''': 1.18.3023.70<br>\n'''iOS, iPadOS''': 1.18.30.24<br>",
 "label": "Internal version"
 },
 {
 "field": "Preview",
 "label": "(link to Version types article, displayed as Type)"
 },
 {
 "field": "(link to Bedrock Edition 1.18.30 article, displayed as 1.18.30)",
 "label": "Preview for"
 },
 {
 "field": "497",
 "label": "(link to Protocol version article, displayed as Protocol version)"
 }
 ],
 "invimages": [],
 "footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.18.12|<span style=\"margin-right:-0.35em\">β—„</span>β—„  1.18.12]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.18.30|1.18.30]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.18.31| 1.18.31 <span style=\"margin-right:-0.35em\">β–Ί</span>β–Ί]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.18.30.21|β—„  Preview 1.18.30.21]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.18.30.23'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.18.30.27| Preview 1.18.30.27 β–Ί]]\n</td>\n</tr>\n</table>"
}

Beta 1.18.30.22 (Windows, Android, Xbox), Preview 1.18.30.23 (Windows, Xbox), or Preview 1.18.30.24 (iOS, iPadOS)[1] is the seventh beta/Preview version for Bedrock Edition 1.18.30, released on March 9, 2022,[2] which adds the allay behind experimental gameplay, and fixes bugs.

Changes

[edit | edit source]

Shulkers

  • Now have a chance to spawn another shulker when hit by a shulker projectile.

Gameplay

[edit | edit source]

Controls

  • Updated touch control schemes.
    • Can be enabled by navigating to Settings > Touch > Enable New Touch Control Schemes.

Technical

[edit | edit source]

Components

  • The trade screen will no longer open if the owner of the minecraft:economy_trade_table component is on fire.

General

  • Random tick positions will no longer be chosen below the world.

Experimental

[edit | edit source]

These additions and changes are accessible by enabling the "Wild Update", "Molang Features", and "GameTest Framework" experimental toggle.

Additions

[edit | edit source]

Allay

  • Can collect the same items from the world as it holds in its hand.
  • If holds an item it got from a player, it will follow that player.
  • Able to drop items at nearby note blocks.
  • When playing a note block near them, that note block becomes their favorite one for 30 seconds, and they will attempt to drop off items at the note block rather than at the player.
  • If they have items in their inventory, they will attempt to give them to their owner.
  • Sometimes spawn in cages next to pillager outposts (similar to iron golem), and inside woodland mansions.

Changes

[edit | edit source]

Blocks

[edit | edit source]

Note block

  • Placing a block on top of a note block will no longer mute it.
    • The exceptions are wool blocks, which will still mute the sound. This is similar to the way they make vibrations undetectable to the sculk sensor.

Sculk catalyst

  • Made changes to match recent redesign:
    • Blooms when mobs die within an 8-block radius.
    • Mobs will not drop experiences when perished in the presence of the block, a bubbling charge will be created where they perished instead.
      • The charge from mobs will spread through Sculk Veins and Sculk blocks in random directions until they find a valid substrate that they can convert into sculk.
      • The value of the charge is directly proportional to the amount of experiences the perished mob would have dropped, and each time a block is converted into sculk, it will remove 1 value from that charge.
      • This charge in the sculk blocks and sculk veins will eventually decay, but it will decay much, much slower in the close vicinity of the sculk catalyst, and much faster away from its host.
      • If the charge decays 4 blocks away from the catalyst, it has a chance of growing a sculk sensor or a sculk shrieker.
      • Charges and their values also merge when they move to the same position.

Sculk sensor

  • Made some changes in parity:
    • Now make no activation sound when waterlogged.
    • Vibrations are now also occluded by wool blocks.

Gameplay

[edit | edit source]

Darkness

  • Lowers the gamma down at an equivalent of β€œMoody” while having this effect.

Technical

[edit | edit source]

Molang

  • Clarified documentation for query.is_item_name_any that the slot index is required when there is more than one slot, i.e. the hotbar.

GameTest Framework

  • EntityType
    • Added read-only property id: string - The identifier for the entity type.
  • EntityTypes
    • Added function get(identifier: string): EntityType - Returns the corresponding EntityType for the given identifier.
    • Added function getAll(): EntityTypeIterator - Returns an iterator containing all registered entity types.
  • MinecraftEntityTypes
    • Provides EntityType constants for each standard Minecraft entity type.

General

  • Removed BlockImmovable, BlockBreakOnPush, and BlockOnlyPistonPush components from data-driven blocks.

Fixes

[edit | edit source]

Gameplay

Vanilla parity

Blocks

  • Glow lichen does not generate hanging in the air inside strongholds anymore. (MCPE-123448)
  • Glow lichen now correctly checks for the face of the block they are attached to be full.
  • Glow Lichen can now be attached to leaves.
  • Blocks such as glow lichen, torches, and redstone can no longer be placed on or attached to brewing stands.
  • Blocks such as glow lichen, torches, and redstone can now be placed on or attached to trapdoors, depending on their state.
  • Azaleas and lily pads are now broken by flowing water. (MCPE-152040)

Commands

Graphical

  • Fixed lighting bug where light level 1 incorrectly dropped to 0 when placing blocks in light level 1 with multiple light sources. (MCPE-151266)
  • Sculk sensors and magma blocks are now visible in the darkness.

Items

  • Observers placed facing double chests no longer send out a redstone pulse when reloading/re-entering a chunk.

User Interface

  • Fixed a bug where the "Invite" button was disabled incorrectly for clients.
  • Added Seed Templates to the advanced tab in the new Create New World screen. (MCPE-151930)

Villager

Technical

References

[edit | edit source]

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Bedrock_Edition_Preview_1.18.30.23?oldid=3598666"

Navigation menu