![]() |
VOOZH | about |
| Edition | Java Edition | |||||
|---|---|---|---|---|---|---|
| Release date | January 18, 2023 | |||||
| Type | Snapshot | |||||
| Snapshot for | 1.19.4 | |||||
| Downloads | Client (.json) Server | |||||
| Obfuscation maps | Client Server | |||||
| Protocol version | dec: 1073741939 hex: 40000073 | |||||
| Data version | 3320 | |||||
| Resource pack format | 12 | |||||
| Data pack format | 11 | |||||
| Minimum Java version | Java SE 17 | |||||
| ||||||
{
"title": "Minecraft 23w03a",
"images": [
"23w03a.jpg",
"Java Edition 23w03a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "January 18, 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/dd6cb06d65063769f7581ac2f5f800fe9531e28a/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/b958db10f1540e51b61f70dbaf0be86b40def147/23w03a.json .json])<br />[https://piston-data.mojang.com/v1/objects/b033d57035b293a9eda548db0615c1c89c21ea28/server.jar Server]",
"label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/f7de4f767c3d8d9c5c4779933f175eeb738d7f65/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/030aa6a26885d62a55864b16e1a2000ba91de726/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>1073741939<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>40000073",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "3320",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "12",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "11",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Data pack format)</span>"
},
{
"field": "<span class=\"plainlinks\">[https://en.wikipedia.org/wiki/Java_version_history#Java_SE_17_.28LTS.29 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\" rowspan=\"2\">[[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\n<td style=\"padding: 0.4em\">''' 23w03a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 23w04a| 23w04a βΊ]]\n</td>\n</tr>\n</table>"
}
23w03a is the first snapshot for Java Edition 1.19.4, released on January 18, 2023,[1] which adds the /ride command and new interaction methods in options screen, makes technical changes, and fixes bugs. This is the first snapshot released in 2023.
commandModificationBlockLimit, defaults to 32768.
/ride
/ride <target> mount <vehicle>: makes a single target mount a single vehicle, fails if:
vehicle is a player;target is already riding a vehicle;target and vehicle are the same entity;vehicle is already a passenger (direct or indirect) of target./ride <target> dismount: dismounts target from any vehicle it is riding, fails if target is not riding anything.Protocol
#increased_fire_burnout: contains bamboo_jungle, mushroom_fields, mangrove_swamp, snowy_slopes, frozen_peaks, jagged_peaks, swamp, and jungle.
#snow_golem_melts: contains badlands, basalt_deltas, crimson_forest, desert, eroded_badlands, nether_wastes, savanna, savanna_plateau, soul_sand_valley, warped_forest, windswept_savanna, and wooded_badlands.
#spawns_snow_foxes: contains snowy_plains, ice_spikes, frozen_ocean, snowy_taiga, frozen_river, snowy_beach, frozen_peaks, jagged_peaks, snowy_slopes, and grove.
#spawns_white_rabbits: contains snowy_plains, ice_spikes, frozen_ocean, snowy_taiga, frozen_river, snowy_beach, frozen_peaks, jagged_peaks, snowy_slopes, and grove.
Donkeys, mules, skeleton horses, and zombie horses
TransferCooldown data.Chat component
fallback field to translate text components.
fallback is missing, the old behavior (i.e. using the key itself as the translation) is preserved.translate formats are no longer silently ignored./clone [from <sourceDimension>] <begin> <end> [to <targetDimension>] <destination> ...
sourceDimension: ID of dimension to clone from.targetDimension: ID of dimension to clone to./data
string available, to read a value as text and resulting in a string value, syntax:
... (insert <index>|prepend|append|set|merge) string (block <sourcePos>|entity <source>|storage <source>) [<sourcePath>] [<start>] [<end>]
start: index of first character to include at the start of the string.end: index of the first character to exclude at the end of the string.(if|unless), new conditions available:
... loaded <pos>: checks if the position given is fully loaded (in regard to both blocks and entities).
pos: block position to check.... dimension <dimension>: checks if the execution is in a matching dimension.
dimension: a dimension ID.on, for selecting entities based on relation to the current executing entity, syntax:
... on (attacker|controller|leasher|owner|passengers|target|vehicle) -> execute
attacker: last entity that damaged the executing entity in the previous 5 seconds.controller: entity that is controlling the executing entity (for example: first passenger in a boat).leasher: entity leading the executing entity with a leash (might be a leash knot in case of being attached to a fence).owner: owner of the executing entity, if it is a tameable animal (like cats, wolves or parrots).passengers: all entities directly riding the executing entity (no sub-passengers).target: attack target for the executing entity.vehicle: entity that the executing entity is riding./title times are now time durations and work with t, s, and d suffixes.duration parameter is now a time duration in ticks and works with t, s, and d suffixes.
s suffix to pre-existing commands.11.precipitation precipitation type field.has_precipitation boolean field.Protocol
#animals_spawnable_on to the #goats_spawnable_on block tag.#only_allows_snow_and_gold_rabbits biome tag to the #spawns_gold_rabbits.UI
These additions and changes only take effect when the 1.20 experimental data pack is enabled.
#noteblock_top_instruments: contains zombie_head, skeleton_skull, creeper_head, dragon_head, wither_skeleton_skull, piglin_head, and player_head.From released versions before 1.19
/weather command with duration 0 has the same weather for longer time./spectate command is too far, the player's movement will not be restricted at client-side.Time in level.dat./spreadplayers command doesn't spread entities in the specified dimension./spectate command does not work between dimensions.From 1.19
instrument NBT and with other NBT data (such as text) does not play.From 1.19.2
Level#isRainingAt(BlockPos) always returns false for snowy and frozen biomes, even when it is raining.From 1.19.3
ClientboundSectionBlocksUpdatePacket serialization breaks after 2^19 block states.LastPoseTime values offset the player view model strangely.