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

Minecraft 1.16.230.52 Changelog

Axolotl

  • Spawning - axolotls will spawn underground, in water
  • Tempting & Breeding - Holding a bucket of tropical fish will cause nearby axolotls to follow the player on both land and water. Axolotls cannot be tamed but they can be bred by feeding them buckets of tropical fish
  • Attacking - axolotls will attack fish, squid, drowned, and guardians!
  • Colours - axolotls come in a variety of colours, all with an equal chance of spawning except for blue. Blue axolotls have a small chance of spawning as a mutation when breeding 2 axolotls
  • Drying Out - axolotls can survive on dry land for a few minutes. After that they will start to dry out and take continuous damage until rehydrated
  • Playing Dead - When taking damage, there is a chance that the axolotl will play dead. While playing dead, the axolotl will regenerate health and mobs will be unable to target the axolotl
  • Combat Regeneration - When a player kills a mob that the axolotl was attacking, they are rewarded with the regeneration effect and their mining fatigue is removed if they have it
  • Bucketing - axolotls can be picked up with buckets, like fish

Deepslate

The following Deepslate blocks have been added:

  • Deepslate
  • Cobbled Deepslate
  • Cobbled Deepslate Slab
  • Cobbled Deepslate Stairs
  • Cobbled Deepslate Wall
  • Polished Deepslate
  • Polished Deepslate Slab
  • Polished Deepslate Stairs
  • Polished Deepslate Wall
  • Deepslate Tiles
  • Deepslate Tile Slab
  • Deepslate Tile Stairs
  • Deepslate Tile Wall
  • Deepslate Bricks
  • Deepslate Brick Slab
  • Deepslate Brick Stairs
  • Deepslate Brick Wall
  • Deepslate Lapis Ore
  • Deepslate Iron Ore
  • Deepslate Gold Ore
  • Deepslate Redstone Ore
  • Deepslate Diamond Ore
  • Deepslate Coal Ore
  • Deepslate Emerald Ore
  • Deepslate Copper Ore
  • CrackedDeepslateTiles
  • CrackedDeepslateBricks
  • Chiseled Deepslate

Generation

  • Deepslate is generated in blobs below y = 16
  • Ore is generated as normal, when ore is generated where Deepslate has been generated, Deepslate ore is generated instead

Known Issues:

  • Axolotls don't spawn naturally in the world
  • Leads attached to axolotls float too high above their heads

Bug Fixes and Tweaks

General

  • Improved underwater visibility in all sorts of water, water-filled caverns in particular
  • Oxidized Copper Block variants can now be waxed!
  • Tweaked which blocks can be placed on pointed dripstone, to match the Java Edition
  • Pointed dripstone now correctly breaks when pushed by piston
  • Dripstone and pointed dripstone now have correct sounds when walking/jumping on them
  • Glow lichen is now under the nature category of the Creative inventory
  • Lightning Rods now correctly activate Observers when struck by lightning
  • Big dripleaf can now be waterlogged
  • Big dripleaf now untilts correctly after getting hit by a projectile
  • Small dripleaf can now also be placed on dirt, farmland, grass, moss block, and podzol as long as its stem is underwater
  • Moss block now blocks water
  • Ladder, vines, twisting vines, weeping vines, sweet berry bush, nether sprouts, and fire can now be placed on Moss blocks
  • Spore Blossom correctly drop itself when broken with Shears
  • Mobs can now pathfind across moss blocks
  • Lush caves can now contain classic "jungle" vines
  • Fixed a bug where the screen reader did not read the focused button on some screens
  • Fixed a bug where English screen reader pronounced "A button" as "a button", now saying "Button A" instead
  • Trident in Players' and Mobs' hands are now correctly positioned in all perspective modes
  • Trident raising animation modified for first person to more closely match the previous version
  • Water Buckets can now be used to pick up fish

Mobs

  • Rabbits can now raid carrot crops
  • Animals can no longer be fed infinitely until they are bred

Technical Fixes and Changes

GameTest Framework updated interfaces:

  • GameTest
    • function assertEntityData(position : BlockLocation, entityIdentifier : string, callback : function(entity: Entity)) - Asserts that the given condition is true for all entities of the given type at the given location
    • function spawnItem(itemType : ItemStack, position : Location) - Spawns an item at the given location
    • function assertIsWaterlogged(position : BlockLocation, isWaterlogged : bool) - Asserts that the block at the given location is waterlogged
    • function assertRedstonePower(position : BlockLocation, power : number) - Asserts the redstone power level at the given location
    • Added Commands.run
  • New Effect APIs on the Entity Type
  • function getAmplifier() - Gets the effect's amplifier level
  • function getDuration() - Gets the effect's remaining duration
  • function addEffect(effectType : EffectType, duration : number, amplifier: number) - Adds an effect to the Entity
  • function getEffect(effectType : EffectType) - Gets an effect from the Entity
  • Updated constructor to ItemStack
  • Updated ItemType
    • constructor (x : number, y: number, z: number) - World coordinate
    • function getName() - gets the item's name
  • Add new enumerations: Minecraft.Effects & Minecraft.Items

Up © 2024 For-Minecraft.com