Minecraft:Bedrock Edition Preview 1.20.80.23: Difference between revisions
More actions
Remove broken links to missing pages |
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="12" | {{ | | rowspan="12" | {{MC/Blocksprite|dead-coral-fans}} <code>coral_fan_dead</code> | ||
| {{ | | {{MC/Blocksprite|dead-tube-coral-fan}} <code>dead_tube_coral_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-brain-coral-fan}} <code>dead_brain_coral_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-bubble-coral-fan}} <code>dead_bubble_coral_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-fire-coral-fan}} <code>dead_fire_coral_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-horn-coral-fan}} <code>dead_horn_coral_fan</code> | ||
|} | |} | ||
| Line 49: | Line 49: | ||
! [[Minecraft:Bedrock Edition data values|New ID]] | ! [[Minecraft:Bedrock Edition data values|New ID]] | ||
|- | |- | ||
| rowspan="12" | {{ | | rowspan="12" | {{MC/Blocksprite|flowers}} <code>red_flower</code> | ||
| {{ | | {{MC/Blocksprite|poppy}} <code>poppy</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|blue-orchid}} <code>blue_orchid</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|allium}} <code>allium</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|azure-bluet}} <code>azure_bluet</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|red-tulip}} <code>red_tulip</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|orange-tulip}} <code>orange_tulip</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|white-tulip}} <code>white_tulip</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|pink-tulip}} <code>pink_tulip</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|oxeye-daisy}} <code>oxeye_daisy</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|cornflower}} <code>cornflower</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|lily-of-the-valley}} <code>lily_of_the_valley</code> | ||
|} | |} | ||
===Command format=== | ===Command format=== | ||
'''{{ | '''{{MC/Cmd|/hud}}''' | ||
*Moved the {{ | *Moved the {{MC/Cmd|/hud}} command out of Upcoming Creator Features experimental toggle. | ||
===General=== | ===General=== | ||
| Line 97: | Line 97: | ||
'''[[Minecraft:Wolf]]''' | '''[[Minecraft:Wolf]]''' | ||
*The rules for selecting certain Wolf variants when spawned using a Spawn Egg or the {{ | *The rules for selecting certain Wolf variants when spawned using a Spawn Egg or the {{MC/Cmd|/summon}} command have been broadened: | ||
**Rusty Wolf is now selected in all Jungle biomes, as defined by the biome tag {{ | **Rusty Wolf is now selected in all Jungle biomes, as defined by the biome tag {{MC/Cd|minecraft:jungle}}. | ||
**Spotted Wolf is now selected in all Savanna biomes, as defined by the biome tag {{ | **Spotted Wolf is now selected in all Savanna biomes, as defined by the biome tag {{MC/Cd|minecraft:savanna}}. | ||
**Striped Wolf is now selected in all Badlands biomes, as defined by the biome tag {{ | **Striped Wolf is now selected in all Badlands biomes, as defined by the biome tag {{MC/Cd|minecraft:mesa}}. | ||
===Technical=== | ===Technical=== | ||
'''Components''' | '''Components''' | ||
* Added the {{ | * Added the {{MC/Cd|minecraft:body_rotation_blocked}} component, which prevents an entity from visually rotating their body to match their own facing direction. | ||
* The durations and cooldowns of {{ | * The durations and cooldowns of {{MC/Cd|behavior.timer_flag_1}}, {{MC/Cd|behavior.timer_flag_2}}, and {{MC/Cd|behavior.timer_flag_3}} are now correctly randomized on both start and stop, rather than only on spawn. | ||
'''Recipes''' | '''Recipes''' | ||
* Added {{ | * Added {{MC/Cd|assume_symmetry}} boolean property for Shaped Recipes to allow for symmetrical shaped recipes with different outputs. | ||
== Experimental == | == Experimental == | ||
| Line 120: | Line 120: | ||
====Technical==== | ====Technical==== | ||
'''API''' | '''API''' | ||
*Added an optional {{ | *Added an optional {{MC/Cd|SpawnEntityOptions}} with a boolean {{MC/Cd|initialPersistence}} field to the {{MC/Cd|spawnEntity(…)}} function to support persistent entities in Editor tooling. | ||
*Moved {{ | *Moved {{MC/Cd|getItemStack(amount?: number, withData?: boolean): ItemStack | undefined}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*Moved {{ | *Moved {{MC/Cd|getItemStack(amount?: number): ItemStack | undefined}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*{{ | *{{MC/Cd|EntityAgeableComponent}} | ||
**Added property {{ | **Added property {{MC/Cd|transformToItem}} to {{MC/Cd|beta}}. | ||
*{{ | *{{MC/Cd|EntityDefinitionFeedItem}} | ||
**Updated property {{ | **Updated property {{MC/Cd|item}} to return name with namespace in {{MC/Cd|beta}}. | ||
*Moved {{ | *Moved {{MC/Cd|EntityTypeFamilyComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*Added {{ | *Added {{MC/Cd|BlockComponentTickEvent}} for {{MC/Cd|beta}}. | ||
**Added {{ | **Added {{MC/Cd|onTick}}. | ||
*Added {{ | *Added {{MC/Cd|BlockComponentEntityFallOnEvent}} for {{MC/Cd|beta}}. | ||
**Added {{ | **Added {{MC/Cd|onEntityFallOn}}. | ||
*Added {{ | *Added {{MC/Cd|BlockComponentPlayerPlaceBeforeEvent}} for {{MC/Cd|beta}}. | ||
**Added {{ | **Added {{MC/Cd|beforeOnPlayerPlace}}. | ||
*Added {{ | *Added {{MC/Cd|BlockComponentPlayerInteractEvent}} for {{MC/Cd|beta}}. | ||
**Added {{ | **Added {{MC/Cd|onPlayerInteract}}. | ||
*Added {{ | *Added {{MC/Cd|BlockComponentPlayerDestroyEvent}} for {{MC/Cd|beta}}. | ||
**Added {{ | **Added {{MC/Cd|onPlayerDestroy}}. | ||
*Added {{ | *Added {{MC/Cd|BlockComponentOnPlaceEvent}} for {{MC/Cd|beta}}. | ||
**Added {{ | **Added {{MC/Cd|onPlace}}. | ||
*Added {{ | *Added {{MC/Cd|ItemComponentRegistry}} for {{MC/Cd|beta}}. | ||
*Added {{ | *Added {{MC/Cd|ItemCustomComponent}} for {{MC/Cd|beta}}. | ||
*Added {{ | *Added {{MC/Cd|ItemComponentUseEvent}} for {{MC/Cd|beta}}. | ||
**Moved {{ | **Moved {{MC/Cd|structureManager}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*Structure Manager | *Structure Manager | ||
**Moved {{ | **Moved {{MC/Cd|createEmpty}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|delete}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|get}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|place}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|id}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|getBlockPermutation}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|getIsWaterlogged}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|isValid}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*Moved {{ | *Moved {{MC/Cd|StructureSaveMode}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*Moved {{ | *Moved {{MC/Cd|StructureRotation}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*Moved {{ | *Moved {{MC/Cd|StructureAnimationMode}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*Moved {{ | *Moved {{MC/Cd|StructureMirrorAxis}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*Removed {{ | *Removed {{MC/Cd|StructureReadOptions}}. | ||
*Moved {{ | *Moved {{MC/Cd|StructureCreateOptions}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*Moved {{ | *Moved {{MC/Cd|StructurePlaceOptions}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
*Moved {{ | *Moved {{MC/Cd|InvalidStructureError}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}. | ||
'''Blocks''' | '''Blocks''' | ||
*Added {{ | *Added {{MC/Cd|minecraft:entity_fall_on}} block component behind the Beta API experiment. | ||
*Added {{ | *Added {{MC/Cd|minecraft:tick}} block component behind the Beta API experiment. | ||
'''Entity Components''' | '''Entity Components''' | ||
*Added property {{ | *Added property {{MC/Cd|passengerMaxWidth}} to {{MC/Cd|EntityRideableComponent}}. | ||
*Added property {{ | *Added property {{MC/Cd|seatRotation}} to {{MC/Cd|Seat}}. | ||
'''Items''' | '''Items''' | ||
*Added {{ | *Added {{MC/Cd|minecraft:custom_components}} item component under the Beta APIs feature flag. | ||
== Fixes == | == Fixes == | ||
| Line 194: | Line 194: | ||
*Fixed a crash during the load process of localization strings. | *Fixed a crash during the load process of localization strings. | ||
*Fixed a bug where some recipes did not show up when recipe unlocking was on. | *Fixed a bug where some recipes did not show up when recipe unlocking was on. | ||
{{ | {{MC/Fixes|project=MCL|fixedin=1.20.80.23 Preview | ||
|;old | |;old | ||
|24096|When using Quick Launch feature of MCL, the world registers me like a new user | |24096|When using Quick Launch feature of MCL, the world registers me like a new user | ||
| Line 200: | Line 200: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.20.80 betas]] | [[Category:Bedrock Edition 1.20.80 betas]] | ||
Latest revision as of 19:20, 9 April 2026
Template:Infobox version Beta 1.20.80.23 (Android) or Preview 1.20.80.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview version for Minecraft:Bedrock Edition 1.20.80, released on March 20, 2024,<ref>Template:Cite</ref> which adds trial chambers maps under experimental gameplay, and fixes bugs.
Changes
Blocks
- The different coral color block states for the
coral_fan_deadID 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 |
- The different block states for the
red_flowerID 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 | |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr |
Command format
- REDIRECT Template:Command
- Moved the
- REDIRECT Template:Command
Template:Redr command out of Upcoming Creator Features experimental toggle.
General
Add friends screen
- Added multiple features including:
- Lists of recommended and suggested friends.
- Improved search to give partial results while you are typing.
- Ability to share your profile information through a QR code or a share link.
- A handy button that copies your Gamertag to the clipboard.
Death screen
- The updated "You Died!" screen is no longer experimental.
World Options
- Renamed "Harcore" switch to "Hardcore".
Mobs
Armadillo
- Armadillos no longer rotate to look at the player shortly after rolling up.
- The rules for selecting certain Wolf variants when spawned using a Spawn Egg or the
- REDIRECT Template:Command
Template:Redr command have been broadened:
- Rusty Wolf is now selected in all Jungle biomes, as defined by the biome tag
- REDIRECT Template:Code
- Spotted Wolf is now selected in all Savanna biomes, as defined by the biome tag
- REDIRECT Template:Code
- Striped Wolf is now selected in all Badlands biomes, as defined by the biome tag
- REDIRECT Template:Code
Technical
Components
- Added the
- REDIRECT Template:Code
Template:Redr component, which prevents an entity from visually rotating their body to match their own facing direction.
- The durations and cooldowns of
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr, and
- REDIRECT Template:Code
Template:Redr are now correctly randomized on both start and stop, rather than only on spawn.
Recipes
- Added
- REDIRECT Template:Code
Template:Redr boolean property for Shaped Recipes to allow for symmetrical shaped recipes with different outputs.
Experimental
These additions and changes are accessible by enabling the "Update 1.21" and "Beta APIs" experimental toggles.
Additions
Items
- Added trial chambers maps, which can be purchased from a cartographer.
Changes
Technical
API
- Added an optional
- REDIRECT Template:Code
Template:Redr with a boolean
- REDIRECT Template:Code
Template:Redr field to the
- REDIRECT Template:Code
Template:Redr function to support persistent entities in Editor tooling.
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added property
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Updated property
- REDIRECT Template:Code
Template:Redr to return name with namespace in
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Structure Manager
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Removed
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
Blocks
- Added
- REDIRECT Template:Code
Template:Redr block component behind the Beta API experiment.
- Added
- REDIRECT Template:Code
Template:Redr block component behind the Beta API experiment.
Entity Components
- Added property
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added property
- REDIRECT Template:Code
- REDIRECT Template:Code
Items
- Added
- REDIRECT Template:Code
Template:Redr item component under the Beta APIs feature flag.
Fixes
Template:Fixes Others
- Guest users in split-screen multiplayer will no longer trigger Realm Events.
- Fixed an issue where enabling Realms Stories required a restart. (Preview Only)
- Players can now see themselves in the ‘Recently Played’ section of Realms Stories, if they have played recently.
- Other bug fixes and stability updates.
- Fixed a bug that prevented custom features in behavior packs from loading.
- Fixed a crash during the load process of localization strings.
- Fixed a bug where some recipes did not show up when recipe unlocking was on.
Script error: No such module "fixes".
References
<references group="">
</references>
de:Bedrock Edition beta 1.20.80.23 es:Bedrock Edition Preview 1.20.80.23 pt:Edição Bedrock Preview 1.20.80.23 uk:Preview 1.20.80.23 (Bedrock Edition) zh:基岩版1.20.80.23