Minecraft:Java Edition 22w14a
More actions
22w14a is the fourth Minecraft:snapshot for Minecraft:Java Edition 1.19, released on April 6, 2022,<ref>Template:Snap</ref> which adds Minecraft:mangrove trees, Minecraft:mangrove swamps, Minecraft:echo shards, and Minecraft:recovery compasses, and fixes some bugs related to Minecraft:ancient cities and Minecraft:wardens.
Additions
Items
File:Echo Shard JE1 BE1.png Minecraft:Echo shard
- Can only be found in loot chests in Minecraft:ancient cities.
- Can be used to craft recovery compasses.
File:Recovery Compass JE1 BE1.gif Minecraft:Recovery compass
- A new type of compass which can point to the last place where player died.
- Randomly spins if not held by a player, the player hasn't died, or when the player is not in the same dimension of the death point.
- Can be crafted with a Minecraft:compass surrounded by 8 echo shards.
World generation
- A new swamp Minecraft:biome with teal water that often generates in warmer clusters, usually next to jungles and deserts.
- Contains mangrove trees, a new type of tree.
- Has an unique shape, with a root system of mangrove roots leading up to a forking trunk and mangrove leaves.
- It has a chance to generate a Minecraft:bee nest.
- Grows from Minecraft:mangrove propagules.
- Naturally spawns warm Minecraft:frogs and Minecraft:slimes, but there are no sheep, cows, pigs or chickens.
- Does not generate Minecraft:witch huts.
- The floor is coated with a single layer of Minecraft:mud.
Gameplay
- Added two new advancements:
- You Got a Friend in Me
- Have an Allay deliver items to you
- Birthday Song
- Have an Allay drop a cake at a note block
- You Got a Friend in Me
- Added
item_delivered_to_playeradvancement trigger.- Triggered when an allay delivers an item to a player, with following conditions:
- Template:Nbt: a player for which this trigger runs
- Triggered when an allay delivers an item to a player, with following conditions:
- Added
allay_drop_item_on_blockadvancement trigger.- Triggered when an allay drops an item on a block, with following conditions:
- Template:Nbt: a player for which this trigger runs
- Template:Nbt: a predicate for the block that the item was dropped on
- Template:Nbt: a predicate for the item that was dropped
- Triggered when an allay drops an item on a block, with following conditions:
General
- Added a new Template:Nbt field, which contains a Template:Nbt string and a list of three integers representing the block position of the player's last death called Template:Nbt.
- Added following block tags:
#dead_bush_may_place_on: Template:Cd.#mangrove_logs_can_grow_through: Template:Cd.#mangrove_roots_can_grow_through: Template:Cd.
- Added following item tag:
#compasses:compassandrecovery_compass.
- Added following entity tag:
#frog_food:slimeandmagma_cube.
- Added following game event tag:
#shrieker_can_listen:sculk_sensor_tendrils_clicking
- Added following cat variant tag (new type):
#default_spawns: Template:Cd.#full_moon_spawns:#default_spawnsandall_black.
Changes
Blocks
- Can now be placed on Minecraft:mud.
- Now correctly grows into mangrove trees instead of oak trees.
- Now can convert into Minecraft:clay by placing mud above a block which has Minecraft:pointed dripstone underneath.
Mobs
- Now actually kill their food, using a base attack strength of 10.
- Now get angry at all mobs that bump into it, not just players.
- Can no longer spawn on Minecraft:water.
- Can now pathfind through Minecraft:lava.
- Shadow is now the appropriate size.
World generation
- Removed Template:Cd and variant structures because they duplicate existing structures.
- Changed some structures:
- Slightly changed
city_center_2blocks around the chest so that vibrations generated there are always detected by the sculk sensor below. - A missing sculk sensor was added for the redstone lamp in
bottom_1. - Replaced the light blue and blue carpets in
ice_box_1with gray carpets, and the Minecraft:trapdoor there is no longer open by default. entrance_path_5is now able to generate.
- Slightly changed
- Changed the loot found in chests:
- There's now an extra roll of loot for every chest, with one possible loot option being now 1-3 echo shards.
- Replaced the golden carrot in
city_center_2chest with a golden apple.
Gameplay
- The mangrove swamp is now required to be visited for the "Adventuring Time" advancement.
- Removed field
locationfrom triggers Template:Cd. It was handled exactly the same asplayer.location.
General
- Replaced Template:Nbt field in Minecraft:cats' entity format with Template:Nbt.
- Accepted type of value is changed from numeric values to strings IDs. (e.g.
5->minecraft:calico)
- Accepted type of value is changed from numeric values to strings IDs. (e.g.
- There's also have a similar change to Minecraft:frogs' entity format like the cats' one.
- The special case size-dependent loot drops of Minecraft:slimes and Minecraft:magma cubes are now data driven and part of their loot tables, using the new sub-predicate types.
- The loot drops for Minecraft:frog food are now part of the food's death loot, instead of dropping hard-coded item types.
- Template:Cd fields have been replaced with
type_specific. type_specifichas field Template:Nbt (one of Template:Cd) and same fields as removed fields.- Example:
- Before:
- <syntaxhighlight lang="json">
"lightning_bolt": {
"blocks_set_on_fire": 0
}
</syntaxhighlight>
- After:
- <syntaxhighlight lang="json">
"type_specific": {
"type": "lightning",
"blocks_set_on_fire": 0
}
</syntaxhighlight>
catTypehas been wrapped to match new format and now uses new cat variant names instead of texture names.
- Before:
- <syntaxhighlight lang="json">
"catType": "minecraft:textures/entity/cat/british_shorthair.png" </syntaxhighlight>
- After:
- <syntaxhighlight lang="json">
"type_specific": {
"type": "cat",
"variant": "minecraft:british"
}
</syntaxhighlight>
- New
type_specificoptions:froghas Template:Nbt field matching frog variant (Template:Cd).slimeapplies for slimes and magma cubes, has Template:Nbt field matching slime size (smallest is 1).
- Mangrove swamp is now part of the Template:Cd biome tag.
- Removed
#ancient_city_center_replaceableblock tag, and merged all its contents into the#ancient_city_replaceableblock tag. - Renamed
#warden_events_can_listengame event tag to#warden_can_listen, then:- Removed
sculk_sensor_tendrils_clicking. - Added
#shrieker_can_listen.
- Removed
Fixes
Videos
References
Template:Navbox Java Edition versions
Minecraft:de:22w14a Minecraft:es:Java Edition 22w14a Minecraft:fr:Édition Java 22w14a Minecraft:ja:Java Edition 22w14a Minecraft:pt:Edição Java 22w14a Minecraft:ru:22w14a (Java Edition) Minecraft:th:รุ่น Java 22w14a Minecraft:zh:Java版22w14a