Minecraft:Bedrock Edition Preview 1.18.30.23: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 36: | Line 36: | ||
=== Technical === | === Technical === | ||
'''Components''' | '''Components''' | ||
* The trade screen will no longer open if the owner of the {{ | * The trade screen will no longer open if the owner of the {{MC/Cd|minecraft:economy_trade_table}} component is on [[Minecraft:fire]]. | ||
'''General''' | '''General''' | ||
| Line 81: | Line 81: | ||
==== Technical ==== | ==== Technical ==== | ||
'''[[Minecraft:Molang]]''' | '''[[Minecraft:Molang]]''' | ||
* Clarified documentation for {{ | * Clarified documentation for {{MC/Cd|query.is_item_name_any}} that the slot index is required when there is more than one slot, i.e. the hotbar. | ||
'''GameTest Framework''' | '''GameTest Framework''' | ||
* {{ | * {{MC/Cd|EntityType}} | ||
** Added read-only property {{ | ** Added read-only property {{MC/Cd|id: string}} - The identifier for the entity type. | ||
* {{ | * {{MC/Cd|EntityTypes}} | ||
** Added function {{ | ** Added function {{MC/Cd|get(identifier: string): EntityType}} - Returns the corresponding {{MC/Cd|EntityType}} for the given identifier. | ||
** Added function {{ | ** Added function {{MC/Cd|getAll(): EntityTypeIterator}} - Returns an iterator containing all registered entity types. | ||
* {{ | * {{MC/Cd|MinecraftEntityTypes}} | ||
** Provides {{ | ** Provides {{MC/Cd|EntityType}} constants for each standard Minecraft entity type. | ||
'''General''' | '''General''' | ||
* Removed {{ | * Removed {{MC/Cd|d=and|BlockImmovable|BlockBreakOnPush|BlockOnlyPistonPush}} components from data-driven blocks. | ||
== Fixes == | == Fixes == | ||
| Line 99: | Line 99: | ||
* Changed the spawning logic for iron golems and cats to make it easier for them to spawn in roofed areas, like underground villages. ({{bug|MCPE-142292}}) | * Changed the spawning logic for iron golems and cats to make it easier for them to spawn in roofed areas, like underground villages. ({{bug|MCPE-142292}}) | ||
* [[Minecraft:Scaffolding]] can no longer be placed without support on Y=0. ({{bug|MCPE-150765}}) | * [[Minecraft:Scaffolding]] can no longer be placed without support on Y=0. ({{bug|MCPE-150765}}) | ||
* Fire that exists before the {{ | * Fire that exists before the {{MC/Cd|doFireTick}} game rule is enabled will continue to spread again. ({{bug|MCPE-140396}}) | ||
'''Vanilla parity''' | '''Vanilla parity''' | ||
| Line 134: | Line 134: | ||
'''Technical''' | '''Technical''' | ||
* Changed block ([[Minecraft:cactus]], chorus flower, crop, grass, pointed dripstone, [[Minecraft:sapling]]) [[Minecraft:tick]] rates to match {{ | * Changed block ([[Minecraft:cactus]], chorus flower, crop, grass, pointed dripstone, [[Minecraft:sapling]]) [[Minecraft:tick]] rates to match {{MC/El|je}}. ({{bug|MCPE-145612}})</onlyinclude> | ||
== References == | == References == | ||
{{Reflist}} | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.1x}} | {{MC/Navbox Bedrock Edition versions|1.1x}} | ||
[[Category:Bedrock Edition 1.18.30 betas]] | [[Category:Bedrock Edition 1.18.30 betas]] | ||
Latest revision as of 19:16, 9 April 2026
Beta 1.18.30.22 (Windows, Android, Xbox), Preview 1.18.30.23 (Windows, Xbox), or Preview 1.18.30.24 (iOS, iPadOS)<ref>Template:Tweet</ref> is the seventh beta/Preview version for Minecraft:Bedrock Edition 1.18.30, released on March 9, 2022,<ref>Template:Cite</ref> which adds the allay behind experimental gameplay, and fixes bugs.
Changes
Mobs
Shulkers
- Now have a chance to spawn another shulker when hit by a shulker projectile.
Gameplay
Controls
- Updated touch control schemes.
- Can be enabled by navigating to Settings > Touch > Enable New Touch Control Schemes.
Technical
Components
- The trade screen will no longer open if the owner of the
- REDIRECT Template:Code
Template:Redr component is on Minecraft:fire.
General
- Random tick positions will no longer be chosen below the world.
Experimental
These additions and changes are accessible by enabling the "Wild Update", "Molang Features", and "GameTest Framework" experimental toggle.
Additions
Mobs
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
Blocks
Note block
- Placing a block on top of a note block will no longer mute it.
- The exceptions are Minecraft: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 Minecraft: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 Minecraft:wool blocks.
Gameplay
Darkness
- Lowers the gamma down at an equivalent of “Moody” while having this effect.
Technical
- Clarified documentation for
- REDIRECT Template:Code
Template:Redr that the slot index is required when there is more than one slot, i.e. the hotbar.
GameTest Framework
- REDIRECT Template:Code
- Added read-only property
- REDIRECT Template:Code
Template:Redr - The identifier for the entity type.
- REDIRECT Template:Code
- Added function
- REDIRECT Template:Code
Template:Redr - Returns the corresponding
- REDIRECT Template:Code
Template:Redr for the given identifier.
- Added function
- REDIRECT Template:Code
Template:Redr - Returns an iterator containing all registered entity types.
- REDIRECT Template:Code
- Provides
- REDIRECT Template:Code
Template:Redr constants for each standard Minecraft entity type.
General
- Removed
- REDIRECT Template:Code
Template:Redr components from data-driven blocks.
Fixes
Gameplay
- Changed the spawning logic for iron golems and cats to make it easier for them to spawn in roofed areas, like underground villages. (Template:Bug)
- Minecraft:Scaffolding can no longer be placed without support on Y=0. (Template:Bug)
- Fire that exists before the
- REDIRECT Template:Code
Template:Redr game rule is enabled will continue to spread again. (Template:Bug)
Vanilla parity
- Shulkers now have a chance to spawn another shulker when hit by a shulker projectile. (Template:Bug)
- When a mob picks up an item, the item can be seen slightly "pulled" towards the mob right as it picks it up.
- Blaze fireball will deal knockback on impact.
- Acacia trees now grow Minecraft:leaves on every branch below Y=0. (Template:Bug)
- Mobs can no longer spawn on Minecraft:campfires. (Template:Bug)
Blocks
- Glow lichen does not generate hanging in the air inside strongholds anymore. (Template:Bug)
- 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, Minecraft:torches, and Minecraft: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 Minecraft:trapdoors, depending on their state.
- Azaleas and lily pads are now broken by flowing Minecraft:water. (Template:Bug)
Commands
- Fixed an issue that would cause commands to affect players in all Minecraft:dimensions. (Template:Bug)
Graphical
- Fixed lighting bug where light level 1 incorrectly dropped to 0 when placing blocks in light level 1 with multiple light sources. (Template:Bug)
- Sculk sensors and magma blocks are now visible in the darkness.
Items
- Minecraft:Observers placed facing double Minecraft: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. (Template:Bug)
Villager
- Minecraft:Villagers are no longer able to trade while on fire.
Technical
- Changed block (Minecraft:cactus, chorus flower, crop, grass, pointed dripstone, Minecraft:sapling) Minecraft:tick rates to match
- REDIRECT Template:Edition
References
<references group="">
</references>
de:Bedrock Edition beta 1.18.30.22 es:Bedrock Edition Preview 1.18.30.23 ja:Bedrock Edition Preview 1.18.30.23 pt:Edição Bedrock Preview 1.18.30.23 zh:基岩版1.18.30.22