diff --git a/chat/src/main/resources/mojang-translations/en_us.json b/chat/src/main/resources/mojang-translations/en_us.json index dd02f120f..a3542256f 100644 --- a/chat/src/main/resources/mojang-translations/en_us.json +++ b/chat/src/main/resources/mojang-translations/en_us.json @@ -1,5 +1,5 @@ { - "bungeecord.comment": "(c) 2019 Mojang AB", + "bungeecord.comment": "(c) 2022 Mojang AB", "language.name": "English", "language.region": "United States", @@ -18,11 +18,36 @@ "narrator.loading": "Loading: %s", "narrator.loading.done": "Done", "narrator.joining": "Joining", + "narrator.position.screen": "Screen element %s out of %s", + "narrator.screen.usage": "Use mouse cursor or Tab button to select element", + "narrator.position.list": "Selected list row %s out of %s", + "narrator.position.object_list": "Selected row element %s out of %s", + "narration.suggestion.tooltip": "Selected suggestion %d out of %d: %s (%s)", + "narration.suggestion": "Selected suggestion %d out of %d: %s", + "narration.button": "Button: %s", + "narration.button.usage.focused": "Press Enter to activate", + "narration.button.usage.hovered": "Left click to activate", + "narration.cycle_button.usage.focused": "Press Enter to switch to %s", + "narration.cycle_button.usage.hovered": "Left click to switch to %s", + "narration.checkbox": "Checkbox: %s", + "narration.checkbox.usage.focused": "Press Enter to toggle", + "narration.checkbox.usage.hovered": "Left click to toggle", + "narration.recipe": "Recipe for %s", + "narration.recipe.usage": "Left click to select", + "narration.recipe.usage.more": "Right click to show more recipes", + "narration.selection.usage": "Press up and down buttons to move to another entry", + "narration.component_list.usage": "Press Tab to navigate to next element", + "narration.slider.usage.focused": "Press left or right keyboard buttons to change value", + "narration.slider.usage.hovered": "Drag slider to change value", + "narration.edit_box": "Edit box: %s", + "chat_screen.title": "Chat screen", + "chat_screen.usage": "Input message and press Enter to send", + "chat_screen.message": "Message to send: %s", "gui.done": "Done", "gui.cancel": "Cancel", "gui.back": "Back", - "gui.toTitle": "Back to title screen", - "gui.toMenu": "Back to server list", + "gui.toTitle": "Back to Title Screen", + "gui.toMenu": "Back to Server List", "gui.up": "Up", "gui.down": "Down", "gui.yes": "Yes", @@ -31,12 +56,35 @@ "gui.all": "All", "gui.ok": "Ok", "gui.proceed": "Proceed", - "gui.recipebook.moreRecipes": "Right Click for more", - "gui.recipebook.toggleRecipes.all": "Showing all", - "gui.recipebook.toggleRecipes.craftable": "Showing craftable", - "gui.recipebook.toggleRecipes.smeltable": "Showing smeltable", - "gui.recipebook.toggleRecipes.blastable": "Showing blastable", - "gui.recipebook.toggleRecipes.smokable": "Showing smokable", + "gui.recipebook.moreRecipes": "Right Click for More", + "gui.recipebook.search_hint": "Search...", + "gui.recipebook.toggleRecipes.all": "Showing All", + "gui.recipebook.toggleRecipes.craftable": "Showing Craftable", + "gui.recipebook.toggleRecipes.smeltable": "Showing Smeltable", + "gui.recipebook.toggleRecipes.blastable": "Showing Blastable", + "gui.recipebook.toggleRecipes.smokable": "Showing Smokable", + "gui.socialInteractions.title": "Social Interactions", + "gui.socialInteractions.tab_all": "All", + "gui.socialInteractions.tab_hidden": "Hidden", + "gui.socialInteractions.tab_blocked": "Blocked", + "gui.socialInteractions.blocking_hint": "Manage with Microsoft account", + "gui.socialInteractions.status_hidden": "Hidden", + "gui.socialInteractions.status_blocked": "Blocked", + "gui.socialInteractions.status_offline": "Offline", + "gui.socialInteractions.status_hidden_offline": "Hidden - Offline", + "gui.socialInteractions.status_blocked_offline": "Blocked - Offline", + "gui.socialInteractions.server_label.single": "%s - %s player", + "gui.socialInteractions.server_label.multiple": "%s - %s players", + "gui.socialInteractions.search_hint": "Search...", + "gui.socialInteractions.search_empty": "Couldn't find any players with that name", + "gui.socialInteractions.empty_hidden": "No players hidden in chat", + "gui.socialInteractions.empty_blocked": "No blocked players in chat", + "gui.socialInteractions.hide": "Hide in Chat", + "gui.socialInteractions.show": "Show in Chat", + "gui.socialInteractions.hidden_in_chat": "Chat messages from %s will be hidden", + "gui.socialInteractions.shown_in_chat": "Chat messages from %s will be shown", + "gui.socialInteractions.tooltip.hide": "Hide messages from %s in chat", + "gui.socialInteractions.tooltip.show": "Show messages from %s in chat", "gui.narrate.button": "%s button", "gui.narrate.slider": "%s slider", "gui.narrate.editBox": "%s edit box: %s", @@ -69,8 +117,9 @@ "menu.shareToLan": "Open to LAN", "menu.sendFeedback": "Give Feedback", "menu.reportBugs": "Report Bugs", - "menu.paused": "Game paused", - "optimizeWorld.confirm.title": "Optimize world", + "menu.paused": "Game Paused", + "menu.modded": " (Modded)", + "optimizeWorld.confirm.title": "Optimize World", "optimizeWorld.confirm.description": "This will attempt to optimize your world by making sure all data is stored in the most recent game format. This can take a very long time, depending on your world. Once done, your world may play faster but will no longer be compatible with older versions of the game. Are you sure you wish to proceed?", "optimizeWorld.title": "Optimizing World '%s'", "optimizeWorld.stage.counting": "Counting chunks...", @@ -82,7 +131,6 @@ "optimizeWorld.info.total": "Total chunks: %s", "selectWorld.title": "Select World", "selectWorld.search": "search for worlds", - "selectWorld.empty": "empty", "selectWorld.world": "World", "selectWorld.select": "Play Selected World", "selectWorld.create": "Create New World", @@ -100,10 +148,16 @@ "selectWorld.edit.backupCreated": "Backed up: %s", "selectWorld.edit.backupSize": "size: %s MB", "selectWorld.edit.optimize": "Optimize World", + "selectWorld.edit.export_worldgen_settings": "Export World Generation Settings", + "selectWorld.edit.export_worldgen_settings.success": "Exported", + "selectWorld.edit.export_worldgen_settings.failure": "Export failed", "selectWorld.deleteQuestion": "Are you sure you want to delete this world?", "selectWorld.deleteWarning": "'%s' will be lost forever! (A long time!)", "selectWorld.deleteButton": "Delete", "selectWorld.conversion": "Must be converted!", + "selectWorld.conversion.tooltip": "This world must be opened in an older version (like 1.6.4) to be safely converted", + "selectWorld.locked": "Locked by another running instance of Minecraft", + "selectWorld.incompatible_series": "Created by an incompatible version", "selectWorld.newWorld": "New World", "selectWorld.enterName": "World Name", "selectWorld.resultFolder": "Will be saved in:", @@ -116,30 +170,37 @@ "selectWorld.versionQuestion": "Do you really want to load this world?", "selectWorld.versionWarning": "This world was last played in version %s and loading it in this version could cause corruption!", "selectWorld.versionJoinButton": "Load Anyway", - "selectWorld.backupQuestion": "Do you really want to load this world?", - "selectWorld.backupWarning": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions!", + "selectWorld.backupQuestion.snapshot": "Do you really want to load this world?", + "selectWorld.backupWarning.snapshot": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions!", + "selectWorld.backupQuestion.downgrade": "Downgrading a world is not supported", + "selectWorld.backupWarning.downgrade": "This world was last played in version %s; you are on version %s. Downgrading a world could cause corruption - we cannot guarantee that it will load or work. If you still want to continue, please make a backup!", "selectWorld.backupQuestion.customized": "Customized worlds are no longer supported", "selectWorld.backupWarning.customized": "Unfortunately, we do not support customized worlds in this version of Minecraft. We can still load this world and keep everything the way it was, but any newly generated terrain will no longer be customized. We're sorry for the inconvenience!", + "selectWorld.backupQuestion.experimental": "Worlds using Experimental Settings are not supported", + "selectWorld.backupWarning.experimental": "This world uses experimental settings that could stop working at any time. We cannot guarantee it will load or work. Here be dragons!", "selectWorld.backupEraseCache": "Erase cached data", - "selectWorld.backupJoinConfirmButton": "Backup and load", + "selectWorld.backupJoinConfirmButton": "Create Backup and Load", "selectWorld.backupJoinSkipButton": "I know what I'm doing!", "selectWorld.tooltip.fromNewerVersion1": "World was saved in a newer version,", "selectWorld.tooltip.fromNewerVersion2": "loading this world could cause problems!", - "selectWorld.tooltip.snapshot1": "Don't forget to backup this world", + "selectWorld.tooltip.snapshot1": "Don't forget to back up this world", "selectWorld.tooltip.snapshot2": "before you load it in this snapshot.", - "selectWorld.tooltip.unsupported": "This world is no longer supported and can only be played in %s", "selectWorld.unable_to_load": "Unable to load worlds", - "selectWorld.futureworld.error.title": "An error occured!", - "selectWorld.futureworld.error.text": "Something went wrong while trying to load a world from a future version. This was a risky operation to begin with, sorry it didn't work.", - "selectWorld.recreate.error.title": "An error occured!", + "selectWorld.futureworld.error.title": "An error occurred!", + "selectWorld.futureworld.error.text": "Something went wrong while trying to load a world from a future version. This was a risky operation to begin with; sorry it didn't work.", + "selectWorld.recreate.error.title": "An error occurred!", "selectWorld.recreate.error.text": "Something went wrong while trying to recreate a world.", "selectWorld.recreate.customized.title": "Customized worlds are no longer supported", "selectWorld.recreate.customized.text": "Customized worlds are no longer supported in this version of Minecraft. We can try to recreate it with the same seed and properties, but any terrain customizations will be lost. We're sorry for the inconvenience!", "selectWorld.load_folder_access": "Unable to read or access folder where game worlds are saved!", + "selectWorld.access_failure": "Failed to access world", + "selectWorld.delete_failure": "Failed to delete world", + "selectWorld.data_read": "Reading world data...", + "selectWorld.loading_list": "Loading world list", "createWorld.customize.presets": "Presets", "createWorld.customize.presets.title": "Select a Preset", "createWorld.customize.presets.select": "Use Preset", - "createWorld.customize.presets.share": "Want to share your preset with someone? Use the below box!", + "createWorld.customize.presets.share": "Want to share your preset with someone? Use the box below!", "createWorld.customize.presets.list": "Alternatively, here's some we made earlier!", "createWorld.customize.flat.title": "Superflat Customization", "createWorld.customize.flat.tile": "Layer Material", @@ -149,18 +210,17 @@ "createWorld.customize.flat.layer": "%s", "createWorld.customize.flat.layer.bottom": "Bottom - %s", "createWorld.customize.buffet.title": "Buffet world customization", - "createWorld.customize.buffet.generatortype": "World generator:", - "createWorld.customize.buffet.generator": "Please select a generator type", "createWorld.customize.buffet.biome": "Please select a biome", - "createWorld.customize.preset.classic_flat": "Classic Flat", - "createWorld.customize.preset.tunnelers_dream": "Tunnelers' Dream", - "createWorld.customize.preset.water_world": "Water World", - "createWorld.customize.preset.overworld": "Overworld", - "createWorld.customize.preset.snowy_kingdom": "Snowy Kingdom", - "createWorld.customize.preset.bottomless_pit": "Bottomless Pit", - "createWorld.customize.preset.desert": "Desert", - "createWorld.customize.preset.redstone_ready": "Redstone Ready", - "createWorld.customize.preset.the_void": "The Void", + "flat_world_preset.unknown": "???", + "flat_world_preset.minecraft.classic_flat": "Classic Flat", + "flat_world_preset.minecraft.tunnelers_dream": "Tunnelers' Dream", + "flat_world_preset.minecraft.water_world": "Water World", + "flat_world_preset.minecraft.overworld": "Overworld", + "flat_world_preset.minecraft.snowy_kingdom": "Snowy Kingdom", + "flat_world_preset.minecraft.bottomless_pit": "Bottomless Pit", + "flat_world_preset.minecraft.desert": "Desert", + "flat_world_preset.minecraft.redstone_ready": "Redstone Ready", + "flat_world_preset.minecraft.the_void": "The Void", "createWorld.customize.custom.page0": "Basic Settings", "createWorld.customize.custom.page1": "Ore Settings", "createWorld.customize.custom.page2": "Advanced Settings (Expert Users Only!)", @@ -223,6 +283,11 @@ "createWorld.customize.custom.preset.drought": "Drought", "createWorld.customize.custom.preset.caveChaos": "Caves of Chaos", "createWorld.customize.custom.preset.goodLuck": "Good Luck", + "createWorld.preparing": "Preparing for world creation...", + "datapackFailure.title": "Errors in currently selected datapacks prevented the world from loading.\nYou can either try to load it with only the vanilla data pack (\"safe mode\"), or go back to the title screen and fix it manually.", + "datapackFailure.safeMode": "Safe Mode", + "editGamerule.title": "Edit Game Rules", + "editGamerule.default": "Default: %s", "gameMode.survival": "Survival Mode", "gameMode.creative": "Creative Mode", "gameMode.adventure": "Adventure Mode", @@ -239,7 +304,7 @@ "spectatorMenu.root.prompt": "Press a key to select a command, and again to use it.", "selectWorld.gameMode": "Game Mode", "selectWorld.gameMode.survival": "Survival", - "selectWorld.gameMode.survival.line1": "Search for resources, crafting, gain", + "selectWorld.gameMode.survival.line1": "Search for resources, craft, gain", "selectWorld.gameMode.survival.line2": "levels, health and hunger", "selectWorld.gameMode.creative": "Creative", "selectWorld.gameMode.creative.line1": "Unlimited resources, free flying and", @@ -248,33 +313,42 @@ "selectWorld.gameMode.spectator.line1": "You can look but don't touch", "selectWorld.gameMode.spectator.line2": "", "selectWorld.gameMode.hardcore": "Hardcore", - "selectWorld.gameMode.hardcore.line1": "Same as survival mode, locked at hardest", + "selectWorld.gameMode.hardcore.line1": "Same as Survival Mode, locked at hardest", "selectWorld.gameMode.hardcore.line2": "difficulty, and one life only", "selectWorld.gameMode.adventure": "Adventure", - "selectWorld.gameMode.adventure.line1": "Same as survival mode, but blocks can't", + "selectWorld.gameMode.adventure.line1": "Same as Survival Mode, but blocks can't", "selectWorld.gameMode.adventure.line2": "be added or removed", "selectWorld.moreWorldOptions": "More World Options...", - "selectWorld.mapFeatures": "Generate Structures:", - "selectWorld.mapFeatures.info": "Villages, dungeons etc", - "selectWorld.mapType": "World Type:", + "selectWorld.gameRules": "Game Rules", + "selectWorld.mapFeatures": "Generate Structures", + "selectWorld.mapFeatures.info": "Villages, dungeons etc.", + "selectWorld.mapType": "World Type", "selectWorld.mapType.normal": "Normal", - "selectWorld.allowCommands": "Allow Cheats:", + "selectWorld.allowCommands": "Allow Cheats", "selectWorld.allowCommands.info": "Commands like /gamemode, /experience", - "selectWorld.hardcoreMode": "Hardcore:", - "selectWorld.hardcoreMode.info": "World is deleted upon death", - "selectWorld.bonusItems": "Bonus Chest:", - "generator.default": "Default", - "generator.flat": "Superflat", - "generator.largeBiomes": "Large Biomes", - "generator.amplified": "AMPLIFIED", - "generator.customized": "Customized", - "generator.debug_all_block_states": "Debug Mode", - "generator.amplified.info": "Notice: Just for fun, requires beefy computer", - "generator.buffet": "Buffet", + "selectWorld.dataPacks": "Data Packs", + "selectWorld.bonusItems": "Bonus Chest", + "selectWorld.import_worldgen_settings": "Import Settings", + "selectWorld.import_worldgen_settings.select_file": "Select settings file (.json)", + "selectWorld.import_worldgen_settings.failure": "Error importing settings", + "selectWorld.import_worldgen_settings.experimental.title": "Warning! These settings are using experimental features", + "selectWorld.import_worldgen_settings.experimental.question": "These settings are experimental and could one day stop working. Do you wish to proceed?", + "selectWorld.import_worldgen_settings.deprecated.title": "Warning! These settings are using deprecated features", + "selectWorld.import_worldgen_settings.deprecated.question": "Some features used are deprecated and will stop working in the future. Do you wish to proceed?", + "generator.custom": "Custom", + "generator.minecraft.normal": "Default", + "generator.minecraft.flat": "Superflat", + "generator.minecraft.large_biomes": "Large Biomes", + "generator.minecraft.amplified": "AMPLIFIED", + "generator.minecraft.amplified.info": "Notice: Just for fun! Requires a beefy computer.", + "generator.minecraft.debug_all_block_states": "Debug Mode", + "generator.minecraft.single_biome_surface": "Single Biome", + "generator.customized": "Old Customized", + "generator.single_biome_caves": "Caves", + "generator.single_biome_floating_islands": "Floating Islands", "selectServer.title": "Select Server", - "selectServer.empty": "empty", "selectServer.select": "Join Server", - "selectServer.direct": "Direct Connect", + "selectServer.direct": "Direct Connection", "selectServer.edit": "Edit", "selectServer.delete": "Delete", "selectServer.add": "Add Server", @@ -297,16 +371,23 @@ "lanServer.scanning": "Scanning for games on your local network", "lanServer.start": "Start LAN World", "lanServer.otherPlayers": "Settings for Other Players", - "mcoServer.title": "Minecraft Online World", + "multiplayerWarning.header": "Caution: Third-Party Online Play", + "multiplayerWarning.message": "Caution: Online play is offered by third-party servers that are not owned, operated, or supervised by Mojang Studios or Microsoft. During online play, you may be exposed to unmoderated chat messages or other types of user-generated content that may not be suitable for everyone.", + "multiplayerWarning.check": "Do not show this screen again", "multiplayer.title": "Play Multiplayer", - "multiplayer.connect": "Connect", - "multiplayer.ipinfo": "Enter the IP of a server to connect to it:", "multiplayer.texturePrompt.line1": "This server recommends the use of a custom resource pack.", "multiplayer.texturePrompt.line2": "Would you like to download and install it automagically?", + "multiplayer.requiredTexturePrompt.line1": "This server requires the use of a custom resource pack.", + "multiplayer.requiredTexturePrompt.line2": "Rejecting this custom resource pack will disconnect you from this server.", + "multiplayer.requiredTexturePrompt.disconnect": "Server requires a custom resource pack", + "multiplayer.texturePrompt.failure.line1": "Server resource pack couldn't be applied", + "multiplayer.texturePrompt.failure.line2": "Any functionality that requires custom resources might not work as expected", + "multiplayer.texturePrompt.serverPrompt": "%s\n\nMessage from server:\n%s", + "multiplayer.applyingPack": "Applying resource pack", "multiplayer.downloadingTerrain": "Loading terrain...", - "multiplayer.downloadingStats": "Downloading statistics...", + "multiplayer.downloadingStats": "Retrieving statistics...", "multiplayer.stopSleeping": "Leave Bed", - "multiplayer.message_not_delivered": "Can't deliver chat message starting with %s, check server logs", + "multiplayer.message_not_delivered": "Can't deliver chat message, check server logs: %s", "multiplayer.player.joined": "%s joined the game", "multiplayer.player.joined.renamed": "%s (formerly known as %s) joined the game", "multiplayer.player.left": "%s left the game", @@ -314,16 +395,16 @@ "multiplayer.status.cancelled": "Cancelled", "multiplayer.status.cannot_connect": "Can't connect to server", "multiplayer.status.cannot_resolve": "Can't resolve hostname", - "multiplayer.status.client_out_of_date": "Client out of date!", "multiplayer.status.finished": "Finished", + "multiplayer.status.incompatible": "Incompatible version!", "multiplayer.status.no_connection": "(no connection)", + "multiplayer.status.ping": "%s ms", "multiplayer.status.old": "Old", "multiplayer.status.pinging": "Pinging...", "multiplayer.status.quitting": "Quitting", - "multiplayer.status.server_out_of_date": "Server out of date!", "multiplayer.status.unknown": "???", "multiplayer.status.unrequested": "Received unrequested status", - "multiplayer.status.request_handled": "Status requst has been handled", + "multiplayer.status.request_handled": "Status request has been handled", "multiplayer.disconnect.authservers_down": "Authentication servers are down. Please try again later, sorry!", "multiplayer.disconnect.banned": "You are banned from this server", "multiplayer.disconnect.banned.reason": "You are banned from this server.\nReason: %s", @@ -336,12 +417,15 @@ "multiplayer.disconnect.idling": "You have been idle for too long!", "multiplayer.disconnect.illegal_characters": "Illegal characters in chat", "multiplayer.disconnect.invalid_entity_attacked": "Attempting to attack an invalid entity", + "multiplayer.disconnect.invalid_packet": "Server sent an invalid packet", + "multiplayer.disconnect.invalid_player_data": "Invalid player data", "multiplayer.disconnect.invalid_player_movement": "Invalid move player packet received", "multiplayer.disconnect.invalid_vehicle_movement": "Invalid move vehicle packet received", "multiplayer.disconnect.ip_banned": "You have been IP banned from this server", "multiplayer.disconnect.kicked": "Kicked by an operator", - "multiplayer.disconnect.outdated_client": "Outdated client! Please use %s", - "multiplayer.disconnect.outdated_server": "Outdated server! I'm still on %s", + "multiplayer.disconnect.incompatible": "Incompatible client! Please use %s", + "multiplayer.disconnect.outdated_client": "Incompatible client! Please use %s", + "multiplayer.disconnect.outdated_server": "Incompatible client! Please use %s", "multiplayer.disconnect.server_shutdown": "Server closed", "multiplayer.disconnect.slow_login": "Took too long to log in", "multiplayer.disconnect.unverified_username": "Failed to verify username!", @@ -349,8 +433,24 @@ "multiplayer.disconnect.server_full": "The server is full!", "multiplayer.disconnect.name_taken": "That name is already taken", "multiplayer.disconnect.unexpected_query_response": "Unexpected custom data from client", + "multiplayer.disconnect.missing_tags": "Incomplete set of tags received from server.\nPlease contact server operator.", + "multiplayer.disconnect.missing_public_key": "Missing profile public key.\nThis server requires secure profiles.", + "multiplayer.disconnect.invalid_public_key_signature": "Invalid signature for profile public key.\nTry restarting your game.", + "multiplayer.disconnect.invalid_public_key": "Unable to parse profile public key.", + "multiplayer.disconnect.out_of_order_chat": "Out-of-order chat packet received. Did your system time change?", + "multiplayer.socialInteractions.not_available": "Social Interactions are only available in Multiplayer worlds", + "chatPreview.warning.title": "This server uses Chat Preview", + "chatPreview.warning.content": "Chat Preview allows the server to see your messages in real time as you type them, even before they’re sent. This is often used to preview your message with styling applied.\n\nChat Preview is on by default, but can be turned off in Chat Settings.", + "chatPreview.warning.check": "Do not notify again for this server", + "chatPreview.warning.toast.title": "Chat Preview is enabled", + "chatPreview.warning.toast": "This server uses Chat Preview and can see your messages as you type them, even before they're sent. You can turn this off in Chat Settings.", "chat.editBox": "chat", "chat.cannotSend": "Cannot send chat message", + "chat.disabled.options": "Chat disabled in client options", + "chat.disabled.launcher": "Chat disabled by launcher option. Cannot send message", + "chat.disabled.profile": "Chat not allowed by account settings. Press '%s' again for more information", + "chat.disabled.profile.moreInfo": "Chat not allowed by account settings. Cannot send or view messages.", + "chat.preview": "Type to preview", "chat.type.text": "<%s> %s", "chat.type.text.narrate": "%s says %s", "chat.type.emote": "* %s %s", @@ -365,20 +465,23 @@ "chat.link.confirm": "Are you sure you want to open the following website?", "chat.link.warning": "Never open links from people that you don't trust!", "chat.copy": "Copy to Clipboard", + "chat.copy.click": "Click to Copy to Clipboard", "chat.link.confirmTrusted": "Do you want to open this link or copy it to your clipboard?", - "chat.link.open": "Open in browser", + "chat.link.open": "Open in Browser", "chat.coordinates": "%s, %s, %s", "chat.coordinates.tooltip": "Click to teleport", + "chat.queue": "[+%s pending lines]", + "chat.square_brackets": "[%s]", "menu.playdemo": "Play Demo World", "menu.resetdemo": "Reset Demo World", - "demo.day.1": "This demo will last five game days, do your best!", + "demo.day.1": "This demo will last five game days. Do your best!", "demo.day.2": "Day Two", "demo.day.3": "Day Three", "demo.day.4": "Day Four", "demo.day.5": "This is your last day!", "demo.day.warning": "Your time is almost up!", - "demo.day.6": "You have passed your fifth day, use %s to save a screenshot of your creation", - "demo.reminder": "The demo time has expired, buy the game to continue or start a new world!", + "demo.day.6": "You have passed your fifth day. Use %s to save a screenshot of your creation.", + "demo.reminder": "The demo time has expired. Buy the game to continue or start a new world!", "demo.remainingTime": "Remaining time: %s", "demo.demoExpired": "Demo time's up!", "demo.help.movement": "Use the %1$s, %2$s, %3$s, %4$s keys and the mouse to move around", @@ -387,7 +490,7 @@ "demo.help.jump": "Jump by pressing the %1$s key", "demo.help.inventory": "Use the %1$s key to open your inventory", "demo.help.title": "Minecraft Demo Mode", - "demo.help.fullWrapped": "This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the advancements for hints! Have fun!", + "demo.help.fullWrapped": "This demo will last 5 in-game days (about 1 hour and 40 minutes of real time). Check the advancements for hints! Have fun!", "demo.help.buy": "Purchase Now!", "demo.help.later": "Continue Playing!", "connect.connecting": "Connecting to the server...", @@ -398,6 +501,7 @@ "connect.joining": "Joining world...", "connect.failed": "Failed to connect to the server", "disconnect.genericReason": "%s", + "disconnect.unknownHost": "Unknown host", "disconnect.disconnected": "Disconnected by Server", "disconnect.lost": "Connection Lost", "disconnect.kicked": "Was kicked from the game", @@ -405,12 +509,14 @@ "disconnect.closed": "Connection closed", "disconnect.loginFailed": "Failed to log in", "disconnect.loginFailedInfo": "Failed to log in: %s", - "disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently down for maintenance.", + "disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently not reachable. Please try again.", "disconnect.loginFailedInfo.invalidSession": "Invalid session (Try restarting your game and the launcher)", + "disconnect.loginFailedInfo.insufficientPrivileges": "Multiplayer is disabled. Please check your Microsoft account settings.", "disconnect.quitting": "Quitting", "disconnect.endOfStream": "End of stream", "disconnect.overflow": "Buffer overflow", "disconnect.spam": "Kicked for spamming", + "disconnect.exceeded_packet_rate": "Kicked for exceeding packet rate limit", "soundCategory.master": "Master Volume", "soundCategory.music": "Music", "soundCategory.record": "Jukebox/Note Blocks", @@ -421,9 +527,15 @@ "soundCategory.block": "Blocks", "soundCategory.ambient": "Ambient/Environment", "soundCategory.voice": "Voice/Speech", - "record.nowPlaying": "Now playing: %s", + "record.nowPlaying": "Now Playing: %s", "options.off": "OFF", "options.on": "ON", + "options.off.composed": "%s: OFF", + "options.on.composed": "%s: ON", + "options.generic_value": "%s: %s", + "options.pixel_value": "%s: %spx", + "options.percent_value": "%s: %s%%", + "options.percent_add_value": "%s: +%s%%", "options.visible": "Shown", "options.hidden": "Hidden", "options.title": "Options", @@ -437,39 +549,72 @@ "options.mouse_settings": "Mouse Settings...", "options.mouse_settings.title": "Mouse Settings", "options.customizeTitle": "Customize World Settings", - "options.music": "Music", - "options.sound": "Sound", "options.invertMouse": "Invert Mouse", "options.fov": "FOV", "options.fov.min": "Normal", "options.fov.max": "Quake Pro", + "options.screenEffectScale": "Distortion Effects", + "options.screenEffectScale.tooltip": "Strength of nausea and Nether portal screen distortion effects.\nAt lower values, the nausea effect is replaced with a green overlay.", + "options.fovEffectScale": "FOV Effects", + "options.fovEffectScale.tooltip": "Controls how much the field of view can change with gameplay effects.", + "options.darknessEffectScale": "Darkness Pulsing", + "options.darknessEffectScale.tooltip": "Controls how much the Darkness effect pulses when a Warden or Sculk Shrieker gives it to you.", "options.biomeBlendRadius": "Biome Blend", + "options.biomeBlendRadius.1": "OFF (Fastest)", + "options.biomeBlendRadius.3": "3x3 (Fast)", + "options.biomeBlendRadius.5": "5x5 (Normal)", + "options.biomeBlendRadius.7": "7x7 (High)", + "options.biomeBlendRadius.9": "9x9 (Very High)", + "options.biomeBlendRadius.11": "11x11 (Extreme)", + "options.biomeBlendRadius.13": "13x13 (Showoff)", + "options.biomeBlendRadius.15": "15x15 (Maximum)", "options.gamma": "Brightness", "options.gamma.min": "Moody", + "options.gamma.default": "Default", "options.gamma.max": "Bright", "options.sensitivity": "Sensitivity", "options.sensitivity.min": "*yawn*", "options.sensitivity.max": "HYPERSPEED!!!", "options.renderDistance": "Render Distance", + "options.simulationDistance": "Simulation Distance", + "options.entityDistanceScaling": "Entity Distance", "options.viewBobbing": "View Bobbing", "options.ao": "Smooth Lighting", "options.ao.off": "OFF", "options.ao.min": "Minimum", "options.ao.max": "Maximum", - "options.anaglyph": "3D Anaglyph", + "options.prioritizeChunkUpdates": "Chunk Builder", + "options.prioritizeChunkUpdates.none": "Threaded", + "options.prioritizeChunkUpdates.byPlayer": "Semi Blocking", + "options.prioritizeChunkUpdates.nearby": "Fully Blocking", + "options.prioritizeChunkUpdates.none.tooltip": "Nearby chunks are compiled in parallel threads. This may result in brief visual holes when blocks are destroyed.", + "options.prioritizeChunkUpdates.byPlayer.tooltip": "Some actions within a chunk will recompile the chunk immediately. This includes block placing & destroying.", + "options.prioritizeChunkUpdates.nearby.tooltip": "Nearby chunks are always compiled immediately. This may impact game performance when blocks are placed or destroyed.", "options.chunks": "%s chunks", "options.framerate": "%s fps", "options.framerateLimit": "Max Framerate", "options.framerateLimit.max": "Unlimited", "options.difficulty": "Difficulty", + "options.difficulty.online": "Server Difficulty", "options.difficulty.peaceful": "Peaceful", "options.difficulty.easy": "Easy", "options.difficulty.normal": "Normal", "options.difficulty.hard": "Hard", "options.difficulty.hardcore": "Hardcore", "options.graphics": "Graphics", + "options.graphics.fabulous.tooltip": "%s graphics uses screen shaders for drawing weather, clouds, and particles behind translucent blocks and water.\nThis may severely impact performance for portable devices and 4K displays.", + "options.graphics.fabulous": "Fabulous!", + "options.graphics.fancy.tooltip": "Fancy graphics balances performance and quality for the majority of machines.\nWeather, clouds, and particles may not appear behind translucent blocks or water.", "options.graphics.fancy": "Fancy", + "options.graphics.fast.tooltip": "Fast graphics reduces the amount of visible rain and snow.\nTransparency effects are disabled for various blocks such as leaves.", "options.graphics.fast": "Fast", + "options.graphics.warning.title": "Graphics Device Unsupported", + "options.graphics.warning.message": "Your graphics device is detected as unsupported for the %s graphics option.\n\nYou may ignore this and continue, however support will not be provided for your device if you choose to use %s graphics.", + "options.graphics.warning.renderer": "Renderer detected: [%s]", + "options.graphics.warning.vendor": "Vendor detected: [%s]", + "options.graphics.warning.version": "OpenGL Version detected: [%s]", + "options.graphics.warning.accept": "Continue without Support", + "options.graphics.warning.cancel": "Take me Back", "options.clouds.fancy": "Fancy", "options.clouds.fast": "Fast", "options.guiScale": "GUI Scale", @@ -487,17 +632,29 @@ "options.chat.visibility.hidden": "Hidden", "options.chat.color": "Colors", "options.chat.opacity": "Chat Text Opacity", + "options.chat.line_spacing": "Line Spacing", "options.chat.links": "Web Links", "options.chat.links.prompt": "Prompt on Links", - "options.chat.scale": "Scale", + "options.chat.delay_none": "Chat Delay: None", + "options.chat.delay": "Chat Delay: %s seconds", + "options.chat.scale": "Chat Text Size", "options.chat.width": "Width", "options.chat.height.focused": "Focused Height", "options.chat.height.unfocused": "Unfocused Height", + "options.chatPreview": "Chat Preview", + "options.chatPreview.tooltip": "Chat Preview allows servers to see your messages as you type, which allows them to style your message. You can still chat if you turn this off.", + "options.onlyShowSecureChat": "Only Show Secure Chat", + "options.onlyShowSecureChat.tooltip": "Only display messages from other players that can be verified to have been sent by that player, and have not been modified.", "options.accessibility.title": "Accessibility Settings...", "options.accessibility.text_background": "Text Background", "options.accessibility.text_background.chat": "Chat", "options.accessibility.text_background.everywhere": "Everywhere", "options.accessibility.text_background_opacity": "Text Background Opacity", + "options.accessibility.link": "Accessibility Guide", + "options.audioDevice": "Device", + "options.audioDevice.default": "System Default", + "options.key.toggle": "Toggle", + "options.key.hold": "Hold", "options.skinCustomisation": "Skin Customization...", "options.skinCustomisation.title": "Skin Customization", "options.modelPart.cape": "Cape", @@ -507,14 +664,9 @@ "options.modelPart.right_sleeve": "Right Sleeve", "options.modelPart.left_pants_leg": "Left Pants Leg", "options.modelPart.right_pants_leg": "Right Pants Leg", - "options.snooper": "Allow Snooper", - "options.snooper.view": "Snooper Settings...", - "options.snooper.title": "Feed us data!", - "options.snooper.desc": "We always want to improve Minecraft and, to help us do that, we'd like to collect some information. This lets us know what hardware to support and where the big problems are. It also gives us a sense of the size of our active player base, so we know if we're doing a good job. You can view all the information we collect below. If you want to opt out then you can simply toggle it off!", "options.resourcepack": "Resource Packs...", "options.fullscreen": "Fullscreen", - "options.vsync": "Use VSync", - "options.vbo": "Use VBOs", + "options.vsync": "VSync", "options.touchscreen": "Touchscreen Mode", "options.reducedDebugInfo": "Reduced Debug Info", "options.entityShadows": "Entity Shadows", @@ -525,30 +677,51 @@ "options.attack.crosshair": "Crosshair", "options.attack.hotbar": "Hotbar", "options.showSubtitles": "Show Subtitles", + "options.directionalAudio": "Directional Audio", + "options.directionalAudio.on.tooltip": "Uses HRTF-based directional audio to improve the simulation of 3D sound. Requires HRTF compatible audio hardware, and is best experienced with headphones.", + "options.directionalAudio.off.tooltip": "Classic Stereo sound", + "options.online": "Online...", + "options.online.title": "Online Options", + "options.allowServerListing": "Allow Server Listings", + "options.allowServerListing.tooltip": "Servers may list online players as part of their public status.\nWith this option off your name will not show up in such lists.", "options.realmsNotifications": "Realms Notifications", "options.autoJump": "Auto-Jump", "options.autoSuggestCommands": "Command Suggestions", + "options.autosaveIndicator": "Autosave Indicator", "options.discrete_mouse_scroll": "Discrete Scrolling", "options.mouseWheelSensitivity": "Scroll Sensitivity", + "options.rawMouseInput": "Raw Input", "options.narrator": "Narrator", "options.narrator.off": "OFF", - "options.narrator.all": "Narrates all", - "options.narrator.chat": "Narrates chat", - "options.narrator.system": "Narrates system", - "options.narrator.notavailable": "Not available", + "options.narrator.all": "Narrates All", + "options.narrator.chat": "Narrates Chat", + "options.narrator.system": "Narrates System", + "options.narrator.notavailable": "Not Available", "options.fullscreen.resolution": "Fullscreen Resolution", + "options.fullscreen.unavailable": "Setting unavailable", "options.fullscreen.current": "Current", "options.mipmapLevels": "Mipmap Levels", "options.forceUnicodeFont": "Force Unicode Font", + "options.hideMatchedNames": "Hide Matched Names", + "options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on: hidden players will be matched based on chat sender names.", + "options.darkMojangStudiosBackgroundColor": "Monochrome Logo", + "options.darkMojangStudiosBackgroundColor.tooltip": "Changes the Mojang Studios loading screen background color to black.", + "options.hideLightningFlashes": "Hide Lightning Flashes", + "options.hideLightningFlashes.tooltip": "Prevents lightning bolts from making the sky flash. The bolts themselves will still be visible.", "narrator.toast.disabled": "Narrator Disabled", "narrator.toast.enabled": "Narrator Enabled", "difficulty.lock.title": "Lock World Difficulty", "difficulty.lock.question": "Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again.", - "title.oldgl1": "Old graphics card detected; this may prevent you from", - "title.oldgl2": "playing in the future as OpenGL 2.0 will be required.", + "title.32bit.deprecation": "32-bit system detected: this may prevent you from playing in the future as a 64-bit system will be required!", + "title.32bit.deprecation.realms.header": "32-bit system detected", + "title.32bit.deprecation.realms": "Minecraft will soon require a 64-bit system, which will prevent you from playing or using Realms on this device. You will need to manually cancel any Realms subscription.", + "title.32bit.deprecation.realms.check": "Do not show this screen again", + "title.multiplayer.disabled": "Multiplayer is disabled. Please check your Microsoft account settings.", "controls.title": "Controls", "controls.reset": "Reset", "controls.resetAll": "Reset Keys", + "controls.keybinds": "Key Binds...", + "controls.keybinds.title": "Key Binds", "key.sprint": "Sprint", "key.forward": "Walk Forwards", "key.left": "Strafe Left", @@ -557,7 +730,7 @@ "key.jump": "Jump", "key.inventory": "Open/Close Inventory", "key.drop": "Drop Selected Item", - "key.swapHands": "Swap Item In Hands", + "key.swapOffhand": "Swap Item With Offhand", "key.chat": "Open Chat", "key.sneak": "Sneak", "key.playerlist": "List Players", @@ -565,6 +738,7 @@ "key.use": "Use Item/Place Block", "key.pickItem": "Pick Block", "key.command": "Open Command", + "key.socialInteractions": "Social Interactions Screen", "key.screenshot": "Take Screenshot", "key.togglePerspective": "Toggle Perspective", "key.smoothCamera": "Toggle Cinematic Camera", @@ -579,8 +753,8 @@ "key.hotbar.7": "Hotbar Slot 7", "key.hotbar.8": "Hotbar Slot 8", "key.hotbar.9": "Hotbar Slot 9", - "key.saveToolbarActivator": "Save Toolbar Activator", - "key.loadToolbarActivator": "Load Toolbar Activator", + "key.saveToolbarActivator": "Save Hotbar Activator", + "key.loadToolbarActivator": "Load Hotbar Activator", "key.advancements": "Advancements", "key.categories.movement": "Movement", "key.categories.misc": "Miscellaneous", @@ -678,20 +852,32 @@ "key.keyboard.print.screen": "Print Screen", "key.keyboard.world.1": "World 1", "key.keyboard.world.2": "World 2", - "resourcePack.openFolder": "Open Resource Pack Folder", + "pack.available.title": "Available", + "pack.selected.title": "Selected", + "pack.incompatible": "Incompatible", + "pack.incompatible.old": "(Made for an older version of Minecraft)", + "pack.incompatible.new": "(Made for a newer version of Minecraft)", + "pack.incompatible.confirm.title": "Are you sure you want to load this pack?", + "pack.incompatible.confirm.old": "This pack was made for an older version of Minecraft and may no longer work correctly.", + "pack.incompatible.confirm.new": "This pack was made for a newer version of Minecraft and may not work correctly.", + "pack.dropInfo": "Drag and drop files into this window to add packs", + "pack.dropConfirm": "Do you want to add the following packs to Minecraft?", + "pack.copyFailure": "Failed to copy packs", + "pack.nameAndSource": "%s (%s)", + "pack.openFolder": "Open Pack Folder", + "pack.folderInfo": "(Place pack files here)", "resourcePack.title": "Select Resource Packs", - "resourcePack.available.title": "Available Resource Packs", - "resourcePack.selected.title": "Selected Resource Packs", - "resourcePack.folderInfo": "(Place resource pack files here)", - "resourcePack.incompatible": "Incompatible", - "resourcePack.incompatible.old": "(Made for an older version of Minecraft)", - "resourcePack.incompatible.new": "(Made for a newer version of Minecraft)", - "resourcePack.incompatible.confirm.title": "Are you sure you want to load this resource pack?", - "resourcePack.incompatible.confirm.old": "This resource pack was made for an older version of Minecraft and may no longer work correctly.", - "resourcePack.incompatible.confirm.new": "This resource pack was made for a newer version of Minecraft and may no longer work correctly.", "resourcePack.server.name": "World Specific Resources", "resourcePack.broken_assets": "BROKEN ASSETS DETECTED", - "sign.edit": "Edit sign message", + "resourcePack.vanilla.description": "The default resources for Minecraft", + "resourcePack.load_fail": "Resource reload failed", + "dataPack.title": "Select Data Packs", + "dataPack.validation.working": "Validating selected data packs...", + "dataPack.validation.failed": "Data pack validation failed!", + "dataPack.validation.back": "Go Back", + "dataPack.validation.reset": "Reset to Default", + "dataPack.vanilla.description": "The default data for Minecraft", + "sign.edit": "Edit Sign Message", "book.pageIndicator": "Page %1$s of %2$s", "book.byAuthor": "by %1$s", "book.signButton": "Sign", @@ -714,6 +900,7 @@ "merchant.trades": "Trades", "block.minecraft.air": "Air", "block.minecraft.barrier": "Barrier", + "block.minecraft.light": "Light", "block.minecraft.stone": "Stone", "block.minecraft.granite": "Granite", "block.minecraft.polished_granite": "Polished Granite", @@ -733,23 +920,24 @@ "block.minecraft.jungle_planks": "Jungle Planks", "block.minecraft.acacia_planks": "Acacia Planks", "block.minecraft.dark_oak_planks": "Dark Oak Planks", + "block.minecraft.mangrove_planks": "Mangrove Planks", "block.minecraft.oak_sapling": "Oak Sapling", "block.minecraft.spruce_sapling": "Spruce Sapling", "block.minecraft.birch_sapling": "Birch Sapling", "block.minecraft.jungle_sapling": "Jungle Sapling", "block.minecraft.acacia_sapling": "Acacia Sapling", "block.minecraft.dark_oak_sapling": "Dark Oak Sapling", + "block.minecraft.mangrove_propagule": "Mangrove Propagule", "block.minecraft.oak_door": "Oak Door", "block.minecraft.spruce_door": "Spruce Door", "block.minecraft.birch_door": "Birch Door", "block.minecraft.jungle_door": "Jungle Door", "block.minecraft.acacia_door": "Acacia Door", "block.minecraft.dark_oak_door": "Dark Oak Door", + "block.minecraft.mangrove_door": "Mangrove Door", "block.minecraft.bedrock": "Bedrock", "block.minecraft.water": "Water", "block.minecraft.lava": "Lava", - "block.minecraft.flowing_water": "Flowing Water", - "block.minecraft.flowing_lava": "Flowing Lava", "block.minecraft.sand": "Sand", "block.minecraft.red_sand": "Red Sand", "block.minecraft.sandstone": "Sandstone", @@ -760,38 +948,49 @@ "block.minecraft.cut_red_sandstone": "Cut Red Sandstone", "block.minecraft.gravel": "Gravel", "block.minecraft.gold_ore": "Gold Ore", + "block.minecraft.deepslate_gold_ore": "Deepslate Gold Ore", + "block.minecraft.nether_gold_ore": "Nether Gold Ore", "block.minecraft.iron_ore": "Iron Ore", + "block.minecraft.deepslate_iron_ore": "Deepslate Iron Ore", "block.minecraft.coal_ore": "Coal Ore", + "block.minecraft.deepslate_coal_ore": "Deepslate Coal Ore", "block.minecraft.oak_wood": "Oak Wood", "block.minecraft.spruce_wood": "Spruce Wood", "block.minecraft.birch_wood": "Birch Wood", "block.minecraft.jungle_wood": "Jungle Wood", "block.minecraft.acacia_wood": "Acacia Wood", "block.minecraft.dark_oak_wood": "Dark Oak Wood", + "block.minecraft.mangrove_wood": "Mangrove Wood", "block.minecraft.oak_log": "Oak Log", "block.minecraft.spruce_log": "Spruce Log", "block.minecraft.birch_log": "Birch Log", "block.minecraft.jungle_log": "Jungle Log", "block.minecraft.acacia_log": "Acacia Log", "block.minecraft.dark_oak_log": "Dark Oak Log", + "block.minecraft.mangrove_log": "Mangrove Log", + "block.minecraft.mangrove_roots": "Mangrove Roots", + "block.minecraft.muddy_mangrove_roots": "Muddy Mangrove Roots", "block.minecraft.stripped_oak_log": "Stripped Oak Log", "block.minecraft.stripped_spruce_log": "Stripped Spruce Log", "block.minecraft.stripped_birch_log": "Stripped Birch Log", "block.minecraft.stripped_jungle_log": "Stripped Jungle Log", "block.minecraft.stripped_acacia_log": "Stripped Acacia Log", "block.minecraft.stripped_dark_oak_log": "Stripped Dark Oak Log", + "block.minecraft.stripped_mangrove_log": "Stripped Mangrove Log", "block.minecraft.stripped_oak_wood": "Stripped Oak Wood", "block.minecraft.stripped_spruce_wood": "Stripped Spruce Wood", "block.minecraft.stripped_birch_wood": "Stripped Birch Wood", "block.minecraft.stripped_jungle_wood": "Stripped Jungle Wood", "block.minecraft.stripped_acacia_wood": "Stripped Acacia Wood", "block.minecraft.stripped_dark_oak_wood": "Stripped Dark Oak Wood", + "block.minecraft.stripped_mangrove_wood": "Stripped Mangrove Wood", "block.minecraft.oak_leaves": "Oak Leaves", "block.minecraft.spruce_leaves": "Spruce Leaves", "block.minecraft.birch_leaves": "Birch Leaves", "block.minecraft.jungle_leaves": "Jungle Leaves", "block.minecraft.acacia_leaves": "Acacia Leaves", "block.minecraft.dark_oak_leaves": "Dark Oak Leaves", + "block.minecraft.mangrove_leaves": "Mangrove Leaves", "block.minecraft.dead_bush": "Dead Bush", "block.minecraft.grass": "Grass", "block.minecraft.fern": "Fern", @@ -865,7 +1064,7 @@ "block.minecraft.smooth_stone": "Smooth Stone", "block.minecraft.smooth_sandstone": "Smooth Sandstone", "block.minecraft.smooth_red_sandstone": "Smooth Red Sandstone", - "block.minecraft.smooth_quartz": "Smooth Quartz", + "block.minecraft.smooth_quartz": "Smooth Quartz Block", "block.minecraft.stone_slab": "Stone Slab", "block.minecraft.smooth_stone_slab": "Smooth Stone Slab", "block.minecraft.sandstone_slab": "Sandstone Slab", @@ -876,6 +1075,7 @@ "block.minecraft.cobblestone_slab": "Cobblestone Slab", "block.minecraft.brick_slab": "Brick Slab", "block.minecraft.stone_brick_slab": "Stone Brick Slab", + "block.minecraft.mud_brick_slab": "Mud Brick Slab", "block.minecraft.nether_brick_slab": "Nether Brick Slab", "block.minecraft.quartz_slab": "Quartz Slab", "block.minecraft.oak_slab": "Oak Slab", @@ -884,6 +1084,7 @@ "block.minecraft.jungle_slab": "Jungle Slab", "block.minecraft.acacia_slab": "Acacia Slab", "block.minecraft.dark_oak_slab": "Dark Oak Slab", + "block.minecraft.mangrove_slab": "Mangrove Slab", "block.minecraft.dark_prismarine_slab": "Dark Prismarine Slab", "block.minecraft.prismarine_slab": "Prismarine Slab", "block.minecraft.prismarine_brick_slab": "Prismarine Brick Slab", @@ -894,14 +1095,18 @@ "block.minecraft.obsidian": "Obsidian", "block.minecraft.torch": "Torch", "block.minecraft.wall_torch": "Wall Torch", + "block.minecraft.soul_torch": "Soul Torch", + "block.minecraft.soul_wall_torch": "Soul Wall Torch", "block.minecraft.fire": "Fire", "block.minecraft.spawner": "Spawner", + "block.minecraft.respawn_anchor": "Respawn Anchor", "block.minecraft.oak_stairs": "Oak Stairs", "block.minecraft.spruce_stairs": "Spruce Stairs", "block.minecraft.birch_stairs": "Birch Stairs", "block.minecraft.jungle_stairs": "Jungle Stairs", "block.minecraft.acacia_stairs": "Acacia Stairs", "block.minecraft.dark_oak_stairs": "Dark Oak Stairs", + "block.minecraft.mangrove_stairs": "Mangrove Stairs", "block.minecraft.dark_prismarine_stairs": "Dark Prismarine Stairs", "block.minecraft.prismarine_stairs": "Prismarine Stairs", "block.minecraft.prismarine_brick_stairs": "Prismarine Brick Stairs", @@ -909,6 +1114,7 @@ "block.minecraft.trapped_chest": "Trapped Chest", "block.minecraft.redstone_wire": "Redstone Wire", "block.minecraft.diamond_ore": "Diamond Ore", + "block.minecraft.deepslate_diamond_ore": "Deepslate Diamond Ore", "block.minecraft.coal_block": "Block of Coal", "block.minecraft.diamond_block": "Block of Diamond", "block.minecraft.crafting_table": "Crafting Table", @@ -921,12 +1127,14 @@ "block.minecraft.acacia_sign": "Acacia Sign", "block.minecraft.jungle_sign": "Jungle Sign", "block.minecraft.dark_oak_sign": "Dark Oak Sign", + "block.minecraft.mangrove_sign": "Mangrove Sign", "block.minecraft.oak_wall_sign": "Oak Wall Sign", "block.minecraft.spruce_wall_sign": "Spruce Wall Sign", "block.minecraft.birch_wall_sign": "Birch Wall Sign", "block.minecraft.acacia_wall_sign": "Acacia Wall Sign", "block.minecraft.jungle_wall_sign": "Jungle Wall Sign", "block.minecraft.dark_oak_wall_sign": "Dark Oak Wall Sign", + "block.minecraft.mangrove_wall_sign": "Mangrove Wall Sign", "block.minecraft.ladder": "Ladder", "block.minecraft.scaffolding": "Scaffolding", "block.minecraft.rail": "Rail", @@ -944,10 +1152,12 @@ "block.minecraft.jungle_pressure_plate": "Jungle Pressure Plate", "block.minecraft.acacia_pressure_plate": "Acacia Pressure Plate", "block.minecraft.dark_oak_pressure_plate": "Dark Oak Pressure Plate", + "block.minecraft.mangrove_pressure_plate": "Mangrove Pressure Plate", "block.minecraft.light_weighted_pressure_plate": "Light Weighted Pressure Plate", "block.minecraft.heavy_weighted_pressure_plate": "Heavy Weighted Pressure Plate", "block.minecraft.iron_door": "Iron Door", "block.minecraft.redstone_ore": "Redstone Ore", + "block.minecraft.deepslate_redstone_ore": "Deepslate Redstone Ore", "block.minecraft.redstone_torch": "Redstone Torch", "block.minecraft.redstone_wall_torch": "Redstone Wall Torch", "block.minecraft.stone_button": "Stone Button", @@ -957,6 +1167,7 @@ "block.minecraft.jungle_button": "Jungle Button", "block.minecraft.acacia_button": "Acacia Button", "block.minecraft.dark_oak_button": "Dark Oak Button", + "block.minecraft.mangrove_button": "Mangrove Button", "block.minecraft.snow": "Snow", "block.minecraft.white_carpet": "White Carpet", "block.minecraft.orange_carpet": "Orange Carpet", @@ -1003,14 +1214,16 @@ "block.minecraft.spruce_fence": "Spruce Fence", "block.minecraft.birch_fence": "Birch Fence", "block.minecraft.jungle_fence": "Jungle Fence", - "block.minecraft.dark_oak_fence": "Dark Oak Fence", "block.minecraft.acacia_fence": "Acacia Fence", + "block.minecraft.dark_oak_fence": "Dark Oak Fence", + "block.minecraft.mangrove_fence": "Mangrove Fence", "block.minecraft.oak_fence_gate": "Oak Fence Gate", "block.minecraft.spruce_fence_gate": "Spruce Fence Gate", "block.minecraft.birch_fence_gate": "Birch Fence Gate", "block.minecraft.jungle_fence_gate": "Jungle Fence Gate", - "block.minecraft.dark_oak_fence_gate": "Dark Oak Fence Gate", "block.minecraft.acacia_fence_gate": "Acacia Fence Gate", + "block.minecraft.dark_oak_fence_gate": "Dark Oak Fence Gate", + "block.minecraft.mangrove_fence_gate": "Mangrove Fence Gate", "block.minecraft.pumpkin_stem": "Pumpkin Stem", "block.minecraft.attached_pumpkin_stem": "Attached Pumpkin Stem", "block.minecraft.pumpkin": "Pumpkin", @@ -1037,30 +1250,34 @@ "block.minecraft.red_wool": "Red Wool", "block.minecraft.black_wool": "Black Wool", "block.minecraft.lapis_ore": "Lapis Lazuli Ore", - "block.minecraft.lapis_block": "Lapis Lazuli Block", + "block.minecraft.deepslate_lapis_ore": "Deepslate Lapis Lazuli Ore", + "block.minecraft.lapis_block": "Block of Lapis Lazuli", "block.minecraft.dispenser": "Dispenser", "block.minecraft.dropper": "Dropper", "block.minecraft.note_block": "Note Block", "block.minecraft.cake": "Cake", - "block.minecraft.bed": "Bed", "block.minecraft.bed.occupied": "This bed is occupied", "block.minecraft.bed.obstructed": "This bed is obstructed", - "block.minecraft.bed.no_sleep": "You can sleep only at night and during thunderstorms", + "block.minecraft.bed.no_sleep": "You can sleep only at night or during thunderstorms", "block.minecraft.bed.too_far_away": "You may not rest now; the bed is too far away", "block.minecraft.bed.not_safe": "You may not rest now; there are monsters nearby", - "block.minecraft.bed.not_valid": "Your home bed was missing or obstructed", + "block.minecraft.spawn.not_valid": "You have no home bed or charged respawn anchor, or it was obstructed", + "block.minecraft.set_spawn": "Respawn point set", "block.minecraft.oak_trapdoor": "Oak Trapdoor", "block.minecraft.spruce_trapdoor": "Spruce Trapdoor", "block.minecraft.birch_trapdoor": "Birch Trapdoor", "block.minecraft.jungle_trapdoor": "Jungle Trapdoor", "block.minecraft.acacia_trapdoor": "Acacia Trapdoor", "block.minecraft.dark_oak_trapdoor": "Dark Oak Trapdoor", + "block.minecraft.mangrove_trapdoor": "Mangrove Trapdoor", "block.minecraft.iron_trapdoor": "Iron Trapdoor", "block.minecraft.cobweb": "Cobweb", "block.minecraft.stone_bricks": "Stone Bricks", "block.minecraft.mossy_stone_bricks": "Mossy Stone Bricks", "block.minecraft.cracked_stone_bricks": "Cracked Stone Bricks", "block.minecraft.chiseled_stone_bricks": "Chiseled Stone Bricks", + "block.minecraft.packed_mud": "Packed Mud", + "block.minecraft.mud_bricks": "Mud Bricks", "block.minecraft.infested_stone": "Infested Stone", "block.minecraft.infested_cobblestone": "Infested Cobblestone", "block.minecraft.infested_stone_bricks": "Infested Stone Bricks", @@ -1073,12 +1290,63 @@ "block.minecraft.melon": "Melon", "block.minecraft.brick_stairs": "Brick Stairs", "block.minecraft.stone_brick_stairs": "Stone Brick Stairs", + "block.minecraft.mud_brick_stairs": "Mud Brick Stairs", "block.minecraft.vine": "Vines", "block.minecraft.nether_bricks": "Nether Bricks", "block.minecraft.nether_brick_fence": "Nether Brick Fence", "block.minecraft.nether_brick_stairs": "Nether Brick Stairs", "block.minecraft.nether_wart": "Nether Wart", + "block.minecraft.warped_wart_block": "Warped Wart Block", + "block.minecraft.warped_stem": "Warped Stem", + "block.minecraft.stripped_warped_stem": "Stripped Warped Stem", + "block.minecraft.warped_hyphae": "Warped Hyphae", + "block.minecraft.stripped_warped_hyphae": "Stripped Warped Hyphae", + "block.minecraft.crimson_stem": "Crimson Stem", + "block.minecraft.stripped_crimson_stem": "Stripped Crimson Stem", + "block.minecraft.crimson_hyphae": "Crimson Hyphae", + "block.minecraft.stripped_crimson_hyphae": "Stripped Crimson Hyphae", + "block.minecraft.warped_nylium": "Warped Nylium", + "block.minecraft.crimson_nylium": "Crimson Nylium", + "block.minecraft.warped_fungus": "Warped Fungus", + "block.minecraft.crimson_fungus": "Crimson Fungus", + "block.minecraft.crimson_roots": "Crimson Roots", + "block.minecraft.warped_roots": "Warped Roots", + "block.minecraft.nether_sprouts": "Nether Sprouts", + "block.minecraft.shroomlight": "Shroomlight", + "block.minecraft.weeping_vines": "Weeping Vines", + "block.minecraft.weeping_vines_plant": "Weeping Vines Plant", + "block.minecraft.twisting_vines": "Twisting Vines", + "block.minecraft.twisting_vines_plant": "Twisting Vines Plant", + "block.minecraft.soul_soil": "Soul Soil", + "block.minecraft.basalt": "Basalt", + "block.minecraft.polished_basalt": "Polished Basalt", + "block.minecraft.warped_planks": "Warped Planks", + "block.minecraft.warped_slab": "Warped Slab", + "block.minecraft.warped_pressure_plate": "Warped Pressure Plate", + "block.minecraft.warped_fence": "Warped Fence", + "block.minecraft.warped_trapdoor": "Warped Trapdoor", + "block.minecraft.warped_fence_gate": "Warped Fence Gate", + "block.minecraft.warped_stairs": "Warped Stairs", + "block.minecraft.warped_button": "Warped Button", + "block.minecraft.warped_door": "Warped Door", + "block.minecraft.warped_sign": "Warped Sign", + "block.minecraft.warped_wall_sign": "Warped Wall Sign", + "block.minecraft.crimson_planks": "Crimson Planks", + "block.minecraft.crimson_slab": "Crimson Slab", + "block.minecraft.crimson_pressure_plate": "Crimson Pressure Plate", + "block.minecraft.crimson_fence": "Crimson Fence", + "block.minecraft.crimson_trapdoor": "Crimson Trapdoor", + "block.minecraft.crimson_fence_gate": "Crimson Fence Gate", + "block.minecraft.crimson_stairs": "Crimson Stairs", + "block.minecraft.crimson_button": "Crimson Button", + "block.minecraft.crimson_door": "Crimson Door", + "block.minecraft.crimson_sign": "Crimson Sign", + "block.minecraft.crimson_wall_sign": "Crimson Wall Sign", + "block.minecraft.soul_fire": "Soul Fire", "block.minecraft.cauldron": "Cauldron", + "block.minecraft.water_cauldron": "Water Cauldron", + "block.minecraft.lava_cauldron": "Lava Cauldron", + "block.minecraft.powder_snow_cauldron": "Powder Snow Cauldron", "block.minecraft.enchanting_table": "Enchanting Table", "block.minecraft.anvil": "Anvil", "block.minecraft.chipped_anvil": "Chipped Anvil", @@ -1092,6 +1360,7 @@ "block.minecraft.cocoa": "Cocoa", "block.minecraft.ender_chest": "Ender Chest", "block.minecraft.emerald_ore": "Emerald Ore", + "block.minecraft.deepslate_emerald_ore": "Deepslate Emerald Ore", "block.minecraft.emerald_block": "Block of Emerald", "block.minecraft.redstone_block": "Block of Redstone", "block.minecraft.tripwire": "Tripwire", @@ -1127,7 +1396,7 @@ "block.minecraft.purpur_slab": "Purpur Slab", "block.minecraft.end_stone_bricks": "End Stone Bricks", "block.minecraft.beetroots": "Beetroots", - "block.minecraft.grass_path": "Grass Path", + "block.minecraft.dirt_path": "Dirt Path", "block.minecraft.magma_block": "Magma Block", "block.minecraft.nether_wart_block": "Nether Wart Block", "block.minecraft.red_nether_bricks": "Red Nether Bricks", @@ -1199,11 +1468,6 @@ "block.minecraft.orange_concrete_powder": "Orange Concrete Powder", "block.minecraft.white_concrete_powder": "White Concrete Powder", "block.minecraft.turtle_egg": "Turtle Egg", - "block.minecraft.two_turtle_eggs": "Two Turtle Eggs", - "block.minecraft.three_turtle_eggs": "Three Turtle Eggs", - "block.minecraft.four_turtle_eggs": "Four Turtle Eggs", - "block.minecraft.banner": "Banner", - "block.minecraft.wall_banner": "Wall Banner", "block.minecraft.piston_head": "Piston Head", "block.minecraft.moving_piston": "Moving Piston", "block.minecraft.red_mushroom": "Red Mushroom", @@ -1219,6 +1483,7 @@ "block.minecraft.potted_jungle_sapling": "Potted Jungle Sapling", "block.minecraft.potted_acacia_sapling": "Potted Acacia Sapling", "block.minecraft.potted_dark_oak_sapling": "Potted Dark Oak Sapling", + "block.minecraft.potted_mangrove_propagule": "Potted Mangrove Propagule", "block.minecraft.potted_fern": "Potted Fern", "block.minecraft.potted_dandelion": "Potted Dandelion", "block.minecraft.potted_poppy": "Potted Poppy", @@ -1238,6 +1503,12 @@ "block.minecraft.potted_dead_bush": "Potted Dead Bush", "block.minecraft.potted_cactus": "Potted Cactus", "block.minecraft.potted_bamboo": "Potted Bamboo", + "block.minecraft.potted_crimson_fungus": "Potted Crimson Fungus", + "block.minecraft.potted_warped_fungus": "Potted Warped Fungus", + "block.minecraft.potted_crimson_roots": "Potted Crimson Roots", + "block.minecraft.potted_warped_roots": "Potted Warped Roots", + "block.minecraft.potted_azalea_bush": "Potted Azalea", + "block.minecraft.potted_flowering_azalea_bush": "Potted Flowering Azalea", "block.minecraft.skeleton_wall_skull": "Skeleton Wall Skull", "block.minecraft.skeleton_skull": "Skeleton Skull", "block.minecraft.wither_skeleton_wall_skull": "Wither Skeleton Wall Skull", @@ -1300,9 +1571,10 @@ "block.minecraft.loom": "Loom", "block.minecraft.conduit": "Conduit", "block.minecraft.bamboo": "Bamboo", - "block.minecraft.bamboo_sapling": "Bamboo Sapling", + "block.minecraft.bamboo_sapling": "Bamboo Shoot", "block.minecraft.jigsaw": "Jigsaw Block", "block.minecraft.composter": "Composter", + "block.minecraft.target": "Target", "block.minecraft.polished_granite_stairs": "Polished Granite Stairs", "block.minecraft.smooth_red_sandstone_stairs": "Smooth Red Sandstone Stairs", "block.minecraft.mossy_stone_brick_stairs": "Mossy Stone Brick Stairs", @@ -1336,6 +1608,7 @@ "block.minecraft.mossy_stone_brick_wall": "Mossy Stone Brick Wall", "block.minecraft.granite_wall": "Granite Wall", "block.minecraft.stone_brick_wall": "Stone Brick Wall", + "block.minecraft.mud_brick_wall": "Mud Brick Wall", "block.minecraft.nether_brick_wall": "Nether Brick Wall", "block.minecraft.andesite_wall": "Andesite Wall", "block.minecraft.red_nether_brick_wall": "Red Nether Brick Wall", @@ -1354,8 +1627,171 @@ "block.minecraft.bell": "Bell", "block.minecraft.ominous_banner": "Ominous Banner", "block.minecraft.lantern": "Lantern", + "block.minecraft.soul_lantern": "Soul Lantern", "block.minecraft.sweet_berry_bush": "Sweet Berry Bush", "block.minecraft.campfire": "Campfire", + "block.minecraft.soul_campfire": "Soul Campfire", + "block.minecraft.beehive": "Beehive", + "block.minecraft.bee_nest": "Bee Nest", + "block.minecraft.honey_block": "Honey Block", + "block.minecraft.honeycomb_block": "Honeycomb Block", + "block.minecraft.lodestone": "Lodestone", + "block.minecraft.netherite_block": "Block of Netherite", + "block.minecraft.ancient_debris": "Ancient Debris", + "block.minecraft.crying_obsidian": "Crying Obsidian", + "block.minecraft.blackstone": "Blackstone", + "block.minecraft.blackstone_slab": "Blackstone Slab", + "block.minecraft.blackstone_stairs": "Blackstone Stairs", + "block.minecraft.blackstone_wall": "Blackstone Wall", + "block.minecraft.polished_blackstone_bricks": "Polished Blackstone Bricks", + "block.minecraft.polished_blackstone_brick_slab": "Polished Blackstone Brick Slab", + "block.minecraft.polished_blackstone_brick_stairs": "Polished Blackstone Brick Stairs", + "block.minecraft.polished_blackstone_brick_wall": "Polished Blackstone Brick Wall", + "block.minecraft.chiseled_polished_blackstone": "Chiseled Polished Blackstone", + "block.minecraft.cracked_polished_blackstone_bricks": "Cracked Polished Blackstone Bricks", + "block.minecraft.gilded_blackstone": "Gilded Blackstone", + "block.minecraft.polished_blackstone": "Polished Blackstone", + "block.minecraft.polished_blackstone_wall": "Polished Blackstone Wall", + "block.minecraft.polished_blackstone_slab": "Polished Blackstone Slab", + "block.minecraft.polished_blackstone_stairs": "Polished Blackstone Stairs", + "block.minecraft.polished_blackstone_pressure_plate": "Polished Blackstone Pressure Plate", + "block.minecraft.polished_blackstone_button": "Polished Blackstone Button", + "block.minecraft.cracked_nether_bricks": "Cracked Nether Bricks", + "block.minecraft.chiseled_nether_bricks": "Chiseled Nether Bricks", + "block.minecraft.quartz_bricks": "Quartz Bricks", + "block.minecraft.chain": "Chain", + "block.minecraft.candle": "Candle", + "block.minecraft.white_candle": "White Candle", + "block.minecraft.orange_candle": "Orange Candle", + "block.minecraft.magenta_candle": "Magenta Candle", + "block.minecraft.light_blue_candle": "Light Blue Candle", + "block.minecraft.yellow_candle": "Yellow Candle", + "block.minecraft.lime_candle": "Lime Candle", + "block.minecraft.pink_candle": "Pink Candle", + "block.minecraft.gray_candle": "Gray Candle", + "block.minecraft.light_gray_candle": "Light Gray Candle", + "block.minecraft.cyan_candle": "Cyan Candle", + "block.minecraft.purple_candle": "Purple Candle", + "block.minecraft.blue_candle": "Blue Candle", + "block.minecraft.brown_candle": "Brown Candle", + "block.minecraft.green_candle": "Green Candle", + "block.minecraft.red_candle": "Red Candle", + "block.minecraft.black_candle": "Black Candle", + "block.minecraft.candle_cake": "Cake with Candle", + "block.minecraft.white_candle_cake": "Cake with White Candle", + "block.minecraft.orange_candle_cake": "Cake with Orange Candle", + "block.minecraft.magenta_candle_cake": "Cake with Magenta Candle", + "block.minecraft.light_blue_candle_cake": "Cake with Light Blue Candle", + "block.minecraft.yellow_candle_cake": "Cake with Yellow Candle", + "block.minecraft.lime_candle_cake": "Cake with Lime Candle", + "block.minecraft.pink_candle_cake": "Cake with Pink Candle", + "block.minecraft.gray_candle_cake": "Cake with Gray Candle", + "block.minecraft.light_gray_candle_cake": "Cake with Light Gray Candle", + "block.minecraft.cyan_candle_cake": "Cake with Cyan Candle", + "block.minecraft.purple_candle_cake": "Cake with Purple Candle", + "block.minecraft.blue_candle_cake": "Cake with Blue Candle", + "block.minecraft.brown_candle_cake": "Cake with Brown Candle", + "block.minecraft.green_candle_cake": "Cake with Green Candle", + "block.minecraft.red_candle_cake": "Cake with Red Candle", + "block.minecraft.black_candle_cake": "Cake with Black Candle", + "block.minecraft.amethyst_block": "Block of Amethyst", + "block.minecraft.small_amethyst_bud": "Small Amethyst Bud", + "block.minecraft.medium_amethyst_bud": "Medium Amethyst Bud", + "block.minecraft.large_amethyst_bud": "Large Amethyst Bud", + "block.minecraft.amethyst_cluster": "Amethyst Cluster", + "block.minecraft.budding_amethyst": "Budding Amethyst", + "block.minecraft.calcite": "Calcite", + "block.minecraft.tuff": "Tuff", + "block.minecraft.tinted_glass": "Tinted Glass", + "block.minecraft.dripstone_block": "Dripstone Block", + "block.minecraft.pointed_dripstone": "Pointed Dripstone", + "block.minecraft.copper_ore": "Copper Ore", + "block.minecraft.deepslate_copper_ore": "Deepslate Copper Ore", + "block.minecraft.copper_block": "Block of Copper", + "block.minecraft.exposed_copper": "Exposed Copper", + "block.minecraft.weathered_copper": "Weathered Copper", + "block.minecraft.oxidized_copper": "Oxidized Copper", + "block.minecraft.cut_copper": "Cut Copper", + "block.minecraft.exposed_cut_copper": "Exposed Cut Copper", + "block.minecraft.weathered_cut_copper": "Weathered Cut Copper", + "block.minecraft.oxidized_cut_copper": "Oxidized Cut Copper", + "block.minecraft.cut_copper_stairs": "Cut Copper Stairs", + "block.minecraft.exposed_cut_copper_stairs": "Exposed Cut Copper Stairs", + "block.minecraft.weathered_cut_copper_stairs": "Weathered Cut Copper Stairs", + "block.minecraft.oxidized_cut_copper_stairs": "Oxidized Cut Copper Stairs", + "block.minecraft.cut_copper_slab": "Cut Copper Slab", + "block.minecraft.exposed_cut_copper_slab": "Exposed Cut Copper Slab", + "block.minecraft.weathered_cut_copper_slab": "Weathered Cut Copper Slab", + "block.minecraft.oxidized_cut_copper_slab": "Oxidized Cut Copper Slab", + "block.minecraft.waxed_copper_block": "Waxed Block of Copper", + "block.minecraft.waxed_exposed_copper": "Waxed Exposed Copper", + "block.minecraft.waxed_weathered_copper": "Waxed Weathered Copper", + "block.minecraft.waxed_oxidized_copper": "Waxed Oxidized Copper", + "block.minecraft.waxed_cut_copper": "Waxed Cut Copper", + "block.minecraft.waxed_exposed_cut_copper": "Waxed Exposed Cut Copper", + "block.minecraft.waxed_weathered_cut_copper": "Waxed Weathered Cut Copper", + "block.minecraft.waxed_oxidized_cut_copper": "Waxed Oxidized Cut Copper", + "block.minecraft.waxed_cut_copper_stairs": "Waxed Cut Copper Stairs", + "block.minecraft.waxed_exposed_cut_copper_stairs": "Waxed Exposed Cut Copper Stairs", + "block.minecraft.waxed_weathered_cut_copper_stairs": "Waxed Weathered Cut Copper Stairs", + "block.minecraft.waxed_oxidized_cut_copper_stairs": "Waxed Oxidized Cut Copper Stairs", + "block.minecraft.waxed_cut_copper_slab": "Waxed Cut Copper Slab", + "block.minecraft.waxed_exposed_cut_copper_slab": "Waxed Exposed Cut Copper Slab", + "block.minecraft.waxed_weathered_cut_copper_slab": "Waxed Weathered Cut Copper Slab", + "block.minecraft.waxed_oxidized_cut_copper_slab": "Waxed Oxidized Cut Copper Slab", + "block.minecraft.lightning_rod": "Lightning Rod", + "block.minecraft.cave_vines": "Cave Vines", + "block.minecraft.cave_vines_plant": "Cave Vines Plant", + "block.minecraft.spore_blossom": "Spore Blossom", + "block.minecraft.azalea": "Azalea", + "block.minecraft.flowering_azalea": "Flowering Azalea", + "block.minecraft.azalea_leaves": "Azalea Leaves", + "block.minecraft.flowering_azalea_leaves": "Flowering Azalea Leaves", + "block.minecraft.moss_carpet": "Moss Carpet", + "block.minecraft.moss_block": "Moss Block", + "block.minecraft.big_dripleaf": "Big Dripleaf", + "block.minecraft.big_dripleaf_stem": "Big Dripleaf Stem", + "block.minecraft.small_dripleaf": "Small Dripleaf", + "block.minecraft.rooted_dirt": "Rooted Dirt", + "block.minecraft.mud": "Mud", + "block.minecraft.hanging_roots": "Hanging Roots", + "block.minecraft.powder_snow": "Powder Snow", + "block.minecraft.glow_lichen": "Glow Lichen", + "block.minecraft.sculk_sensor": "Sculk Sensor", + "block.minecraft.deepslate": "Deepslate", + "block.minecraft.cobbled_deepslate": "Cobbled Deepslate", + "block.minecraft.cobbled_deepslate_slab": "Cobbled Deepslate Slab", + "block.minecraft.cobbled_deepslate_stairs": "Cobbled Deepslate Stairs", + "block.minecraft.cobbled_deepslate_wall": "Cobbled Deepslate Wall", + "block.minecraft.chiseled_deepslate": "Chiseled Deepslate", + "block.minecraft.polished_deepslate": "Polished Deepslate", + "block.minecraft.polished_deepslate_slab": "Polished Deepslate Slab", + "block.minecraft.polished_deepslate_stairs": "Polished Deepslate Stairs", + "block.minecraft.polished_deepslate_wall": "Polished Deepslate Wall", + "block.minecraft.deepslate_bricks": "Deepslate Bricks", + "block.minecraft.deepslate_brick_slab": "Deepslate Brick Slab", + "block.minecraft.deepslate_brick_stairs": "Deepslate Brick Stairs", + "block.minecraft.deepslate_brick_wall": "Deepslate Brick Wall", + "block.minecraft.deepslate_tiles": "Deepslate Tiles", + "block.minecraft.deepslate_tile_slab": "Deepslate Tile Slab", + "block.minecraft.deepslate_tile_stairs": "Deepslate Tile Stairs", + "block.minecraft.deepslate_tile_wall": "Deepslate Tile Wall", + "block.minecraft.cracked_deepslate_bricks": "Cracked Deepslate Bricks", + "block.minecraft.cracked_deepslate_tiles": "Cracked Deepslate Tiles", + "block.minecraft.infested_deepslate": "Infested Deepslate", + "block.minecraft.smooth_basalt": "Smooth Basalt", + "block.minecraft.raw_iron_block": "Block of Raw Iron", + "block.minecraft.raw_copper_block": "Block of Raw Copper", + "block.minecraft.raw_gold_block": "Block of Raw Gold", + "block.minecraft.sculk": "Sculk", + "block.minecraft.sculk_catalyst": "Sculk Catalyst", + "block.minecraft.sculk_shrieker": "Sculk Shrieker", + "block.minecraft.sculk_vein": "Sculk Vein", + "block.minecraft.ochre_froglight": "Ochre Froglight", + "block.minecraft.verdant_froglight": "Verdant Froglight", + "block.minecraft.pearlescent_froglight": "Pearlescent Froglight", + "block.minecraft.frogspawn": "Frogspawn", + "block.minecraft.reinforced_deepslate": "Reinforced Deepslate", "item.minecraft.name_tag": "Name Tag", "item.minecraft.lead": "Lead", "item.minecraft.iron_shovel": "Iron Shovel", @@ -1365,15 +1801,21 @@ "item.minecraft.apple": "Apple", "item.minecraft.cookie": "Cookie", "item.minecraft.bow": "Bow", + "item.minecraft.bundle": "Bundle", + "item.minecraft.bundle.fullness": "%s/%s", "item.minecraft.arrow": "Arrow", "item.minecraft.spectral_arrow": "Spectral Arrow", "item.minecraft.tipped_arrow": "Tipped Arrow", "item.minecraft.dried_kelp": "Dried Kelp", "item.minecraft.coal": "Coal", "item.minecraft.charcoal": "Charcoal", + "item.minecraft.raw_copper": "Raw Copper", + "item.minecraft.raw_iron": "Raw Iron", + "item.minecraft.raw_gold": "Raw Gold", "item.minecraft.diamond": "Diamond", "item.minecraft.emerald": "Emerald", "item.minecraft.iron_ingot": "Iron Ingot", + "item.minecraft.copper_ingot": "Copper Ingot", "item.minecraft.gold_ingot": "Gold Ingot", "item.minecraft.iron_sword": "Iron Sword", "item.minecraft.wooden_sword": "Wooden Sword", @@ -1455,20 +1897,31 @@ "item.minecraft.salmon_bucket": "Bucket of Salmon", "item.minecraft.cod_bucket": "Bucket of Cod", "item.minecraft.tropical_fish_bucket": "Bucket of Tropical Fish", + "item.minecraft.powder_snow_bucket": "Powder Snow Bucket", + "item.minecraft.axolotl_bucket": "Bucket of Axolotl", + "item.minecraft.tadpole_bucket": "Bucket of Tadpole", "item.minecraft.minecart": "Minecart", "item.minecraft.saddle": "Saddle", "item.minecraft.redstone": "Redstone Dust", "item.minecraft.snowball": "Snowball", "item.minecraft.oak_boat": "Oak Boat", + "item.minecraft.oak_chest_boat": "Oak Boat with Chest", "item.minecraft.spruce_boat": "Spruce Boat", + "item.minecraft.spruce_chest_boat": "Spruce Boat with Chest", "item.minecraft.birch_boat": "Birch Boat", + "item.minecraft.birch_chest_boat": "Birch Boat with Chest", "item.minecraft.jungle_boat": "Jungle Boat", + "item.minecraft.jungle_chest_boat": "Jungle Boat with Chest", "item.minecraft.acacia_boat": "Acacia Boat", + "item.minecraft.acacia_chest_boat": "Acacia Boat with Chest", "item.minecraft.dark_oak_boat": "Dark Oak Boat", + "item.minecraft.dark_oak_chest_boat": "Dark Oak Boat with Chest", + "item.minecraft.mangrove_boat": "Mangrove Boat", + "item.minecraft.mangrove_chest_boat": "Mangrove Boat with Chest", "item.minecraft.leather": "Leather", "item.minecraft.milk_bucket": "Milk Bucket", "item.minecraft.brick": "Brick", - "item.minecraft.clay_ball": "Clay", + "item.minecraft.clay_ball": "Clay Ball", "item.minecraft.paper": "Paper", "item.minecraft.book": "Book", "item.minecraft.slime_ball": "Slimeball", @@ -1479,6 +1932,7 @@ "item.minecraft.command_block_minecart": "Minecart with Command Block", "item.minecraft.egg": "Egg", "item.minecraft.compass": "Compass", + "item.minecraft.recovery_compass": "Recovery Compass", "item.minecraft.fishing_rod": "Fishing Rod", "item.minecraft.clock": "Clock", "item.minecraft.glowstone_dust": "Glowstone Dust", @@ -1500,6 +1954,9 @@ "item.minecraft.music_disc_ward": "Music Disc", "item.minecraft.music_disc_11": "Music Disc", "item.minecraft.music_disc_wait": "Music Disc", + "item.minecraft.music_disc_pigstep": "Music Disc", + "item.minecraft.music_disc_otherside": "Music Disc", + "item.minecraft.music_disc_5": "Music Disc", "item.minecraft.music_disc_13.desc": "C418 - 13", "item.minecraft.music_disc_cat.desc": "C418 - cat", "item.minecraft.music_disc_blocks.desc": "C418 - blocks", @@ -1512,6 +1969,9 @@ "item.minecraft.music_disc_ward.desc": "C418 - ward", "item.minecraft.music_disc_11.desc": "C418 - 11", "item.minecraft.music_disc_wait.desc": "C418 - wait", + "item.minecraft.music_disc_pigstep.desc": "Lena Raine - Pigstep", + "item.minecraft.music_disc_otherside.desc": "Lena Raine - otherside", + "item.minecraft.music_disc_5.desc": "Samuel Åberg - 5", "item.minecraft.bone": "Bone", "item.minecraft.ink_sac": "Ink Sac", "item.minecraft.red_dye": "Red Dye", @@ -1534,6 +1994,11 @@ "item.minecraft.brown_dye": "Brown Dye", "item.minecraft.white_dye": "White Dye", "item.minecraft.sugar": "Sugar", + "item.minecraft.amethyst_shard": "Amethyst Shard", + "item.minecraft.spyglass": "Spyglass", + "item.minecraft.glow_berries": "Glow Berries", + "item.minecraft.disc_fragment_5": "Disc Fragment", + "item.minecraft.disc_fragment_5.desc": "Music Disc - 5", "block.minecraft.black_bed": "Black Bed", "block.minecraft.red_bed": "Red Bed", "block.minecraft.green_bed": "Green Bed", @@ -1573,7 +2038,10 @@ "item.minecraft.brewing_stand": "Brewing Stand", "item.minecraft.ender_eye": "Eye of Ender", "item.minecraft.glistering_melon_slice": "Glistering Melon Slice", + "item.minecraft.allay_spawn_egg": "Allay Spawn Egg", + "item.minecraft.axolotl_spawn_egg": "Axolotl Spawn Egg", "item.minecraft.bat_spawn_egg": "Bat Spawn Egg", + "item.minecraft.bee_spawn_egg": "Bee Spawn Egg", "item.minecraft.blaze_spawn_egg": "Blaze Spawn Egg", "item.minecraft.cat_spawn_egg": "Cat Spawn Egg", "item.minecraft.cave_spider_spawn_egg": "Cave Spider Spawn Egg", @@ -1589,7 +2057,9 @@ "item.minecraft.endermite_spawn_egg": "Endermite Spawn Egg", "item.minecraft.evoker_spawn_egg": "Evoker Spawn Egg", "item.minecraft.ghast_spawn_egg": "Ghast Spawn Egg", + "item.minecraft.glow_squid_spawn_egg": "Glow Squid Spawn Egg", "item.minecraft.guardian_spawn_egg": "Guardian Spawn Egg", + "item.minecraft.hoglin_spawn_egg": "Hoglin Spawn Egg", "item.minecraft.horse_spawn_egg": "Horse Spawn Egg", "item.minecraft.husk_spawn_egg": "Husk Spawn Egg", "item.minecraft.ravager_spawn_egg": "Ravager Spawn Egg", @@ -1601,12 +2071,15 @@ "item.minecraft.panda_spawn_egg": "Panda Spawn Egg", "item.minecraft.parrot_spawn_egg": "Parrot Spawn Egg", "item.minecraft.pig_spawn_egg": "Pig Spawn Egg", + "item.minecraft.piglin_spawn_egg": "Piglin Spawn Egg", + "item.minecraft.piglin_brute_spawn_egg": "Piglin Brute Spawn Egg", "item.minecraft.pillager_spawn_egg": "Pillager Spawn Egg", "item.minecraft.phantom_spawn_egg": "Phantom Spawn Egg", "item.minecraft.polar_bear_spawn_egg": "Polar Bear Spawn Egg", "item.minecraft.pufferfish_spawn_egg": "Pufferfish Spawn Egg", "item.minecraft.rabbit_spawn_egg": "Rabbit Spawn Egg", "item.minecraft.fox_spawn_egg": "Fox Spawn Egg", + "item.minecraft.frog_spawn_egg": "Frog Spawn Egg", "item.minecraft.salmon_spawn_egg": "Salmon Spawn Egg", "item.minecraft.sheep_spawn_egg": "Sheep Spawn Egg", "item.minecraft.shulker_spawn_egg": "Shulker Spawn Egg", @@ -1617,6 +2090,8 @@ "item.minecraft.spider_spawn_egg": "Spider Spawn Egg", "item.minecraft.squid_spawn_egg": "Squid Spawn Egg", "item.minecraft.stray_spawn_egg": "Stray Spawn Egg", + "item.minecraft.strider_spawn_egg": "Strider Spawn Egg", + "item.minecraft.tadpole_spawn_egg": "Tadpole Spawn Egg", "item.minecraft.trader_llama_spawn_egg": "Trader Llama Spawn Egg", "item.minecraft.tropical_fish_spawn_egg": "Tropical Fish Spawn Egg", "item.minecraft.turtle_spawn_egg": "Turtle Spawn Egg", @@ -1624,13 +2099,16 @@ "item.minecraft.villager_spawn_egg": "Villager Spawn Egg", "item.minecraft.wandering_trader_spawn_egg": "Wandering Trader Spawn Egg", "item.minecraft.vindicator_spawn_egg": "Vindicator Spawn Egg", + "item.minecraft.warden_spawn_egg": "Warden Spawn Egg", "item.minecraft.witch_spawn_egg": "Witch Spawn Egg", "item.minecraft.wither_skeleton_spawn_egg": "Wither Skeleton Spawn Egg", "item.minecraft.wolf_spawn_egg": "Wolf Spawn Egg", + "item.minecraft.zoglin_spawn_egg": "Zoglin Spawn Egg", "item.minecraft.zombie_spawn_egg": "Zombie Spawn Egg", "item.minecraft.zombie_horse_spawn_egg": "Zombie Horse Spawn Egg", - "item.minecraft.zombie_pigman_spawn_egg": "Zombie Pigman Spawn Egg", + "item.minecraft.zombified_piglin_spawn_egg": "Zombified Piglin Spawn Egg", "item.minecraft.zombie_villager_spawn_egg": "Zombie Villager Spawn Egg", + "item.minecraft.goat_spawn_egg": "Goat Spawn Egg", "item.minecraft.experience_bottle": "Bottle o' Enchanting", "item.minecraft.fire_charge": "Fire Charge", "item.minecraft.writable_book": "Book and Quill", @@ -1642,11 +2120,6 @@ "item.minecraft.potato": "Potato", "item.minecraft.baked_potato": "Baked Potato", "item.minecraft.poisonous_potato": "Poisonous Potato", - "item.minecraft.skeleton_skull": "Skeleton Skull", - "item.minecraft.wither_skeleton_skull": "Wither Skeleton Skull", - "item.minecraft.zombie_head": "Zombie Head", - "item.minecraft.creeper_head": "Creeper Head", - "item.minecraft.dragon_head": "Dragon Head", "item.minecraft.carrot_on_a_stick": "Carrot on a Stick", "item.minecraft.nether_star": "Nether Star", "item.minecraft.pumpkin_pie": "Pumpkin Pie", @@ -1723,7 +2196,36 @@ "item.minecraft.flower_banner_pattern.desc": "Flower Charge", "item.minecraft.mojang_banner_pattern.desc": "Thing", "item.minecraft.globe_banner_pattern.desc": "Globe", + "item.minecraft.piglin_banner_pattern": "Banner Pattern", + "item.minecraft.piglin_banner_pattern.desc": "Snout", "item.minecraft.sweet_berries": "Sweet Berries", + "item.minecraft.honey_bottle": "Honey Bottle", + "item.minecraft.honeycomb": "Honeycomb", + "item.minecraft.lodestone_compass": "Lodestone Compass", + "item.minecraft.netherite_scrap": "Netherite Scrap", + "item.minecraft.netherite_ingot": "Netherite Ingot", + "item.minecraft.netherite_helmet": "Netherite Helmet", + "item.minecraft.netherite_chestplate": "Netherite Chestplate", + "item.minecraft.netherite_leggings": "Netherite Leggings", + "item.minecraft.netherite_boots": "Netherite Boots", + "item.minecraft.netherite_axe": "Netherite Axe", + "item.minecraft.netherite_pickaxe": "Netherite Pickaxe", + "item.minecraft.netherite_hoe": "Netherite Hoe", + "item.minecraft.netherite_shovel": "Netherite Shovel", + "item.minecraft.netherite_sword": "Netherite Sword", + "item.minecraft.warped_fungus_on_a_stick": "Warped Fungus on a Stick", + "item.minecraft.glow_ink_sac": "Glow Ink Sac", + "item.minecraft.glow_item_frame": "Glow Item Frame", + "item.minecraft.echo_shard": "Echo Shard", + "item.minecraft.goat_horn": "Goat Horn", + "instrument.minecraft.ponder_goat_horn": "Ponder", + "instrument.minecraft.sing_goat_horn": "Sing", + "instrument.minecraft.seek_goat_horn": "Seek", + "instrument.minecraft.feel_goat_horn": "Feel", + "instrument.minecraft.admire_goat_horn": "Admire", + "instrument.minecraft.call_goat_horn": "Call", + "instrument.minecraft.yearn_goat_horn": "Yearn", + "instrument.minecraft.dream_goat_horn": "Dream", "container.inventory": "Inventory", "container.hopper": "Item Hopper", "container.crafting": "Crafting", @@ -1738,7 +2240,7 @@ "container.enchant.lapis.many": "%s Lapis Lazuli", "container.enchant.level.one": "1 Enchantment Level", "container.enchant.level.many": "%s Enchantment Levels", - "container.enchant.level.requirement": "Level requirement: %s", + "container.enchant.level.requirement": "Level Requirement: %s", "container.enchant.clue": "%s . . . ?", "container.repair": "Repair & Name", "container.repair.cost": "Enchantment Cost: %1$s", @@ -1758,6 +2260,7 @@ "container.grindstone_title": "Repair & Disenchant", "container.cartography_table": "Cartography Table", "container.stonecutter": "Stonecutter", + "container.upgrade": "Upgrade Gear", "structure_block.invalid_structure_name": "Invalid structure name '%s'", "structure_block.save_success": "Structure saved as '%s'", "structure_block.save_failure": "Unable to save structure '%s'", @@ -1774,10 +2277,10 @@ "structure_block.hover.load": "Load: %s", "structure_block.hover.data": "Data: %s", "structure_block.hover.corner": "Corner: %s", - "structure_block.mode_info.save": "Save mode - write to file", - "structure_block.mode_info.load": "Load mode - load from file", - "structure_block.mode_info.data": "Data mode - game logic marker", - "structure_block.mode_info.corner": "Corner mode - placement and size marker", + "structure_block.mode_info.save": "Save Mode - Write to File", + "structure_block.mode_info.load": "Load mode - Load from File", + "structure_block.mode_info.data": "Data mode - Game Logic Marker", + "structure_block.mode_info.corner": "Corner Mode - Placement and Size Marker", "structure_block.structure_name": "Structure Name", "structure_block.custom_data": "Custom Data Tag Name", "structure_block.position": "Relative Position", @@ -1796,11 +2299,18 @@ "structure_block.button.detect_size": "DETECT", "structure_block.button.save": "SAVE", "structure_block.button.load": "LOAD", - "structure_block.show_air": "Show invisible blocks:", - "structure_block.show_boundingbox": "Show bounding box:", - "jigsaw_block.target_pool": "Target pool:", - "jigsaw_block.attachement_type": "Attachment type:", + "structure_block.show_air": "Show Invisible Blocks:", + "structure_block.show_boundingbox": "Show Bounding Box:", + "jigsaw_block.pool": "Target Pool:", + "jigsaw_block.name": "Name:", + "jigsaw_block.target": "Target Name:", "jigsaw_block.final_state": "Turns into:", + "jigsaw_block.levels": "Levels: %s", + "jigsaw_block.keep_jigsaws": "Keep Jigsaws", + "jigsaw_block.generate": "Generate", + "jigsaw_block.joint_label": "Joint Type:", + "jigsaw_block.joint.rollable": "Rollable", + "jigsaw_block.joint.aligned": "Aligned", "item.dyed": "Dyed", "item.unbreakable": "Unbreakable", "item.canBreak": "Can break:", @@ -1816,12 +2326,16 @@ "filled_map.level": "(Level %s/%s)", "filled_map.scale": "Scaling at 1:%s", "filled_map.locked": "Locked", + "entity.minecraft.allay": "Allay", "entity.minecraft.area_effect_cloud": "Area Effect Cloud", "entity.minecraft.armor_stand": "Armor Stand", "entity.minecraft.arrow": "Arrow", + "entity.minecraft.axolotl": "Axolotl", "entity.minecraft.bat": "Bat", + "entity.minecraft.bee": "Bee", "entity.minecraft.blaze": "Blaze", "entity.minecraft.boat": "Boat", + "entity.minecraft.chest_boat": "Boat with Chest", "entity.minecraft.cat": "Cat", "entity.minecraft.cave_spider": "Cave Spider", "entity.minecraft.chest_minecart": "Minecart with Chest", @@ -1849,10 +2363,15 @@ "entity.minecraft.firework_rocket": "Firework Rocket", "entity.minecraft.fishing_bobber": "Fishing Bobber", "entity.minecraft.fox": "Fox", + "entity.minecraft.frog": "Frog", "entity.minecraft.furnace_minecart": "Minecart with Furnace", "entity.minecraft.ghast": "Ghast", "entity.minecraft.giant": "Giant", + "entity.minecraft.glow_item_frame": "Glow Item Frame", + "entity.minecraft.glow_squid": "Glow Squid", + "entity.minecraft.goat": "Goat", "entity.minecraft.guardian": "Guardian", + "entity.minecraft.hoglin": "Hoglin", "entity.minecraft.hopper_minecart": "Minecart with Hopper", "entity.minecraft.horse": "Horse", "entity.minecraft.husk": "Husk", @@ -1866,6 +2385,7 @@ "entity.minecraft.llama": "Llama", "entity.minecraft.llama_spit": "Llama Spit", "entity.minecraft.magma_cube": "Magma Cube", + "entity.minecraft.marker": "Marker", "entity.minecraft.minecart": "Minecart", "entity.minecraft.mooshroom": "Mooshroom", "entity.minecraft.mule": "Mule", @@ -1875,6 +2395,8 @@ "entity.minecraft.parrot": "Parrot", "entity.minecraft.phantom": "Phantom", "entity.minecraft.pig": "Pig", + "entity.minecraft.piglin": "Piglin", + "entity.minecraft.piglin_brute": "Piglin Brute", "entity.minecraft.pillager": "Pillager", "entity.minecraft.player": "Player", "entity.minecraft.polar_bear": "Polar Bear", @@ -1897,6 +2419,8 @@ "entity.minecraft.spider": "Spider", "entity.minecraft.squid": "Squid", "entity.minecraft.stray": "Stray", + "entity.minecraft.strider": "Strider", + "entity.minecraft.tadpole": "Tadpole", "entity.minecraft.tnt": "Primed TNT", "entity.minecraft.tnt_minecart": "Minecart with TNT", "entity.minecraft.trader_llama": "Trader Llama", @@ -1931,7 +2455,7 @@ "entity.minecraft.tropical_fish.type.betty": "Betty", "entity.minecraft.tropical_fish.type.clayfish": "Clayfish", "entity.minecraft.tropical_fish.type.kob": "Kob", - "entity.minecraft.tropical_fish.type.sunstreak": "SunStreak", + "entity.minecraft.tropical_fish.type.sunstreak": "Sunstreak", "entity.minecraft.tropical_fish.type.snooper": "Snooper", "entity.minecraft.tropical_fish.type.dasher": "Dasher", "entity.minecraft.tropical_fish.type.brinely": "Brinely", @@ -1957,6 +2481,7 @@ "entity.minecraft.wandering_trader": "Wandering Trader", "entity.minecraft.iron_golem": "Iron Golem", "entity.minecraft.vindicator": "Vindicator", + "entity.minecraft.warden": "Warden", "entity.minecraft.witch": "Witch", "entity.minecraft.wither": "Wither", "entity.minecraft.wither_skeleton": "Wither Skeleton", @@ -1964,13 +2489,17 @@ "entity.minecraft.wolf": "Wolf", "entity.minecraft.experience_bottle": "Thrown Bottle o' Enchanting", "entity.minecraft.experience_orb": "Experience Orb", + "entity.minecraft.zoglin": "Zoglin", "entity.minecraft.zombie": "Zombie", "entity.minecraft.zombie_horse": "Zombie Horse", - "entity.minecraft.zombie_pigman": "Zombie Pigman", + "entity.minecraft.zombified_piglin": "Zombified Piglin", "entity.minecraft.zombie_villager": "Zombie Villager", "death.fell.accident.ladder": "%1$s fell off a ladder", "death.fell.accident.vines": "%1$s fell off some vines", - "death.fell.accident.water": "%1$s fell out of the water", + "death.fell.accident.weeping_vines": "%1$s fell off some weeping vines", + "death.fell.accident.twisting_vines": "%1$s fell off some twisting vines", + "death.fell.accident.scaffolding": "%1$s fell off scaffolding", + "death.fell.accident.other_climbable": "%1$s fell while climbing", "death.fell.accident.generic": "%1$s fell from a high place", "death.fell.killer": "%1$s was doomed to fall", "death.fell.assist": "%1$s was doomed to fall by %2$s", @@ -1982,6 +2511,7 @@ "death.attack.inFire": "%1$s went up in flames", "death.attack.inFire.player": "%1$s walked into fire whilst fighting %2$s", "death.attack.onFire": "%1$s burned to death", + "death.attack.onFire.item": "%1$s was burnt to a crisp whilst fighting %2$s wielding %3$s", "death.attack.onFire.player": "%1$s was burnt to a crisp whilst fighting %2$s", "death.attack.lava": "%1$s tried to swim in lava", "death.attack.lava.player": "%1$s tried to swim in lava to escape %2$s", @@ -1993,6 +2523,8 @@ "death.attack.cramming.player": "%1$s was squashed by %2$s", "death.attack.drown": "%1$s drowned", "death.attack.drown.player": "%1$s drowned whilst trying to escape %2$s", + "death.attack.dryout": "%1$s died from dehydration", + "death.attack.dryout.player": "%1$s died from dehydration whilst trying to escape %2$s", "death.attack.starve": "%1$s starved to death", "death.attack.starve.player": "%1$s starved to death whilst fighting %2$s", "death.attack.cactus": "%1$s was pricked to death", @@ -2003,14 +2535,24 @@ "death.attack.explosion.player": "%1$s was blown up by %2$s", "death.attack.explosion.player.item": "%1$s was blown up by %2$s using %3$s", "death.attack.magic": "%1$s was killed by magic", + "death.attack.magic.player": "%1$s was killed by magic whilst trying to escape %2$s", "death.attack.even_more_magic": "%1$s was killed by even more magic", "death.attack.message_too_long": "Actually, message was too long to deliver fully. Sorry! Here's stripped version: %s", "death.attack.wither": "%1$s withered away", "death.attack.wither.player": "%1$s withered away whilst fighting %2$s", + "death.attack.witherSkull": "%1$s was shot by a skull from %2$s", + "death.attack.witherSkull.item": "%1$s was shot by a skull from %2$s using %3$s", "death.attack.anvil": "%1$s was squashed by a falling anvil", "death.attack.anvil.player": "%1$s was squashed by a falling anvil whilst fighting %2$s", "death.attack.fallingBlock": "%1$s was squashed by a falling block", "death.attack.fallingBlock.player": "%1$s was squashed by a falling block whilst fighting %2$s", + "death.attack.stalagmite": "%1$s was impaled on a stalagmite", + "death.attack.stalagmite.player": "%1$s was impaled on a stalagmite whilst fighting %2$s", + "death.attack.fallingStalactite": "%1$s was skewered by a falling stalactite", + "death.attack.fallingStalactite.player": "%1$s was skewered by a falling stalactite whilst fighting %2$s", + "death.attack.sonic_boom": "%1$s was obliterated by a sonically-charged shriek", + "death.attack.sonic_boom.item": "%1$s was obliterated by a sonically-charged shriek whilst trying to escape %2$s wielding %3$s", + "death.attack.sonic_boom.player": "%1$s was obliterated by a sonically-charged shriek whilst trying to escape %2$s", "death.attack.mob": "%1$s was slain by %2$s", "death.attack.mob.item": "%1$s was slain by %2$s using %3$s", "death.attack.player": "%1$s was slain by %2$s", @@ -2037,18 +2579,22 @@ "death.attack.flyIntoWall.player": "%1$s experienced kinetic energy whilst trying to escape %2$s", "death.attack.fireworks": "%1$s went off with a bang", "death.attack.fireworks.player": "%1$s went off with a bang whilst fighting %2$s", - "death.attack.netherBed.message": "%1$s was killed by %2$s", - "death.attack.netherBed.link": "Intentional Game Design", + "death.attack.fireworks.item": "%1$s went off with a bang due to a firework fired from %3$s by %2$s", + "death.attack.badRespawnPoint.message": "%1$s was killed by %2$s", + "death.attack.badRespawnPoint.link": "Intentional Game Design", "death.attack.sweetBerryBush": "%1$s was poked to death by a sweet berry bush", "death.attack.sweetBerryBush.player": "%1$s was poked to death by a sweet berry bush whilst trying to escape %2$s", + "death.attack.sting": "%1$s was stung to death", + "death.attack.sting.item": "%1$s was stung to death by %2$s using %3$s", + "death.attack.sting.player": "%1$s was stung to death by %2$s", + "death.attack.freeze": "%1$s froze to death", + "death.attack.freeze.player": "%1$s was frozen to death by %2$s", "deathScreen.respawn": "Respawn", - "deathScreen.spectate": "Spectate world", - "deathScreen.deleteWorld": "Delete world", - "deathScreen.titleScreen": "Title screen", + "deathScreen.spectate": "Spectate World", + "deathScreen.titleScreen": "Title Screen", "deathScreen.score": "Score", - "deathScreen.title.hardcore": "Game over!", - "deathScreen.title": "You died!", - "deathScreen.leaveServer": "Leave server", + "deathScreen.title.hardcore": "Game Over!", + "deathScreen.title": "You Died!", "deathScreen.quit.confirm": "Are you sure you want to quit?", "effect.none": "No Effects", "effect.minecraft.speed": "Speed", @@ -2083,8 +2629,9 @@ "effect.minecraft.dolphins_grace": "Dolphin's Grace", "effect.minecraft.bad_omen": "Bad Omen", "effect.minecraft.hero_of_the_village": "Hero of the Village", + "effect.minecraft.darkness": "Darkness", "event.minecraft.raid": "Raid", - "event.minecraft.raid.raiders_remaining": "Raiders remaining: %s", + "event.minecraft.raid.raiders_remaining": "Raiders Remaining: %s", "event.minecraft.raid.victory": "Victory", "event.minecraft.raid.defeat": "Defeat", "item.minecraft.tipped_arrow.effect.empty": "Uncraftable Tipped Arrow", @@ -2110,6 +2657,8 @@ "item.minecraft.tipped_arrow.effect.turtle_master": "Arrow of the Turtle Master", "item.minecraft.tipped_arrow.effect.slow_falling": "Arrow of Slow Falling", "potion.whenDrank": "When Applied:", + "potion.withAmplifier": "%s %s", + "potion.withDuration": "%s (%s)", "item.minecraft.potion.effect.empty": "Uncraftable Potion", "item.minecraft.potion.effect.water": "Water Bottle", "item.minecraft.potion.effect.mundane": "Mundane Potion", @@ -2197,6 +2746,8 @@ "enchantment.minecraft.aqua_affinity": "Aqua Affinity", "enchantment.minecraft.depth_strider": "Depth Strider", "enchantment.minecraft.frost_walker": "Frost Walker", + "enchantment.minecraft.soul_speed": "Soul Speed", + "enchantment.minecraft.swift_sneak": "Swift Sneak", "enchantment.minecraft.efficiency": "Efficiency", "enchantment.minecraft.silk_touch": "Silk Touch", "enchantment.minecraft.unbreaking": "Unbreaking", @@ -2231,13 +2782,14 @@ "enchantment.level.10": "X", "gui.advancements": "Advancements", "gui.stats": "Statistics", + "gui.entity_tooltip.type": "Type: %s", "advancements.empty": "There doesn't seem to be anything here...", + "advancements.sad_label": ":(", "advancements.toast.task": "Advancement Made!", "advancements.toast.challenge": "Challenge Complete!", "advancements.toast.goal": "Goal Reached!", "stats.tooltip.type.statistic": "Statistic", "stat.generalButton": "General", - "stat.blocksButton": "Blocks", "stat.itemsButton": "Items", "stat.mobsButton": "Mobs", "stat_type.minecraft.mined": "Times Mined", @@ -2257,13 +2809,14 @@ "stat.minecraft.clean_shulker_box": "Shulker Boxes Cleaned", "stat.minecraft.climb_one_cm": "Distance Climbed", "stat.minecraft.bell_ring": "Bells Rung", + "stat.minecraft.target_hit": "Targets Hit", "stat.minecraft.boat_one_cm": "Distance by Boat", "stat.minecraft.crouch_one_cm": "Distance Crouched", "stat.minecraft.damage_dealt": "Damage Dealt", "stat.minecraft.damage_dealt_absorbed": "Damage Dealt (Absorbed)", "stat.minecraft.damage_dealt_resisted": "Damage Dealt (Resisted)", "stat.minecraft.damage_taken": "Damage Taken", - "stat.minecraft.damage_blocked_by_shield": "Damage Blocked By Shield", + "stat.minecraft.damage_blocked_by_shield": "Damage Blocked by Shield", "stat.minecraft.damage_absorbed": "Damage Absorbed", "stat.minecraft.damage_resisted": "Damage Resisted", "stat.minecraft.deaths": "Number of Deaths", @@ -2279,15 +2832,18 @@ "stat.minecraft.inspect_dispenser": "Dispensers Searched", "stat.minecraft.inspect_dropper": "Droppers Searched", "stat.minecraft.inspect_hopper": "Hoppers Searched", + "stat.minecraft.interact_with_anvil": "Interactions with Anvil", "stat.minecraft.interact_with_beacon": "Interactions with Beacon", "stat.minecraft.interact_with_brewingstand": "Interactions with Brewing Stand", "stat.minecraft.interact_with_campfire": "Interactions with Campfire", "stat.minecraft.interact_with_cartography_table": "Interactions with Cartography Table", "stat.minecraft.interact_with_crafting_table": "Interactions with Crafting Table", "stat.minecraft.interact_with_furnace": "Interactions with Furnace", - "stat.minecraft.interact_with_lectern":"Interactions with Lectern", - "stat.minecraft.interact_with_loom":"Interactions with Loom", + "stat.minecraft.interact_with_grindstone": "Interactions with Grindstone", + "stat.minecraft.interact_with_lectern": "Interactions with Lectern", + "stat.minecraft.interact_with_loom": "Interactions with Loom", "stat.minecraft.interact_with_blast_furnace": "Interactions with Blast Furnace", + "stat.minecraft.interact_with_smithing_table": "Interactions with Smithing Table", "stat.minecraft.interact_with_smoker": "Interactions with Smoker", "stat.minecraft.interact_with_stonecutter": "Interactions with Stonecutter", "stat.minecraft.jump": "Jumps", @@ -2300,9 +2856,10 @@ "stat.minecraft.open_enderchest": "Ender Chests Opened", "stat.minecraft.open_shulker_box": "Shulker Boxes Opened", "stat.minecraft.pig_one_cm": "Distance by Pig", + "stat.minecraft.strider_one_cm": "Distance by Strider", "stat.minecraft.player_kills": "Player Kills", "stat.minecraft.play_noteblock": "Note Blocks Played", - "stat.minecraft.play_one_minute": "Time Played", + "stat.minecraft.play_time": "Time Played", "stat.minecraft.play_record": "Music Discs Played", "stat.minecraft.pot_flower": "Plants Potted", "stat.minecraft.raid_trigger": "Raids Triggered", @@ -2314,8 +2871,9 @@ "stat.minecraft.walk_on_water_one_cm": "Distance Walked on Water", "stat.minecraft.swim_one_cm": "Distance Swum", "stat.minecraft.talked_to_villager": "Talked to Villagers", - "stat.minecraft.time_since_rest": "Since Last Rest", - "stat.minecraft.time_since_death": "Since Last Death", + "stat.minecraft.time_since_rest": "Time Since Last Rest", + "stat.minecraft.time_since_death": "Time Since Last Death", + "stat.minecraft.total_world_time": "Time with World Open", "stat.minecraft.traded_with_villager": "Traded with Villagers", "stat.minecraft.treasure_fished": "Treasure Fished", "stat.minecraft.trigger_trapped_chest": "Trapped Chests Triggered", @@ -2336,10 +2894,10 @@ "itemGroup.brewing": "Brewing", "itemGroup.materials": "Materials", "itemGroup.inventory": "Survival Inventory", - "itemGroup.hotbar": "Saved Toolbars", + "itemGroup.hotbar": "Saved Hotbars", "inventory.binSlot": "Destroy Item", - "inventory.hotbarSaved": "Item toolbar saved (restore with %1$s+%2$s)", - "inventory.hotbarInfo": "Save toolbar with %1$s+%2$s", + "inventory.hotbarSaved": "Item hotbar saved (restore with %1$s+%2$s)", + "inventory.hotbarInfo": "Save hotbar with %1$s+%2$s", "advMode.setCommand": "Set Console Command for Block", "advMode.setCommand.success": "Command set: %s", "advMode.command": "Console Command", @@ -2349,23 +2907,28 @@ "advMode.allEntities": "Use \"@e\" to target all entities", "advMode.self": "Use \"@s\" to target the executing entity", "advMode.previousOutput": "Previous Output", + "advMode.mode": "Mode", "advMode.mode.sequence": "Chain", "advMode.mode.auto": "Repeat", "advMode.mode.redstone": "Impulse", + "advMode.type": "Type", "advMode.mode.conditional": "Conditional", "advMode.mode.unconditional": "Unconditional", + "advMode.triggering": "Triggering", "advMode.mode.redstoneTriggered": "Needs Redstone", "advMode.mode.autoexec.bat": "Always Active", "advMode.notEnabled": "Command blocks are not enabled on this server", "advMode.notAllowed": "Must be an opped player in creative mode", - "mount.onboard": "Press %1$s to dismount", - "build.tooHigh": "Height limit for building is %s blocks", - "item.modifiers.mainhand": "When in main hand:", - "item.modifiers.offhand": "When in off hand:", - "item.modifiers.feet": "When on feet:", - "item.modifiers.legs": "When on legs:", - "item.modifiers.chest": "When on body:", - "item.modifiers.head": "When on head:", + "advMode.trackOutput": "Track output", + "mount.onboard": "Press %1$s to Dismount", + "build.tooHigh": "Height limit for building is %s", + "item.modifiers.mainhand": "When in Main Hand:", + "item.modifiers.offhand": "When in Off Hand:", + "item.modifiers.feet": "When on Feet:", + "item.modifiers.legs": "When on Legs:", + "item.modifiers.chest": "When on Body:", + "item.modifiers.head": "When on Head:", + "attribute.unknown": "Unknown attribute", "attribute.modifier.plus.0": "+%s %s", "attribute.modifier.plus.1": "+%s%% %s", "attribute.modifier.plus.2": "+%s%% %s", @@ -2375,17 +2938,19 @@ "attribute.modifier.equals.0": "%s %s", "attribute.modifier.equals.1": "%s%% %s", "attribute.modifier.equals.2": "%s%% %s", - "attribute.name.horse.jumpStrength": "Horse Jump Strength", - "attribute.name.zombie.spawnReinforcements": "Zombie Reinforcements", - "attribute.name.generic.maxHealth": "Max Health", - "attribute.name.generic.followRange": "Mob Follow Range", - "attribute.name.generic.knockbackResistance": "Knockback Resistance", - "attribute.name.generic.movementSpeed": "Speed", - "attribute.name.generic.attackDamage": "Attack Damage", - "attribute.name.generic.attackSpeed": "Attack Speed", + "attribute.name.horse.jump_strength": "Horse Jump Strength", + "attribute.name.zombie.spawn_reinforcements": "Zombie Reinforcements", + "attribute.name.generic.max_health": "Max Health", + "attribute.name.generic.follow_range": "Mob Follow Range", + "attribute.name.generic.knockback_resistance": "Knockback Resistance", + "attribute.name.generic.movement_speed": "Speed", + "attribute.name.generic.flying_speed": "Flying Speed", + "attribute.name.generic.attack_damage": "Attack Damage", + "attribute.name.generic.attack_knockback": "Attack Knockback", + "attribute.name.generic.attack_speed": "Attack Speed", "attribute.name.generic.luck": "Luck", "attribute.name.generic.armor": "Armor", - "attribute.name.generic.armorToughness": "Armor Toughness", + "attribute.name.generic.armor_toughness": "Armor Toughness", "screenshot.success": "Saved screenshot as %s", "screenshot.failure": "Couldn't save screenshot: %s", "block.minecraft.black_banner": "Black Banner", @@ -2421,6 +2986,22 @@ "item.minecraft.shield.magenta": "Magenta Shield", "item.minecraft.shield.orange": "Orange Shield", "item.minecraft.shield.white": "White Shield", + "block.minecraft.banner.base.black": "Fully Black Field", + "block.minecraft.banner.base.red": "Fully Red Field", + "block.minecraft.banner.base.green": "Fully Green Field", + "block.minecraft.banner.base.brown": "Fully Brown Field", + "block.minecraft.banner.base.blue": "Fully Blue Field", + "block.minecraft.banner.base.purple": "Fully Purple Field", + "block.minecraft.banner.base.cyan": "Fully Cyan Field", + "block.minecraft.banner.base.light_gray": "Fully Light Gray Field", + "block.minecraft.banner.base.gray": "Fully Gray Field", + "block.minecraft.banner.base.pink": "Fully Pink Field", + "block.minecraft.banner.base.lime": "Fully Lime Field", + "block.minecraft.banner.base.yellow": "Fully Yellow Field", + "block.minecraft.banner.base.light_blue": "Fully Light Blue Field", + "block.minecraft.banner.base.magenta": "Fully Magenta Field", + "block.minecraft.banner.base.orange": "Fully Orange Field", + "block.minecraft.banner.base.white": "Fully White Field", "block.minecraft.banner.square_bottom_left.black": "Black Base Dexter Canton", "block.minecraft.banner.square_bottom_left.red": "Red Base Dexter Canton", "block.minecraft.banner.square_bottom_left.green": "Green Base Dexter Canton", @@ -3045,15 +3626,43 @@ "block.minecraft.banner.globe.magenta": "Magenta Globe", "block.minecraft.banner.globe.orange": "Orange Globe", "block.minecraft.banner.globe.white": "White Globe", + "block.minecraft.banner.piglin.black": "Black Snout", + "block.minecraft.banner.piglin.red": "Red Snout", + "block.minecraft.banner.piglin.green": "Green Snout", + "block.minecraft.banner.piglin.brown": "Brown Snout", + "block.minecraft.banner.piglin.blue": "Blue Snout", + "block.minecraft.banner.piglin.purple": "Purple Snout", + "block.minecraft.banner.piglin.cyan": "Cyan Snout", + "block.minecraft.banner.piglin.light_gray": "Light Gray Snout", + "block.minecraft.banner.piglin.gray": "Gray Snout", + "block.minecraft.banner.piglin.pink": "Pink Snout", + "block.minecraft.banner.piglin.lime": "Lime Snout", + "block.minecraft.banner.piglin.yellow": "Yellow Snout", + "block.minecraft.banner.piglin.light_blue": "Light Blue Snout", + "block.minecraft.banner.piglin.magenta": "Magenta Snout", + "block.minecraft.banner.piglin.orange": "Orange Snout", + "block.minecraft.banner.piglin.white": "White Snout", "subtitles.ambient.cave": "Eerie noise", + "subtitles.block.amethyst_block.chime": "Amethyst chimes", "subtitles.block.anvil.destroy": "Anvil destroyed", "subtitles.block.anvil.land": "Anvil landed", "subtitles.block.anvil.use": "Anvil used", "subtitles.block.barrel.close": "Barrel closes", "subtitles.block.barrel.open": "Barrel opens", - "subtitles.block.bell.use": "Bell rings", + "subtitles.block.beacon.activate": "Beacon activates", + "subtitles.block.beacon.ambient": "Beacon hums", + "subtitles.block.beacon.deactivate": "Beacon deactivates", + "subtitles.block.beacon.power_select": "Beacon power selected", + "subtitles.block.beehive.drip": "Honey drips", + "subtitles.block.beehive.enter": "Bee enters hive", + "subtitles.block.beehive.exit": "Bee leaves hive", + "subtitles.block.beehive.shear": "Shears scrape", + "subtitles.block.beehive.work": "Bees work", "subtitles.block.bell.resonate": "Bell resonates", - "subtitles.block.blastfurnace.fire_crackle": "Blast furnace crackles", + "subtitles.block.bell.use": "Bell rings", + "subtitles.block.big_dripleaf.tilt_down": "Dripleaf tilts down", + "subtitles.block.big_dripleaf.tilt_up": "Dripleaf tilts up", + "subtitles.block.blastfurnace.fire_crackle": "Blast Furnace crackles", "subtitles.block.brewing_stand.brew": "Brewing Stand bubbles", "subtitles.block.bubble_column.bubble_pop": "Bubbles pop", "subtitles.block.bubble_column.upwards_ambient": "Bubbles flow", @@ -3062,102 +3671,126 @@ "subtitles.block.bubble_column.whirlpool_inside": "Bubbles zoom", "subtitles.block.button.click": "Button clicks", "subtitles.block.campfire.crackle": "Campfire crackles", + "subtitles.block.candle.crackle": "Candle crackles", + "subtitles.block.cake.add_candle": "Cake squishes", "subtitles.block.chest.close": "Chest closes", "subtitles.block.chest.locked": "Chest locked", "subtitles.block.chest.open": "Chest opens", "subtitles.block.chorus_flower.death": "Chorus Flower withers", "subtitles.block.chorus_flower.grow": "Chorus Flower grows", "subtitles.block.comparator.click": "Comparator clicks", + "subtitles.block.composter.empty": "Composter emptied", + "subtitles.block.composter.fill": "Composter filled", + "subtitles.block.composter.ready": "Composter composts", + "subtitles.block.conduit.activate": "Conduit activates", + "subtitles.block.conduit.ambient": "Conduit pulses", + "subtitles.block.conduit.attack.target": "Conduit attacks", + "subtitles.block.conduit.deactivate": "Conduit deactivates", "subtitles.block.dispenser.dispense": "Dispensed item", "subtitles.block.dispenser.fail": "Dispenser failed", "subtitles.block.door.toggle": "Door creaks", + "subtitles.block.enchantment_table.use": "Enchanting Table used", + "subtitles.block.end_portal.spawn": "End Portal opens", + "subtitles.block.end_portal_frame.fill": "Eye of Ender attaches", "subtitles.block.fence_gate.toggle": "Fence Gate creaks", "subtitles.block.fire.ambient": "Fire crackles", "subtitles.block.fire.extinguish": "Fire extinguished", + "subtitles.block.frogspawn.hatch": "Tadpole hatches", "subtitles.block.furnace.fire_crackle": "Furnace crackles", "subtitles.block.generic.break": "Block broken", "subtitles.block.generic.footsteps": "Footsteps", "subtitles.block.generic.hit": "Block breaking", "subtitles.block.generic.place": "Block placed", "subtitles.block.grindstone.use": "Grindstone used", - "subtitles.block.iron_trapdoor.close": "Trapdoor opens", - "subtitles.block.iron_trapdoor.open": "Trapdoor closes", + "subtitles.block.growing_plant.crop": "Plant cropped", + "subtitles.block.honey_block.slide": "Sliding down a honey block", + "subtitles.item.honeycomb.wax_on": "Wax on", + "subtitles.block.iron_trapdoor.close": "Trapdoor closes", + "subtitles.block.iron_trapdoor.open": "Trapdoor opens", "subtitles.block.lava.ambient": "Lava pops", "subtitles.block.lava.extinguish": "Lava hisses", "subtitles.block.lever.click": "Lever clicks", "subtitles.block.note_block.note": "Note Block plays", "subtitles.block.piston.move": "Piston moves", + "subtitles.block.pointed_dripstone.land": "Stalactite crashes down", + "subtitles.block.pointed_dripstone.drip_lava": "Lava drips", + "subtitles.block.pointed_dripstone.drip_water": "Water drips", + "subtitles.block.pointed_dripstone.drip_lava_into_cauldron": "Lava drips into Cauldron", + "subtitles.block.pointed_dripstone.drip_water_into_cauldron": "Water drips into Cauldron", "subtitles.block.portal.ambient": "Portal whooshes", + "subtitles.block.portal.travel": "Portal noise fades", + "subtitles.block.portal.trigger": "Portal noise intensifies", "subtitles.block.pressure_plate.click": "Pressure Plate clicks", + "subtitles.block.pumpkin.carve": "Shears carve", "subtitles.block.redstone_torch.burnout": "Torch fizzes", + "subtitles.block.respawn_anchor.ambient": "Portal whooshes", + "subtitles.block.respawn_anchor.charge": "Respawn Anchor is charged", + "subtitles.block.respawn_anchor.deplete": "Respawn Anchor depletes", + "subtitles.block.respawn_anchor.set_spawn": "Respawn Anchor sets spawn", + "subtitles.block.sculk.charge": "Sculk bubbles", + "subtitles.block.sculk.spread": "Sculk spreads", + "subtitles.block.sculk_catalyst.bloom": "Sculk Catalyst blooms", + "subtitles.block.sculk_sensor.clicking": "Sculk Sensor starts clicking", + "subtitles.block.sculk_sensor.clicking_stop": "Sculk Sensor stops clicking", + "subtitles.block.sculk_shrieker.shriek": "Sculk Shrieker shrieks", "subtitles.block.shulker_box.close": "Shulker closes", "subtitles.block.shulker_box.open": "Shulker opens", + "subtitles.block.smithing_table.use": "Smithing Table used", "subtitles.block.smoker.smoke": "Smoker smokes", + "subtitles.block.sweet_berry_bush.pick_berries": "Berries pop", "subtitles.block.trapdoor.toggle": "Trapdoor creaks", "subtitles.block.tripwire.attach": "Tripwire attaches", "subtitles.block.tripwire.click": "Tripwire clicks", "subtitles.block.tripwire.detach": "Tripwire detaches", "subtitles.block.water.ambient": "Water flows", "subtitles.enchant.thorns.hit": "Thorns prick", + "subtitles.entity.allay.death": "Allay dies", + "subtitles.entity.allay.hurt": "Allay hurts", + "subtitles.entity.allay.ambient_with_item": "Allay seeks", + "subtitles.entity.allay.ambient_without_item": "Allay yearns", + "subtitles.entity.allay.item_given": "Allay chortles", + "subtitles.entity.allay.item_taken": "Allay allays", + "subtitles.entity.allay.item_thrown": "Allay tosses", "subtitles.entity.armor_stand.fall": "Something fell", "subtitles.entity.arrow.hit": "Arrow hits", "subtitles.entity.arrow.hit_player": "Player hit", "subtitles.entity.arrow.shoot": "Arrow fired", + "subtitles.entity.axolotl.attack": "Axolotl attacks", + "subtitles.entity.axolotl.death": "Axolotl dies", + "subtitles.entity.axolotl.hurt": "Axolotl hurts", + "subtitles.entity.axolotl.idle_air": "Axolotl chirps", + "subtitles.entity.axolotl.idle_water": "Axolotl chirps", + "subtitles.entity.axolotl.splash": "Axolotl splashes", + "subtitles.entity.axolotl.swim": "Axolotl swims", "subtitles.entity.bat.ambient": "Bat screeches", "subtitles.entity.bat.death": "Bat dies", "subtitles.entity.bat.hurt": "Bat hurts", "subtitles.entity.bat.takeoff": "Bat takes off", + "subtitles.entity.bee.ambient": "Bee buzzes", + "subtitles.entity.bee.death": "Bee dies", + "subtitles.entity.bee.hurt": "Bee hurts", + "subtitles.entity.bee.loop": "Bee buzzes", + "subtitles.entity.bee.loop_aggressive": "Bee buzzes angrily", + "subtitles.entity.bee.pollinate": "Bee buzzes happily", + "subtitles.entity.bee.sting": "Bee stings", "subtitles.entity.blaze.ambient": "Blaze breathes", "subtitles.entity.blaze.burn": "Blaze crackles", "subtitles.entity.blaze.death": "Blaze dies", "subtitles.entity.blaze.hurt": "Blaze hurts", "subtitles.entity.blaze.shoot": "Blaze shoots", - "subtitles.entity.fishing_bobber.splash": "Fishing Bobber splashes", - "subtitles.entity.fishing_bobber.throw": "Bobber thrown", + "subtitles.entity.boat.paddle_land": "Rowing", + "subtitles.entity.boat.paddle_water": "Rowing", "subtitles.entity.cat.ambient": "Cat meows", + "subtitles.entity.cat.beg_for_food": "Cat begs", "subtitles.entity.cat.death": "Cat dies", + "subtitles.entity.cat.eat": "Cat eats", + "subtitles.entity.cat.hiss": "Cat hisses", "subtitles.entity.cat.hurt": "Cat hurts", + "subtitles.entity.cat.purr": "Cat purrs", "subtitles.entity.chicken.ambient": "Chicken clucks", "subtitles.entity.chicken.death": "Chicken dies", "subtitles.entity.chicken.egg": "Chicken plops", "subtitles.entity.chicken.hurt": "Chicken hurts", - "subtitles.entity.parrot.ambient": "Parrot talks", - "subtitles.entity.parrot.death": "Parrot dies", - "subtitles.entity.parrot.eats": "Parrot eats", - "subtitles.entity.parrot.hurts": "Parrot hurts", - "subtitles.entity.parrot.imitate.blaze": "Parrot breathes", - "subtitles.entity.parrot.imitate.creeper": "Parrot hisses", - "subtitles.entity.parrot.imitate.drowned": "Parrot gurgles", - "subtitles.entity.parrot.imitate.elder_guardian": "Parrot flaps", - "subtitles.entity.parrot.imitate.ender_dragon": "Parrot roars", - "subtitles.entity.parrot.imitate.enderman": "Parrot vwoops", - "subtitles.entity.parrot.imitate.endermite": "Parrot scuttles", - "subtitles.entity.parrot.imitate.evoker": "Parrot murmurs", - "subtitles.entity.parrot.imitate.ghast": "Parrot cries", - "subtitles.entity.parrot.imitate.guardian": "Parrot moans", - "subtitles.entity.parrot.imitate.husk": "Parrot groans", - "subtitles.entity.parrot.imitate.illusioner": "Parrot murmurs", - "subtitles.entity.parrot.imitate.magma_cube": "Parrot squishes", - "subtitles.entity.parrot.imitate.panda": "Parrot pants", - "subtitles.entity.parrot.imitate.phantom": "Parrot screeches", - "subtitles.entity.parrot.imitate.pillager": "Parrot murmurs", - "subtitles.entity.parrot.imitate.polar_bear": "Parrot groans", - "subtitles.entity.parrot.imitate.ravager": "Parrot grunts", - "subtitles.entity.parrot.imitate.shulker": "Parrot lurks", - "subtitles.entity.parrot.imitate.silverfish": "Parrot hisses", - "subtitles.entity.parrot.imitate.skeleton": "Parrot rattles", - "subtitles.entity.parrot.imitate.slime": "Parrot squishes", - "subtitles.entity.parrot.imitate.spider": "Parrot hisses", - "subtitles.entity.parrot.imitate.stray": "Parrot rattles", - "subtitles.entity.parrot.imitate.vex": "Parrot vexes", - "subtitles.entity.parrot.imitate.vindicator": "Parrot mutters", - "subtitles.entity.parrot.imitate.witch": "Parrot giggles", - "subtitles.entity.parrot.imitate.wither": "Parrot angers", - "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", - "subtitles.entity.parrot.imitate.wolf": "Parrot pants", - "subtitles.entity.parrot.imitate.zombie": "Parrot groans", - "subtitles.entity.parrot.imitate.zombie_pigman": "Parrot grunts", - "subtitles.entity.parrot.imitate.zombie_villager": "Parrot groans", "subtitles.entity.cod.death": "Cod dies", "subtitles.entity.cod.flop": "Cod flops", "subtitles.entity.cod.hurt": "Cod hurts", @@ -3182,16 +3815,18 @@ "subtitles.entity.donkey.angry": "Donkey neighs", "subtitles.entity.donkey.chest": "Donkey Chest equips", "subtitles.entity.donkey.death": "Donkey dies", + "subtitles.entity.donkey.eat": "Donkey eats", "subtitles.entity.donkey.hurt": "Donkey hurts", "subtitles.entity.drowned.ambient": "Drowned gurgles", + "subtitles.entity.drowned.ambient_water": "Drowned gurgles", "subtitles.entity.drowned.death": "Drowned dies", "subtitles.entity.drowned.hurt": "Drowned hurts", "subtitles.entity.drowned.shoot": "Drowned throws Trident", "subtitles.entity.drowned.step": "Drowned steps", "subtitles.entity.drowned.swim": "Drowned swims", "subtitles.entity.egg.throw": "Egg flies", - "subtitles.entity.elder_guardian.ambient_land": "Elder Guardian flaps", "subtitles.entity.elder_guardian.ambient": "Elder Guardian moans", + "subtitles.entity.elder_guardian.ambient_land": "Elder Guardian flaps", "subtitles.entity.elder_guardian.curse": "Elder Guardian curses", "subtitles.entity.elder_guardian.death": "Elder Guardian dies", "subtitles.entity.elder_guardian.flop": "Elder Guardian flops", @@ -3202,7 +3837,9 @@ "subtitles.entity.ender_dragon.growl": "Dragon growls", "subtitles.entity.ender_dragon.hurt": "Dragon hurts", "subtitles.entity.ender_dragon.shoot": "Dragon shoots", + "subtitles.entity.ender_eye.death": "Eye of Ender falls", "subtitles.entity.ender_eye.launch": "Eye of Ender shoots", + "subtitles.entity.ender_pearl.throw": "Ender Pearl flies", "subtitles.entity.enderman.ambient": "Enderman vwoops", "subtitles.entity.enderman.death": "Enderman dies", "subtitles.entity.enderman.hurt": "Enderman hurts", @@ -3211,8 +3848,6 @@ "subtitles.entity.endermite.ambient": "Endermite scuttles", "subtitles.entity.endermite.death": "Endermite dies", "subtitles.entity.endermite.hurt": "Endermite hurts", - "subtitles.entity.ender_pearl.throw": "Ender Pearl flies", - "subtitles.entity.evoker_fangs.attack": "Fangs snap", "subtitles.entity.evoker.ambient": "Evoker murmurs", "subtitles.entity.evoker.cast_spell": "Evoker casts spell", "subtitles.entity.evoker.celebrate": "Evoker cheers", @@ -3221,10 +3856,14 @@ "subtitles.entity.evoker.prepare_attack": "Evoker prepares attack", "subtitles.entity.evoker.prepare_summon": "Evoker prepares summoning", "subtitles.entity.evoker.prepare_wololo": "Evoker prepares charming", + "subtitles.entity.evoker_fangs.attack": "Fangs snap", "subtitles.entity.experience_orb.pickup": "Experience gained", "subtitles.entity.firework_rocket.blast": "Firework blasts", "subtitles.entity.firework_rocket.launch": "Firework launches", "subtitles.entity.firework_rocket.twinkle": "Firework twinkles", + "subtitles.entity.fishing_bobber.retrieve": "Bobber retrieved", + "subtitles.entity.fishing_bobber.splash": "Fishing Bobber splashes", + "subtitles.entity.fishing_bobber.throw": "Bobber thrown", "subtitles.entity.fox.aggro": "Fox angers", "subtitles.entity.fox.ambient": "Fox squeaks", "subtitles.entity.fox.bite": "Fox bites", @@ -3235,6 +3874,13 @@ "subtitles.entity.fox.sleep": "Fox snores", "subtitles.entity.fox.sniff": "Fox sniffs", "subtitles.entity.fox.spit": "Fox spits", + "subtitles.entity.fox.teleport": "Fox teleports", + "subtitles.entity.frog.ambient": "Frog croaks", + "subtitles.entity.frog.death": "Frog dies", + "subtitles.entity.frog.eat": "Frog eats", + "subtitles.entity.frog.hurt": "Frog hurts", + "subtitles.entity.frog.lay_spawn": "Frog lays spawn", + "subtitles.entity.frog.long_jump": "Frog jumps", "subtitles.entity.generic.big_fall": "Something fell", "subtitles.entity.generic.burn": "Burning", "subtitles.entity.generic.death": "Dying", @@ -3250,12 +3896,40 @@ "subtitles.entity.ghast.death": "Ghast dies", "subtitles.entity.ghast.hurt": "Ghast hurts", "subtitles.entity.ghast.shoot": "Ghast shoots", - "subtitles.entity.guardian.ambient_land": "Guardian flaps", + "subtitles.entity.glow_item_frame.add_item": "Glow Item Frame fills", + "subtitles.entity.glow_item_frame.break": "Glow Item Frame breaks", + "subtitles.entity.glow_item_frame.place": "Glow Item Frame placed", + "subtitles.entity.glow_item_frame.remove_item": "Glow Item Frame empties", + "subtitles.entity.glow_item_frame.rotate_item": "Glow Item Frame clicks", + "subtitles.entity.glow_squid.ambient": "Glow Squid swims", + "subtitles.entity.glow_squid.death": "Glow Squid dies", + "subtitles.entity.glow_squid.hurt": "Glow Squid hurts", + "subtitles.entity.glow_squid.squirt": "Glow Squid shoots ink", + "subtitles.entity.goat.ambient": "Goat bleats", + "subtitles.entity.goat.screaming.ambient": "Goat bellows", + "subtitles.entity.goat.death": "Goat dies", + "subtitles.entity.goat.eat": "Goat eats", + "subtitles.entity.goat.horn_break": "Goat Horn breaks off", + "subtitles.entity.goat.hurt": "Goat hurts", + "subtitles.entity.goat.long_jump": "Goat leaps", + "subtitles.entity.goat.milk": "Goat gets milked", + "subtitles.entity.goat.prepare_ram": "Goat stomps", + "subtitles.entity.goat.ram_impact": "Goat rams", + "subtitles.entity.goat.step": "Goat steps", "subtitles.entity.guardian.ambient": "Guardian moans", + "subtitles.entity.guardian.ambient_land": "Guardian flaps", "subtitles.entity.guardian.attack": "Guardian shoots", "subtitles.entity.guardian.death": "Guardian dies", "subtitles.entity.guardian.flop": "Guardian flops", "subtitles.entity.guardian.hurt": "Guardian hurts", + "subtitles.entity.hoglin.ambient": "Hoglin growls", + "subtitles.entity.hoglin.angry": "Hoglin growls angrily", + "subtitles.entity.hoglin.attack": "Hoglin attacks", + "subtitles.entity.hoglin.converted_to_zombified": "Hoglin converts to Zoglin", + "subtitles.entity.hoglin.death": "Hoglin dies", + "subtitles.entity.hoglin.hurt": "Hoglin hurts", + "subtitles.entity.hoglin.retreat": "Hoglin retreats", + "subtitles.entity.hoglin.step": "Hoglin steps", "subtitles.entity.horse.ambient": "Horse neighs", "subtitles.entity.horse.angry": "Horse neighs", "subtitles.entity.horse.armor": "Horse armor equips", @@ -3267,7 +3941,7 @@ "subtitles.entity.horse.jump": "Horse jumps", "subtitles.entity.horse.saddle": "Saddle equips", "subtitles.entity.husk.ambient": "Husk groans", - "subtitles.entity.husk.converted_to_zombie": "Husk converted to Zombie", + "subtitles.entity.husk.converted_to_zombie": "Husk converts to Zombie", "subtitles.entity.husk.death": "Husk dies", "subtitles.entity.husk.hurt": "Husk hurts", "subtitles.entity.illusioner.ambient": "Illusioner murmurs", @@ -3278,8 +3952,10 @@ "subtitles.entity.illusioner.prepare_blindness": "Illusioner prepares blindness", "subtitles.entity.illusioner.prepare_mirror": "Illusioner prepares mirror image", "subtitles.entity.iron_golem.attack": "Iron Golem attacks", + "subtitles.entity.iron_golem.damage": "Iron Golem breaks", "subtitles.entity.iron_golem.death": "Iron Golem dies", "subtitles.entity.iron_golem.hurt": "Iron Golem hurts", + "subtitles.entity.iron_golem.repair": "Iron Golem repaired", "subtitles.entity.item.break": "Item breaks", "subtitles.entity.item.pickup": "Item plops", "subtitles.entity.item_frame.add_item": "Item Frame fills", @@ -3300,14 +3976,6 @@ "subtitles.entity.llama.spit": "Llama spits", "subtitles.entity.llama.step": "Llama steps", "subtitles.entity.llama.swag": "Llama is decorated", - "subtitles.entity.ravager.step": "Ravager steps", - "subtitles.entity.ravager.stunned": "Ravager stunned", - "subtitles.entity.ravager.roar": "Ravager roars", - "subtitles.entity.ravager.attack": "Ravager bites", - "subtitles.entity.ravager.death": "Ravager dies", - "subtitles.entity.ravager.hurt": "Ravager hurts", - "subtitles.entity.ravager.ambient": "Ravager grunts", - "subtitles.entity.ravager.celebrate": "Ravager cheers", "subtitles.entity.magma_cube.death": "Magma Cube dies", "subtitles.entity.magma_cube.hurt": "Magma Cube hurts", "subtitles.entity.magma_cube.squish": "Magma Cube squishes", @@ -3317,22 +3985,62 @@ "subtitles.entity.mooshroom.milk": "Mooshroom gets milked", "subtitles.entity.mooshroom.suspicious_milk": "Mooshroom gets milked suspiciously", "subtitles.entity.mule.ambient": "Mule hee-haws", + "subtitles.entity.mule.angry": "Mule neighs", "subtitles.entity.mule.chest": "Mule Chest equips", "subtitles.entity.mule.death": "Mule dies", + "subtitles.entity.mule.eat": "Mule eats", "subtitles.entity.mule.hurt": "Mule hurts", - "subtitles.entity.panda.ambient": "Panda pants", - "subtitles.entity.panda.pre_sneeze": "Panda's nose tickles", - "subtitles.entity.panda.sneeze": "Panda sneezes", - "subtitles.entity.panda.death": "Panda dies", - "subtitles.entity.panda.eat": "Panda eats", - "subtitles.entity.panda.step": "Panda steps", - "subtitles.entity.panda.cant_breed": "Panda bleats", - "subtitles.entity.panda.aggressive_ambient": "Panda huffs", - "subtitles.entity.panda.worried_ambient": "Panda whimpers", - "subtitles.entity.panda.hurt": "Panda hurts", - "subtitles.entity.panda.bite": "Panda bites", "subtitles.entity.painting.break": "Painting breaks", "subtitles.entity.painting.place": "Painting placed", + "subtitles.entity.panda.aggressive_ambient": "Panda huffs", + "subtitles.entity.panda.ambient": "Panda pants", + "subtitles.entity.panda.bite": "Panda bites", + "subtitles.entity.panda.cant_breed": "Panda bleats", + "subtitles.entity.panda.death": "Panda dies", + "subtitles.entity.panda.eat": "Panda eats", + "subtitles.entity.panda.hurt": "Panda hurts", + "subtitles.entity.panda.pre_sneeze": "Panda's nose tickles", + "subtitles.entity.panda.sneeze": "Panda sneezes", + "subtitles.entity.panda.step": "Panda steps", + "subtitles.entity.panda.worried_ambient": "Panda whimpers", + "subtitles.entity.parrot.ambient": "Parrot talks", + "subtitles.entity.parrot.death": "Parrot dies", + "subtitles.entity.parrot.eats": "Parrot eats", + "subtitles.entity.parrot.fly": "Parrot flutters", + "subtitles.entity.parrot.hurts": "Parrot hurts", + "subtitles.entity.parrot.imitate.blaze": "Parrot breathes", + "subtitles.entity.parrot.imitate.creeper": "Parrot hisses", + "subtitles.entity.parrot.imitate.drowned": "Parrot gurgles", + "subtitles.entity.parrot.imitate.elder_guardian": "Parrot moans", + "subtitles.entity.parrot.imitate.ender_dragon": "Parrot roars", + "subtitles.entity.parrot.imitate.endermite": "Parrot scuttles", + "subtitles.entity.parrot.imitate.evoker": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ghast": "Parrot cries", + "subtitles.entity.parrot.imitate.guardian": "Parrot moans", + "subtitles.entity.parrot.imitate.hoglin": "Parrot growls", + "subtitles.entity.parrot.imitate.husk": "Parrot groans", + "subtitles.entity.parrot.imitate.illusioner": "Parrot murmurs", + "subtitles.entity.parrot.imitate.magma_cube": "Parrot squishes", + "subtitles.entity.parrot.imitate.phantom": "Parrot screeches", + "subtitles.entity.parrot.imitate.piglin": "Parrot snorts", + "subtitles.entity.parrot.imitate.piglin_brute": "Parrot snorts", + "subtitles.entity.parrot.imitate.pillager": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ravager": "Parrot grunts", + "subtitles.entity.parrot.imitate.shulker": "Parrot lurks", + "subtitles.entity.parrot.imitate.silverfish": "Parrot hisses", + "subtitles.entity.parrot.imitate.skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.slime": "Parrot squishes", + "subtitles.entity.parrot.imitate.spider": "Parrot hisses", + "subtitles.entity.parrot.imitate.stray": "Parrot rattles", + "subtitles.entity.parrot.imitate.vex": "Parrot vexes", + "subtitles.entity.parrot.imitate.vindicator": "Parrot mutters", + "subtitles.entity.parrot.imitate.warden": "Parrot whines", + "subtitles.entity.parrot.imitate.witch": "Parrot giggles", + "subtitles.entity.parrot.imitate.wither": "Parrot angers", + "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.zoglin": "Parrot growls", + "subtitles.entity.parrot.imitate.zombie": "Parrot groans", + "subtitles.entity.parrot.imitate.zombie_villager": "Parrot groans", "subtitles.entity.phantom.ambient": "Phantom screeches", "subtitles.entity.phantom.bite": "Phantom bites", "subtitles.entity.phantom.death": "Phantom dies", @@ -3343,14 +4051,38 @@ "subtitles.entity.pig.death": "Pig dies", "subtitles.entity.pig.hurt": "Pig hurts", "subtitles.entity.pig.saddle": "Saddle equips", + "subtitles.entity.piglin.admiring_item": "Piglin admires item", + "subtitles.entity.piglin.ambient": "Piglin snorts", + "subtitles.entity.piglin.angry": "Piglin snorts angrily", + "subtitles.entity.piglin.celebrate": "Piglin celebrates", + "subtitles.entity.piglin.converted_to_zombified": "Piglin converts to Zombified Piglin", + "subtitles.entity.piglin.death": "Piglin dies", + "subtitles.entity.piglin.hurt": "Piglin hurts", + "subtitles.entity.piglin.jealous": "Piglin snorts enviously", + "subtitles.entity.piglin.retreat": "Piglin retreats", + "subtitles.entity.piglin.step": "Piglin steps", + "subtitles.entity.piglin_brute.ambient": "Piglin Brute snorts", + "subtitles.entity.piglin_brute.angry": "Piglin Brute snorts angrily", + "subtitles.entity.piglin_brute.death": "Piglin Brute dies", + "subtitles.entity.piglin_brute.hurt": "Piglin Brute hurts", + "subtitles.entity.piglin_brute.step": "Piglin Brute steps", + "subtitles.entity.piglin_brute.converted_to_zombified": "Piglin Brute converts to Zombified Piglin", "subtitles.entity.pillager.ambient": "Pillager murmurs", "subtitles.entity.pillager.celebrate": "Pillager cheers", "subtitles.entity.pillager.death": "Pillager dies", "subtitles.entity.pillager.hurt": "Pillager hurts", + "subtitles.entity.player.attack.crit": "Critical attack", + "subtitles.entity.player.attack.knockback": "Knockback attack", + "subtitles.entity.player.attack.strong": "Strong attack", + "subtitles.entity.player.attack.sweep": "Sweeping attack", + "subtitles.entity.player.attack.weak": "Weak attack", "subtitles.entity.player.burp": "Burp", "subtitles.entity.player.death": "Player dies", "subtitles.entity.player.hurt": "Player hurts", + "subtitles.entity.player.hurt_drown": "Player drowning", + "subtitles.entity.player.hurt_on_fire": "Player burns", "subtitles.entity.player.levelup": "Player dings", + "subtitles.entity.player.freeze_hurt": "Player freezes", "subtitles.entity.polar_bear.ambient": "Polar Bear groans", "subtitles.entity.polar_bear.ambient_baby": "Polar Bear hums", "subtitles.entity.polar_bear.death": "Polar Bear dies", @@ -3369,6 +4101,14 @@ "subtitles.entity.rabbit.death": "Rabbit dies", "subtitles.entity.rabbit.hurt": "Rabbit hurts", "subtitles.entity.rabbit.jump": "Rabbit hops", + "subtitles.entity.ravager.ambient": "Ravager grunts", + "subtitles.entity.ravager.attack": "Ravager bites", + "subtitles.entity.ravager.celebrate": "Ravager cheers", + "subtitles.entity.ravager.death": "Ravager dies", + "subtitles.entity.ravager.hurt": "Ravager hurts", + "subtitles.entity.ravager.roar": "Ravager roars", + "subtitles.entity.ravager.step": "Ravager steps", + "subtitles.entity.ravager.stunned": "Ravager stunned", "subtitles.entity.salmon.death": "Salmon dies", "subtitles.entity.salmon.flop": "Salmon flops", "subtitles.entity.salmon.hurt": "Salmon hurts", @@ -3382,12 +4122,13 @@ "subtitles.entity.shulker.open": "Shulker opens", "subtitles.entity.shulker.shoot": "Shulker shoots", "subtitles.entity.shulker.teleport": "Shulker teleports", - "subtitles.entity.shulker_bullet.hit": "Shulker bullet explodes", - "subtitles.entity.shulker_bullet.hurt": "Shulker bullet breaks", + "subtitles.entity.shulker_bullet.hit": "Shulker Bullet explodes", + "subtitles.entity.shulker_bullet.hurt": "Shulker Bullet breaks", "subtitles.entity.silverfish.ambient": "Silverfish hisses", "subtitles.entity.silverfish.death": "Silverfish dies", "subtitles.entity.silverfish.hurt": "Silverfish hurts", "subtitles.entity.skeleton.ambient": "Skeleton rattles", + "subtitles.entity.skeleton.converted_to_stray": "Skeleton converts to Stray", "subtitles.entity.skeleton.death": "Skeleton dies", "subtitles.entity.skeleton.hurt": "Skeleton hurts", "subtitles.entity.skeleton.shoot": "Skeleton shoots", @@ -3399,9 +4140,9 @@ "subtitles.entity.slime.death": "Slime dies", "subtitles.entity.slime.hurt": "Slime hurts", "subtitles.entity.slime.squish": "Slime squishes", - "subtitles.entity.snowball.throw": "Snowball flies", "subtitles.entity.snow_golem.death": "Snow Golem dies", "subtitles.entity.snow_golem.hurt": "Snow Golem hurts", + "subtitles.entity.snowball.throw": "Snowball flies", "subtitles.entity.spider.ambient": "Spider hisses", "subtitles.entity.spider.death": "Spider dies", "subtitles.entity.spider.hurt": "Spider hurts", @@ -3412,19 +4153,31 @@ "subtitles.entity.stray.ambient": "Stray rattles", "subtitles.entity.stray.death": "Stray dies", "subtitles.entity.stray.hurt": "Stray hurts", + "subtitles.entity.strider.death": "Strider dies", + "subtitles.entity.strider.eat": "Strider eats", + "subtitles.entity.strider.happy": "Strider warbles", + "subtitles.entity.strider.hurt": "Strider hurts", + "subtitles.entity.strider.idle": "Strider chirps", + "subtitles.entity.strider.retreat": "Strider retreats", + "subtitles.entity.tadpole.death": "Tadpole dies", + "subtitles.entity.tadpole.flop": "Tadpole flops", + "subtitles.entity.tadpole.hurt": "Tadpole hurts", "subtitles.entity.tnt.primed": "TNT fizzes", + "subtitles.entity.tropical_fish.death": "Tropical Fish dies", + "subtitles.entity.tropical_fish.flop": "Tropical Fish flops", + "subtitles.entity.tropical_fish.hurt": "Tropical Fish hurts", "subtitles.entity.turtle.ambient_land": "Turtle chirps", - "subtitles.entity.turtle.lay_egg": "Turtle lays egg", - "subtitles.entity.turtle.egg_hatch": "Turtle egg hatches", - "subtitles.entity.turtle.egg_crack": "Turtle egg cracks", - "subtitles.entity.turtle.egg_break": "Turtle egg breaks", - "subtitles.entity.turtle.hurt": "Turtle hurts", - "subtitles.entity.turtle.hurt_baby": "Turtle baby hurts", "subtitles.entity.turtle.death": "Turtle dies", "subtitles.entity.turtle.death_baby": "Turtle baby dies", - "subtitles.entity.turtle.swim": "Turtle swims", + "subtitles.entity.turtle.egg_break": "Turtle Egg breaks", + "subtitles.entity.turtle.egg_crack": "Turtle Egg cracks", + "subtitles.entity.turtle.egg_hatch": "Turtle Egg hatches", + "subtitles.entity.turtle.hurt": "Turtle hurts", + "subtitles.entity.turtle.hurt_baby": "Turtle baby hurts", + "subtitles.entity.turtle.lay_egg": "Turtle lays egg", "subtitles.entity.turtle.shamble": "Turtle shambles", "subtitles.entity.turtle.shamble_baby": "Turtle baby shambles", + "subtitles.entity.turtle.swim": "Turtle swims", "subtitles.entity.vex.ambient": "Vex vexes", "subtitles.entity.vex.charge": "Vex shrieks", "subtitles.entity.vex.death": "Vex dies", @@ -3435,7 +4188,6 @@ "subtitles.entity.villager.hurt": "Villager hurts", "subtitles.entity.villager.no": "Villager disagrees", "subtitles.entity.villager.trade": "Villager trades", - "subtitles.entity.villager.yes": "Villager agrees", "subtitles.entity.villager.work_armorer": "Armorer works", "subtitles.entity.villager.work_butcher": "Butcher works", "subtitles.entity.villager.work_cartographer": "Cartographer works", @@ -3449,16 +4201,41 @@ "subtitles.entity.villager.work_shepherd": "Shepherd works", "subtitles.entity.villager.work_toolsmith": "Toolsmith works", "subtitles.entity.villager.work_weaponsmith": "Weaponsmith works", + "subtitles.entity.villager.yes": "Villager agrees", "subtitles.entity.vindicator.ambient": "Vindicator mutters", "subtitles.entity.vindicator.celebrate": "Vindicator cheers", "subtitles.entity.vindicator.death": "Vindicator dies", "subtitles.entity.vindicator.hurt": "Vindicator hurts", "subtitles.entity.wandering_trader.ambient": "Wandering Trader mumbles", "subtitles.entity.wandering_trader.death": "Wandering Trader dies", + "subtitles.entity.wandering_trader.disappeared": "Wandering Trader disappears", + "subtitles.entity.wandering_trader.drink_milk": "Wandering Trader drinks milk", + "subtitles.entity.wandering_trader.drink_potion": "Wandering Trader drinks potion", "subtitles.entity.wandering_trader.hurt": "Wandering Trader hurts", "subtitles.entity.wandering_trader.no": "Wandering Trader disagrees", + "subtitles.entity.wandering_trader.reappeared": "Wandering Trader appears", "subtitles.entity.wandering_trader.trade": "Wandering Trader trades", "subtitles.entity.wandering_trader.yes": "Wandering Trader agrees", + "subtitles.entity.warden.roar": "Warden roars", + "subtitles.entity.warden.sniff": "Warden sniffs", + "subtitles.entity.warden.emerge": "Warden emerges", + "subtitles.entity.warden.dig": "Warden digs", + "subtitles.entity.warden.hurt": "Warden hurts", + "subtitles.entity.warden.death": "Warden dies", + "subtitles.entity.warden.step": "Warden steps", + "subtitles.entity.warden.listening": "Warden takes notice", + "subtitles.entity.warden.listening_angry": "Warden takes notice angrily", + "subtitles.entity.warden.heartbeat": "Warden's heart beats", + "subtitles.entity.warden.attack_impact": "Warden lands hit", + "subtitles.entity.warden.tendril_clicks": "Warden's tendrils click", + "subtitles.entity.warden.angry": "Warden rages", + "subtitles.entity.warden.agitated": "Warden groans angrily", + "subtitles.entity.warden.ambient": "Warden whines", + "subtitles.entity.warden.nearby_close": "Warden approaches", + "subtitles.entity.warden.nearby_closer": "Warden advances", + "subtitles.entity.warden.nearby_closest": "Warden draws close", + "subtitles.entity.warden.sonic_charge": "Warden charges", + "subtitles.entity.warden.sonic_boom": "Warden booms", "subtitles.entity.witch.ambient": "Witch giggles", "subtitles.entity.witch.celebrate": "Witch cheers", "subtitles.entity.witch.death": "Witch dies", @@ -3478,25 +4255,33 @@ "subtitles.entity.wolf.growl": "Wolf growls", "subtitles.entity.wolf.hurt": "Wolf hurts", "subtitles.entity.wolf.shake": "Wolf shakes", + "subtitles.entity.zoglin.ambient": "Zoglin growls", + "subtitles.entity.zoglin.angry": "Zoglin growls angrily", + "subtitles.entity.zoglin.attack": "Zoglin attacks", + "subtitles.entity.zoglin.death": "Zoglin dies", + "subtitles.entity.zoglin.hurt": "Zoglin hurts", + "subtitles.entity.zoglin.step": "Zoglin steps", "subtitles.entity.zombie.ambient": "Zombie groans", - "subtitles.entity.zombie.converted_to_drowned": "Zombie converted to Drowned", + "subtitles.entity.zombie.attack_wooden_door": "Door shakes", + "subtitles.entity.zombie.converted_to_drowned": "Zombie converts to Drowned", + "subtitles.entity.zombie.break_wooden_door": "Door breaks", "subtitles.entity.zombie.death": "Zombie dies", + "subtitles.entity.zombie.destroy_egg": "Turtle Egg stomped", "subtitles.entity.zombie.hurt": "Zombie hurts", "subtitles.entity.zombie.infect": "Zombie infects", "subtitles.entity.zombie_horse.ambient": "Zombie Horse cries", "subtitles.entity.zombie_horse.death": "Zombie Horse dies", "subtitles.entity.zombie_horse.hurt": "Zombie Horse hurts", - "subtitles.entity.zombie_pigman.ambient": "Zombie Pigman grunts", - "subtitles.entity.zombie_pigman.angry": "Zombie Pigman angers", - "subtitles.entity.zombie_pigman.death": "Zombie Pigman dies", - "subtitles.entity.zombie_pigman.hurt": "Zombie Pigman hurts", "subtitles.entity.zombie_villager.ambient": "Zombie Villager groans", - "subtitles.entity.zombie_villager.converted": "Zombie vociferates", - "subtitles.entity.zombie_villager.cure": "Zombie snuffles", + "subtitles.entity.zombie_villager.converted": "Zombie Villager vociferates", + "subtitles.entity.zombie_villager.cure": "Zombie Villager snuffles", "subtitles.entity.zombie_villager.death": "Zombie Villager dies", "subtitles.entity.zombie_villager.hurt": "Zombie Villager hurts", + "subtitles.entity.zombified_piglin.ambient": "Zombified Piglin grunts", + "subtitles.entity.zombified_piglin.angry": "Zombified Piglin grunts angrily", + "subtitles.entity.zombified_piglin.death": "Zombified Piglin dies", + "subtitles.entity.zombified_piglin.hurt": "Zombified Piglin hurts", "subtitles.event.raid.horn": "Ominous horn blares", - "subtitles.item.axe.strip": "Debarking log", "subtitles.item.armor.equip": "Gear equips", "subtitles.item.armor.equip_chain": "Chain armor jingles", "subtitles.item.armor.equip_diamond": "Diamond armor clangs", @@ -3504,10 +4289,24 @@ "subtitles.item.armor.equip_gold": "Gold armor clinks", "subtitles.item.armor.equip_iron": "Iron armor clanks", "subtitles.item.armor.equip_leather": "Leather armor rustles", - "subtitles.item.armor.equip_turtle": "Turtle shell thunks", + "subtitles.item.armor.equip_netherite": "Netherite armor clanks", + "subtitles.item.armor.equip_turtle": "Turtle Shell thunks", + "subtitles.item.axe.strip": "Axe strips", + "subtitles.item.axe.scrape": "Axe scrapes", + "subtitles.item.axe.wax_off": "Wax off", + "subtitles.item.bone_meal.use": "Bone Meal crinkles", + "subtitles.item.book.page_turn": "Page rustles", + "subtitles.item.book.put": "Book thumps", + "subtitles.item.bottle.empty": "Bottle empties", "subtitles.item.bottle.fill": "Bottle fills", "subtitles.item.bucket.empty": "Bucket empties", "subtitles.item.bucket.fill": "Bucket fills", + "subtitles.item.bucket.fill_axolotl": "Axolotl scooped", + "subtitles.item.bucket.fill_fish": "Fish captured", + "subtitles.item.bucket.fill_tadpole": "Tadpole captured", + "subtitles.item.bundle.drop_contents": "Bundle empties", + "subtitles.item.bundle.insert": "Item packed", + "subtitles.item.bundle.remove_one": "Item unpacked", "subtitles.item.chorus_fruit.teleport": "Player teleports", "subtitles.item.crop.plant": "Crop planted", "subtitles.item.crossbow.charge": "Crossbow charges up", @@ -3516,12 +4315,14 @@ "subtitles.item.crossbow.shoot": "Crossbow fires", "subtitles.item.firecharge.use": "Fireball whooshes", "subtitles.item.flintandsteel.use": "Flint and Steel click", + "subtitles.item.goat_horn.play": "Goat Horn plays", "subtitles.item.hoe.till": "Hoe tills", + "subtitles.item.honey_bottle.drink": "Gulping", + "subtitles.item.lodestone_compass.lock": "Lodestone Compass locks onto Lodestone", "subtitles.item.nether_wart.plant": "Crop planted", "subtitles.item.shears.shear": "Shears click", "subtitles.item.shield.block": "Shield blocks", "subtitles.item.shovel.flatten": "Shovel flattens", - "subtitles.item.berries.pick": "Berries pop", "subtitles.item.totem.use": "Totem activates", "subtitles.item.trident.hit": "Trident stabs", "subtitles.item.trident.hit_ground": "Trident vibrates", @@ -3529,23 +4330,31 @@ "subtitles.item.trident.riptide": "Trident zooms", "subtitles.item.trident.throw": "Trident clangs", "subtitles.item.trident.thunder": "Trident thunder cracks", + "subtitles.item.spyglass.use": "Spyglass expands", + "subtitles.item.spyglass.stop_using": "Spyglass retracts", + "subtitles.item.ink_sac.use": "Ink Sac splotches", + "subtitles.item.glow_ink_sac.use": "Glow Ink Sac splotches", + "subtitles.item.dye.use": "Dye stains", + "subtitles.particle.soul_escape": "Soul escapes", + "subtitles.ui.cartography_table.take_result": "Map drawn", + "subtitles.ui.loom.take_result": "Loom used", + "subtitles.ui.stonecutter.take_result": "Stonecutter used", "subtitles.weather.rain": "Rain falls", - "subtitles.item.book.page_turn": "Page rustles", - "subtitles.item.book.put": "Book thumps", "debug.prefix": "[Debug]:", "debug.reload_chunks.help": "F3 + A = Reload chunks", "debug.show_hitboxes.help": "F3 + B = Show hitboxes", "debug.clear_chat.help": "F3 + D = Clear chat", - "debug.cycle_renderdistance.help": "F3 + F = Cycle render distance (Shift to invert)", "debug.chunk_boundaries.help": "F3 + G = Show chunk boundaries", "debug.advanced_tooltips.help": "F3 + H = Advanced tooltips", - "debug.creative_spectator.help": "F3 + N = Cycle creative <-> spectator", + "debug.creative_spectator.help": "F3 + N = Cycle previous gamemode <-> spectator", "debug.pause_focus.help": "F3 + P = Pause on lost focus", "debug.help.help": "F3 + Q = Show this list", "debug.reload_resourcepacks.help": "F3 + T = Reload resource packs", "debug.pause.help": "F3 + Esc = Pause without pause menu (if pausing is possible)", "debug.copy_location.help": "F3 + C = Copy location as /tp command, hold F3 + C to crash the game", "debug.inspect.help": "F3 + I = Copy entity or block data to clipboard", + "debug.gamemodes.help": "F3 + F4 = Open game mode switcher", + "debug.profiling.help": "F3 + L = Start/stop profiling", "debug.copy_location.message": "Copied location to clipboard", "debug.inspect.server.block": "Copied server-side block data to clipboard", "debug.inspect.server.entity": "Copied server-side entity data to clipboard", @@ -3554,21 +4363,27 @@ "debug.reload_chunks.message": "Reloading all chunks", "debug.show_hitboxes.on": "Hitboxes: shown", "debug.show_hitboxes.off": "Hitboxes: hidden", - "debug.cycle_renderdistance.message": "Render Distance: %s", "debug.chunk_boundaries.on": "Chunk borders: shown", "debug.chunk_boundaries.off": "Chunk borders: hidden", "debug.advanced_tooltips.on": "Advanced tooltips: shown", "debug.advanced_tooltips.off": "Advanced tooltips: hidden", - "debug.creative_spectator.error": "Unable to switch gamemode, no permission", + "debug.creative_spectator.error": "Unable to switch gamemode; no permission", + "debug.gamemodes.error": "Unable to open game mode switcher; no permission", "debug.pause_focus.on": "Pause on lost focus: enabled", "debug.pause_focus.off": "Pause on lost focus: disabled", "debug.help.message": "Key bindings:", "debug.reload_resourcepacks.message": "Reloaded resource packs", "debug.crash.message": "F3 + C is held down. This will crash the game unless released.", "debug.crash.warning": "Crashing in %s...", + "debug.gamemodes.press_f4": "[ F4 ]", + "debug.gamemodes.select_next": "%s Next", + "debug.profiling.start": "Profiling started for %s seconds. Use F3 + L to stop early", + "debug.profiling.stop": "Profiling ended. Saved results to %s", "resourcepack.downloading": "Downloading Resource Pack", "resourcepack.requesting": "Making Request...", "resourcepack.progress": "Downloading file (%s MB)...", + "tutorial.bundleInsert.title": "Use a Bundle", + "tutorial.bundleInsert.description": "Right Click to add items", "tutorial.move.title": "Move with %s, %s, %s and %s", "tutorial.move.description": "Jump with %s", "tutorial.look.title": "Look around", @@ -3581,24 +4396,48 @@ "tutorial.open_inventory.description": "Press %s", "tutorial.craft_planks.title": "Craft wooden planks", "tutorial.craft_planks.description": "The recipe book can help", + "tutorial.socialInteractions.title": "Social Interactions", + "tutorial.socialInteractions.description": "Press %s to open", "advancements.adventure.adventuring_time.title": "Adventuring Time", "advancements.adventure.adventuring_time.description": "Discover every biome", "advancements.adventure.arbalistic.title": "Arbalistic", "advancements.adventure.arbalistic.description": "Kill five unique mobs with one crossbow shot", + "advancements.adventure.avoid_vibration.title": "Sneak 100", + "advancements.adventure.avoid_vibration.description": "Sneak near a Sculk Sensor or Warden to prevent it from detecting you", + "advancements.adventure.bullseye.title": "Bullseye", + "advancements.adventure.bullseye.description": "Hit the bullseye of a Target block from at least 30 meters away", + "advancements.adventure.fall_from_world_height.title": "Caves & Cliffs", + "advancements.adventure.fall_from_world_height.description": "Free fall from the top of the world (build limit) to the bottom of the world and survive", + "advancements.adventure.kill_mob_near_sculk_catalyst.title": "It Spreads", + "advancements.adventure.kill_mob_near_sculk_catalyst.description": "Kill a mob near a Sculk Catalyst", + "advancements.adventure.walk_on_powder_snow_with_leather_boots.title": "Light as a Rabbit", + "advancements.adventure.walk_on_powder_snow_with_leather_boots.description": "Walk on Powder Snow...without sinking in it", + "advancements.adventure.lightning_rod_with_villager_no_fire.title": "Surge Protector", + "advancements.adventure.lightning_rod_with_villager_no_fire.description": "Protect a Villager from an undesired shock without starting a fire", + "advancements.adventure.spyglass_at_parrot.title": "Is It a Bird?", + "advancements.adventure.spyglass_at_parrot.description": "Look at a Parrot through a Spyglass", + "advancements.adventure.spyglass_at_ghast.title": "Is It a Balloon?", + "advancements.adventure.spyglass_at_ghast.description": "Look at a Ghast through a Spyglass", + "advancements.adventure.spyglass_at_dragon.title": "Is It a Plane?", + "advancements.adventure.spyglass_at_dragon.description": "Look at the Ender Dragon through a Spyglass", "advancements.adventure.hero_of_the_village.title": "Hero of the Village", "advancements.adventure.hero_of_the_village.description": "Successfully defend a village from a raid", + "advancements.adventure.honey_block_slide.title": "Sticky Situation", + "advancements.adventure.honey_block_slide.description": "Jump into a Honey Block to break your fall", "advancements.adventure.kill_all_mobs.title": "Monsters Hunted", "advancements.adventure.kill_all_mobs.description": "Kill one of every hostile monster", "advancements.adventure.kill_a_mob.title": "Monster Hunter", "advancements.adventure.kill_a_mob.description": "Kill any hostile monster", "advancements.adventure.ol_betsy.title": "Ol' Betsy", - "advancements.adventure.ol_betsy.description": "Shoot a crossbow", + "advancements.adventure.ol_betsy.description": "Shoot a Crossbow", + "advancements.adventure.play_jukebox_in_meadows.title": "Sound of Music", + "advancements.adventure.play_jukebox_in_meadows.description": "Make the Meadows come alive with the sound of music from a Jukebox", "advancements.adventure.root.title": "Adventure", "advancements.adventure.root.description": "Adventure, exploration and combat", "advancements.adventure.shoot_arrow.title": "Take Aim", - "advancements.adventure.shoot_arrow.description": "Shoot something with a bow and arrow", + "advancements.adventure.shoot_arrow.description": "Shoot something with an Arrow", "advancements.adventure.sleep_in_bed.title": "Sweet Dreams", - "advancements.adventure.sleep_in_bed.description": "Change your respawn point", + "advancements.adventure.sleep_in_bed.description": "Sleep in a Bed to change your respawn point", "advancements.adventure.sniper_duel.title": "Sniper Duel", "advancements.adventure.sniper_duel.description": "Kill a Skeleton from at least 50 meters away", "advancements.adventure.summon_iron_golem.title": "Hired Help", @@ -3607,10 +4446,12 @@ "advancements.adventure.totem_of_undying.description": "Use a Totem of Undying to cheat death", "advancements.adventure.trade.title": "What a Deal!", "advancements.adventure.trade.description": "Successfully trade with a Villager", + "advancements.adventure.trade_at_world_height.title": "Star Trader", + "advancements.adventure.trade_at_world_height.description": "Trade with a Villager at the build height limit", "advancements.adventure.throw_trident.title": "A Throwaway Joke", - "advancements.adventure.throw_trident.description": "Throw a trident at something.\nNote: Throwing away your only weapon is not a good idea.", + "advancements.adventure.throw_trident.description": "Throw a Trident at something.\nNote: Throwing away your only weapon is not a good idea.", "advancements.adventure.two_birds_one_arrow.title": "Two Birds, One Arrow", - "advancements.adventure.two_birds_one_arrow.description": "Kill two Phantoms with a piercing arrow", + "advancements.adventure.two_birds_one_arrow.description": "Kill two Phantoms with a piercing Arrow", "advancements.adventure.very_very_frightening.title": "Very Very Frightening", "advancements.adventure.very_very_frightening.description": "Strike a Villager with lightning", "advancements.adventure.voluntary_exile.title": "Voluntary Exile", @@ -3623,22 +4464,48 @@ "advancements.husbandry.breed_an_animal.description": "Breed two animals together", "advancements.husbandry.fishy_business.title": "Fishy Business", "advancements.husbandry.fishy_business.description": "Catch a fish", + "advancements.husbandry.make_a_sign_glow.title": "Glow and Behold!", + "advancements.husbandry.make_a_sign_glow.description": "Make the text of a Sign glow", + "advancements.husbandry.ride_a_boat_with_a_goat.title": "Whatever Floats Your Goat!", + "advancements.husbandry.ride_a_boat_with_a_goat.description": "Get in a Boat and float with a Goat", "advancements.husbandry.tactical_fishing.title": "Tactical Fishing", - "advancements.husbandry.tactical_fishing.description": "Catch a fish... without a fishing rod!", + "advancements.husbandry.tactical_fishing.description": "Catch a Fish... without a Fishing Rod!", + "advancements.husbandry.axolotl_in_a_bucket.title": "The Cutest Predator", + "advancements.husbandry.axolotl_in_a_bucket.description": "Catch an Axolotl in a Bucket", + "advancements.husbandry.froglights.title": "With Our Powers Combined!", + "advancements.husbandry.froglights.description": "Have all Froglights in your inventory", + "advancements.husbandry.tadpole_in_a_bucket.title": "Bukkit Bukkit", + "advancements.husbandry.tadpole_in_a_bucket.description": "Catch a Tadpole in a Bucket", + "advancements.husbandry.leash_all_frog_variants.title": "When the Squad Hops into Town", + "advancements.husbandry.leash_all_frog_variants.description": "Get each Frog variant on a Lead", + "advancements.husbandry.kill_axolotl_target.title": "The Healing Power of Friendship!", + "advancements.husbandry.kill_axolotl_target.description": "Team up with an Axolotl and win a fight", "advancements.husbandry.breed_all_animals.title": "Two by Two", "advancements.husbandry.breed_all_animals.description": "Breed all the animals!", "advancements.husbandry.tame_an_animal.title": "Best Friends Forever", "advancements.husbandry.tame_an_animal.description": "Tame an animal", "advancements.husbandry.plant_seed.title": "A Seedy Place", "advancements.husbandry.plant_seed.description": "Plant a seed and watch it grow", - "advancements.husbandry.break_diamond_hoe.title": "Serious Dedication", - "advancements.husbandry.break_diamond_hoe.description": "Completely use up a diamond hoe, and then reevaluate your life choices", + "advancements.husbandry.netherite_hoe.title": "Serious Dedication", + "advancements.husbandry.netherite_hoe.description": "Use a Netherite Ingot to upgrade a Hoe, and then reevaluate your life choices", "advancements.husbandry.balanced_diet.title": "A Balanced Diet", "advancements.husbandry.balanced_diet.description": "Eat everything that is edible, even if it's not good for you", - "advancements.husbandry.complete_catalogue.title":"A Complete Catalogue", - "advancements.husbandry.complete_catalogue.description":"Tame all cat variants!", + "advancements.husbandry.complete_catalogue.title": "A Complete Catalogue", + "advancements.husbandry.complete_catalogue.description": "Tame all Cat variants!", + "advancements.husbandry.safely_harvest_honey.title": "Bee Our Guest", + "advancements.husbandry.safely_harvest_honey.description": "Use a Campfire to collect Honey from a Beehive using a Bottle without aggravating the Bees", + "advancements.husbandry.silk_touch_nest.title": "Total Beelocation", + "advancements.husbandry.silk_touch_nest.description": "Move a Bee Nest, with 3 Bees inside, using Silk Touch", + "advancements.husbandry.wax_on.title": "Wax On", + "advancements.husbandry.wax_on.description": "Apply Honeycomb to a Copper block!", + "advancements.husbandry.wax_off.title": "Wax Off", + "advancements.husbandry.wax_off.description": "Scrape Wax off of a Copper block!", + "advancements.husbandry.allay_deliver_item_to_player.title": "You've Got a Friend in Me", + "advancements.husbandry.allay_deliver_item_to_player.description": "Have an Allay deliver items to you", + "advancements.husbandry.allay_deliver_cake_to_note_block.title": "Birthday Song", + "advancements.husbandry.allay_deliver_cake_to_note_block.description": "Have an Allay drop a Cake at a Note Block", "advancements.end.dragon_breath.title": "You Need a Mint", - "advancements.end.dragon_breath.description": "Collect dragon's breath in a glass bottle", + "advancements.end.dragon_breath.description": "Collect Dragon's Breath in a Glass Bottle", "advancements.end.dragon_egg.title": "The Next Generation", "advancements.end.dragon_egg.description": "Hold the Dragon Egg", "advancements.end.elytra.title": "Sky's the Limit", @@ -3656,7 +4523,7 @@ "advancements.end.root.title": "The End", "advancements.end.root.description": "Or the beginning?", "advancements.nether.brew_potion.title": "Local Brewery", - "advancements.nether.brew_potion.description": "Brew a potion", + "advancements.nether.brew_potion.description": "Brew a Potion", "advancements.nether.all_potions.title": "A Furious Cocktail", "advancements.nether.all_potions.description": "Have every potion effect applied at the same time", "advancements.nether.all_effects.title": "How Did We Get Here?", @@ -3664,7 +4531,7 @@ "advancements.nether.create_beacon.title": "Bring Home the Beacon", "advancements.nether.create_beacon.description": "Construct and place a Beacon", "advancements.nether.create_full_beacon.title": "Beaconator", - "advancements.nether.create_full_beacon.description": "Bring a beacon to full power", + "advancements.nether.create_full_beacon.description": "Bring a Beacon to full power", "advancements.nether.find_fortress.title": "A Terrible Fortress", "advancements.nether.find_fortress.description": "Break your way into a Nether Fortress", "advancements.nether.get_wither_skull.title": "Spooky Scary Skeleton", @@ -3681,10 +4548,32 @@ "advancements.nether.fast_travel.description": "Use the Nether to travel 7 km in the Overworld", "advancements.nether.uneasy_alliance.title": "Uneasy Alliance", "advancements.nether.uneasy_alliance.description": "Rescue a Ghast from the Nether, bring it safely home to the Overworld... and then kill it", + "advancements.nether.obtain_ancient_debris.title": "Hidden in the Depths", + "advancements.nether.obtain_ancient_debris.description": "Obtain Ancient Debris", + "advancements.nether.netherite_armor.title": "Cover Me in Debris", + "advancements.nether.netherite_armor.description": "Get a full suit of Netherite armor", + "advancements.nether.use_lodestone.title": "Country Lode, Take Me Home", + "advancements.nether.use_lodestone.description": "Use a Compass on a Lodestone", + "advancements.nether.obtain_crying_obsidian.title": "Who is Cutting Onions?", + "advancements.nether.obtain_crying_obsidian.description": "Obtain Crying Obsidian", + "advancements.nether.charge_respawn_anchor.title": "Not Quite \"Nine\" Lives", + "advancements.nether.charge_respawn_anchor.description": "Charge a Respawn Anchor to the maximum", + "advancements.nether.ride_strider.title": "This Boat Has Legs", + "advancements.nether.ride_strider.description": "Ride a Strider with a Warped Fungus on a Stick", + "advancements.nether.ride_strider_in_overworld_lava.title": "Feels Like Home", + "advancements.nether.ride_strider_in_overworld_lava.description": "Take a Strider for a loooong ride on a lava lake in the Overworld", + "advancements.nether.explore_nether.title": "Hot Tourist Destinations", + "advancements.nether.explore_nether.description": "Explore all Nether biomes", + "advancements.nether.find_bastion.title": "Those Were the Days", + "advancements.nether.find_bastion.description": "Enter a Bastion Remnant", + "advancements.nether.loot_bastion.title": "War Pigs", + "advancements.nether.loot_bastion.description": "Loot a Chest in a Bastion Remnant", + "advancements.nether.distract_piglin.title": "Oh Shiny", + "advancements.nether.distract_piglin.description": "Distract Piglins with gold", "advancements.story.cure_zombie_villager.title": "Zombie Doctor", "advancements.story.cure_zombie_villager.description": "Weaken and then cure a Zombie Villager", "advancements.story.deflect_arrow.title": "Not Today, Thank You", - "advancements.story.deflect_arrow.description": "Deflect an arrow with a shield", + "advancements.story.deflect_arrow.description": "Deflect a projectile with a Shield", "advancements.story.enchant_item.title": "Enchanter", "advancements.story.enchant_item.description": "Enchant an item at an Enchanting Table", "advancements.story.enter_the_end.title": "The End?", @@ -3694,25 +4583,25 @@ "advancements.story.follow_ender_eye.title": "Eye Spy", "advancements.story.follow_ender_eye.description": "Follow an Eye of Ender", "advancements.story.form_obsidian.title": "Ice Bucket Challenge", - "advancements.story.form_obsidian.description": "Form and mine a block of Obsidian", + "advancements.story.form_obsidian.description": "Obtain a block of Obsidian", "advancements.story.iron_tools.title": "Isn't It Iron Pick", - "advancements.story.iron_tools.description": "Upgrade your pickaxe", + "advancements.story.iron_tools.description": "Upgrade your Pickaxe", "advancements.story.lava_bucket.title": "Hot Stuff", - "advancements.story.lava_bucket.description": "Fill a bucket with lava", + "advancements.story.lava_bucket.description": "Fill a Bucket with lava", "advancements.story.mine_diamond.title": "Diamonds!", "advancements.story.mine_diamond.description": "Acquire diamonds", "advancements.story.mine_stone.title": "Stone Age", - "advancements.story.mine_stone.description": "Mine stone with your new pickaxe", + "advancements.story.mine_stone.description": "Mine Stone with your new Pickaxe", "advancements.story.obtain_armor.title": "Suit Up", "advancements.story.obtain_armor.description": "Protect yourself with a piece of iron armor", "advancements.story.root.title": "Minecraft", "advancements.story.root.description": "The heart and story of the game", - "advancements.story.shiny_gear.title": "Cover Me With Diamonds", + "advancements.story.shiny_gear.title": "Cover Me with Diamonds", "advancements.story.shiny_gear.description": "Diamond armor saves lives", "advancements.story.smelt_iron.title": "Acquire Hardware", - "advancements.story.smelt_iron.description": "Smelt an iron ingot", + "advancements.story.smelt_iron.description": "Smelt an Iron Ingot", "advancements.story.upgrade_tools.title": "Getting an Upgrade", - "advancements.story.upgrade_tools.description": "Construct a better pickaxe", + "advancements.story.upgrade_tools.description": "Construct a better Pickaxe", "team.visibility.always": "Always", "team.visibility.never": "Never", "team.visibility.hideForOtherTeams": "Hide for other teams", @@ -3721,6 +4610,7 @@ "team.collision.never": "Never", "team.collision.pushOtherTeams": "Push other teams", "team.collision.pushOwnTeam": "Push own team", + "argument.uuid.invalid": "Invalid UUID", "argument.entity.selector.nearestPlayer": "Nearest player", "argument.entity.selector.randomPlayer": "Random player", "argument.entity.selector.allPlayers": "All players", @@ -3746,8 +4636,10 @@ "argument.entity.options.nbt.description": "Entities with NBT", "argument.entity.options.scores.description": "Entities with scores", "argument.entity.options.advancements.description": "Players with advancements", + "argument.entity.options.predicate.description": "Custom predicate", "command.failed": "An unexpected error occurred trying to execute that command", "command.context.here": "<--[HERE]", + "command.context.parse_error": "%s at position %s: %s", "commands.publish.started": "Local game hosted on port %s", "commands.publish.failed": "Unable to host local game", "commands.advancement.advancementNotFound": "No advancement was found by the name '%1$s'", @@ -3776,6 +4668,16 @@ "commands.advancement.revoke.criterion.to.one.failure": "Couldn't revoke criterion '%s' of advancement %s from %s as they don't have it", "commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s players", "commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s players as they don't have it", + "commands.attribute.failed.entity": "%s is not a valid entity for this command", + "commands.attribute.failed.no_attribute": "Entity %s has no attribute %s", + "commands.attribute.failed.no_modifier": "Attribute %s for entity %s has no modifier %s", + "commands.attribute.failed.modifier_already_present": "Modifier %s is already present on attribute %s for entity %s", + "commands.attribute.value.get.success": "Value of attribute %s for entity %s is %s", + "commands.attribute.base_value.get.success": "Base value of attribute %s for entity %s is %s", + "commands.attribute.base_value.set.success": "Base value for attribute %s for entity %s set to %s", + "commands.attribute.modifier.add.success": "Added modifier %s to attribute %s for entity %s", + "commands.attribute.modifier.remove.success": "Removed modifier %s from attribute %s for entity %s", + "commands.attribute.modifier.value.get.success": "Value of modifier %s on attribute %s for entity %s is %s", "commands.forceload.added.failure": "No chunks were marked for force loading", "commands.forceload.added.single": "Marked chunk %s in %s to be force loaded", "commands.forceload.added.multiple": "Marked %s chunks in %s from %s to %s to be force loaded", @@ -3794,15 +4696,21 @@ "commands.clear.test.single": "Found %s matching items on player %s", "commands.clear.test.multiple": "Found %s matching items on %s players", "commands.clone.success": "Successfully cloned %s blocks", - "commands.debug.started": "Started debug profiling", - "commands.debug.stopped": "Stopped debug profiling after %s seconds and %s ticks (%s ticks per second)", + "commands.debug.started": "Started tick profiling", + "commands.debug.stopped": "Stopped tick profiling after %s seconds and %s ticks (%s ticks per second)", + "commands.debug.notRunning": "The tick profiler hasn't started", + "commands.debug.alreadyRunning": "The tick profiler is already started", + "commands.debug.function.success.single": "Traced %s commands from function '%s' to output file %s", + "commands.debug.function.success.multiple": "Traced %s commands from %s functions to output file %s", + "commands.debug.function.noRecursion": "Can't trace from inside of function", + "commands.debug.function.traceFailed": "Failed to trace function", "commands.defaultgamemode.success": "The default game mode is now %s", "commands.difficulty.success": "The difficulty has been set to %s", "commands.difficulty.query": "The difficulty is %s", "commands.drop.no_held_items": "Entity can't hold any items", "commands.drop.no_loot_table": "Entity %s has no loot table", - "commands.drop.success.single": "Dropped %s * %s", - "commands.drop.success.single_with_table": "Dropped %s * %s from loot table %s", + "commands.drop.success.single": "Dropped %s %s", + "commands.drop.success.single_with_table": "Dropped %s %s from loot table %s", "commands.drop.success.multiple": "Dropped %s items", "commands.drop.success.multiple_with_table": "Dropped %s items from loot table %s", "commands.effect.give.success.single": "Applied effect %s to %s", @@ -3826,16 +4734,17 @@ "commands.fill.success": "Successfully filled %s blocks", "commands.function.success.single": "Executed %s commands from function '%s'", "commands.function.success.multiple": "Executed %s commands from %s functions", + "commands.give.failed.toomanyitems": "Can't give more than %s of %s", "commands.give.success.single": "Gave %s %s to %s", "commands.give.success.multiple": "Gave %s %s to %s players", "commands.playsound.success.single": "Played sound %s to %s", "commands.playsound.success.multiple": "Played sound %s to %s players", "commands.publish.success": "Multiplayer game is now hosted on port %s", - "commands.list.players": "There are %s of a max %s players online: %s", + "commands.list.players": "There are %s of a max of %s players online: %s", + "commands.list.nameAndId": "%s (%s)", "commands.kill.success.single": "Killed %s", "commands.kill.success.multiple": "Killed %s entities", "commands.kick.success": "Kicked %s: %s", - "commands.locate.success": "The nearest %s is at %s (%s blocks away)", "commands.message.display.outgoing": "You whisper to %s: %s", "commands.message.display.incoming": "%s whispers to you: %s", "commands.op.success": "Made %s a server operator", @@ -3843,12 +4752,24 @@ "commands.ban.success": "Banned %s: %s", "commands.pardon.success": "Unbanned %s", "commands.particle.success": "Displaying particle %s", + "commands.perf.started": "Started 10 second performance profiling run (use '/perf stop' to stop early)", + "commands.perf.stopped": "Stopped performance profiling after %s seconds and %s ticks (%s ticks per second)", + "commands.perf.reportSaved": "Created debug report in %s", + "commands.perf.reportFailed": "Failed to create debug report", + "commands.perf.notRunning": "The performance profiler hasn't started", + "commands.perf.alreadyRunning": "The performance profiler is already started", + "commands.jfr.started": "JFR profiling started", + "commands.jfr.start.failed": "Failed to start JFR profiling", + "commands.jfr.stopped": "JFR profiling stopped and dumped to %s", + "commands.jfr.dump.failed": "Failed to dump JFR recording: %s", "commands.seed.success": "Seed: %s", "commands.stop.stopping": "Stopping the server", "commands.time.query": "The time is %s", "commands.time.set": "Set the time to %s", "commands.schedule.created.function": "Scheduled function '%s' in %s ticks at gametime %s", "commands.schedule.created.tag": "Scheduled tag '%s' in %s ticks at gametime %s", + "commands.schedule.cleared.success": "Removed %s schedules with id %s", + "commands.schedule.cleared.failure": "No schedules with id %s", "commands.schedule.same_tick": "Can't schedule for current tick", "commands.gamemode.success.self": "Set own game mode to %s", "commands.gamemode.success.other": "Set %s's game mode to %s", @@ -3896,13 +4817,13 @@ "commands.weather.set.clear": "Set the weather to clear", "commands.weather.set.rain": "Set the weather to rain", "commands.weather.set.thunder": "Set the weather to rain & thunder", - "commands.spawnpoint.success.single": "Set spawn point to %s, %s, %s for %s", - "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s for %s players", + "commands.spawnpoint.success.single": "Set spawn point to %s, %s, %s [%s] in %s for %s", + "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s [%s] in %s for %s players", "commands.stopsound.success.source.sound": "Stopped sound '%s' on source '%s'", "commands.stopsound.success.source.any": "Stopped all '%s' sounds", "commands.stopsound.success.sourceless.sound": "Stopped sound '%s'", "commands.stopsound.success.sourceless.any": "Stopped all sounds", - "commands.setworldspawn.success": "Set the world spawn point to %s, %s, %s", + "commands.setworldspawn.success": "Set the world spawn point to %s, %s, %s [%s]", "commands.spreadplayers.success.teams": "Spread %s teams around %s, %s with an average distance of %s blocks apart", "commands.spreadplayers.success.entities": "Spread %s players around %s, %s with an average distance of %s blocks apart", "commands.setblock.success": "Changed the block at %s, %s, %s", @@ -3913,6 +4834,7 @@ "commands.teleport.success.entity.multiple": "Teleported %s entities to %s", "commands.teleport.success.location.single": "Teleported %s to %s, %s, %s", "commands.teleport.success.location.multiple": "Teleported %s entities to %s, %s, %s", + "commands.teleport.invalidPosition": "Invalid position for teleport", "commands.title.cleared.single": "Cleared titles for %s", "commands.title.cleared.multiple": "Cleared titles for %s players", "commands.title.reset.single": "Reset title options for %s", @@ -3931,12 +4853,9 @@ "commands.worldborder.center.success": "Set the center of the world border to %s, %s", "commands.worldborder.get": "The world border is currently %s blocks wide", "commands.worldborder.damage.buffer.success": "Set the world border damage buffer to %s blocks", - "commands.worldborder.damage.amount.success": "Set the world border damage time to %s seconds", + "commands.worldborder.damage.amount.success": "Set the world border damage to %s per block each second", "commands.worldborder.warning.time.success": "Set the world border warning time to %s seconds", "commands.worldborder.warning.distance.success": "Set the world border warning distance to %s blocks", - "commands.replaceitem.block.success": "Replaced a slot at %s, %s, %s with %s", - "commands.replaceitem.entity.success.single": "Replaced a slot on %s with %s", - "commands.replaceitem.entity.success.multiple": "Replaced a slot on %s entities with %s", "commands.tag.add.success.single": "Added tag '%s' to %s", "commands.tag.add.success.multiple": "Added tag '%s' to %s entities", "commands.tag.remove.success.single": "Removed tag '%s' from %s", @@ -3953,7 +4872,7 @@ "commands.team.remove.success": "Removed team %s", "commands.team.empty.success": "Removed %s members from team %s", "commands.team.option.color.success": "Updated the color for team %s to %s", - "commands.team.option.name.success": "Updated team %s name", + "commands.team.option.name.success": "Updated the name of team %s", "commands.team.option.friendlyfire.enabled": "Enabled friendly fire for team %s", "commands.team.option.friendlyfire.disabled": "Disabled friendly fire for team %s", "commands.team.option.seeFriendlyInvisibles.enabled": "Team %s can now see invisible teammates", @@ -3976,8 +4895,8 @@ "commands.scoreboard.objectives.remove.success": "Removed objective %s", "commands.scoreboard.objectives.display.cleared": "Cleared any objectives in display slot %s", "commands.scoreboard.objectives.display.set": "Set display slot %s to show objective %s", - "commands.scoreboard.objectives.modify.displayname": "Changed objective %s display name to %s", - "commands.scoreboard.objectives.modify.rendertype": "Changed objective %s render type", + "commands.scoreboard.objectives.modify.displayname": "Changed the display name of %s to %s", + "commands.scoreboard.objectives.modify.rendertype": "Changed the render type of objective %s", "commands.scoreboard.players.list.empty": "There are no tracked entities", "commands.scoreboard.players.list.success": "There are %s tracked entities: %s", "commands.scoreboard.players.list.entity.empty": "%s has no scores to show", @@ -3999,23 +4918,42 @@ "commands.scoreboard.players.operation.success.multiple": "Updated %s for %s entities", "commands.scoreboard.players.get.success": "%s has %s %s", "commands.reload.success": "Reloading!", + "commands.reload.failure": "Reload failed; keeping old data", "commands.data.entity.modified": "Modified entity data of %s", "commands.data.entity.query": "%s has the following entity data: %s", "commands.data.entity.get": "%s on %s after scale factor of %s is %s", "commands.data.block.modified": "Modified block data of %s, %s, %s", "commands.data.block.query": "%s, %s, %s has the following block data: %s", "commands.data.block.get": "%s on block %s, %s, %s after scale factor of %s is %s", + "commands.data.storage.modified": "Modified storage %s", + "commands.data.storage.query": "Storage %s has the following contents: %s", + "commands.data.storage.get": "%s in storage %s after scale factor of %s is %s", "commands.datapack.list.enabled.success": "There are %s data packs enabled: %s", "commands.datapack.list.enabled.none": "There are no data packs enabled", "commands.datapack.list.available.success": "There are %s data packs available: %s", "commands.datapack.list.available.none": "There are no more data packs available", - "commands.datapack.enable.success": "Enabled data pack %s", - "commands.datapack.disable.success": "Disabled data pack %s", + "commands.datapack.modify.enable": "Enabling data pack %s", + "commands.datapack.modify.disable": "Disabling data pack %s", + "commands.spectate.success.stopped": "No longer spectating an entity", + "commands.spectate.success.started": "Now spectating %s", + "commands.spectate.not_spectator": "%s is not in spectator mode", + "commands.spectate.self": "Cannot spectate yourself", + "commands.item.target.not_a_container": "Target position %s, %s, %s is not a container", + "commands.item.source.not_a_container": "Source position %s, %s, %s is not a container", + "commands.item.target.no_such_slot": "The target does not have slot %s", + "commands.item.source.no_such_slot": "The source does not have slot %s", + "commands.item.target.no_changes": "No targets accepted item into slot %s", + "commands.item.target.no_changed.known_item": "No targets accepted item %s into slot %s", + "commands.item.block.set.success": "Replaced a slot at %s, %s, %s with %s", + "commands.item.entity.set.success.single": "Replaced a slot on %s with %s", + "commands.item.entity.set.success.multiple": "Replaced a slot on %s entities with %s", "argument.range.empty": "Expected value or range of values", "argument.range.ints": "Only whole numbers allowed, not decimals", "argument.range.swapped": "Min cannot be bigger than max", "permissions.requires.player": "A player is required to run this command here", "permissions.requires.entity": "An entity is required to run this command here", + "argument.angle.incomplete": "Incomplete (expected 1 angle)", + "argument.angle.invalid": "Invalid angle", "argument.entity.toomany": "Only one entity is allowed, but the provided selector allows more than one", "argument.player.toomany": "Only one player is allowed, but the provided selector allows more than one", "argument.player.entities": "Only players may be affected by this command, but the provided selector includes entities", @@ -4031,6 +4969,7 @@ "argument.block.property.unclosed": "Expected closing ] for block state properties", "argument.pos.unloaded": "That position is not loaded", "argument.pos.outofworld": "That position is out of this world!", + "argument.pos.outofbounds": "That position is outside the allowed boundaries.", "argument.rotation.incomplete": "Incomplete (expected 2 coordinates)", "arguments.swizzle.invalid": "Invalid swizzle, expected combination of 'x', 'y' and 'z'", "argument.pos2d.incomplete": "Incomplete (expected 2 coordinates)", @@ -4052,6 +4991,7 @@ "argument.id.invalid": "Invalid ID", "argument.time.invalid_unit": "Invalid unit", "argument.time.invalid_tick_count": "Tick count must be non-negative", + "argument.enum.invalid": "Invalid value \"%s\"", "commands.banip.invalid": "Invalid IP address or unknown player", "commands.banip.failed": "Nothing changed. That IP is already banned", "commands.ban.failed": "Nothing changed. The player is already banned", @@ -4065,8 +5005,6 @@ "commands.bossbar.set.visibility.unchanged.visible": "Nothing changed. The bossbar is already visible", "commands.clone.overlap": "The source and destination areas cannot overlap", "commands.clone.failed": "No blocks were cloned", - "commands.debug.notRunning": "The debug profiler hasn't started", - "commands.debug.alreadyRunning": "The debug profiler is already started", "commands.deop.failed": "Nothing changed. The player is not an operator", "commands.effect.give.failed": "Unable to apply this effect (target is either immune to effects, or has something stronger)", "commands.effect.clear.everything.failed": "Target has no effects to remove", @@ -4075,18 +5013,35 @@ "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the player's current level", "commands.fill.failed": "No blocks were filled", "commands.help.failed": "Unknown command or insufficient permissions", - "commands.locate.failed": "Could not find that structure nearby", + "commands.locate.structure.success": "The nearest %s is at %s (%s blocks away)", + "commands.locate.structure.not_found": "Could not find a structure of type \"%s\" nearby", + "commands.locate.structure.invalid": "There is no structure with type \"%s\"", + "commands.locate.biome.success": "The nearest %s is at %s (%s blocks away)", + "commands.locate.biome.not_found": "Could not find a biome of type \"%s\" within reasonable distance", + "commands.locate.biome.invalid": "There is no biome with type \"%s\"", + "commands.locate.poi.success": "The nearest %s is at %s (%s blocks away)", + "commands.locate.poi.not_found": "Could not find a point of interest of type \"%s\" within reasonable distance", + "commands.locate.poi.invalid": "There is no point of interest with type \"%s\"", "commands.op.failed": "Nothing changed. The player already is an operator", "commands.pardon.failed": "Nothing changed. The player isn't banned", "commands.pardonip.invalid": "Invalid IP address", "commands.pardonip.failed": "Nothing changed. That IP isn't banned", "commands.particle.failed": "The particle was not visible for anybody", + "commands.place.feature.failed": "Failed to place feature", + "commands.place.feature.invalid": "There is no feature with type \"%s\"", + "commands.place.feature.success": "Placed \"%s\" at %s, %s, %s", + "commands.place.jigsaw.failed": "Failed to generate jigsaw", + "commands.place.jigsaw.invalid": "There is no template pool with type \"%s\"", + "commands.place.jigsaw.success": "Generated jigsaw at %s, %s, %s", + "commands.place.structure.failed": "Failed to place structure", + "commands.place.structure.invalid": "There is no structure with type \"%s\"", + "commands.place.structure.success": "Generated structure \"%s\" at %s, %s, %s", + "commands.place.template.failed": "Failed to place template", + "commands.place.template.invalid": "There is no template with id \"%s\"", + "commands.place.template.success": "Loaded template \"%s\" at %s, %s, %s", "commands.playsound.failed": "The sound is too far away to be heard", "commands.recipe.give.failed": "No new recipes were learned", "commands.recipe.take.failed": "No recipes could be forgotten", - "commands.replaceitem.block.failed": "The target block is not a container", - "commands.replaceitem.slot.inapplicable": "The target does not have slot %s", - "commands.replaceitem.entity.failed": "Could not put %s in slot %s", "commands.save.failed": "Unable to save the game (is there enough disk space?)", "commands.save.alreadyOff": "Saving is already turned off", "commands.save.alreadyOn": "Saving is already turned on", @@ -4097,6 +5052,8 @@ "commands.scoreboard.players.enable.invalid": "Enable only works on trigger-objectives", "commands.setblock.failed": "Could not set the block", "commands.summon.failed": "Unable to summon entity", + "commands.summon.failed.uuid": "Unable to summon entity due to duplicate UUIDs", + "commands.summon.invalidPosition": "Invalid position for summon", "commands.tag.add.failed": "Target either already has the tag or has too many tags", "commands.tag.remove.failed": "Target does not have this tag", "commands.team.add.duplicate": "A team already exists by that name", @@ -4118,14 +5075,15 @@ "commands.whitelist.remove.failed": "Player is not whitelisted", "commands.worldborder.center.failed": "Nothing changed. The world border is already centered there", "commands.worldborder.set.failed.nochange": "Nothing changed. The world border is already that size", - "commands.worldborder.set.failed.small.": "World border cannot be smaller than 1 block wide", - "commands.worldborder.set.failed.big.": "World border cannot be bigger than 60,000,000 blocks wide", + "commands.worldborder.set.failed.small": "World border cannot be smaller than 1 block wide", + "commands.worldborder.set.failed.big": "World border cannot be bigger than %s blocks wide", + "commands.worldborder.set.failed.far": "World border cannot be further out than %s blocks", "commands.worldborder.warning.time.failed": "Nothing changed. The world border warning is already that amount of time", "commands.worldborder.warning.distance.failed": "Nothing changed. The world border warning is already that distance", "commands.worldborder.damage.buffer.failed": "Nothing changed. The world border damage buffer is already that distance", "commands.worldborder.damage.amount.failed": "Nothing changed. The world border damage is already that amount", "commands.data.block.invalid": "The target block is not a block entity", - "commands.data.merge.failed": "Nothing changed, the specified properties already have these values", + "commands.data.merge.failed": "Nothing changed. The specified properties already have these values", "commands.data.modify.expected_list": "Expected list, got: %s", "commands.data.modify.expected_object": "Expected object, got: %s", "commands.data.modify.invalid_index": "Invalid list index: %s", @@ -4141,13 +5099,14 @@ "effect.effectNotFound": "Unknown effect: %s", "arguments.objective.notFound": "Unknown scoreboard objective '%s'", "arguments.objective.readonly": "Scoreboard objective '%s' is read-only", - "commands.scoreboard.objectives.add.longName": "Objective names cannot be longer than %s characters", - "argument.criteria.invalid": "Unknown criteria '%s'", + "argument.criteria.invalid": "Unknown criterion '%s'", "particle.notFound": "Unknown particle: %s", "argument.id.unknown": "Unknown ID: %s", "advancement.advancementNotFound": "Unknown advancement: %s", "recipe.notFound": "Unknown recipe: %s", "entity.notFound": "Unknown entity: %s", + "predicate.unknown": "Unknown predicate: %s", + "item_modifier.unknown": "Unknown item modifier: %s", "argument.scoreboardDisplaySlot.invalid": "Unknown display slot '%s'", "slot.unknown": "Unknown slot '%s'", "team.notFound": "Unknown team '%s'", @@ -4195,7 +5154,7 @@ "commands.scoreboard.players.get.null": "Can't get value of %s for %s; none is set", "commands.spreadplayers.failed.teams": "Could not spread %s teams around %s, %s (too many entities for space - try using spread of at most %s)", "commands.spreadplayers.failed.entities": "Could not spread %s entities around %s, %s (too many entities for space - try using spread of at most %s)", - "commands.team.add.longName": "Team names cannot be longer than %s characters", + "commands.spreadplayers.failed.invalid.height": "Invalid maxHeight %s; expected higher than world minimum %s", "commands.data.get.invalid": "Can't get %s; only numeric tags are allowed", "commands.data.get.unknown": "Can't get %s; tag doesn't exist", "argument.double.low": "Double must not be less than %s, found %s", @@ -4222,87 +5181,72 @@ "parsing.float.expected": "Expected float", "parsing.bool.expected": "Expected boolean", "parsing.expected": "Expected '%s'", - "command.unknown.command": "Unknown command", + "command.unknown.command": "Unknown or incomplete command, see below for error", "command.unknown.argument": "Incorrect argument for command", "command.expected.separator": "Expected whitespace to end one argument, but found trailing data", + "biome.minecraft.badlands": "Badlands", + "biome.minecraft.bamboo_jungle": "Bamboo Jungle", + "biome.minecraft.basalt_deltas": "Basalt Deltas", "biome.minecraft.beach": "Beach", "biome.minecraft.birch_forest": "Birch Forest", - "biome.minecraft.birch_forest_hills": "Birch Forest Hills", - "biome.minecraft.snowy_beach": "Snowy Beach", "biome.minecraft.cold_ocean": "Cold Ocean", + "biome.minecraft.crimson_forest": "Crimson Forest", + "biome.minecraft.dark_forest": "Dark Forest", "biome.minecraft.deep_cold_ocean": "Deep Cold Ocean", + "biome.minecraft.deep_dark": "Deep Dark", "biome.minecraft.deep_frozen_ocean": "Deep Frozen Ocean", "biome.minecraft.deep_lukewarm_ocean": "Deep Lukewarm Ocean", "biome.minecraft.deep_ocean": "Deep Ocean", - "biome.minecraft.deep_warm_ocean": "Deep Warm Ocean", "biome.minecraft.desert": "Desert", - "biome.minecraft.desert_hills": "Desert Hills", - "biome.minecraft.mountains": "Mountains", - "biome.minecraft.wooded_mountains": "Wooded Mountains", - "biome.minecraft.forest": "Forest", - "biome.minecraft.wooded_hills": "Wooded Hills", - "biome.minecraft.frozen_ocean": "Frozen Ocean", - "biome.minecraft.frozen_river": "Frozen River", - "biome.minecraft.nether": "Nether", - "biome.minecraft.snowy_tundra": "Snowy Tundra", - "biome.minecraft.snowy_mountains": "Snowy Mountains", - "biome.minecraft.jungle_edge": "Jungle Edge", - "biome.minecraft.jungle_hills": "Jungle Hills", - "biome.minecraft.jungle": "Jungle", - "biome.minecraft.lukewarm_ocean": "Lukewarm Ocean", - "biome.minecraft.badlands_plateau": "Badlands Plateau", - "biome.minecraft.badlands": "Badlands", - "biome.minecraft.wooded_badlands_plateau": "Wooded Badlands Plateau", - "biome.minecraft.mushroom_fields": "Mushroom Fields", - "biome.minecraft.mushroom_field_shore": "Mushroom Field Shore", - "biome.minecraft.tall_birch_hills": "Tall Birch Hills", - "biome.minecraft.tall_birch_forest": "Tall Birch Forest", - "biome.minecraft.desert_lakes": "Desert Lakes", - "biome.minecraft.gravelly_mountains": "Gravelly Mountains", - "biome.minecraft.modified_gravelly_mountains": "Gravelly Mountains+", - "biome.minecraft.flower_forest": "Flower Forest", - "biome.minecraft.ice_spikes": "Ice Spikes", - "biome.minecraft.modified_jungle_edge": "Modified Jungle Edge", - "biome.minecraft.modified_jungle": "Modified Jungle", - "biome.minecraft.modified_badlands_plateau": "Modified Badlands Plateau", - "biome.minecraft.eroded_badlands": "Eroded Badlands", - "biome.minecraft.modified_wooded_badlands_plateau": "Modified Wooded Badlands Plateau", - "biome.minecraft.sunflower_plains": "Sunflower Plains", - "biome.minecraft.giant_spruce_taiga_hills": "Giant Spruce Taiga Hills", - "biome.minecraft.giant_spruce_taiga": "Giant Spruce Taiga", - "biome.minecraft.dark_forest_hills": "Dark Forest Hills", - "biome.minecraft.shattered_savanna": "Shattered Savanna", - "biome.minecraft.shattered_savanna_plateau": "Shattered Savanna Plateau", - "biome.minecraft.swamp_hills": "Swamp Hills", - "biome.minecraft.snowy_taiga_mountains": "Snowy Taiga Mountains", - "biome.minecraft.taiga_mountains": "Taiga Mountains", - "biome.minecraft.ocean": "Ocean", - "biome.minecraft.plains": "Plains", - "biome.minecraft.giant_tree_taiga_hills": "Giant Tree Taiga Hills", - "biome.minecraft.giant_tree_taiga": "Giant Tree Taiga", - "biome.minecraft.river": "River", - "biome.minecraft.dark_forest": "Dark Forest", - "biome.minecraft.savanna_plateau": "Savanna Plateau", - "biome.minecraft.savanna": "Savanna", + "biome.minecraft.dripstone_caves": "Dripstone Caves", + "biome.minecraft.old_growth_birch_forest": "Old Growth Birch Forest", + "biome.minecraft.old_growth_pine_taiga": "Old Growth Pine Taiga", + "biome.minecraft.old_growth_spruce_taiga": "Old Growth Spruce Taiga", "biome.minecraft.end_barrens": "End Barrens", "biome.minecraft.end_highlands": "End Highlands", - "biome.minecraft.small_end_islands": "Small End Islands", "biome.minecraft.end_midlands": "End Midlands", - "biome.minecraft.the_end": "The End", - "biome.minecraft.mountain_edge": "Mountain Edge", - "biome.minecraft.stone_shore": "Stone Shore", - "biome.minecraft.swamp": "Swamp", + "biome.minecraft.eroded_badlands": "Eroded Badlands", + "biome.minecraft.flower_forest": "Flower Forest", + "biome.minecraft.forest": "Forest", + "biome.minecraft.frozen_ocean": "Frozen Ocean", + "biome.minecraft.frozen_peaks": "Frozen Peaks", + "biome.minecraft.frozen_river": "Frozen River", + "biome.minecraft.grove": "Grove", + "biome.minecraft.ice_spikes": "Ice Spikes", + "biome.minecraft.jagged_peaks": "Jagged Peaks", + "biome.minecraft.jungle": "Jungle", + "biome.minecraft.lukewarm_ocean": "Lukewarm Ocean", + "biome.minecraft.lush_caves": "Lush Caves", + "biome.minecraft.mangrove_swamp": "Mangrove Swamp", + "biome.minecraft.meadow": "Meadow", + "biome.minecraft.mushroom_fields": "Mushroom Fields", + "biome.minecraft.nether_wastes": "Nether Wastes", + "biome.minecraft.ocean": "Ocean", + "biome.minecraft.plains": "Plains", + "biome.minecraft.river": "River", + "biome.minecraft.savanna_plateau": "Savanna Plateau", + "biome.minecraft.savanna": "Savanna", + "biome.minecraft.small_end_islands": "Small End Islands", + "biome.minecraft.snowy_beach": "Snowy Beach", + "biome.minecraft.snowy_plains": "Snowy Plains", + "biome.minecraft.snowy_slopes": "Snowy Slopes", "biome.minecraft.snowy_taiga": "Snowy Taiga", - "biome.minecraft.snowy_taiga_hills": "Snowy Taiga Hills", - "biome.minecraft.taiga_hills": "Taiga Hills", + "biome.minecraft.soul_sand_valley": "Soul Sand Valley", + "biome.minecraft.sparse_jungle": "Sparse Jungle", + "biome.minecraft.stony_peaks": "Stony Peaks", + "biome.minecraft.stony_shore": "Stony Shore", + "biome.minecraft.sunflower_plains": "Sunflower Plains", + "biome.minecraft.swamp": "Swamp", "biome.minecraft.taiga": "Taiga", + "biome.minecraft.the_end": "The End", "biome.minecraft.the_void": "The Void", "biome.minecraft.warm_ocean": "Warm Ocean", - "biome.minecraft.bamboo_jungle": "Bamboo Jungle", - "biome.minecraft.bamboo_jungle_hills": "Bamboo Jungle Hills", - "generator.minecraft.surface": "Surface", - "generator.minecraft.caves": "Caves", - "generator.minecraft.floating_islands": "Floating Islands", + "biome.minecraft.warped_forest": "Warped Forest", + "biome.minecraft.windswept_forest": "Windswept Forest", + "biome.minecraft.windswept_gravelly_hills": "Windswept Gravelly Hills", + "biome.minecraft.windswept_hills": "Windswept Hills", + "biome.minecraft.windswept_savanna": "Windswept Savanna", + "biome.minecraft.wooded_badlands": "Wooded Badlands", "realms.missing.module.error.text": "Realms could not be opened right now, please try again later", "realms.missing.snapshot.error.text": "Realms is currently not supported in snapshots", "color.minecraft.white": "White", @@ -4320,5 +5264,77 @@ "color.minecraft.brown": "Brown", "color.minecraft.green": "Green", "color.minecraft.red": "Red", - "color.minecraft.black": "Black" + "color.minecraft.black": "Black", + "title.singleplayer": "Singleplayer", + "title.multiplayer.realms": "Multiplayer (Realms)", + "title.multiplayer.lan": "Multiplayer (LAN)", + "title.multiplayer.other": "Multiplayer (3rd-party Server)", + "gamerule.announceAdvancements": "Announce advancements", + "gamerule.commandBlockOutput": "Broadcast command block output", + "gamerule.disableElytraMovementCheck": "Disable elytra movement check", + "gamerule.disableRaids": "Disable raids", + "gamerule.doDaylightCycle": "Advance time of day", + "gamerule.doEntityDrops": "Drop entity equipment", + "gamerule.doEntityDrops.description": "Controls drops from minecarts (including inventories), item frames, boats, etc.", + "gamerule.doFireTick": "Update fire", + "gamerule.doImmediateRespawn": "Respawn immediately", + "gamerule.doInsomnia": "Spawn phantoms", + "gamerule.doLimitedCrafting": "Require recipe for crafting", + "gamerule.doLimitedCrafting.description": "If enabled, players will be able to craft only unlocked recipes", + "gamerule.doMobLoot": "Drop mob loot", + "gamerule.doMobLoot.description": "Controls resource drops from mobs, including experience orbs", + "gamerule.doMobSpawning": "Spawn mobs", + "gamerule.doMobSpawning.description": "Some entities might have separate rules", + "gamerule.doPatrolSpawning": "Spawn pillager patrols", + "gamerule.doTileDrops": "Drop blocks", + "gamerule.doTileDrops.description": "Controls resource drops from blocks, including experience orbs", + "gamerule.doTraderSpawning": "Spawn Wandering Traders", + "gamerule.doWardenSpawning": "Spawn Wardens", + "gamerule.doWeatherCycle": "Update weather", + "gamerule.drowningDamage": "Deal drowning damage", + "gamerule.fallDamage": "Deal fall damage", + "gamerule.fireDamage": "Deal fire damage", + "gamerule.freezeDamage": "Deal freeze damage", + "gamerule.forgiveDeadPlayers": "Forgive dead players", + "gamerule.forgiveDeadPlayers.description": "Angered neutral mobs stop being angry when the targeted player dies nearby.", + "gamerule.keepInventory": "Keep inventory after death", + "gamerule.logAdminCommands": "Broadcast admin commands", + "gamerule.maxCommandChainLength": "Command chain size limit", + "gamerule.maxCommandChainLength.description": "Applies to command block chains and functions", + "gamerule.maxEntityCramming": "Entity cramming threshold", + "gamerule.mobGriefing": "Allow destructive mob actions", + "gamerule.naturalRegeneration": "Regenerate health", + "gamerule.randomTickSpeed": "Random tick speed rate", + "gamerule.reducedDebugInfo": "Reduce debug info", + "gamerule.reducedDebugInfo.description": "Limits contents of debug screen", + "gamerule.sendCommandFeedback": "Send command feedback", + "gamerule.showDeathMessages": "Show death messages", + "gamerule.playersSleepingPercentage": "Sleep percentage", + "gamerule.playersSleepingPercentage.description": "The percentage of players who must be sleeping to skip the night.", + "gamerule.spawnRadius": "Respawn location radius", + "gamerule.spectatorsGenerateChunks": "Allow spectators to generate terrain", + "gamerule.universalAnger": "Universal anger", + "gamerule.universalAnger.description": "Angered neutral mobs attack any nearby player, not just the player that angered them. Works best if forgiveDeadPlayers is disabled.", + "gamerule.category.chat": "Chat", + "gamerule.category.spawning": "Spawning", + "gamerule.category.updates": "World Updates", + "gamerule.category.drops": "Drops", + "gamerule.category.mobs": "Mobs", + "gamerule.category.player": "Player", + "gamerule.category.misc": "Miscellaneous", + "pack.source.builtin": "built-in", + "pack.source.world": "world", + "pack.source.local": "local", + "pack.source.server": "server", + "mirror.none": "|", + "mirror.left_right": "\u2190 \u2192", + "mirror.front_back": "\u2191 \u2193", + "sleep.not_possible": "No amount of rest can pass this night", + "sleep.players_sleeping": "%s/%s players sleeping", + "sleep.skipping_night": "Sleeping through this night", + "compliance.playtime.greaterThan24Hours": "You've been playing for greater than 24 hours", + "compliance.playtime.message": "Excessive gaming may interfere with normal daily life", + "compliance.playtime.hours": "You've been playing for %s hour(s)", + "outOfMemory.title": "Out of memory!", + "outOfMemory.message": "Minecraft has run out of memory.\n\nThis could be caused by a bug in the game or by the Java Virtual Machine not being allocated enough memory.\n\nTo prevent level corruption, the current game has quit. We've tried to free up enough memory to let you go back to the main menu and back to playing, but this may not have worked.\n\nPlease restart the game if you see this message again." }