Minecraft:Bedrock Edition Preview 1.20.60.25: Difference between revisions
More actions
imported>Ja17 m ko interwiki |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 26: | Line 26: | ||
== Changes == | == Changes == | ||
===Blocks=== | ===Blocks=== | ||
''' | '''Large Chest and [[Minecraft:Trapped Chest|Large Trapped Chest]]''' | ||
*Slightly changed their texture. | *Slightly changed their texture. | ||
===World generation=== | ===World generation=== | ||
''' | '''Trees''' | ||
*The limitations on which blocks can be replaced by Dark Oak and Acacia trees now also apply to their branches, not just their trunks. | *The limitations on which blocks can be replaced by Dark Oak and Acacia trees now also apply to their branches, not just their trunks. | ||
===Technical=== | ===Technical=== | ||
'''API''' | '''API''' | ||
*Changed "Unsupported or out of bounds value.." errors to use {{ | *Changed "Unsupported or out of bounds value.." errors to use {{MC/Cd|ArgumentOutOfBoundsError}} Error type | ||
'''Blocks''' | '''Blocks''' | ||
*Added the ability for data-driven blocks to remove faces in the geometry when abutting a full and opaque block. | *Added the ability for data-driven blocks to remove faces in the geometry when abutting a full and opaque block. | ||
**A new field has been added to the Block Geometry Component, which references a new Culling .json file (found in the resource pack block_culling directory) that sets up culling rules for the tessellated geometry. | **A new field has been added to the Block Geometry Component, which references a new Culling .json file (found in the resource pack block_culling directory) that sets up culling rules for the tessellated geometry. | ||
'''Dimension API''' | '''Dimension API''' | ||
* {{ | * {{MC/Cd|setWeather}} method argument duration now uses {{MC/Cd|ArgumentOutOfBoundsError}} Error type. | ||
== Experimental == | == Experimental == | ||
| Line 49: | Line 49: | ||
* If the Trial Spawner has less than two seconds remaining to spawn a mob when detecting a player, the spawn delay is set to two seconds. | * If the Trial Spawner has less than two seconds remaining to spawn a mob when detecting a player, the spawn delay is set to two seconds. | ||
====Mobs==== | ====Mobs==== | ||
''' | '''Breeze''' | ||
*The Breeze now reflects all projectiles. | *The Breeze now reflects all projectiles. | ||
*The Breeze now reflects projectiles back toward the shooting entity, with a 40-degree spread. | *The Breeze now reflects projectiles back toward the shooting entity, with a 40-degree spread. | ||
| Line 55: | Line 55: | ||
====Technical==== | ====Technical==== | ||
'''API''' | '''API''' | ||
*{{ | *{{MC/Cd|PropertyOutOfBoundsError}} | ||
**Added a new {{ | **Added a new {{MC/Cd|PropertyOutOfBoundsError}} that throws when a property that is bounded is set out of bounds. | ||
*{{ | *{{MC/Cd|ContainerSlot}} APIs now throw an {{MC/Cd|InvalidContainerSlotError}} if the container slot is invalid, or if a property is set on an empty slot. | ||
*Property {{ | *Property {{MC/Cd|typeId}} no longer returns undefined for empty slots, but instead throws an {{MC/Cd|InvalidContainerSlotError}}. | ||
*Added function {{ | *Added function {{MC/Cd|hasItem}} - Returns whether the slot contains an item. | ||
*Added function {{ | *Added function {{MC/Cd|getCanPlaceOn}} - Returns an array of block identifiers that the item can be placed on. | ||
*Added function {{ | *Added function {{MC/Cd|getCanDestroy}} - Returns an array of block identifiers that the item can destroy when used. | ||
== Fixes == | == Fixes == | ||
| Line 78: | Line 78: | ||
|177409|Need a Mint achievement received through crafting | |177409|Need a Mint achievement received through crafting | ||
|;previous | |;previous | ||
|177195|{{ | |177195|{{MC/Cmd|/execute if blocks}} succeeds when given unloaded coordinates | ||
|177696|Health bar of rideable animals disappear | |177696|Health bar of rideable animals disappear | ||
|otherissuescount=5}} | |otherissuescount=5}} | ||
| Line 89: | Line 89: | ||
== 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]] | ||
de:Bedrock Edition beta 1.20.60.25 | |||
es:Bedrock Edition beta 1.20.60.25 | |||
ko:Bedrock Edition 프리뷰 1.20.60.25 | |||
pt:Edição Bedrock Preview 1.20.60.25 | |||
uk:Preview 1.20.60.25 (Bedrock Edition) | |||
zh:基岩版1.20.60.25 | |||
Latest revision as of 19:20, 9 April 2026
Beta 1.20.60.25 (Android) or Preview 1.20.60.25 (Windows, iOS, iPadOS, Xbox) is the sixth beta/Preview version for Minecraft:Bedrock Edition 1.20.60, released on January 10, 2024,<ref>Template:Cite</ref> which fixes bugs.
Changes
Blocks
Large Chest and Large Trapped Chest
- Slightly changed their texture.
World generation
Trees
- The limitations on which blocks can be replaced by Dark Oak and Acacia trees now also apply to their branches, not just their trunks.
Technical
API
- Changed "Unsupported or out of bounds value.." errors to use
- REDIRECT Template:Code
Template:Redr Error type Blocks
- Added the ability for data-driven blocks to remove faces in the geometry when abutting a full and opaque block.
- A new field has been added to the Block Geometry Component, which references a new Culling .json file (found in the resource pack block_culling directory) that sets up culling rules for the tessellated geometry.
Dimension API
- REDIRECT Template:Code
Template:Redr method argument duration now uses
- REDIRECT Template:Code
Template:Redr Error type.
Experimental
These additions and changes are accessible by enabling the "Update 1.21", and "Beta APIs" experimental toggle.
Changes
Blocks
- If the Trial Spawner has less than two seconds remaining to spawn a mob when detecting a player, the spawn delay is set to two seconds.
Mobs
Breeze
- The Breeze now reflects all projectiles.
- The Breeze now reflects projectiles back toward the shooting entity, with a 40-degree spread.
- The pixels at the bottom of the Breeze's torso rods now match with their surrounding colors.
Technical
API
- REDIRECT Template:Code
- Added a new
- REDIRECT Template:Code
Template:Redr that throws when a property that is bounded is set out of bounds.
- REDIRECT Template:Code
Template:Redr APIs now throw an
- REDIRECT Template:Code
Template:Redr if the container slot is invalid, or if a property is set on an empty slot.
- Property
- REDIRECT Template:Code
Template:Redr no longer returns undefined for empty slots, but instead throws an
- REDIRECT Template:Code
- Added function
- REDIRECT Template:Code
Template:Redr - Returns whether the slot contains an item.
- Added function
- REDIRECT Template:Code
Template:Redr - Returns an array of block identifiers that the item can be placed on.
- Added function
- REDIRECT Template:Code
Template:Redr - Returns an array of block identifiers that the item can destroy when used.
Fixes
Template:Fixes Others
- Containers being cloned no longer keep their container screens open or cause crashes.
- Fixed a bug that could cause infinite loading while joining a Realm
- Hud command now works as expected – the /hud command allows creators to show/hide each element individually as well as show/hide all. Hiding one element no longer hides 'all' elements.
- Fixed an issue causing caves to appear illuminated by the sun (aka “Light Leaking”) in the Deferred Technical Preview
- Volumetric fog is no longer affected by sunlight in enclosed spaces in the Deferred Technical Preview
References
<references group="">
</references>
de:Bedrock Edition beta 1.20.60.25 es:Bedrock Edition beta 1.20.60.25 ko:Bedrock Edition 프리뷰 1.20.60.25 pt:Edição Bedrock Preview 1.20.60.25 uk:Preview 1.20.60.25 (Bedrock Edition) zh:基岩版1.20.60.25