{"id":732,"date":"2023-10-12T15:17:43","date_gmt":"2023-10-12T14:17:43","guid":{"rendered":"https:\/\/www.meloncube.net\/blog\/?p=732"},"modified":"2023-11-02T05:45:00","modified_gmt":"2023-11-02T05:45:00","slug":"minecraft-1-20-3-snapshot-23w41a-patch-notes","status":"publish","type":"post","link":"https:\/\/www.meloncube.net\/blog\/minecraft-1-20-3-snapshot-23w41a-patch-notes\/","title":{"rendered":"Minecraft 1.20.3 Snapshot 23W41A Patch Notes"},"content":{"rendered":"\n<p><a href=\"https:\/\/www.meloncube.net\/blog\/minecraft-trails-tales-goes-live-patch-notes-beginners-guide\/\">Minecraft 1.20<\/a> has only just arrived, and already pots are getting new uses and a bunch of love! Today we explore Minecraft 1.20.3 Snapshot 23W41A, the new features coming our way, and how you too can try out this patch today.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Patch Notes<\/h3>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/twitter.com\/slicedlime\/status\/1712124526836818168\n<\/div><\/figure>\n\n\n\n<p><strong>New Features<\/strong><\/p>\n\n\n\n<p><strong>Snapshot Realms<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Realms is now available in Snapshots, Pre-Releases, and Release Candidates<\/li>\n\n\n\n<li>The version of the last played world on a Realm is displayed in the Realms list<\/li>\n\n\n\n<li>Experiments are available for newly created worlds<\/li>\n<\/ul>\n\n\n\n<p><strong>Changes<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Decorated Pots can now store items, and can be smashed by projectiles<\/li>\n<\/ul>\n\n\n\n<p><strong>Decorated Pots<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Decorated Pots now store up to a single stack of items<\/li>\n\n\n\n<li>Hoppers, Hopper Minecarts and Droppers can now insert and\/or extract items from Decorated Pots<\/li>\n\n\n\n<li>Comparators can now read the number of items in Decorated Pots<\/li>\n\n\n\n<li>Players can interact with Decorated Pots to insert items into them<\/li>\n\n\n\n<li>Decorated Pots have no GUI, and need to be broken to retrieve or discover their content by players<\/li>\n\n\n\n<li>Player interactions with Decorated Pots cause the Decorated Pot to wobble and trigger the vibration frequency of 11<\/li>\n\n\n\n<li>Decorated Pots can be smashed by projectiles which cause them to shatter and drop their content<\/li>\n\n\n\n<li>Decorated Pots now stack up to 64<\/li>\n<\/ul>\n\n\n\n<p>We want to hear your feedback on these improvements to Decorated Pots &#8211; let us know what you think in&nbsp;<a href=\"https:\/\/feedback.minecraft.net\/hc\/en-us\/community\/posts\/20289952762637-Let-s-talk-about-Decorated-Pot-improvements-\" target=\"_blank\" rel=\"noreferrer noopener\">our dedicated feedback site post<\/a>!<\/p>\n\n\n\n<p><strong>Technical Changes<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The Data Pack version is now 20<\/li>\n\n\n\n<li>The name of non-living entities will now be shown if looked at and a CustomName is set, or always displayed if CustomNameVisible is set, similar to living entities<\/li>\n<\/ul>\n\n\n\n<p><strong>Data Pack Version 20<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Changed&nbsp;function&nbsp;command results<\/li>\n\n\n\n<li>Adjusted check for gamerule&nbsp;maxCommandChainLength<\/li>\n\n\n\n<li>Added new gamerule&nbsp;maxCommandForkCount<\/li>\n\n\n\n<li>Reintroduced form of the&nbsp;execute&nbsp;command:&nbsp;execute if function<\/li>\n\n\n\n<li>Reintroduced form of the&nbsp;return&nbsp;command:&nbsp;return run<\/li>\n\n\n\n<li>Decorated Pots with&nbsp;cracked&nbsp;state set to true will always shatter when broken<\/li>\n\n\n\n<li>Added new&nbsp;dust_plume&nbsp;particle type<\/li>\n<\/ul>\n\n\n\n<p><strong>Commands<\/strong><\/p>\n\n\n\n<p><strong>Functions<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>function&nbsp;command has been changed to better accomodate new&nbsp;return&nbsp;command<\/li>\n\n\n\n<li>Functions no longer have any result unless they use&nbsp;return&nbsp;or there was error during lookup or instantiation\n<ul class=\"wp-block-list\">\n<li>That means&nbsp;function&nbsp;command will no longer return (or even display) number of commands run during execution<\/li>\n\n\n\n<li>Error conditions:\n<ul class=\"wp-block-list\">\n<li>Calling non-existent function<\/li>\n\n\n\n<li>Calling empty function tag<\/li>\n\n\n\n<li>Macro instantiation failure<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>&#8220;Result&#8221; in this context means values that would be stored with&nbsp;execute store<\/li>\n\n\n\n<li>The previous behavior where every command in function would perform store if a function was called with&nbsp;execute store &#8230; run function&nbsp;is removed\n<ul class=\"wp-block-list\">\n<li>That means that a single call to&nbsp;function&nbsp;will store at most once (zero times if&nbsp;return&nbsp;was not called)<\/li>\n\n\n\n<li>For function tags with multiple entries, function results will be accumulated, but partial results will be stored at the end of every function<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>limits<\/strong><\/p>\n\n\n\n<p>Existing limits for functions have been refined to accomodate new execution rules and prevent wider range of exploits:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Limits apply even if run from command line (so it will now always behave as if they were placed in a function)\n<ul class=\"wp-block-list\">\n<li>For example, all functions called by&nbsp;execute as @e run function&nbsp;will count towards same limit<\/li>\n\n\n\n<li>Executions from command blocks still count as separate ones<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Limit&nbsp;maxCommandChainLength&nbsp;for functions will now count &#8220;operations&#8221; like:\n<ul class=\"wp-block-list\">\n<li>execution of command for a single context<\/li>\n\n\n\n<li>execution of a stage in&nbsp;execute&nbsp;(no matter how many contexts were modified)<\/li>\n\n\n\n<li>invocation of function<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>New limit with game rule&nbsp;maxCommandForkCount&nbsp;now restricts total amount of context that can be created by single state of functions like&nbsp;execute\n<ul class=\"wp-block-list\">\n<li>Example: if there are 5 entities in world,&nbsp;execute as @e&nbsp;creates 5 contexts, while&nbsp;execute as @e at @e&nbsp;creates 5*5 = 25 contexts<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>Execute If Function<\/strong><\/p>\n\n\n\n<p>An&nbsp;execute&nbsp;sub-command that runs a function or function tag and matches the return value(s).This is a reintroduction of functionality removed in previous version.If a tag is given, all functions run regardless of the results of prior functions.<\/p>\n\n\n\n<p>Syntax:execute if|unless function &lt;function&gt; &lt;continuation&gt;<\/p>\n\n\n\n<p>Parameters:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>function: The function or tag to run<\/li>\n<\/ul>\n\n\n\n<p><strong>Matching<\/strong><\/p>\n\n\n\n<p>The matching of the result value of the function(s) that run:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>At least one of the functions must succeed for the match to succeed<\/li>\n\n\n\n<li>A succeessful call is defined as a function that:\n<ul class=\"wp-block-list\">\n<li>Uses the&nbsp;return&nbsp;command to return a value<\/li>\n\n\n\n<li>The return value is not 0<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>If no functions exited with&nbsp;return, neither&nbsp;if&nbsp;or&nbsp;unless&nbsp;will run<\/li>\n<\/ul>\n\n\n\n<p><strong>Return Run<\/strong><\/p>\n\n\n\n<p>A form of the&nbsp;return&nbsp;command is now available,&nbsp;return run.This is a reintroduction of functionality removed in previous version.<\/p>\n\n\n\n<p>Syntax:return run &lt;command&gt;<\/p>\n\n\n\n<p>This takes the&nbsp;result&nbsp;value from running the specified&nbsp;command&nbsp;and returns that as the return value of the function.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If command did not return any value (like, for example, call to a&nbsp;function&nbsp;without&nbsp;return), return will not execute and function will continue execution<\/li>\n\n\n\n<li>If the given command fails, the return value is&nbsp;0<\/li>\n\n\n\n<li>In all other aspects, it works like&nbsp;return&nbsp;with a specified return value<\/li>\n\n\n\n<li>In case of fork (for example&nbsp;return run execute as @e run some_command) the first execution of the command will return\n<ul class=\"wp-block-list\">\n<li>If there are no executions (for example in&nbsp;return run execute if @e[something_impossible] run some_command) function will not return and will continue execution<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>Fixed Bugs In Snapshot 23w41a<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>MC-16937&nbsp;&#8211; Shooting an arrow into the nether portal can hurt anybody when PvP is disabled<\/li>\n\n\n\n<li>MC-50319&nbsp;&#8211; Player owned projectiles lose their player ownership when exiting portals<\/li>\n\n\n\n<li>MC-81656&nbsp;&#8211; Field determining whether or not a wither skull is blue is not saved to and read from NBT<\/li>\n\n\n\n<li>MC-118403&nbsp;&#8211; Vexes summoned by evoker do not have evoker team applied<\/li>\n\n\n\n<li>MC-143266&nbsp;&#8211; Nested function calls reevaluate maxCommandChainLength before queueing commands<\/li>\n\n\n\n<li>MC-143269&nbsp;&#8211; Nested intermediate functions are skipped when maxCommandChainLength commands are already queued<\/li>\n\n\n\n<li>MC-189227&nbsp;&#8211; First time tutorial uses old textures<\/li>\n\n\n\n<li>MC-198113&nbsp;&#8211; Incomplete commands do not prevent functions from loading<\/li>\n\n\n\n<li>MC-233276&nbsp;&#8211; You can feed adult donkeys, horses, llamas or mules with maximum Temper value, and hand animation is not played<\/li>\n\n\n\n<li>MC-234323&nbsp;&#8211; Performance issue with text parsing<\/li>\n\n\n\n<li>MC-236501&nbsp;&#8211; Renamed minecarts and boats don&#8217;t show their name tag in the world<\/li>\n\n\n\n<li>MC-249408&nbsp;&#8211; Boats with Chests lose their name when placed<\/li>\n\n\n\n<li>MC-257786&nbsp;&#8211; The game takes a long time to process players leaving realms groups or accepting or declining realms invitations<\/li>\n\n\n\n<li>MC-260576&nbsp;&#8211; Incomplete &#8216;execute summon&#8217; command still runs<\/li>\n\n\n\n<li>MC-261682&nbsp;&#8211; Brushing can continue when block goes out of range<\/li>\n\n\n\n<li>MC-262105&nbsp;&#8211; Entities can block brushing actions when players look very close to their hitboxes<\/li>\n\n\n\n<li>MC-263575&nbsp;&#8211; When an item is extracted from suspicious sand\/gravel, gravity does not work on this block<\/li>\n\n\n\n<li>MC-263660&nbsp;&#8211; &#8220;Sign wobbles&#8221; subtitle is the same for signs and hanging signs, causing translation issues<\/li>\n\n\n\n<li>MC-264595&nbsp;&#8211; Return command cannot run function when inside another function<\/li>\n\n\n\n<li>MC-264699&nbsp;&#8211; Functions return the output of commands only if the command doesn&#8217;t start with return run<\/li>\n\n\n\n<li>MC-264710&nbsp;&#8211; &#8220;\/execute if function&#8221; always fails and &#8220;\/execute unless function&#8221; always succeeds if run from a function<\/li>\n\n\n\n<li>MC-264880&nbsp;&#8211; GUI slider uses new texture with programmer art<\/li>\n\n\n\n<li>MC-265516&nbsp;&#8211; The &#8220;Cancel&#8221; button within some realms menus can be deselected using keyboard navigation despite it being the only element within the said menu<\/li>\n\n\n\n<li>MC-265647&nbsp;&#8211; Shield arm position is incorrect while in a boat<\/li>\n\n\n\n<li>MC-265656&nbsp;&#8211; Pumpkins can no longer be sheared<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">How to Install Minecraft 1.20.3 Snapshot 23W41A<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"219\" src=\"https:\/\/www.meloncube.net\/blog\/wp-content\/uploads\/2023\/10\/Snapshot23W41APromo-512x219.webp\" alt=\"Minecraft 1.20.3 Snapshot 23W41A Promo Image\" class=\"wp-image-733\" srcset=\"https:\/\/www.meloncube.net\/blog\/wp-content\/uploads\/2023\/10\/Snapshot23W41APromo-512x219.webp 512w, https:\/\/www.meloncube.net\/blog\/wp-content\/uploads\/2023\/10\/Snapshot23W41APromo-300x128.webp 300w, https:\/\/www.meloncube.net\/blog\/wp-content\/uploads\/2023\/10\/Snapshot23W41APromo-768x328.webp 768w, https:\/\/www.meloncube.net\/blog\/wp-content\/uploads\/2023\/10\/Snapshot23W41APromo.webp 1200w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" \/><\/figure>\n\n\n\n<p>Installing <a href=\"https:\/\/www.minecraft.net\/en-us\/article\/minecraft-snapshot-23w41a\" target=\"_blank\" rel=\"noreferrer noopener\">Minecraft 1.20.3 Snapshot 23W41A<\/a> on Java Edition starts within the Minecraft client. First, open the Minecraft Launcher and enable snapshots under the \u201cInstallations\u201d tab. Second, click \u201cNew Installation\u201d before selecting \u201cLatest Snapshot\u201d in the drop-down menu and clicking create. The new snapshot installation should now be a selectable option before clicking play.<\/p>\n\n\n\n<p>Please note snapshots can corrupt old worlds! Ensure <a href=\"https:\/\/www.meloncube.net\/clients\/knowledgebase\/140\/How-to-RestoreorDownload-files-from-Daily-Backups.html\">backups<\/a> have been taken.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to Create Minecraft 1.20.3 Snapshot 23W41A Servers<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.meloncube.net\/blog\/wp-content\/uploads\/2022\/12\/Melon_JE2_BE2.webp\" alt=\"Minecraft Melon Cube Block\" class=\"wp-image-179\" style=\"width:158px;height:158px\" width=\"158\" height=\"158\" srcset=\"https:\/\/www.meloncube.net\/blog\/wp-content\/uploads\/2022\/12\/Melon_JE2_BE2.webp 300w, https:\/\/www.meloncube.net\/blog\/wp-content\/uploads\/2022\/12\/Melon_JE2_BE2-150x150.webp 150w\" sizes=\"auto, (max-width: 158px) 100vw, 158px\" \/><\/figure>\n\n\n\n<p>MelonCube Hosting proudly offers <a href=\"https:\/\/www.meloncube.net\/minecraft\/order\/\">Minecraft 1.20.3 servers<\/a> with the latest snapshots pre-installed. Simply select your desired package, then the snapshot, and your server will be set up automatically with an email detailing how to begin.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Minecraft 1.20.3 Snapshot 23W41A Patch Notes<\/h3>\n\n\n\n<p>Nothing is better than seeing <a href=\"https:\/\/www.meloncube.net\/blog\/minecraft-1-20-suspicious-sand-guide\/\">existing items<\/a> expanded upon, especially when they were otherwise cosmetic! We can\u2019t help but imagine what the tech-savvy players will do with these new mechanics.<\/p>\n\n\n\n<p>Until Next Time, <\/p>\n\n\n\n<p>MelonCube Hosting =)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Minecraft 1.20 has only just arrived, and already pots are getting new uses and a bunch of love! Today we explore Minecraft 1.20.3 Snapshot 23W41A, the new features coming our way, and how you too can try out this patch today. Patch Notes New Features Snapshot Realms Changes Decorated Pots We want to hear your&#8230; <a href=\"https:\/\/www.meloncube.net\/blog\/minecraft-1-20-3-snapshot-23w41a-patch-notes\/\" class=\"readmore\">Continue Reading<\/a><\/p>\n","protected":false},"author":2,"featured_media":746,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[6],"class_list":["post-732","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-minecraft","tag-minecraft"],"_links":{"self":[{"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/posts\/732","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/comments?post=732"}],"version-history":[{"count":2,"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/posts\/732\/revisions"}],"predecessor-version":[{"id":747,"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/posts\/732\/revisions\/747"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/media\/746"}],"wp:attachment":[{"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/media?parent=732"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/categories?post=732"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.meloncube.net\/blog\/wp-json\/wp\/v2\/tags?post=732"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}