«    April 2024    »
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930 
April 2024 (26)
March 2024 (25)
February 2024 (20)
January 2024 (18)
December 2023 (19)
November 2023 (34)
 
For-Minecraft.com » Minecraft PE 1.19.0.26 (27) Changelog

Minecraft PE 1.19.0.26 (27) Changelog

Features and Bug Fixes

Sounds

  • Added new music for The Wild Update
  • Frogs now use all hurt sounds
  • Froglights now have the correct breaking sound

Ancient Cities

  • Soul Lanterns no longer generate on air blocks in Ancient Cities
  • The City Center structure now forms a complete rectangle of Reinforced Deepslate
  • Added Echo Shards to the Ancient City loot chests
  • Updated Ancient City structures to match Java

Warden

  • Warden now has a Sonic Boom attack that deals ranged damage and knockback to the target it strikes
  • Warden no longer “sniffs” while it has a target
  • Prevent the Warden from digging down if it sniffs a target
  • Warden can now be pushed by other mobs
  • Warden now gets angry at all mobs that bump into it
  • Fixed a crash when swapping between game modes when attacking the Warden
  • Warden now gives correct amount of XP

Allay

  • Allay interact tooltip now says "Give item to Allay"

Blocks

  • Wither can't destroy Reinforced Deepslate anymore
  • Ender Dragon can't destroy Reinforced Deepslate anymore
  • Reinforced Deepslate has been moved to the Nature tab in Creative Inventory

Mud Brick Block

  • Mud Brick Stairs/Slabs/Walls are now grouped properly

Gameplay

  • Fixed game crash when using the Material Reducer (Education Edition feature)
  • Fixed Light Blocks being destroyable from within while underwater
  • Fixed issue with experience gained when taking item from incorrect slot while using Furnace
  • Allow Mangrove Roots and Propagules to be compostable
  • Allow most plants and saplings to be placeable on Mud and Muddy Mangrove Roots. This includes all Flowers, Saplings, Bamboo, Sugar Canes, Big Dripleaf, and Sweet Berry Bushes
  • Allow Mangrove Roots to generate through Snow Layers
  • Tadpoles can now be tempted with Slimeballs

Touch Control Settings

  • Static Joystick toggle no longer gets disabled upon Move Joystick toggles getting disabled

Graphical

  • Updated Boat and Chest Boat item icon textures to make them consistent with Java Edition

Villages

Raids

  • Illagers are now allowed to migrate to other villages and progress raids

Technical Updates

JSON

  • Fixed an issue that caused weights to not be used for Music

GameTest Framework (Experimental)

  • Updated the GameTest Framework interface to add read-only scoreboard support
  • World
    • scoreboard : Scoreboard - Access world's scoreboard
  • Entity
    • scoreboard : ScoreboardIdentity - Access the entities scoreboard identity
  • Scoreboard - Object representing the scoreboard data
    • getObjective(objectiveId : String) : ScoreboardObjective - Method to get a specific objective (by id)
    • getObjectives : ScoreboardObjective[] - Method to get all objectives
    • getParticipants : ScoreboardIdentity[] - Method to get all scoreboard identities
  • ScoreboardObjective - Object representing a scoreboard objective
    • id : String - (read-only) scoreboard identifier
    • displayName : String - (read-only) scoreboard display name
    • getParticipants : ScoreboardIdentity[] - Method to get all objective participant identities
    • getScores : ScoreboardScoreInfo[] - Method to get the score info for all participants
    • getScore(participant : ScoreboardIdentity) : Int - Method to get the score value of a participant
  • ScoreboardIdentity - Object representing a scoreboard participant
    • type : ScoreboardIdentityType - (read-only) enum representing the type of identity
    • id : Int - (read-only) Unique identifier for the identity
    • displayName : String - (read-only) display name for the identity
    • getEntity : ScriptActor - get the ScriptActor handle associated with the identity
  • ScoreboardIdentityType - Enum representing identity types : .Entity - An entity .FakePlayer - A fake identity .Player - A player
  • ScoreboardScoreInfo - Score-Identity pair for an objective
    • participant : ScoreboardIdentity - (read-only) The participant
    • score : Int - (read-only) The score

Up © 2024 For-Minecraft.com