diff --git a/snapshots/_posts/2024-08-27-24w33a.md b/snapshots/_posts/2024-08-27-24w33a.md index 7bf30c8..87b9db1 100644 --- a/snapshots/_posts/2024-08-27-24w33a.md +++ b/snapshots/_posts/2024-08-27-24w33a.md @@ -8,7 +8,7 @@ As summer vacation ends, Mojang gives us one of the biggest snapshots ever. See ## Mobs -Mobs can now perform smash attacks with the mace, fixing [MC-269428](https://bugs.mojang.com/browse/MC-269428). The attack does the same damage and knockback as when a player performs a smash attack. **The mob does not reset its momentum or accumulated fall distance**, so the mob will still take full fall damage. +Mobs can now perform smash attacks with the mace, fixing [MC-269428](https://bugs.mojang.com/browse/MC-269428). The attack does the same damage and knockback as when a player performs a smash attack. **The mob does not reset its momentum or accumulated fall distance**, so the mob will take fall damage from the full height of the drop. Mobs used to search for attackable targets within a 4 block vertical range of the mob's hitbox. The vertical search range was changed to `follow_range` blocks, fixing [MC-121013](https://bugs.mojang.com/browse/MC-121013). @@ -39,7 +39,7 @@ Breezes now remember mobs for **5 seconds** after line of sight is lost, fixing ### Drowned -If a drowned has a trident enchanted with Impaling, Loyalty, or Channeling, those enchantments will now function correctly. Riptide does not work. Since Drowned do not keep track of item durability, the Unbreaking and Mending enchantments have no effect. +If a drowned has a trident enchanted with Impaling, Loyalty, or Channeling, those enchantments will now function correctly. Riptide still does not work. Since Drowned do not keep track of item durability, the Unbreaking and Mending enchantments have no effect. ### Zoglin @@ -115,7 +115,7 @@ The following structure files were modified. Note that `quadrant_1-4.nbt` is sho ## Misc -Players can no longer fill cauldrons with lava or powder snow if the block above is water or a waterlogged block, fixing [MC-203748](https://bugs.mojang.com/browse/MC-203748) and [MC-240948](https://bugs.mojang.com/browse/MC-240948). Players can still place water on top of lava cauldrons and push cauldrons underwater with pistons. +Players can no longer fill cauldrons with lava or powder snow if the block above is water or a waterlogged block, fixing [MC-203748](https://bugs.mojang.com/browse/MC-203748) and [MC-240948](https://bugs.mojang.com/browse/MC-240948). Players can still place water on top of lava or powder snow cauldrons and push cauldrons underwater with pistons. Experience caps at 2147483647 levels, fixing [MC-3266](https://bugs.mojang.com/browse/MC-3266). @@ -268,3 +268,7 @@ If the number of characters filtered (size of `redactedTextIndex`) is greater th - Clarify raid mechanics +### September 7 2024 + +- Clarify that powder snow cauldrons are included +