{{relevant guide|Java Edition guides/Bats and Pots}}
{{Dangerous version|Items stored in decorated pots will be deleted after reloading the world.{{bug|MC-267185||Decorated pots can delete items when reloading the world|Fixed}}|type=data-loss|version=release|edition=Java}}{{Infobox version | title = Minecraft 1.20.3 | image = 1.20.3 banner.jpg | image2 = Java Edition 1.20.3.png | edition = Java | type = | name = [[Bats and Pots]] | date = December 5, 2023 | jsonhash = 8e62c81cea68ffd1705f0dc81a52b816b511a651 | clienthash = b178a327a96f2cf1c9f98a45e5588d654a3e4369 | clientmap = be76ecc174ea25580bdc9bf335481a5192d9f3b7 | serverhash = 4fb536bfd4a83d61cdbaf684b8d311e66e7d4c49 | servermap = c1cafe916dd8b58ed1fe0564fc8f786885224e62 | prevparent = 1.20 | prev = 1.20.2 | next = 1.20.4 | nextparent = 1.21 }}
{{relevant guide|Java Edition guides/Bats and Pots}}
'''1.20.3''', the retroactive release of '''[[Bats and Pots]]''',{{tweet|CornerHardMC|1833203939426373917|"Bats and Pots" and "Armored Paws" are both considered "game drops"|September 9, 2024}}{{tweet|CornerHardMC|1833211870804857139|"Bats and Pots" and "Armored Paws" are game drops we've had thus far, but they'll vary in size and some may be larger in scope|September 9, 2024}} is a [[game drop]] for ''[[Java Edition]]'' released on December 5, 2023.{{Mcnet|minecraft-java-edition-1-20-3|Minecraft Java Edition 1.20.3|December 5, 2023}} It improves [[shield]]s, adds new functionality for [[decorated pot]]s, changes the appearance of bats, adds the {{cmd|tick}} command, changes chat component serialization, and fixes bugs, alongside an experimental toggle for features that would later be included in [[Java Edition 1.21|Tricky Trials]].{{snap|23w40a|October 4, 2023}}{{snap|23w41a|October 11, 2023}} == Additions == === Command format === ; {{cmd|tick}} * A new administrative and debugging command which allows the player to control the ticking flow and measure the performance of the game. ** Requires elevated permissions (admins and above), and so it is not by default available in [[command block]]s and [[data pack]]s. ** Syntaxes: *** {{cmd|link=none|tick query}} **** Outputs the current target ticking rate, with information about the tick times performance. *** {{cmd|link=none|tick rate }} **** Sets a custom target ticking rate to the specified value. The value rate must be greater than 1.0 and lower than 10000.0. *** {{cmd|link=none|tick freeze}} **** Freezes all gameplay elements, except for [[player]]s and any [[entity]] a player is [[riding]]. *** {{cmd|link=none|tick step