Java Edition 23w07a
Jump to navigation
Jump to search
Minecraft 23w07a
Edition | |||||||
---|---|---|---|---|---|---|---|
Release date |
February 15, 2023 | ||||||
Type | |||||||
Snapshot for | |||||||
Downloads | |||||||
Obfuscation maps | |||||||
Protocol version |
dec: 1073741943 | ||||||
Data version |
3329 | ||||||
Resource pack format |
12 | ||||||
Data pack format |
12 | ||||||
Minimum Java version | |||||||
|
{ "title": "Minecraft 23w07a", "images": [ "23w07a.jpg", "Java Edition 23w07a.png" ], "rows": [ { "field": "''(link to Java Edition article, displayed as Java Edition)''", "label": "(link to Edition article, displayed as Edition)" }, { "field": "February 15, 2023", "label": "Release date" }, { "field": "(link to Snapshot article, displayed as Snapshot)", "label": "(link to Version types article, displayed as Type)" }, { "field": "(link to Java Edition 1.19.4 article, displayed as 1.19.4)", "label": "Snapshot for" }, { "field": "[https://piston-data.mojang.com/v1/objects/7b424208f0aa7d386d9a527eeb4dd3d427477fec/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/6b59a5fa2d8e90751db364d49fa54ae2a34f2bf2/23w07a.json .json])<br />[https://piston-data.mojang.com/v1/objects/b919e6e1683a4b6f37f2717c7841e88e306bdc94/server.jar Server]", "label": "(link to Tutorial:Installing a snapshot#Manual version installation article, displayed as Downloads)" }, { "field": "[https://piston-data.mojang.com/v1/objects/18a8f444d4e0b71ea77415b3367f0c0e4ad935a1/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/b87658adbb3c8fdd8d9c873d464a8d3058bde61c/server.txt Server]", "label": "(link to Obfuscation map article, displayed as Obfuscation maps)" }, { "field": " <span style=\"font-size:smaller\"><abbr title=\"decimal\">dec</abbr>: </span>1073741943<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>40000077", "label": "(link to Protocol version article, displayed as Protocol version)" }, { "field": "3329", "label": "(link to Data version article, displayed as Data version)" }, { "field": "12", "label": "<span style=\"white-space: normal;\">(link to Pack format#List of resource pack formats article, displayed as Resource pack format)</span>" }, { "field": "12", "label": "<span style=\"white-space: normal;\">(link to Pack format#List of data pack formats article, displayed as Data pack format)</span>" }, { "field": "<span class=\"plainlinks\">[https://en.wikipedia.org/wiki/Java_version_history#Java_SE_17 Java SE 17]</span>", "label": "<span style=\"white-space: normal;\">Minimum Java version</span>" } ], "invimages": [], "footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Java Edition 1.19.3|<span style=\"margin-right:-0.35em\">◄</span>◄ 1.19.3]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.19.4|1.19.4]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.20| 1.20 <span style=\"margin-right:-0.35em\">►</span>►]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 23w06a|◄ 23w06a]]\n</td>\n<td style=\"padding: 0.4em\">''' 23w07a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.19.4 Pre-release 1| 1.19.4 Pre-release 1 ►]]\n</td>\n</tr>\n</table>" }
23w07a is the fifth and final snapshot for Java Edition 1.19.4, released on February 15, 2023,[1] which adds the sniffer, cherry groves, and archaeology under experimental features, and fixes bugs.
Additions[edit | edit source]
Non-mob entities[edit | edit source]
- A new type of entity that records attacks and interactions. Interactions (
interaction
) are invisible and of a custom size, with following fields:width
: Width of the entity's bounding box (default is 1).height
: Height of the entity's bounding box (default is 1).attack
: An action object, records the last attack action on the entity.interaction
: An action object, records the last interaction action on the entity.response
: Boolean specifying if interacting should trigger a response (arm swing, sound effects, etc - defaultfalse
).
- Introduced action object accordingly. When an action is stored, it always has two fields:
player
: The UUID (in standard integer array format) of the player performing the action.timestamp
: The timestamp of the game tick when the event happened (stored as a long).
- This made following command usage possible:
- Advancement triggers also got triggered, when:
- Interacting with an interaction entity:
player_interacted_with_entity
. - Attacking an interaction entity:
player_hurt_entity
.
- Interacting with an interaction entity:
General[edit | edit source]
- Added a new recipe serializer
crafting_decorated_pot
for the new decorated pot recipe. - Added
show_notification
field to recipes.- Accepts a boolean which determines if a notification is shown when unlocking this recipe.
- Defaults to
true
if isn't specified.
- Added following item tags:
#axes
: containsdiamond_axe
,stone_axe
,golden_axe
,netherite_axe
,wooden_axe
, andiron_axe
.#breaks_decorated_pots
: contains#tools
.#hoes
: containsdiamond_hoe
,stone_hoe
,golden_hoe
,netherite_hoe
,wooden_hoe
, andiron_hoe
.#pickaxes
: containsdiamond_pickaxe
,stone_pickaxe
,golden_pickaxe
,netherite_pickaxe
,wooden_pickaxe
, andiron_pickaxe
.#shovels
: containsdiamond_shovel
,stone_shovel
,golden_shovel
,netherite_shovel
,wooden_shovel
, andiron_shovel
.#swords
: containsdiamond_sword
,stone_sword
,golden_sword
,netherite_sword
,wooden_sword
, andiron_sword
.#tools
: contains#axes
,#hoes
,#pickaxes
,#shovels
,#swords
, andtrident
.
Changes[edit | edit source]
Blocks[edit | edit source]
- Now emits a redstone signal of 15 while playing a music disc.
- Droppers and hoppers can now interact with it.
Gameplay[edit | edit source]
Horse breeding
- When breeding horses and the like, the babies' speed, jump height and health are no longer biased toward the average.
- This change is intended to make horse breeding a viable way of getting great horses, if a player starts with good parents and puts in enough time and golden carrots.
General[edit | edit source]
- Updated the "Realms" screen to be more in line with the "Singleplayer" and "Multiplayer" screens.
- The crafting table recipe is unlocked immediately on creating a new world.
- The crossbow and soul campfire recipes are no longer unlocked by sticks.
- The vanilla resource pack
en_us
language file is now sorted alphanumerically by key.
Experimental[edit | edit source]
These additions and changes only take effect when the 1.20 experimental data pack is enabled.
Additions[edit | edit source]
Blocks[edit | edit source]
- A new type of leaves.
- Have pink particles falling underneath.
- A new type of log, as well as a stripped variant.
- Can be used to craft cherry woods and planks.
- The stripped variant can be used to craft cherry hanging sign.
- A new type of plank.
- Can be used to craft cherry
buttons,
doors,
fences,
fence gates,
pressure plates,
signs,
slabs,
stairs, and
trapdoors.
- A new type of sapling.
- Can be placed in flower pots.
- A new type of wood, as well as a stripped variant.
- Can be used to craft cherry planks.
- Can be crafted with any 4 pottery shards or brick items, shaped rhombic.
- The type of crafting material decides which picture would occur on each side of the crafted decorated pot.
- The possible pictures are decided by the type of pottery shard which is used to craft.
- The brick item doesn't have a picture.
- The type of crafting material decides which picture would occur on each side of the crafted decorated pot.
- Very fragile, and easy to break.
- Break apart into its crafting materials when broken using any block-breaking tool.
- Drop itself when broken using an empty hand or an block-breaking tool with Silk Touch, or when moved by pistons.
- A new type of a flower, which generates naturally in cherry groves.
- Renewable when applying a bone meal to an existing one or to the ground of cherry groves.
- Similar to sea pickle, can be placed up to 4 in one dirt-related block.
- Can be placed directionally.
- Can be crafted into a pink dye.
- Looks like sand, but rougher.
- Affected by gravity, vanishes when landing.
- Drops nothing when mined or moved, even if mining with Silk Touch.
- Generates naturally in desert pyramids and desert wells, with different archaeological loot tables.
- Brushing the suspicious sand with a brush extracts objects.
- Has 4 stages of extracting, recovers gradually when stop brushing.
- Turns to regular sand when extraction is done.
- An item can be extracted only from suspicious sand with a valid archaeological loot table.
- A new type of flower, grows from torchflower seeds after 2 stages (3 stages in total).
- Doesn't emit light.
- If grown fully, it drops itself only when broken, otherwise drop the seed.
- Can be crafted into an orange dye.
- Can be planted in a flower pot.
Items[edit | edit source]
- A tool which can be used to brush things.
- Can be crafted with 3 string and 2 sticks, like the shape of crafting pickaxes.
- Consumes 1 durability when extracting an item from a suspicious sand successfully.
- Does nothing when brushing anything other than suspicious sand.
- Have pictures on them.
- Cannot be crafted and are only found by brushing suspicious sand.
- A new type of seed, which can be planted on farmland and grows into a torchflower.
- Can only be obtained if a sniffer it digs up.
Mobs[edit | edit source]
- A new passive friendly mob, which is the mob vote winner of Minecraft Live 2022, and considered as the first "ancient" mob.
- Very large (2×2 full blocks).
- Have 14HP points of health. × 7
- Cannot spawn naturally.
- Cannot be tempted or tamed.
- Often sniff in the air and occasionally dig for torchflower seeds.
- The digging has a cooldown of 8 minutes.
- The last 20 dug blocks are remembered with a
sniffer_explored_positions
memory, and are not eligible for digging again.
- Can be bred with torchflower seeds.
- Drop moss block when killed.
Non-mob entities[edit | edit source]
- A new type of boat, crafted with cherry planks.
- A new type of boat with chest, crafted with a cherry boat and a chest.
World generation[edit | edit source]
- A new type of tree which can be grown from cherry saplings.
- Occasionally generated with a bee nest.
- Tree trunks fork or bend high up, and are then covered up in large, round canopies of cherry leaves.
- A new biome which contains pretty cherry blossom trees.
- Located in the mountains, like meadows.
- Sheep, donkeys, and bees can spawn here.
General[edit | edit source]
- Added
dripping_cherry_leaves
,falling_cherry_leaves
, andlanding_cherry_leaves
, which appear underneath the cherry leaves.
- Added following block tags:
#cherry_logs
: containscherry_log
,cherry_wood
,stripped_cherry_log
, andstripped_cherry_wood
.#sniffer_diggable_block
: containsdirt
,grass_block
,podzol
,coarse_dirt
,rooted_dirt
,moss_block
,mud
, andmuddy_mangrove_roots
.
- Added following item tags:
#cherry_logs
: containscherry_log
,cherry_wood
,stripped_cherry_log
, andstripped_cherry_wood
.#decorated_pot_shards
: containsbrick
,pottery_shard_archer
,pottery_shard_prize
,pottery_shard_arms_up
, andpottery_shard_skull
.#sniffer_food
: containstorchflower_seeds
.
Changes[edit | edit source]
World generation[edit | edit source]
- Now includes a new room filled with sand and suspicious sand.
- Some sand appear exposed, and can be found at the same height as blue terracotta.
- Now includes suspicious sand underwater.
Gameplay[edit | edit source]
- The cherry grove is now required to be visited for the "Adventuring Time" advancement.
General[edit | edit source]
- Added
cherry_boat
into the#boats
item tag. - Added
cherry_button
into the#wooden_buttons
block and item tags. - Added
cherry_chest_boat
into the#chest_boats
item tag. - Added
cherry_door
into the#wooden_doors
block and item tags. - Added
cherry_fence_gate
into the#fence_gates
block and item tags. - Added
cherry_fence
into the#wooden_fences
block and item tags. - Added
cherry_grove
into the#is_mountain
biome tag. - Added
cherry_hanging_sign
into the#ceiling_hanging_signs
block tag and#hanging_signs
item tag. - Added
cherry_leaves
into the#leaves
block tag. - Added
cherry_leaves
andpink_petals
into the#flowers
and#mineable/hoe
block tags. - Added
cherry_log
into the#overworld_natural_logs
block tag. - Added
#cherry_logs
into the#logs_that_burn
block tag. - Added
cherry_planks
into the#planks
block and item tags. - Added
cherry_pressure_plate
into the#wooden_pressure_plates
block and item tags. - Added
cherry_sapling
into the#saplings
block tag. - Added
cherry_sign
into the#standing_signs
block tag and#signs
item tag. - Added
cherry_slab
into the#wooden_slabs
block and item tags. - Added
cherry_stairs
into the#wooden_stairs
block and item tags. - Added
cherry_trapdoor
into the#wooden_trapdoors
block and item tags. - Added
cherry_wall_hanging_sign
into the#wall_hanging_signs
block tag. - Added
cherry_wall_sign
into the#wall_signs
block tag. - Added
pink_petals
into the#inside_step_sound_blocks
block tag. - Added
suspicious_sand
into the#sand
block tag.
Fixes[edit | edit source]
From released versions before 1.19
- MC-16533 – Horse Breeding never exceeds egg/spawn horse attributes.
- MC-64522 – Server show as "Old" in server list while starting.
- MC-84633 – Resource packs:
ambientocclusion
flag only respects topmost parent. - MC-134448 – Drowned animation glitch.
- MC-181412 – Removing a jukebox with a command while it's playing a music disc won't stop playing the music disc.
- MC-194080 – Elytra model stutters by flying and turning.
- MC-209409 – Sitting cats sink in water.
- MC-226729 – Memory leakage problem in native operations.
- MC-238920 – Soul campfire recipe unlocks when obtaining a stick.
- MC-248249 –
minecraft:forest_rock
feature does not work correctly when used with/place
.
From 1.19.3
- MC-256465 – Baby camels can enter boats despite adult camels not being able to.
- MC-257282 – Allays sometimes have a several-second delay before deciding to follow the player.
- MC-258457 – Resource Pack won't load if it contains reference to non-existing particles.
- MC-258459 – Invalid forced resource pack can cause infinite reload loop on client.
- MC-258580 – Player is kicked from a server for flying in death screen when dying on a Horse or Camel.
- MC-258624 – The Title Screen Warning menu doesn't disappear after the player respawns.
- MC-258697 – Invalid translation of
translationKey=narration.suggestion
in command block GUI. - MC-258902 – Opening a lectern on Adventure mode and closing it causes inventory desyncs.
- MC-258907 – Advancement trigger
player_interacted_with_entity
doesn't work witharea_effect_cloud
entity when usedglass_bottle
item on it. - MC-259107 – Opening the crafting recipe book selects the recipe that appears under the mouse cursor.
- MC-259241 – Turtles can spawn inside each other causing them to get stuck and play constant sounds.
- MC-259797 – Z-fighting occurs on the bottom of boots.
From the 1.19.4 development versions
- MC-259218 – Onboarding isn't resumed after restarting Minecraft.
- MC-259240 – The game crashes when navigating with arrow keys after changing key binds.
- MC-259489 – Experimental "disabled items" can still be suggested as fuel by the recipe book.
- MC-259573 – Blast Protection does not reduce explosion knockback in creative game mode.
- MC-259675 – Capes occasionally jitter when moving and adjusting your rotation.
- MC-259691 – Drowned that are swimming render outside of their hitboxes when looking up or down.
- MC-259729 – "Falling Block" can appear in death messages.
From the previous development version
- MC-259796 – Creeper does not flash white and expand before exploding.
- MC-259805 – Players cannot dismount when riding
item_display
,block_display
, andtext_display
using the/ride
command. - MC-259808 – Allay wing animation skips frames/loops incorrectly as of 23w06a.
- MC-259816 – Odd behavior when an
item_display
,block_display
, ortext_display
entity mounts another entity. - MC-259819 – Z-fighting on the text of text displays.
- MC-259999 – Entities mounted on display entities do not visually update until after resync.
- MC-260000 – Saved Y Pos of entities mounted on display entities does not update internally in NBT.
Video[edit | edit source]
Video made by Slicedlime:
References[edit | edit source]
- ↑ "Minecraft Snapshot 23w07a" – Minecraft.net, February 15, 2023.