Minecraft Java Edition 1 20 5 Preview And Changes Wiki Guide
1.20.5 is an upcoming minor update with no set release date. The update plans to add armadillos and wolf armor along with fixing many bugs.
Additions
Items
Armadillo Scute
- Dropped by armadillos periodically and when brushed.
- Dispensers can be used to brush armadillo scutes off armadillos.
- Can be used to craft wolf armor.
Spawn Egg
- Added Armadillo spawn egg.
 Wolf Armor
- Crafted with 6 armadillo scutes in a harness shape.
- Protects wolves from damage.
- Wolf Armor gives wolves the same protection level as Diamond Horse Armor.
- Using wolf armor on an adult tamed wolf will equip the armor on the wolf, and using shears will make it drop the armor.
- Only a wolf’s owner can put on / shear off wolf armor. That also excludes dispensers.
- If a Wolf dies while wearing armor, it will drop the armor.
Mobs
Armadillo
- The winner of Minecraft Live 2023’s Mob Vote.
- A passive mob that spawns in savanna and badlands biomes with the same frequency as chickens and pigs.
- Has 12 ( Ã 6)Â health points.
- Can drop armadillo scutes either periodically or when brushed, but drops no loot when killed.
- Armadillos drop scutes at around the same rate as chickens lay eggs.
- Brushing takes some durability from the brush.
- Can be bred with spider eyes.
- If an armadillo detects a threat, it will roll up.
- Threats include:
- A player sprinting.
- A player in a vehicle or mounted.
- Anyone it has been attacked by recently.
- Undead mobs.
- Special cases where an armadillo will not roll up include when it is:
- Fleeing.
- In water or in the air.
- On a leash.
- When an Armadillo is rolled up it cannot walk nor eat, and will not be tempted by food. Additionally, it will be protected by its shell, causing it to take reduced damage and completely negating damage from weaker attacks.
- While rolled up, armadillos will continuously scan for threats. If no threats are detected for 3 seconds (60 ticks), it will unroll.
- Threats include:
Wolf
- Added variants of wolves.
- The familiar pale wolf now spawns in the taiga biome.
- The rusty wolf spawns in the sparse jungle biome.
- The spotted wolf spawns in the savanna plateau.
- The black wolf spawns in old growth pine taiga.
- The striped wolf spawns in wooded badlands.
- The snowy wolf spawns in groves.
- The ashen wolf spawns in the snowy taiga.
- The woods wolf spawns in forests.
- The chestnut wolf spawns in old growth spruce taiga.
- Wolves spawned with the wolf spawn egg will spawn as the variant associated with the biome the egg is used in. They default to pale wolf in any other biome.
- Different wolf types will spawn with different pack sizes.
Command format
/transfer
- New command that triggers a transfer of a player to another server.
- Only exists on dedicated servers.
- Syntax:Â
/transfer <hostname> [<port>] [<players>]
hostname
: String describing the hostname of the server to connect to.port
: Integer denoting the port number of the server to connect to.- If omitted,Â
25565
 is used.
- If omitted,Â
players
: The players to transfer.- If omitted,Â
@s
 is used.
- If omitted,Â
Item modifiers
- AddedÂ
minecraft:set_components
 function.- Adds or replaces the given component on the input item.
conditions
: list of conditions (default:Â[]
):- Conditions to check before applying the function.
components
: map of component id to component value (format varied by id).- Components with aÂ
!
 prefix (e.g.Â"!minecraft:damage": {}
) will cause this component to be removed.
- Components with aÂ
- AddedÂ
minecraft:copy_components
 function.- Copies components from a specified source onto an item.
- This is now used in the Vanilla pack in place of theÂ
minecraft:copy_name
 andÂminecraft:copy_nbt
 functions. conditions
: list of conditions (default:Â[]
):- Conditions to check before applying the function.
source
: source type to pull from.- Currently, can only and must beÂ
"block_entity"
.
- Currently, can only and must beÂ
components
: list of component ids to copy.
General
Attribute
- AddedÂ
generic.fall_damage_multiplier
 attribute to multiply overall fall damage amount.- Default is 1, and the valid range is from 0 to 100.
- AddedÂ
generic.gravity
 attribute that controls blocks/tick^2 acceleration downward.- Default is 0.08, and the valid range is from -1 to +1.
- AddedÂ
generic.safe_fall_distance
 attribute to control the fall distance after which the entity will take fall damage.- Default is 3, and the valid range is from -1024 to +1024.
- Added theÂ
generic.scale
 attribute.- Allows changing the size of any mob to anywhere between 0.0625 and 16 times their default size.
- Added theÂ
generic.step_height
 attribute.- Determines the max height in blocks where a mob can walk above without jumping.
- Default is 0.6, and the valid range is from 0 to 10.
- AddedÂ
player.block_break_speed
 attribute that acts as a multiplier over block breaking speed for players.- The valid range is from 0 to 1024.
- Added theÂ
player.block_interaction_range
 andÂplayer.entity_interaction_range
 attributes.- Determines the maximum range a player can interact with blocks and entities, respectively.
- They both range between 0 and 64, with the default value being 4.5 for blocks and 3 for entities.
Entity predicate
- Added entity sub-predicateÂ
slots
, used to check single or multiple slots on any entity.- For slot ranges, only one slot needs to match for whole entry to pass
- The field contains a map of slot names (same as ones used inÂ
item
 commands) to item predicate
Game rule
- AddedÂ
spawnChunkRadius
 to set the size of the spawn chunks.- Defaults toÂ
2
, equivalent to 3Ã3 entity ticking chunks. - Possible values areÂ
0
 toÂ32
, whereÂ0
 completely disables the spawn chunks andÂ10
 is equivalent to the functionality before this change.
- Defaults toÂ
Inventory
- Added new slot names:
container.*
: containsÂcontainer.0
 toÂcontainer.53
.hotbar.*
: containsÂhotbar.0
 toÂhotbar.8
.inventory.*
: containsÂinventory.0
 toÂinventory.26
.enderchest.*
: containsÂenderchest.0
 toÂenderchest.26
.villager.*
: containsÂvillager.0
 toÂvillager.7
.horse.*
: containsÂhorse.0
 toÂhorse.14
.weapon.*
: containsÂweapon.mainhand
, andÂweapon.offhand
.armor.*
: containsÂarmor.head
,Âarmor.chest
,Âarmor.legs
,Âarmor.feed
, andÂarmor.body
.player.cursor
: item held by player on screen except creative mode.player.crafting.0
,Âplayer.crafting.1
,Âplayer.crafting.2
,Âplayer.crafting.3
, andÂplayer.crafting.*
: player’s crafting slots
Loot Tables
- AddedÂ
gameplay/panda_sneeze
 loot table for drops when pandas sneeze.
Options
- Added “Menu Background Blurriness” in Accessibility Settings.
- Defaults to 50%.
Particles
- AddedÂ
vault_connection
 particle, which shows up when near a vault.
Servers
- Added transfer packets.
- Custom servers can now request that clients connect to another server with a new packet.
- When a client is transferred, it will connect to the target server with a new transfer intent (id 3).
- By default, servers will not accept incoming transfers and will disconnect the client.
- This can be changed by setting theÂ
accepts-transfers
 property toÂtrue
 in theÂserver.properties
 file.
- This can be changed by setting theÂ
- Resource packs are maintained across transfers.
- In the case of a transfer, custom servers can skip authentication with a new flag.
- Added cookie packets.
- Cookie packets allow custom servers to request and store data on a client.
- Each cookie may be up to 5 KiB in size.
- Cookies may be requested during login, configuration and play phases â but only stored during the configuration and play phases.
- Cookies are persisted across server transfers but are not persisted when the player disconnects.
- This allows servers to pass along information such as authentication or custom game data to the new server.
- Cookie packets allow custom servers to request and store data on a client.
- Added an option to configure how region file compression algorithm is handled on dedicated servers.
- Added a dedicated server configuration propertyÂ
region-file-compression
 with 3 possible values:deflate
, the default option. Uses the old algorithm.lz4
 uses LZ4 algorithm, which requires less CPU time to compress and decompress but uses more disk space.none
 does not compress the data.- Consumes significantly more space and requires significant time to read and write, even though CPU is used less.
- Might make sense together with filesystem level compression.
- Changing the compression algorithm will not automatically recompress the world.
- New or updated chunks will use the newly configured algorithm, but the old ones will stay in the previous format.
- Added a dedicated server configuration propertyÂ
- Added a reserved region file compression id for third-party servers to use for custom compression implementations.
- Compression idÂ
127
 can now be used for custom implementations of region file compression. - When used, the version id must be followed by a namespaced string representing the custom algorithm used.
- Compression idÂ
Tags
- Added the following block tags:
#armadillo_spawnable_on
: containsÂ#animals_spawnable_on
,Â#badlands_terracotta
,Âred_sand
, andÂcoarse_dirt
- Controls which blocks the Armadillo can spawn on.
#badlands_terracotta
: containsÂterracotta
,Âwhite_terracotta
,Âyellow_terracotta
,Âorange_terracotta
,Âred_terracotta
,Âbrown_terracotta
, andÂlight_gray_terracotta
#does_not_block_hoppers
: containsÂbeehive
, andÂbee_nest
- Controls which blocks will never disable a hopper when placed above one.
- Added the following damage type tag:
#bypasses_wolf_armor
: containsÂ#bypasses_invulnerability
,Âcramming
,Âdrown
,Âdry_out
,Âfreeze
,Âin_wall
,Âindirect_magic
,Âmagic
,Âoutside_border
,Âstarve
,Âthorns
, andÂwither
- Controls which damage types bypass Wolf Armor.
- Added the following entity type tags:
#aquatic
: containsÂaxolotl
,Âcod
,Âdolphin
,Âelder_guardian
,Âglow_squid
,Âguardian
,Âpufferfish
,Âsalmon
,Âsquid
,Âtadpole
,Âtropical_fish
, andÂturtle
#arthropod
: containsÂbee
,Âendermite
,Âsilverfish
,Âspider
, andÂcave_spider
#ignores_poison_and_regen
: containsÂ#undead
- Controls which entities cannot be affected by Poison and Regeneration effects.
#illager
: containsÂevoker
,Âillusioner
,Âpillager
, andÂvindicator
#illager_friends
: containsÂ#illager
- Controls which entities that illagers will consider allies (unless on a different team).
#inverted_healing_and_harm
: containsÂ#undead
- Controls which entities that have inverted meanings of the Healing and Harm effects.
#not_scary_for_pufferfish
: containsÂcod
,Âdolphin
,Âelder_guardian
,Âglow_squid
,Âguardian
,Âpufferfish
,Âsalmon
,Âsquid
,Âtadpole
,Âtropical_fish
, andÂturtle
- Controls which entities will not cause pufferfish to puff.
#sensitive_to_bane_of_arthropods
: containsÂ#arthropod
- Controls which entities are sensitive to Bane of Arthropods.
#sensitive_to_impaling
: containsÂ#aquatic
- Controls which entities are sensitive to Impaling.
#wither_friends
: containsÂ#undead
- Controls which entities that the Wither will not target and which cannot harm the Wither.
- Added the following item tags:
#chest_armor
: containsÂleather_chestplate
,Âchainmail_chestplate
,Âgolden_chestplate
,Âiron_chestplate
,Âdiamond_chestplate
, andÂnetherite_chestplate
#dyeable
: containsÂleather_helmet
,Âleather_chestplate
,Âleather_leggings
,Âleather_boots
,Âleather_horse_armor
, andÂwolf_armor
#enchantable/foot_armor
: containsÂ#foot_armor
#enchantable/leg_armor
: containsÂ#leg_armor
#enchantable/chest_armor
: containsÂ#chest_armor
#enchantable/head_armor
: containsÂ#head_armor
#enchantable/armor
: containsÂ#enchantable/foot_armor
,Â#enchantable/leg_armor
,Â#enchantable/chest_armor
, andÂ#enchantable/head_armor
#enchantable/weapon
: containsÂ#swords
, andÂ#axes
#enchantable/sword
: containsÂ#swords
#enchantable/mining
: containsÂ#axes
,Â#pickaxes
,Â#shovels
,Â#hoes
, andÂshears
#enchantable/mining_loot
: containsÂ#axes
,Â#pickaxes
,Â#shovels
, andÂ#hoes
#enchantable/fishing
: containsÂfishing_rod
#enchantable/trident
: containsÂtrident
#enchantable/durability
: containsÂ#foot_armor
,Â#leg_armor
,Â#chest_armor
,Â#head_armor
,Âelytra
,Âshield
,Â#swords
,Â#axes
,Â#pickaxes
,Â#shovels
,Â#hoes
,Âbow
,Âcrossbow
,Âtrident
,Âflint_and_steel
,Âshears
,Âbrush
,Âfishing_rod
,Âcarrot_on_a_stick
, andÂwarped_fungus_on_a_stick
#enchantable/bow
: containsÂbow
#enchantable/equippable
: containsÂ#foot_armor
,Â#leg_armor
,Â#chest_armor
,Â#head_armor
,Âelytra
,Â#skulls
, andÂcarved_pumpkin
#enchantable/crossbow
: containsÂcrossbow
#enchantable/vanishing
: containsÂ#enchantable/durability
,Âcompass
,Âcarved_pumpkin
, andÂ#skulls
#foot_armor
: containsÂleather_boots
,Âchainmail_boots
,Âgolden_boots
,Âiron_boots
,Âdiamond_boots
, andÂnetherite_boots
#head_armor
: containsÂleather_helmet
,Âchainmail_helmet
,Âgolden_helmet
,Âiron_helmet
,Âdiamond_helmet
,Ânetherite_helmet
, andÂturtle_helmet
#leg_armor
: containsÂleather_leggings
,Âchainmail_leggings
,Âgolden_leggings
,Âiron_leggings
,Âdiamond_leggings
, andÂnetherite_leggings
#skulls
: containsÂplayer_head
,Âcreeper_head
,Âzombie_head
,Âskeleton_skull
,Âwither_skeleton_skull
,Âdragon_head
, andÂpiglin_head
Changes
Blocks
Grindstone
- No longer accepts items with  unbreakable component but do not have an enchantment.
- If the item above has durability, it can be repaired with an unbreakable item and the output will not inherit  unbreakable component. If the order is swapped, and the item will not be either repaired or disenchanted. If the only item in the slots is an enchanted unbreakable item, it will be disenchanted and  unbreakable component will remain.
- No longer disenchants two enchanted books at the same time.
Hopper
- Improved hopper performance.
- Hoppers will no longer try to pick up item entities if there is a full block placed above it.
- Can, however, still pick up items from beehives and bee nests.
Player Head
- Now stores item name inÂ
custom_name
 tag. - NBT tagÂ
SkullOwner
 andÂExtraType
 is replaced withÂprofile
 to keep a consistent format with the item component form.
Items
General
- NowÂ
count
 will be stored again when there is only 1 item.- Defaults to 1 if this field is invalid.
Turtle Scute
- Renamed Scute to Turtle Scute.
Mobs
General
FactorCalculationData
 has been removed from mob effect instance tags.
Bees and Parrots
- Adjusted their flying behavior to keep them from overshooting their position when flying up and down.
 Cave Spider & Spiders
- Are now scared of armadillos not in a rolled up state.
Horse
- Replaced  ArmorItem with  body_armor_item.
Llama
- Replaced  DecorItem with  body_armor_item.
Shulker
- Are no longer able to destroy armor stands.
Wolf
- Changes to tamed wolves:
- Now have 40 Â Ã 20 instead of 20 Â Ã 10.
- No longer take half damage from most environmental sources like they used to do.
- Feeding a wolf now heals twice as many health points.
- Now only take knockback from snowballs from snow golems, like other mobs, instead of taking damage.
- Now have tag  body_armor_item to store the armor they are wearing.
- The texture of the wolf collar layer has been changed.
- Now spawns on coarse dirt and podzol blocks.
- Now spawns in Sparse Jungle, Savanna Plateau, and Wooded Badlands biomes.
- When summoned using spawn eggs or commands, the variant selection now follows the natural spawning biome rules with the following extensions:
- Rusty Wolf will be selected in all jungle biomes, including Jungle and Bamboo Jungle.
- Spotted Wolf will be selected in all savanna biomes, including Savanna and Windswept Savanna.
- Striped Wolf will be selected in all badlands biomes, including Badlands and Eroded Badlands.
Non-mob entities
Llama Spit
- They now use a new damage typeÂ
spit
 instead ofÂmob_projectile
. - Are no longer able to destroy armor stands.
World Generation
Grove
- Rabbits, wolves, and foxes are now the only animals spawning in the grove biome.
Gameplay
Advancement
- Armadillos are now required for the “Two by Two” advancement.
- The “The Parrots and the Bats” advancement can be granted by breeding armadillos now.
Creative mode
- Ctrl+pick blocking a renamed block (such as a chest) in Creative mode will now give a renamed item.
Enchantments
- The projectile weapon enchantments Infinity, Flame, Multishot, Piercing, Power, and Punch now work on both crossbows and bows, if placed onto the alternative weapon using data manipulation or a change to theÂ
enchantable/*
 tags. - Sharpness, Smite, and Bane of Arthropods can now be applied to axes through an enchanting table, rather than only through an anvil.
- Thorns can now be applied to helmets, leggings, and boots through an enchanting table, rather than only through an anvil.
End portal
- When entities leave or enter the end, the area they arrive in will now stay loaded for 15 seconds, matching the behavior of nether portals.
Spawn chunks
- The size of the spawn chunks changed from radius 10 (19×19 entity ticking chunks) to radius 2 (3×3 entity ticking chunks).
- This was done to reduce memory usage, loading times and CPU usage.
- The developers opted to not fully remove spawn chunks to allow players who currently utilize this functionality to continue to do so.
General
Accessibility
- The default focus is now always set when entering or exiting any menu while navigating using tab or arrow keys.
Attributes
- RenamedÂ
horse.jump_strength
 toÂgeneric.jump_strength
, and now applies to all entities.- This controls the base impulse from a jump (before jump boost or modifier on block).
- Default is 0.42, and the valid range is from 0 to 32.
Create New World screen
- Renamed “Allow cheats” to “Allow commands”.
- Also applies to “Open to LAN” menu.
Data Pack
- The version is nowÂ
35
. - TheÂ
minecraft:sweeping
 enchantment has been renamed toÂminecraft:sweeping_edge
. - Added Advancement Criteria triggerÂ
default_block_use
 which triggers due to the default interaction of a block by a player, such as opening a door. - Added Advancement Criteria triggerÂ
any_block_use
 which triggers due to any type of interaction with a block by a player, such as using an item on the block or its default usage.
Effect
- The background texture of the small effect UI has been changed.
- The former behavior of effects such as Jump Boost, Levitation, and Mining Fatigue over 127 has been replaced with new attributes.
Particles
- Status effect particle colors are no longer blended into one particle color.
- All active visible status effect particles are now rendered separately.
- The frequency of emitting status effect particles has been lowered to clutter the screen less.
Recipe
- Can now specify item component.
Resource Pack
- The version is nowÂ
29
. - TheÂ
ttf
 font provider transforms have been adjusted to have more reasonable defaults.shift
 is no longer applied double, and now directly represents a number of pixels in the game UI.- The font EM square is fitted toÂ
size
 pixels in the game UI, instead of between the font ascender and font descender. - The font baseline is positioned consistently with the default font (7 pixels below line top).
- This means that generally, any font with aÂ
size
 of 9 and noÂshift
 should look correct by default.
Shaders
- RemovedÂ
position_color_normal
 andÂposition_tex_lightmap_color
 shaders. - ReplacedÂ
position_tex_color_normal
 shader withÂrendertype_clouds
.
Tags
- AddedÂ
coarse_dirt
, andÂpodzol
 toÂ#wolves_spawnable_on
.
Tooltip
- No longer appears when hovering outside the containing element.
UI
- The UI has been updated to sport a fresher look and to be more consistent when it comes to the layout of different UI elements, all while retaining the essence and feel of the old screens.
- The menu background dirt texture has been replaced by a darkened background.
- The dirt texture has been moved to the Programmer Art resource pack.
- Outside the game, the menu panorama is displayed across all screen.
- In the game, the world will be visible across all screens.
- Paired with the darkened background is a blur.
- The strength of the blur can be configured in Accessibility Settings.
- In-game screens such as containers and books are not affected by these changes.
- Screen elements such as titles and buttons are positioned more consistently across different screens.
- The Player and World Backups screens in Realms have been updated.
- Lists now have clearer borders at the top and bottom.
- After defeating the ender dragon and entering the end portal, the End Poem and credits are now displayed with a background based on the animated End Portal effect.
Other
- Added an option to use a faster region file compression algorithm on dedicated servers.
- Added a dedicated server configuration propertyÂ
region-file-compression
 with 2 possible values:deflate
, the default option. Uses the old algorithm.lz4
 uses LZ4 algorithm, which requires less CPU time to compress and decompress but uses more disk space.
- Changing the compression algorithm will not automatically recompress the world.
- New or updated chunks will use the newly configured algorithm, but the old ones will stay in the previous format.
- Added a dedicated server configuration propertyÂ
- Introduced changes to optimizing worlds.
- Optimizing singleplayer worlds and running dedicated server withÂ
forceUpgrade
 now also upgrades contents ofÂentities
 andÂpoi
 directories of the world. - NewÂ
recreateRegionFiles
 dedicated server startup parameter.- It will trigger world optimization similar toÂ
forceUpgrade
, but will also rewrite all the chunks independently of whether they have been upgraded. - This will create fresh and defragmented region files.
- Using this parameter after changing theÂ
region-file-compression
 server property will recompress all region files in the new format.
- It will trigger world optimization similar toÂ
- Optimizing singleplayer worlds and running dedicated server withÂ
- Improved server TPS debug chart.
- As before, it is accessible by pressingÂ
F3 + 2
 in a Singleplayer world. - The bottom dark red section of the chart displays the time spent during the main logic of the server tick. It is equivalent to the value displayed in the old chart.
- The light brown section displays time spent on running scheduled tasks.
- The purple section displays time spent executing all other code during the tick.
- The top light green (or yellow or red depending on lag) section displays time spent idling, waiting for next tick.
- TheÂ
min
,Âavg
,Âmax
 aggregate values are based on the sum of the first 3 sections.
- As before, it is accessible by pressingÂ
- Reduced time needed to generate explorer maps to buried treasures.
Experimental
These additions and changes only take effect when the Update 1.21 experimental data pack is enabled, the exception to this is the change to villagers, which takes effect when the Villager Trade Rebalance experimental data pack is enabled.
Additions
Blocks
Heavy Core
- A mysterious, dense block which can be combined with a breeze rod to craft a mace.
- Can be found as a loot reward in vaults.
- When placed, it has the same size as a player head, and can be oriented in 12 directions.
- Mining a heavy core is slow – it takes 45 seconds to mine and has no correct tool.
- Are fully resistant to explosions.
- Will beak immediately if pushed by a piston.
- A block containing loot that can be unlocked with trial keys.
- Found throughout trial chambers.
- Using a trial key on a vault unlocks it, making it eject loot.
- Can be unlocked by an unlimited amount of players.
- It can be only activated once per player. After a player has unlocked a vault, they cannot unlock that vault again.
- If a player has not unlocked that vault before, an orange stream of particles will flow from the player to the vault when nearby.
- Has a keyhole that will be open or closed depending on the players nearby.
- If any nearby player has not unlocked that vault, the keyhole will be open.
- If all nearby players have unlocked that vault, the keyhole will be closed.
- Within its cage, it will cycle through and display items which are possible to eject from its loot table.
- The rewards it ejects are randomized from its loot table each time it is unlocked.
- The player will get no more than 1 unstackable item per vault.
- The player will more often get rewards which can stack together.
- Cannot be crafted or obtained in Survival, and does not drop anything when mined.
- Explosion-resistant and cannot be moved.
- Can eject:
- Wind Charges
- Bolt Armor Trim
- Flow Armor Trim
- Flow Banner Pattern
- Guster Banner Pattern
- Heavy Core
- Honey Bottle
- Arrow
- Arrow of Poison
- Golden Apple
- Enchanted Golden Apple
Items
Banner Patterns
- Added two new banner patterns:
- Flow Banner Pattern
- Guster Banner Pattern
Breeze Rod
- Dropped by the breeze.
- Can be crafted into 4Â wind charges.
- Can be used with the heavy core to craft a mace.
Mace
- A new heavy weapon that can be crafted from a breeze rod and a heavy core.
- Using the weapon while falling can increase the damage output. The higher the player falls, the more damage is dealt.
- This can be done by jumping towards the target and hitting them before the player hits the ground.
- Successfully striking a target in this way will negate any damage accumulated from the fall, similar to how a wind charge works.
- Other entities near the struck enemy will receive knockback.
- Can not be enchanted.
- Can be repaired with breeze rods using an anvil.
- Can be used to mine cobwebs, dropping string.
- Players can use a mace in combination with wind charges to launch up and deliver devastating smash attacks on their enemies.
Pottery Sherds
- Added 3 new pottery sherds, that can be found on decorated pots inside of trial chambers:
- Flow Pottery Sherd
- Guster Pottery Sherd
- Scrape Pottery Sherd
Smithing Templates
- Added two new smithing templates, that are exclusively obtained from vaults:
- Bolt Armor Trim
- Flow Armor Trim
Spawn Egg
- Added the  bogged spawn egg.
Wind Charge
- It can now be obtained as an item by the player.
- Breezes drop between 4-6 wind charges when killed.
- When used it will fire off a wind charge projectile similar to the breeze’s.
- A wind charge fired by a player will grant 10% more knockback than a breeze’s, but have a much smaller area of impact.
- Just like the projectile fired by the breeze, wind charges fired by the player also deal damage if they hit an entity directly, and they activate redstone components.
- There is a half-second cooldown after each use.
- Wind charges can be fired from a dispenser.
- Players that launch themselves with a wind charge only accumulate fall damage below the y-level of where they collided with the wind burst.
Mobs
- A new variant of skeletons that shoot poisonous arrows.
- Theyâre faster to take down with 16Â Â Ã 8Â health instead of 20Â Â Ã 10Â health.
- They attack at a slower interval of 3.5 seconds instead of 2 seconds.
- Has a chance to drop Arrows of Poison when killed by players.
- These mossy and mushroom covered skeletons spawn naturally in swamps and mangrove swamps.
- Can also be found spawning from trial spawners in some trial chambers.
General
Tags
- Added the following block tag:
#blocks_wind_charge_explosions
: containsÂbarrier
, andÂbedrock
- Controls which blocks are not impacted by the explosion when hit by wind charge.
- Added the following entity type tags:
#deflects_projectiles
: containsÂbreeze
.#no_anger_from_wind_charge
: containsÂbogged
,Âbreeze
,Âskeleton
,Âstray
,Âzombie
,Âhusk
,Âspider
,Âcave_spider
, andÂslime
.
Changes
Blocks
Crafter
- The top face of the crafter is no longer mirrored.
Trial Spawner
- Trial spawners now have the same two default loot tables as they have in the trial chamber.
- No longer ignore theÂ
custom_spawn_rules
 field. - Will now appear more frequently in the trial chambers corridors.
Items
 Trial Key
- Can now be used to open vaults.
- Texture changed to match the vaults.
Mobs
Breeze
- Breezes now deflect all projectiles.
- Deflected projectiles now deflect in the direction of the shooter.
- Added sounds for projectile deflection, ‘charging up attack’, the Breeze being in the air, and a ‘whirl’ idle sound.
- Tweaked the existing sounds.
- Separate eyes textures have merged into the head.
- The texture for the bottom faces of breeze’s rods was changed.
- Is now aggressive toward iron golems in addition to players.
- No longer retaliates against attacks from skeletons, strays, zombies, husks, spiders, cave spiders, and slimes. These mobs will not retaliate when damaged by a breeze.
- Drops 1-2 breeze rods when killed by a player.
- The number of breeze rods dropped is affected by looting enchantments.
Parrot
- Can now imitate bogged sounds.
Villager
- In the Villager Trade Rebalance experiment, villagers who buy armor now ignore durability and can buy damaged armor.
Non-mob entities
Wind Charge
- Updated the model, texture, and animation, to give it a more dynamic look and feel.
- They now use a new damage typeÂ
wind_charge
 instead ofÂmob_projectile
.
World generation
Trial Chambers
- The spawners that used to spawn skeletons holding poison arrows now spawn bogged.
- Added new chambers and variations, with new challenges
- RemadeÂ
chamber_9
, and renamed it toÂslanted
. - RemadeÂ
chamber_3
, and renamed it toÂpedestal
.
- RemadeÂ
- Added flow, guster, and scrape pottery sherds to the decorated pots in the decor structure pool.
- Changed the layout of the blocks around vaults.
Gameplay
Advancements
- Killing a bogged now counts for the “Monster Hunter” advancement.
- Bogged are now required for the “Monsters Hunted” advancement.
General
Tags
- AddedÂ
vault
 to theÂ#features_cannot_replace
 block tag. - AddedÂ
bogged
 to theÂ#skeletons
 entity type tag. - Removed theÂ
#deflects_arrows
 andÂ#deflects_tridents
 tags.