Minecraft:Bedrock Edition Preview 1.20.60.25: Difference between revisions
From SAS Gaming Wiki
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 26: | Line 26: | ||
== Changes == | == Changes == | ||
===Blocks=== | ===Blocks=== | ||
'''Large Chest and [[Minecraft:Trapped Chest|Large Trapped Chest]]''' | '''[[Minecraft:Large Chest]] and [[Minecraft:Trapped Chest|Large Trapped Chest]]''' | ||
*Slightly changed their texture. | *Slightly changed their texture. | ||
===World generation=== | ===World generation=== | ||
''' | '''[[Minecraft:Tree]]s''' | ||
*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 {{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''' | ||
* {{ | * {{cd|setWeather}} method argument duration now uses {{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''' | '''[[Minecraft: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''' | ||
*{{ | *{{cd|PropertyOutOfBoundsError}} | ||
**Added a new {{ | **Added a new {{cd|PropertyOutOfBoundsError}} that throws when a property that is bounded is set out of bounds. | ||
*{{ | *{{cd|ContainerSlot}} APIs now throw an {{cd|InvalidContainerSlotError}} if the container slot is invalid, or if a property is set on an empty slot. | ||
*Property {{ | *Property {{cd|typeId}} no longer returns undefined for empty slots, but instead throws an {{cd|InvalidContainerSlotError}}. | ||
*Added function {{ | *Added function {{cd|hasItem}} - Returns whether the slot contains an item. | ||
*Added function {{ | *Added function {{cd|getCanPlaceOn}} - Returns an array of block identifiers that the item can be placed on. | ||
*Added function {{ | *Added function {{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|{{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 == | ||
{{ | {{reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|1.2x}} | ||
[[ | [[Minecraft:de:Bedrock Edition beta 1.20.60.25]] | ||
de:Bedrock Edition beta 1.20.60.25 | [[Minecraft:es:Bedrock Edition beta 1.20.60.25]] | ||
es:Bedrock Edition beta 1.20.60.25 | [[Minecraft:ko:Bedrock Edition 프리뷰 1.20.60.25]] | ||
ko:Bedrock Edition 프리뷰 1.20.60.25 | [[Minecraft:pt:Edição Bedrock Preview 1.20.60.25]] | ||
pt:Edição Bedrock Preview 1.20.60.25 | [[Minecraft:uk:Preview 1.20.60.25 (Bedrock Edition)]] | ||
uk:Preview 1.20.60.25 (Bedrock Edition) | [[Minecraft:zh:基岩版1.20.60.25]] | ||
zh:基岩版1.20.60.25 | |||
Latest revision as of 11:06, 27 May 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
Minecraft:Large Chest and Large Trapped Chest
- Slightly changed their texture.
World generation
- 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 Template:Cd 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
- Template:Cd method argument duration now uses Template:Cd 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
- 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
- Template:Cd
- Added a new Template:Cd that throws when a property that is bounded is set out of bounds.
- Template:Cd APIs now throw an Template:Cd if the container slot is invalid, or if a property is set on an empty slot.
- Property Template:Cd no longer returns undefined for empty slots, but instead throws an Template:Cd.
- Added function Template:Cd - Returns whether the slot contains an item.
- Added function Template:Cd - Returns an array of block identifiers that the item can be placed on.
- Added function Template:Cd - 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
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 1.20.60.25 Minecraft:es:Bedrock Edition beta 1.20.60.25 Minecraft:ko:Bedrock Edition 프리뷰 1.20.60.25 Minecraft:pt:Edição Bedrock Preview 1.20.60.25 Minecraft:uk:Preview 1.20.60.25 (Bedrock Edition) Minecraft:zh:基岩版1.20.60.25