![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | November 1, 2023 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.20.3 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | dec: 1073741985 hex: 400000A1 | ||||||
| Data version | 3688 | ||||||
| Resource pack format | 20 | ||||||
| Data pack format | 23 | ||||||
| Minimum Java version | Java SE 17 | ||||||
| |||||||
{
"title": "Minecraft 23w44a",
"images": [
"23w44a.jpg",
"Java Edition 23w44a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "November 1, 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.20.3 article, displayed as 1.20.3)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/678129d53a4eda1fef19d0ce362eb12b53bf2ea3/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/c18d3537d1c262a5527126b317dcf6056f7d8e4d/23w44a.json .json])<br />[https://piston-data.mojang.com/v1/objects/009b4831cdda78d8f9b235265e45d0bf14a920da/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/605e3d758c89549ea2184a982d486462fe125e4a/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/0510a85cbc7b7a3e585c752e9d5bd5d6511f6221/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>1073741985<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>400000A1",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "3688",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "20",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "23",
"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\" >[[Java Edition 1.20.2|<span style=\"margin-right:-0.35em\">β</span>β 1.20.2]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.20.3|1.20.3]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.20.4| 1.20.4 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 23w43b|β 23w43b]]\n</td>\n<td style=\"padding: 0.4em\">''' 23w44a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 23w45a| 23w45a βΊ]]\n</td>\n</tr>\n</table>"
}
23w44a is the sixth snapshot for Java Edition 1.20.3, released on November 1, 2023,[1] which makes tweaks to commands and fixes bugs.
LootTable tag key./execute (if|unless) function will no longer always fail if all functions had no return.
/returns in called functions, if will fail and unless will pass./return in any of called functions will return (for a single context)./function <function tag> runs multiple functions in combination with /return run, execution will stop after first /return in any of the functions./function command will always have return when run with /return run.
/return run execute [split context] run function <some function with conditional return> will always return after processing the first context./return run now always return.
/return run fails (i.e. success=0 and result=0)./return run now propagates success value together with results value (previously it always set success to 1)./return run now also allows storing values, which means /execute store ... run return run some_command both stores value and returns it outside function./return fail, to make whole function fail (i.e. return success=0 and result=0)./tick
<time> parameter in the /tick step command is now optional. The default value is 1.23.These changes only take effect when the Update 1.21 experimental data pack is enabled.
Copper door and copper trapdoor
Tuff bricks, tuff brick slab, tuff brick stairs, and tuff brick wall
From released versions before 1.20
From the 1.20.3 development versions
From the previous development version