Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition Preview 1.20.60.25: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 35: Line 35:
===Technical===
===Technical===
'''API'''
'''API'''
*Changed "Unsupported or out of bounds value.." errors to use {{cd|ArgumentOutOfBoundsError}} Error type  
*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'''
* {{cd|setWeather}} method argument duration now uses {{cd|ArgumentOutOfBoundsError}} Error type.
* {{MC/Cd|setWeather}} method argument duration now uses {{MC/Cd|ArgumentOutOfBoundsError}} Error type.


== Experimental ==
== Experimental ==
Line 55: Line 55:
====Technical====
====Technical====
'''API'''
'''API'''
*{{cd|PropertyOutOfBoundsError}}
*{{MC/Cd|PropertyOutOfBoundsError}}
**Added a new {{cd|PropertyOutOfBoundsError}} that throws when a property that is bounded is set out of bounds.
**Added a new {{MC/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.
*{{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 {{cd|typeId}} no longer returns undefined for empty slots, but instead throws an {{cd|InvalidContainerSlotError}}.
*Property {{MC/Cd|typeId}} no longer returns undefined for empty slots, but instead throws an {{MC/Cd|InvalidContainerSlotError}}.
*Added function {{cd|hasItem}} - Returns whether the slot contains an item.
*Added function {{MC/Cd|hasItem}} - Returns whether the slot contains an item.
*Added function {{cd|getCanPlaceOn}} - Returns an array of block identifiers that the item can be placed on.
*Added function {{MC/Cd|getCanPlaceOn}} - Returns an array of block identifiers that the item can be placed on.
*Added function {{cd|getCanDestroy}} - Returns an array of block identifiers that the item can destroy when used.
*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|{{cmd|/execute if blocks}} succeeds when given unloaded coordinates
|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 ==
{{reflist}}
{{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

Template:Infobox version

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
  1. 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

  1. REDIRECT Template:Code

Template:Redr method argument duration now uses

  1. 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

Minecraft:Trial Spawner

  • 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

  1. REDIRECT Template:Code

Template:Redr

    • Added a new
  1. REDIRECT Template:Code

Template:Redr that throws when a property that is bounded is set out of bounds.

  1. REDIRECT Template:Code

Template:Redr APIs now throw an

  1. REDIRECT Template:Code

Template:Redr if the container slot is invalid, or if a property is set on an empty slot.

  • Property
  1. REDIRECT Template:Code

Template:Redr no longer returns undefined for empty slots, but instead throws an

  1. REDIRECT Template:Code

Template:Redr.

  • Added function
  1. REDIRECT Template:Code

Template:Redr - Returns whether the slot contains an item.

  • Added function
  1. REDIRECT Template:Code

Template:Redr - Returns an array of block identifiers that the item can be placed on.

  • Added function
  1. 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>

Navigation

Template:BlockSprite Demo
(Guide)
Template:BlockSprite 0.1
(Guide)
Template:FileLink 0.2
(Guide)
Template:BlockSprite 0.3
(Guide)
Template:BlockSprite 0.4
(Guide)
Template:BlockSprite 0.5
(Guide)
Template:ItemSprite 0.6
(Guide)
Template:ItemSprite 0.7
(Guide)
v0.7.0
Template:LegacyItemSprite 0.8
(Guide)
v0.8.0
Template:LegacyBlockSprite 0.9
(Guide)
v0.9.0
Template:EnvSprite 0.10
(Guide)
v0.10.0
Template:ItemSprite 0.11
(Guide)
v0.11.0
Template:EnvSprite 0.12
(Guide)
v0.12.1
Template:ItemSprite 0.13
(Guide)
v0.13.0
Template:ItemSprite Overworld Update
(Guide)
v0.14.0
Template:EntitySprite Friendly Update
(Guide)
v0.15.0
Realms
v0.15.1
Template:ItemSprite Boss Update
(Guide)
v0.16.0
Template:EntitySprite Ender Update
(Guide)
1.0.0
1.0.3
1.0.4
1.0.5
1.0.6
Template:ItemSprite Discovery Update
(Guide)
1.1.0
1.1.1
1.1.3
Template:FileLink Better Together Update
(Guide)
1.2.0
1.2.3
1.2.5
1.2.6
1.2.10
1.2.13
Template:ItemSprite Update Aquatic (Phase One)
(Guide)
1.4.0
Template:BlockSprite Update Aquatic (Phase Two)
(Guide)
1.5.0
Template:EntitySprite 1.6
(Guide)
1.6.0
Template:BlockSprite 1.7
(Guide)
1.7.0
Template:EntitySprite 1.8
(Guide)
1.8.0
Template:EntitySprite 1.9
(Guide)
1.9.0
Template:BlockSprite Texture Update
(Guide)
1.10.0
Template:EffectSprite Village & Pillage
(Guide)
1.11.0
Template:BlockSprite 1.12
(Guide)
1.12.0
Template:EntitySprite 1.13
(Guide)
1.13.0
Template:EntitySprite Buzzy Bees
(Guide)
1.14.0
1.14.1
1.14.20
1.14.30
Template:ItemSprite Nether Update
(Guide)
1.16.0
1.16.20
1.16.100
1.16.200
RTX Beta
1.16.210
1.16.220
Template:BlockSprite Caves & Cliffs: Part I
(Guide)
1.17.0
1.17.10
1.17.30
1.17.40
Template:BlockSprite Caves & Cliffs: Part II
(Guide)
1.18.0
1.18.10
1.18.30
Template:BlockSprite The Wild Update
(Guide)
1.19.0
1.19.10
1.19.20
1.19.30
1.19.40
1.19.50
1.19.60
1.19.70
1.19.80
Template:ItemSprite Trails & Tales
(Guide)
1.20.0
1.20.10
1.20.30
1.20.40
Template:EntitySprite Bats and Pots
(Guide)
1.20.50
1.20.60
1.20.70
Template:EntitySprite Armored Paws
(Guide)
1.20.80
Template:ItemSprite Tricky Trials
(Guide)
1.21.0
1.21.20
1.21.30
Template:ItemSprite Bundles of Bravery
(Guide)
1.21.40
Template:BlockSprite The Garden Awakens
(Guide)
1.21.50
1.21.60
Template:BlockSprite Spring to Life
(Guide)
1.21.70
1.21.80
Template:EntitySprite Chase the Skies
(Guide)
1.21.90
1.21.100
Template:EntitySprite The Copper Age
(Guide)
1.21.111*
1.21.120
Template:ItemSprite Mounts of Mayhem
(Guide)
1.21.130
26.0
Template:Nowrap

Template:Article other

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