Minecraft:Bedrock Edition Preview 1.20.60.22: Difference between revisions
From SAS Gaming Wiki
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 27: | Line 27: | ||
===Technical=== | ===Technical=== | ||
'''API''' | '''API''' | ||
*Made the display name parameter optional in Scoreboard {{ | *Made the display name parameter optional in Scoreboard {{MC/Cd|addObjective}}. | ||
'''Components''' | '''Components''' | ||
*Added a "drop_item_slot" field to the "interact" component, which allows to specify an inventory slot to remove and drop items from | *Added a "drop_item_slot" field to the "interact" component, which allows to specify an inventory slot to remove and drop items from | ||
| Line 46: | Line 46: | ||
===Technical=== | ===Technical=== | ||
'''API''' | '''API''' | ||
*Added method {{ | *Added method {{MC/Cd|eatItem(itemStack: ItemStack): void;}}. | ||
*BlockSignComponent | *BlockSignComponent | ||
**Changed signature of function {{ | **Changed signature of function {{MC/Cd|setWaxed}} to {{MC/Cd|setWaxed(waxed: boolean)}} | ||
**Removed event/property {{ | **Removed event/property {{MC/Cd|pistonActivate}} | ||
*Added enum BlockPistonState export enum BlockPistonState { Expanded = "Expanded", Expanding = "Expanding", Retracted = "Retracted", Retracting = "Retracting" } | *Added enum BlockPistonState export enum BlockPistonState { Expanded = "Expanded", Expanding = "Expanding", Retracted = "Retracted", Retracting = "Retracting" } | ||
*Class BlockPistonComponent | *Class BlockPistonComponent | ||
**Removed property {{ | **Removed property {{MC/Cd|isExpanded}} | ||
**Removed property {{ | **Removed property {{MC/Cd|isExpanding}} | ||
**Removed property {{ | **Removed property {{MC/Cd|isRetracted}} | ||
**Removed property {{ | **Removed property {{MC/Cd|isRetracting}} | ||
**Added property {{ | **Added property {{MC/Cd|readonly state: BlockPistonState}} | ||
**Changed function {{ | **Changed function {{MC/Cd|getAttachedBlocks to return type Block[]}} | ||
**Added function {{ | **Added function {{MC/Cd|getAttachedBlocksLocations(): Vector3[]}} | ||
*Removed class {{ | *Removed class {{MC/Cd|PistonActivateBeforeEvent}} | ||
*Removed class {{ | *Removed class {{MC/Cd|PistonActivateBeforeEventSignal}} | ||
*Types | *Types | ||
**Moved BlockType from {{ | **Moved BlockType from {{MC/Cd|beta}} to {{MC/Cd|1.8.0}} | ||
**Moved FluidType from {{ | **Moved FluidType from {{MC/Cd|beta}} to {{MC/Cd|1.8.0}} | ||
*Moved {{ | *Moved {{MC/Cd|NavigationResult}} from {{MC/Cd|@minecraft/server}} to {{MC/Cd|@minecraft/server-gametest}} | ||
'''Graphical''' | '''Graphical''' | ||
*Adjusted the falloff of point light sources (e.g., torches, lanterns, etc...) to use a square, Manhattan-based distance metric in the Deferred Technical Preview. | *Adjusted the falloff of point light sources (e.g., torches, lanterns, etc...) to use a square, Manhattan-based distance metric in the Deferred Technical Preview. | ||
| Line 72: | Line 72: | ||
{{fixes|project=MCPE|fixedin=1.20.60.22 Preview | {{fixes|project=MCPE|fixedin=1.20.60.22 Preview | ||
|;From released versions before 1.20.0 | |;From released versions before 1.20.0 | ||
|167836|Cannot change {{ | |167836|Cannot change {{MC/Cd|brightness_gamma}} setting in blocks.json | ||
|170377|Buttons can be accidentally clicked, when clicking out of window and into the background of game | |170377|Buttons can be accidentally clicked, when clicking out of window and into the background of game | ||
|otherissuescount=7}} | |otherissuescount=7}} | ||
| Line 86: | Line 86: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.20.60 betas]] | [[Category:Bedrock Edition 1.20.60 betas]] | ||
Latest revision as of 19:20, 9 April 2026
Beta 1.20.60.22 (Android) or Preview 1.20.60.22 (Windows, iOS, iPadOS, Xbox) is the third beta/Preview version for Minecraft:Bedrock Edition 1.20.60, released on December 6, 2023,<ref>Template:Cite</ref> which fixes bugs.
Changes
Technical
API
- Made the display name parameter optional in Scoreboard
- REDIRECT Template:Code
Template:Redr. Components
- Added a "drop_item_slot" field to the "interact" component, which allows to specify an inventory slot to remove and drop items from
Stability and Performance
- Send "material" for vanilla data-driven blocks in the StartGamePacket blockProperties. "block_id" is also moved to the "vanilla_block_data" object
Experimental
These additions and changes are accessible by enabling the "Update 1.21" and "Beta APIs" experimental toggles.
Changes
Blocks
- Updated Copper Door textures, including oxidized variations.
- Copper Doors and Trapdoors have now correct breaking time and blast resistance.
Mobs
Breeze
- Breeze ground particles now stop playing when they're riding other entities.
- Separated the Breeze diffuse and emissive textures.
Technical
API
- Added method
- REDIRECT Template:Code
- BlockSignComponent
- Changed signature of function
- REDIRECT Template:Code
- REDIRECT Template:Code
- Removed event/property
- REDIRECT Template:Code
- Added enum BlockPistonState export enum BlockPistonState { Expanded = "Expanded", Expanding = "Expanding", Retracted = "Retracted", Retracting = "Retracting" }
- Class BlockPistonComponent
- Removed property
- REDIRECT Template:Code
- Removed property
- REDIRECT Template:Code
- Removed property
- REDIRECT Template:Code
- Removed property
- REDIRECT Template:Code
- Added property
- REDIRECT Template:Code
- Changed function
- REDIRECT Template:Code
- Added function
- REDIRECT Template:Code
- Removed class
- REDIRECT Template:Code
- Removed class
- REDIRECT Template:Code
- Types
- Moved BlockType from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved FluidType from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr Graphical
- Adjusted the falloff of point light sources (e.g., torches, lanterns, etc...) to use a square, Manhattan-based distance metric in the Deferred Technical Preview.
- Tinted ambient light color with point light color for better multi-colored lighting over large distances in the Deferred Technical Preview
Fixes
Template:Fixes Others
- Containers being cloned over no longer keep their container screens open and no longer cause crashes.
- Fixed a rare crash that could occur with the “Seven Seas” achievement.
- Fixed a bug that kept the previewed item on the paper doll even after navigating back using the sidebar.
- All unowned and owned emotes should now be discoverable within the emotes section of Dressing Room.
- The Friends drawer on the Play screen now makes sounds when Template:Sound and Template:Sound.
- Fixed a crash that could occur when players placed or destroyed any block and then Save & Quit with Ray Tracing enabled.
- Fixed issue where ActionFormData buttons could not be clicked if there were more than 255 buttons in the form
References
<references group="">
</references>
de:Bedrock Edition beta 1.20.60.22 es:Bedrock Edition beta 1.20.60.22 ko:Bedrock Edition 프리뷰 1.20.60.22 pt:Edição Bedrock Preview 1.20.60.22 uk:Preview 1.20.60.22 (Bedrock Edition) zh:基岩版1.20.60.22