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.19.60.25: Difference between revisions

From SAS Gaming Wiki
No edit summary
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
* Added a unique button click sound.
* Added a unique button click sound.


'''[[Minecraft:Crimson]] and [[Minecraft:Warped]] blocks'''
'''Crimson and Warped blocks'''
* Now have a unique set of sounds.
* Now have a unique set of sounds.


Line 42: Line 42:


=== Mobs ===
=== Mobs ===
'''[[Minecraft:Donkey]], [[Minecraft:Mule]], [[Minecraft:Skeleton Horse]], and [[Minecraft:Zombie Horse]]'''
'''Donkey, Mule, Skeleton Horse, and Zombie Horse'''
* Changed their textures.
* Changed their textures.


Line 61: Line 61:


==== Mobs ====
==== Mobs ====
'''[[Minecraft:Camel]]s'''
'''Camels'''
* No longer get pulled into rideable entities (i.e boats and minecarts).
* No longer get pulled into rideable entities (i.e boats and minecarts).


Line 154: Line 154:


== References ==
== References ==
{{reflist}}
{{MC/Reflist}}


== Navigation ==
== Navigation ==
{{Navbox Bedrock Edition versions|1.1x}}
{{MC/Navbox Bedrock Edition versions|1.1x}}


[[Category:Bedrock Edition 1.19.60 betas]]
[[Category:Bedrock Edition 1.19.60 betas]]
[[Minecraft:de:Bedrock Edition beta 1.19.60.25]]
de:Bedrock Edition beta 1.19.60.25
[[Minecraft:es:Bedrock Edition beta 1.19.60.25]]
es:Bedrock Edition beta 1.19.60.25
[[Minecraft:pt:Edição Bedrock Preview 1.19.60.25]]
pt:Edição Bedrock Preview 1.19.60.25
[[Minecraft:zh:基岩版1.19.60.25]]
zh:基岩版1.19.60.25

Latest revision as of 19:18, 9 April 2026

Template:Infobox version

Beta 1.19.60.25 (Android) or Preview 1.19.60.25 (Windows, iOS, iPadOS, Xbox) is the fifth beta/Preview version for Minecraft:Bedrock Edition 1.19.60, released on January 5, 2023,<ref>Template:Cite</ref> which fixes bugs. This is the first beta/Preview released in 2023.

Changes

Blocks

Minecraft:Buttons

  • Added a unique button click sound.

Crimson and Warped blocks

  • Now have a unique set of sounds.

Minecraft:Doors, Minecraft:Fence Gates and Minecraft:Trapdoors

  • Now use the same opening and closing sounds as Java Edition.

Minecraft:Pressure Plates

  • Now have different sound pitches based on their behavior to match Java Edition.

Items

Minecraft:Spawn Eggs

  • Wither and Ender Dragon spawn eggs are no longer available in the Creative Inventory, but are still obtainable via commands.

Mobs

Donkey, Mule, Skeleton Horse, and Zombie Horse

  • Changed their textures.

Minecraft:Piglins

  • Can once again spawn at light levels above 7 in the Nether.

Technical

General

  • Added content error for the condition that Custom blocks with permutations or properties fail to load in non-experimental worlds for JSON formats 1.19.60 and onward.

Experimental

These additions and changes are accessible by enabling the "Beta APIs" and "Next Major Update" experimental toggle.

Changes

Blocks

Minecraft:Heads

  • Mob heads can now be placed on top of note blocks without sneaking.

Mobs

Camels

  • No longer get pulled into rideable entities (i.e boats and minecarts).

Technical

API

  • Entity
    • Fixed a bug where the getEffect method could return an invalid Effect (and another case where an Effect could become invalid after a new Effect was added).
  • EntityHurtEvent
    • Added read-only property damageSource: EntityDamageSource - Gets information about the damage source.
  • EntityDamageSource
    • Added property cause: EntityDamageCause - Gets the damage cause.
    • Added property damagingEntity?: Entity - Gets the damaging Entity.
    • Added property damagingProjectile?: Entity - Gets the damaging projectile Entity.
    • Added function applyDamage(amount: number, source?: EntityDamageSource): boolean - Applies damage to the Entity and returns the result of the operation.
  • Dimension
    • Added function fillBlocks(begin: BlockLocation, end: BlockLocation, block: BlockPermutation | BlockType, options?: BlockFillOptions): number
      • Fills an area between begin and end with block of type block. Returns number of blocks placed.
    • Added new interface BlockFillOptions with member matchingBlock?: BlockPermutation | BlockType.
      • Used with fillBlocks to apply additional options, such as only filling blocks matching matchingBlock.
  • Player
    • Added function addLevels(amount: number): number - Adds/Removes level to/from the Player and returns the current level of the Player.
    • Added function addExperience(amount: number): number - Adds/Removes experience to/from the Player and returns the current experience of the Player.
    • Added function resetLevel(): void - Resets the level of the Player.
    • Added function getTotalXp(): number - Gets the total experience of the Player.
    • Added read-only property level - Gets the level of the Player.
    • Added read-only property xpEarnedAtCurrentLevel - Gets the experience earned at the current level of the Player.
    • Added read-only property totalXpNeededForNextLevel - Gets the total experience required for the current level of the Player.

Recipes

  • Renamed and converted all Smithing Table recipes to use the newly introduced “minecraft:recipe_smithing_transform” recipe format.

Fixes

Gameplay

  • Camels no longer get pulled into rideable entities (Template:Bug).

Touch Controls

  • Correct dismount tip now shows if not using classic touch controls.

Blocks

  • Crimson and Warped block sets now have a unique set of sounds.

Commands

  • Fixed potential crash when teleporting players to other dimensions using commands (Template:Bug).

Commands Parity

  • Running Template:Cmd on a player that doesn’t have a score set now returns false (Template:Bug).
  • Template:Cmd no longer accepts selectors that can return multiple entities (ie. @e, @a).

General

  • Redstone Dust now emits a sound when placed on the ground (Template:Bug).
  • Player now responds correctly to speed changes using minecraft:movement

Input

  • Fixed a bug where the mouse cursor was visible and is no longer usable to control the player camera on the HUD screen after exiting the menu screen with a touch while moving the mouse around.

Mobs

  • Players can now “pick” Iron Golems, Snow Golems, Withers, and Ender Dragons, obtaining their respective Spawn Eggs (Template:Bug).
  • Piglins can once again spawn at light levels above 7 in the Nether (Template:Bug).

Evoker

  • Evokers now play a ‘sit’ animation when riding a mount or vehicle (Template:Bug).

Particle Effects

  • Updated particles documentation with descriptions of new materials and included example particles in the example resource pack.

Performance and Stability

  • Fixed potential crash when using “instant_despawn” component.
  • Fixed potential crash when loading actors.

Stability and Performance

  • ClientSide LevelChunk generation is now Server authoritative, preventing Clients from generating unnecessary chunks.

Touch Controls

  • Resolved an issue that pressing the inventory button could interact with the world instead of opening the inventory on some devices (Template:Bug).
  • Fixed an issue that players couldn’t scroll pages when one row was off-screen (Template:Bug, Template:Bug).
  • Added several levels of intervals for repeat crafting when holding on the crafted items.
  • Removed the camera movement delay when the player swiped from the attack and build buttons in crosshair mode.
  • The touch focus circle has been reactivated with the new touch controls (not in Crosshair mode).

User Interface

  • Toast notifications can now be swiped away on touch devices in-game.
  • Touch control settings section is no longer visible on Xbox.

Vanilla Parity

  • Change various blocks’ map colors to match Java Edition (Template:Bug).
  • Change frogspawn map color to match Java Edition (Template:Bug).
  • Change bed block map colors to match Java Edition (Template:Bug).

Blocks

  • Wooden Doors, Iron Doors, Wooden Trapdoors, Iron Trapdoors and Fence Gates now use the same opening and closing sounds as Java Edition.
  • Updated Pressure Plates to have different sound pitches based on their behavior to match Java Edition.
  • Added a unique button click sound for Wooden Buttons to match Java Edition.

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.19.60.25 es:Bedrock Edition beta 1.19.60.25 pt:Edição Bedrock Preview 1.19.60.25 zh:基岩版1.19.60.25