Minecraft:Bedrock Edition Preview 1.21.0.23: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 40: | Line 40: | ||
! [[Minecraft:Bedrock Edition data values|New ID]] | ! [[Minecraft:Bedrock Edition data values|New ID]] | ||
|- | |- | ||
| rowspan="7" | {{ | | rowspan="7" | {{MC/Blocksprite|Smooth Stone Slab}} <code>stone_block_slab</code> | ||
| {{ | | {{MC/Blocksprite|Smooth Stone Slab}} <code>smooth_stone_slab</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|Sandstone Slab}} <code>sandstone_slab</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|Cobblestone Slab}} <code>cobblestone_slab</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|Brick Slab}} <code>brick_slab</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|Stone Brick Slab}} <code>stone_brick_slab</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|Quartz Slab}} <code>quartz_slab</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|Nether Brick Slab}} <code>nether_brick_slab</code> | ||
|} | |} | ||
'''[[Minecraft:Trial Spawner]]''' | '''[[Minecraft:Trial Spawner]]''' | ||
* Now emit trial omen particles instead of sculk soul particles when becoming ominous. | * Now emit trial omen particles instead of sculk soul particles when becoming ominous. | ||
* Adjusted loot tables for projectiles dropped when in ominous state to match {{JE}}. | * Adjusted loot tables for projectiles dropped when in ominous state to match {{MC/JE}}. | ||
=== Items === | === Items === | ||
| Line 151: | Line 151: | ||
== Fixes == | == Fixes == | ||
{{ | {{MC/Fixes|project=MCPE|fixedin=1.21.0.23 Preview | ||
|;old | |;old | ||
|167513|Various mobs panic when taking falling damage | |167513|Various mobs panic when taking falling damage | ||
| Line 173: | Line 173: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.21.0 betas]] | [[Category:Bedrock Edition 1.21.0 betas]] | ||
Latest revision as of 19:21, 9 April 2026
Template:Infobox version Beta 1.21.0.23 (Android) or Preview 1.21.0.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview version for Minecraft:Bedrock Edition 1.21.0, released on April 24, 2024,<ref>Template:Cite</ref> which fixes bugs.
Additions
Gameplay
Game rules
- Added
showDaysPlayed, to control whether show a HUD overlay that displays the number of days played in a world.
General
Ambience
- Added 4 new ambient cave sounds.
Changes
Blocks
Minecraft:Smooth Stone Slab, Minecraft:Sandstone Slab, Minecraft:Cobblestone Slab, Bricks Slab, Stone Bricks Slab, Minecraft:Quartz Slab, and Minecraft:Nether Brick Slab
- The different stone slab type block states for the
stone_block_slabID have now been split up into their own IDs.
| Old ID | New ID |
|---|---|
Template:Redr |
Template:Redr |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr |
- Now emit trial omen particles instead of sculk soul particles when becoming ominous.
- Adjusted loot tables for projectiles dropped when in ominous state to match Java Edition.
Items
- Changed the sounds when breaking after use.
- Can now be enchanted with Unbreaking, Smite, Fire Aspect, and Bane of Arthropods.
- Tweaked the cost of applying the Mace's exclusive enchantments in the enchantment table.
- Now have the same duration as drinkable potions.
Trial Chambers Map
- The "Trial Chambers Map" has been renamed to "Trial Explorer Map".
Mobs
Breeze
- Now aims slightly higher when shooting at the player.
Non-mob entities
Breeze Wind Charge
- Can now hurt mobs in Minecraft:boats and Minecraft:minecarts.
Gameplay
Effects
- Bad Omen
- Will no longer emit particles around the player when drinking it from an ominous bottle.
- Changed the sounds when applied.
- Infested
- Now has a 10% chance to spawn 1-2 silverfish instead of 5%.
- Silverfish will now spawn at the center of the entity's bounding box and fling out in the direction the entity is facing.
- Raid Omen
- Changed the sounds when converted/applied from Bad Omen.
- Weaving
- Now more consistently spawns 2-3 cobwebs on death.
- Players are now affected by the movement buff through cobwebs, affecting 50% of their normal speed instead of 25%.
Ominous Trials
- Players are now chosen 50% of the time when an ominous trial spawner chooses which entity to drop projectiles on top of.
World generation
Trial Chambers
- Remade 'Chamber 6' with variations, and renamed it to 'Assembly'.
- Added a new trap dispenser style to chambers.
- Added new intersection variation.
- Fixed various broken jigsaw connections in the corridors.
- Chamber Eruption:
- Added missing water bucket to the dispenser.
- Added new wall dispenser style.
Technical
API
- Fixed
GameRulesrule property-setters so that changes are propagated to clients. - Moved
startItemCooldownandplayer.getItemCooldownfrombetato1.11.0. - Released
playSoundfrombetato1.11.0. playSoundis now deprecated and will be removed in a future major version. UseDimension.playSoundas the alternative.- Released
ListBlockVolumefrombetato1.11.0. - Released
BlockVolumeBasefrombetato1.11.0 - Released
BlockLocationIteratorfrombetato1.11.0. - Moved method
getGameMode(): GameModefromfrombetato1.11.0. - Moved method
setGameMode(gameMode?: GameMode): voidfrombetato1.11.0. - Moved member
playerGameModeChange: PlayerGameModeChangeAfterEventSignalfrombetato1.11.0. - Moved member
playerGameModeChange: PlayerGameModeChangeBeforeEventSignalfrombetato1.11.0. - Moved class
PlayerGameModeChangeAfterEventfrombetato1.11.0. - Moved class
PlayerGameModeChangeAfterEventSignalfrombetato1.11.0. - Moved class
PlayerGameModeChangeBeforeEventfrombetato1.11.0. - Moved class
PlayerGameModeChangeBeforeEventSignalfrombetato1.11.0. - Change
waitTick(ticks?: number)tosystem.waitTicks(ticks: number);. - Renamed property
selectedSlottoselectedSlotIndexand moved it frombetato1.11.0.
Components
- The default values for the
damage_sourcesfield ofbehavior.panichave been updated.- This change only affects entities with a format version of
1.21.0or higher.
- This change only affects entities with a format version of
- Multiple items with the same custom component will now correctly trigger custom component logic.
Experimental
These additions and changes are accessible by enabling the "Beta APIs" and "Render Dragon Features for Creators" experimental toggles.
Changes
Technical
API
- Added
ItemComponentConsumeEventforbeta. EntityTameMountComponent- Added method
tameToPlayer. - Added properties
isTamed,isTamedToPlayer,tamedToPlayer, andtamedToPlayerId.
- Added method
GameRules- Added property
showDaysPlayedtobeta.
- Added property
- Fixed
PlayerInputPermissionsinput-lockcategory property-setters so that changes are propagated to clients.
Deferred Rendering Pipeline
- Fixed a bug with volumetric fog shading in the Deferred Technical Preview that was causing fog to be much brighter than it should have been. Volumetric fog in the Deferred Technical Preview now matches the look of volumetric fog in RTX much more closely. Fog definitions in resource packs developed for the Deferred Technical Preview will need to be updated after this change. To maintain a similar look, the values for either
max_densityorscatteringshould be increased by a factor of 12.
Fixes
Script error: No such module "fixes". Others
- Copper trapdoor now oxidizes with time.
- Fixed a recipe bug where any type of stone slab could be used to craft a grindstone with crimson, mangrove, or warped planks. It can now only accept the actual normal stone slab, no other type of stones.
- When using touch controls, nether portals can once again be destroyed by destroying the portal surface.
References
<references group="">
</references>
de:Bedrock Edition beta 1.21.0.23 es:Bedrock Edition Preview 1.21.0.23 fr:Édition Bedrock Preview 1.21.0.23 pt:Edição Bedrock Preview 1.21.0.23 uk:Preview 1.21.0.23 (Bedrock Edition) zh:基岩版1.21.0.23