From 00d2c751deba239d6eefc0b3b1e9a4449d875f75 Mon Sep 17 00:00:00 2001 From: Brottweiler Date: Mon, 29 Jun 2020 22:49:37 +0200 Subject: [PATCH] Update to 1.16 Squashed commit of the following: commit ab9dd72bb1079ae29ed91b6078dea2ebf0b08bae Author: Brottweiler Date: Mon Jun 29 22:49:02 2020 +0200 Tweak changelog commit 0dff49fe2c07ae8246916571f694270363183b1d Author: Brottweiler Date: Mon Jun 29 22:41:05 2020 +0200 Add matching nether gold textures commit c47e8b564cf768a0721eca7c014797599dc6a398 Author: Brottweiler Date: Thu Jun 25 00:14:19 2020 +0200 Format some strings commit 196e861b6b7993293d447ca35e75c2d09e74ace3 Author: Brottweiler Date: Wed Jun 24 16:12:40 2020 +0200 Tweak graphic setting color commit 3f53bebc8060a1273d05c4ebe629f650f3a54dea Author: Brottweiler Date: Tue Jun 23 23:22:27 2020 +0200 Update more strings commit 7016c49d1e787a43c9f55c681211a1f04d1e038f Author: Brottweiler Date: Tue Jun 23 23:11:48 2020 +0200 Update new GUIs commit 20e410a2d5256518008823636bdacd22be975d9c Author: Brottweiler Date: Tue Jun 23 22:56:44 2020 +0200 Add skinny Netherite tools commit b7e363a8093627f2339e7fdeddb17c27dbeea867 Author: Brottweiler Date: Tue Jun 23 22:56:25 2020 +0200 More string updates commit d665a80c81dc02a58c113262253fd68cb18eac0f Author: Brottweiler Date: Mon Jun 22 23:13:16 2020 +0200 Update changelog and mcmeta commit 20ef567d15357f6547ee10b911f526234a6b1dcf Author: Brottweiler Date: Mon Jun 22 23:11:10 2020 +0200 Update strings --- CHANGELOG.md | 6 + assets/minecraft/lang/en_oc.json | 881 +++++++++++++----- .../textures/block/gilded_blackstone.png | Bin 0 -> 2633 bytes .../textures/block/nether_gold_ore.png | Bin 0 -> 3366 bytes .../gui/container/gamemode_switcher.png | Bin 0 -> 3156 bytes .../textures/gui/container/smithing.png | Bin 0 -> 7426 bytes .../minecraft/textures/item/netherite_axe.png | Bin 0 -> 1759 bytes .../minecraft/textures/item/netherite_hoe.png | Bin 0 -> 1755 bytes .../textures/item/netherite_pickaxe.png | Bin 0 -> 1888 bytes .../textures/item/netherite_shovel.png | Bin 0 -> 1754 bytes .../textures/item/netherite_sword.png | Bin 0 -> 2024 bytes pack.mcmeta | 2 +- 12 files changed, 631 insertions(+), 258 deletions(-) create mode 100644 assets/minecraft/textures/block/gilded_blackstone.png create mode 100644 assets/minecraft/textures/block/nether_gold_ore.png create mode 100644 assets/minecraft/textures/gui/container/gamemode_switcher.png create mode 100644 assets/minecraft/textures/gui/container/smithing.png create mode 100644 assets/minecraft/textures/item/netherite_axe.png create mode 100644 assets/minecraft/textures/item/netherite_hoe.png create mode 100644 assets/minecraft/textures/item/netherite_pickaxe.png create mode 100644 assets/minecraft/textures/item/netherite_shovel.png create mode 100644 assets/minecraft/textures/item/netherite_sword.png diff --git a/CHANGELOG.md b/CHANGELOG.md index 407b6911..46cb4c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Plast Pack Changelog ====== +V1.19 +----- + - Updated to 1.16 + - Netherite tools match other tools + - Nether gold blocks matches regular gold ore + V1.18 ------ - Updated to 1.15 diff --git a/assets/minecraft/lang/en_oc.json b/assets/minecraft/lang/en_oc.json index fba8012f..e444efbe 100644 --- a/assets/minecraft/lang/en_oc.json +++ b/assets/minecraft/lang/en_oc.json @@ -32,6 +32,7 @@ "gui.ok": "§aOk", "gui.proceed": "§eProceed", "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", @@ -83,7 +84,6 @@ "optimizeWorld.info.total": "Total chunks: %s", "selectWorld.title": "Select World", "selectWorld.search": "search for worlds", - "selectWorld.empty": "§bempty", "selectWorld.world": "§bWorld", "selectWorld.select": "§ePlay Selected World", "selectWorld.create": "§aCreate New World", @@ -101,10 +101,14 @@ "selectWorld.edit.backupCreated": "Backed up: %s", "selectWorld.edit.backupSize": "size: %s MB", "selectWorld.edit.optimize": "§bOptimize World", + "selectWorld.edit.export_worldgen_settings": "§bExport World Generation Settings", + "selectWorld.edit.export_worldgen_settings.success": "Exported", + "selectWorld.edit.export_worldgen_settings.failure": "Export failed", "selectWorld.deleteQuestion": "§eAre you sure you want to delete this world?", "selectWorld.deleteWarning": "'%s' will be lost forever! (A long time!)", "selectWorld.deleteButton": "§aDelete", "selectWorld.conversion": "§cMust be converted!", + "selectWorld.locked": "Locked by another running instance of Minecraft", "selectWorld.newWorld": "New World", "selectWorld.enterName": "World Name", "selectWorld.resultFolder": "Will be saved in:", @@ -121,26 +125,30 @@ "selectWorld.backupWarning": "This world was last played in version §a%s§r; you are on version §c%s§r. Please make a backup in case you experience world corruptions!", "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": "§aBackup and load", + "selectWorld.backupJoinConfirmButton": "§aCreate Backup and Load", "selectWorld.backupJoinSkipButton": "§eI 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...", "createWorld.customize.presets": "§bPresets", "createWorld.customize.presets.title": "§aSelect a Preset", "createWorld.customize.presets.select": "§aUse 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", @@ -150,8 +158,6 @@ "createWorld.customize.flat.layer": "%s", "createWorld.customize.flat.layer.bottom": "Bottom - %s", "createWorld.customize.buffet.title": "Buffet world customization", - "createWorld.customize.buffet.generatortype": "§bWorld 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", @@ -224,6 +230,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 world from loading.\nYou can either try to load only with vanilla datapack (\"safe mode\") or go back to title screen and fix it manually.", + "datapackFailure.safeMode": "§eSafe Mode", + "editGamerule.title": "Edit Game Rules", + "editGamerule.default": "Default: %s", "gameMode.survival": "§aSurvival Mode§r", "gameMode.creative": "§bCreative Mode§r", "gameMode.adventure": "§6Adventure Mode§r", @@ -240,7 +251,7 @@ "spectatorMenu.root.prompt": "Press a key to select a command, and again to use it.", "selectWorld.gameMode": "§bGame Mode", "selectWorld.gameMode.survival": "§aSurvival", - "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": "§bCreative", "selectWorld.gameMode.creative.line1": "Unlimited resources, free flying and", @@ -249,33 +260,44 @@ "selectWorld.gameMode.spectator.line1": "You can look but don't touch", "selectWorld.gameMode.spectator.line2": "", "selectWorld.gameMode.hardcore": "§cHardcore", - "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": "§7Adventure", - "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": "§bMore World Options...", + "selectWorld.gameRules": "§bGame Rules", "selectWorld.mapFeatures": "§bGenerate Structures:", - "selectWorld.mapFeatures.info": "Villages, dungeons etc", + "selectWorld.mapFeatures.info": "Villages, dungeons etc.", "selectWorld.mapType": "§bWorld Type:", "selectWorld.mapType.normal": "§aNormal", "selectWorld.allowCommands": "§bAllow Cheats:", "selectWorld.allowCommands.info": "Commands like /gamemode, /experience", + "selectWorld.dataPacks": "§bData Packs", "selectWorld.hardcoreMode": "§cHardcore:", "selectWorld.hardcoreMode.info": "World is deleted upon death", "selectWorld.bonusItems": "§bBonus Chest:", + "selectWorld.import_worldgen_settings": "§bImport 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.default": "§aDefault", "generator.flat": "§eSuperflat", - "generator.largeBiomes": "§6Large Biomes", + "generator.large_biomes": "§6Large Biomes", "generator.amplified": "§cAMPLIFIED", - "generator.customized": "§dCustomized", + "generator.customized": "§dOld Customized", + "generator.custom": "Custom", "generator.debug_all_block_states": "§7Debug Mode", - "generator.amplified.info": "Notice: Just for fun, requires beefy computer", - "generator.buffet": "§5Buffet", + "generator.amplified.info": "Notice: Just for fun! Requires a beefy computer.", + "generator.single_biome_surface": "§aSingle Biome", + "generator.single_biome_caves": "§6Caves", + "generator.single_biome_floating_islands": "§dFloating Islands", "selectServer.title": "Select Server", - "selectServer.empty": "§bempty", "selectServer.select": "§eJoin Server", - "selectServer.direct": "§eDirect Connect", + "selectServer.direct": "§eDirect Connection", "selectServer.edit": "§6Edit", "selectServer.delete": "§cDelete", "selectServer.add": "§aAdd Server", @@ -298,19 +320,16 @@ "lanServer.scanning": "§bScanning for games on your local network", "lanServer.start": "§aStart LAN World", "lanServer.otherPlayers": "Settings for Other Players", - "mcoServer.title": "Minecraft Online World", - "multiplayerWarning.header": "Online play is not rated", - "multiplayerWarning.message": "During online play you may be exposed to chat messages or other types of user generated content that has not been rated, and may not be suitable for all ages.", + "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 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": "§aConnect", - "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.downloadingTerrain": "§aLoading terrain", - "multiplayer.downloadingStats": "§aDownloading statistics...", + "multiplayer.downloadingStats": "§aRetrieving 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", "multiplayer.player.joined.renamed": "%s (formerly known as %s) joined", "multiplayer.player.left": "%s left", @@ -321,6 +340,7 @@ "multiplayer.status.client_out_of_date": "Client out of date!", "multiplayer.status.finished": "Finished", "multiplayer.status.no_connection": "(no connection)", + "multiplayer.status.ping": "%s ms", "multiplayer.status.old": "Old", "multiplayer.status.pinging": "Pinging...", "multiplayer.status.quitting": "Quitting", @@ -371,19 +391,20 @@ "chat.copy": "§bCopy 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": "§bOpen in browser", "chat.coordinates": "%s, %s, %s", "chat.coordinates.tooltip": "Click to teleport", + "chat.queue": "[+%s pending lines]", "menu.playdemo": "§aPlay Demo World", "menu.resetdemo": "§cReset 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", @@ -442,8 +463,6 @@ "options.mouse_settings": "§bMouse Settings", "options.mouse_settings.title": "Mouse Settings", "options.customizeTitle": "Customize World Settings", - "options.music": "§bMusic", - "options.sound": "§bSound", "options.invertMouse": "§bInvert Mouse", "options.fov": "§bFOV", "options.fov.min": "§cNormal", @@ -464,12 +483,13 @@ "options.sensitivity.min": "§c*yawn*", "options.sensitivity.max": "§aHYPERSPEED!!!", "options.renderDistance": "§bRender Distance", + "options.entityDistanceScaling": "§bEntity Distance", + "options.entityDistancePercent": "%s%%", "options.viewBobbing": "§bView Bobbing", "options.ao": "§bSmooth Lighting", "options.ao.off": "§cOff", "options.ao.min": "§eMinimum", "options.ao.max": "§aMaximum", - "options.anaglyph": "§b3D Anaglyph", "options.chunks": "§a%s chunks", "options.framerate": "§a%s fps", "options.framerateLimit": "§bMax Framerate", @@ -481,8 +501,19 @@ "options.difficulty.hard": "§cHard", "options.difficulty.hardcore": "§4Hardcore", "options.graphics": "§bGraphics", + "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": "§a§oFabulous!", + "options.graphics.fancy.tooltip": "§aFancy §rgraphics balances performance and quality for the majority of machines.\nWeather, clouds and particles may not appear behind translucent blocks or water.", "options.graphics.fancy": "§aFancy", + "options.graphics.fast.tooltip": "§eFast §rgraphics reduces the amount of visible rain and snow.\nTransparency effects are disabled for various blocks such as tree-leaves.", "options.graphics.fast": "§eFast", + "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": "§eContinue without support", + "options.graphics.warning.cancel": "§cTake me back", "options.clouds.fancy": "§aFancy", "options.clouds.fast": "§eFast", "options.guiScale": "§bGUI Scale", @@ -500,8 +531,11 @@ "options.chat.visibility.hidden": "§cHidden", "options.chat.color": "§bColors", "options.chat.opacity": "§bChat Text Opacity", + "options.chat.line_spacing": "§bLine Spacing", "options.chat.links": "§bWeb Links", "options.chat.links.prompt": "§bPrompt on Links", + "options.chat.delay_none": "§bChat Delay§r: None", + "options.chat.delay": "§bChat Delay§r: %s seconds", "options.chat.scale": "§bScale", "options.chat.width": "§bWidth", "options.chat.height.focused": "§bFocused Height", @@ -548,10 +582,10 @@ "options.rawMouseInput": "§bRaw Input", "options.narrator": "§bNarrator", "options.narrator.off": "§cOff", - "options.narrator.all": "§aNarrates all", - "options.narrator.chat": "§aNarrates chat", - "options.narrator.system": "§aNarrates system", - "options.narrator.notavailable": "§7Not available", + "options.narrator.all": "§aNarrates All", + "options.narrator.chat": "§aNarrates Chat", + "options.narrator.system": "§aNarrates System", + "options.narrator.notavailable": "§7Not Available", "options.fullscreen.resolution": "§bFullscreen Resolution", "options.fullscreen.unavailable": "Setting unavailable", "options.fullscreen.current": "§aCurrent", @@ -565,6 +599,7 @@ "title.oldgl.eol.line2": "playing future updates as OpenGL 2.0 will be required!", "title.oldgl.deprecation.line1": "Old graphics card detected; this may prevent you from", "title.oldgl.deprecation.line2": "playing in the future as OpenGL 3.2 will be required!", + "title.multiplayer.disabled": "Multiplayer is disabled, please check your launcher settings.", "controls.title": "Controls", "controls.reset": "§cReset", "controls.resetAll": "§cReset Keys", @@ -576,7 +611,7 @@ "key.jump": "§bJump", "key.inventory": "§bOpen/Close Inventory", "key.drop": "§bDrop Selected Item", - "key.swapHands": "§bSwap Item In Hands", + "key.swapOffhand": "§bSwap Item With Offhand", "key.chat": "§bOpen Chat", "key.sneak": "§bSneak", "key.playerlist": "§bList Players", @@ -598,8 +633,8 @@ "key.hotbar.7": "§bHotbar Slot 7", "key.hotbar.8": "§bHotbar Slot 8", "key.hotbar.9": "§bHotbar Slot 9", - "key.saveToolbarActivator": "§bSave Toolbar Activator", - "key.loadToolbarActivator": "§bLoad Toolbar Activator", + "key.saveToolbarActivator": "§bSave Hotbar Activator", + "key.loadToolbarActivator": "§bLoad Hotbar Activator", "key.advancements": "§bAdvancements", "key.categories.movement": "Movement", "key.categories.misc": "Miscellaneous", @@ -697,21 +732,30 @@ "key.keyboard.print.screen": "§bPrint Screen", "key.keyboard.world.1": "§bWorld 1", "key.keyboard.world.2": "§bWorld 2", - "resourcePack.openFolder": "§bOpen 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 no longer work correctly.", + "pack.dropInfo": "Drag and drop files into this window to add packs", + "pack.dropConfirm": "Do you want to add following packs to Minecraft?", + "pack.copyFailure": "Failed to copy packs", + "pack.nameAndSource": "%s (%s)", + "pack.openFolder": "§bOpen 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", "resourcePack.load_fail": "Resource reload failed", - "sign.edit": "Edit sign message", + "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", + "sign.edit": "Edit Sign Message", "book.pageIndicator": "Page %1$s of %2$s", "book.byAuthor": "by §b%1$s", "book.signButton": "§aSign", @@ -768,8 +812,6 @@ "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", @@ -780,6 +822,7 @@ "block.minecraft.cut_red_sandstone": "Cut Red Sandstone", "block.minecraft.gravel": "Gravel", "block.minecraft.gold_ore": "Gold Ore", + "block.minecraft.nether_gold_ore": "Nether Gold Ore", "block.minecraft.iron_ore": "Iron Ore", "block.minecraft.coal_ore": "Coal Ore", "block.minecraft.oak_wood": "Oak Wood", @@ -914,8 +957,11 @@ "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": "Mob 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", @@ -1062,14 +1108,13 @@ "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.bed.set_spawn": "Respawn point set", + "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", @@ -1099,6 +1144,53 @@ "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.enchanting_table": "Enchanting Table", "block.minecraft.anvil": "Anvil", @@ -1220,11 +1312,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", @@ -1259,6 +1346,10 @@ "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.skeleton_wall_skull": "Skeleton Wall Skull", "block.minecraft.skeleton_skull": "Skeleton Skull", "block.minecraft.wither_skeleton_wall_skull": "Wither Skeleton Wall Skull", @@ -1321,9 +1412,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", @@ -1375,12 +1467,39 @@ "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": "Netherite Block", + "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", "item.minecraft.name_tag": "Name Tag", "item.minecraft.lead": "Lead", "item.minecraft.iron_shovel": "Iron Shovel", @@ -1525,6 +1644,7 @@ "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_13.desc": "C418 - 13", "item.minecraft.music_disc_cat.desc": "C418 - cat", "item.minecraft.music_disc_blocks.desc": "C418 - blocks", @@ -1537,6 +1657,7 @@ "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.bone": "Bone", "item.minecraft.ink_sac": "Ink Sac", "item.minecraft.red_dye": "Red Dye", @@ -1616,6 +1737,7 @@ "item.minecraft.evoker_spawn_egg": "Evoker Spawn Egg", "item.minecraft.ghast_spawn_egg": "Ghast 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", @@ -1627,6 +1749,7 @@ "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.pillager_spawn_egg": "Pillager Spawn Egg", "item.minecraft.phantom_spawn_egg": "Phantom Spawn Egg", "item.minecraft.polar_bear_spawn_egg": "Polar Bear Spawn Egg", @@ -1643,6 +1766,7 @@ "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.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", @@ -1653,9 +1777,10 @@ "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.experience_bottle": "Bottle of Enchanting", "item.minecraft.fire_charge": "Fire Charge", @@ -1668,11 +1793,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", @@ -1749,9 +1869,24 @@ "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", "container.inventory": "§bInventory", "container.hopper": "§eItem Hopper", "container.crafting": "§eCrafting", @@ -1786,6 +1921,7 @@ "container.grindstone_title": "§eRepair & Disenchant", "container.cartography_table": "§eCartography Table", "container.stonecutter": "§eStonecutter", + "container.upgrade": "§eUpgrade 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'", @@ -1826,9 +1962,16 @@ "structure_block.button.load": "§aLoad", "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:", + "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:", @@ -1882,6 +2025,7 @@ "entity.minecraft.ghast": "Ghast", "entity.minecraft.giant": "Giant", "entity.minecraft.guardian": "Guardian", + "entity.minecraft.hoglin": "Hoglin", "entity.minecraft.hopper_minecart": "Hopper Minecart", "entity.minecraft.horse": "Horse", "entity.minecraft.husk": "Husk", @@ -1904,6 +2048,7 @@ "entity.minecraft.parrot": "Parrot", "entity.minecraft.phantom": "Phantom", "entity.minecraft.pig": "Pig", + "entity.minecraft.piglin": "Piglin", "entity.minecraft.pillager": "Pillager", "entity.minecraft.player": "Player", "entity.minecraft.polar_bear": "Polar Bear", @@ -1926,6 +2071,7 @@ "entity.minecraft.spider": "Spider", "entity.minecraft.squid": "Squid", "entity.minecraft.stray": "Stray", + "entity.minecraft.strider": "Strider", "entity.minecraft.tnt": "Primed TNT", "entity.minecraft.tnt_minecart": "TNT Minecart", "entity.minecraft.trader_llama": "Trader Llama", @@ -1960,7 +2106,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", @@ -1993,13 +2139,17 @@ "entity.minecraft.wolf": "Wolf", "entity.minecraft.experience_bottle": "Thrown Bottle of 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§7 fell off a ladder", "death.fell.accident.vines": "%1$s§7 fell off some vines", - "death.fell.accident.water": "%1$s§7 fell out of the water", + "death.fell.accident.weeping_vines": "%1$s §7fell off some weeping vines", + "death.fell.accident.twisting_vines": "%1$s §7fell off some twisting vines", + "death.fell.accident.scaffolding": "%1$s §7fell off scaffolding", + "death.fell.accident.other_climbable": "%1$s §7fell while climbing", "death.fell.accident.generic": "%1$s§7 fell from a high place", "death.fell.killer": "%1$s§7 was doomed to fall", "death.fell.assist": "%1$s§7 was doomed to fall by §r%2$s", @@ -2032,10 +2182,12 @@ "death.attack.explosion.player": "%1$s§7 was blown up by §r%2$s", "death.attack.explosion.player.item": "%1$s§7 was blown up by §r%2$s§7 using §r%3$s", "death.attack.magic": "%1$s§7 was killed by magic", + "death.attack.magic.player": "%1$s §7was killed by magic whilst trying to escape §r%2$s", "death.attack.even_more_magic": "%1$s§7 was killed by even more magic", "death.attack.message_too_long": "§7Actually, message was too long to deliver fully. Sorry! Here's stripped version: §r%s", "death.attack.wither": "%1$s§7 withered away", "death.attack.wither.player": "%1$s§7 withered away whilst fighting §r%2$s", + "death.attack.witherSkull": "%1$s §7was shot by a §r%2$s's §7skull", "death.attack.anvil": "%1$s§7 was squashed by a falling anvil", "death.attack.anvil.player": "%1$s§7 was squashed by a falling anvil whilst fighting §r%2$s", "death.attack.fallingBlock": "%1$s§7 was squashed by a falling block", @@ -2066,12 +2218,13 @@ "death.attack.flyIntoWall.player": "%1$s§7 experienced kinetic energy whilst trying to escape §r%2$s", "death.attack.fireworks": "%1$s§7 went off with a bang", "death.attack.fireworks.player": "%1$s§7 went off with a bang whilst fighting §r%2$s", - "death.attack.netherBed.message": "%1$s§7 was killed by §r%2$s", - "death.attack.netherBed.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.player": "%1$s was stung to death by %2$s", + "death.attack.fireworks.item": "%1$s §7went off with a bang due to a firework fired from §r%3$s §7by §r%2$s", + "death.attack.badRespawnPoint.message": "%1$s §7was killed by §r%2$s", + "death.attack.badRespawnPoint.link": "§7Intentional Game Design", + "death.attack.sweetBerryBush": "%1$s §7was poked to death by a sweet berry bush", + "death.attack.sweetBerryBush.player": "%1$s §7was poked to death by a sweet berry bush whilst trying to escape §r%2$s", + "death.attack.sting": "%1$s §7was stung to death", + "death.attack.sting.player": "%1$s §7was stung to death by §r%2$s", "deathScreen.respawn": "§aRespawn", "deathScreen.spectate": "§eSpectate world", "deathScreen.titleScreen": "§cTitle screen", @@ -2226,6 +2379,7 @@ "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.efficiency": "Efficiency", "enchantment.minecraft.silk_touch": "Silk Touch", "enchantment.minecraft.unbreaking": "Unbreaking", @@ -2260,13 +2414,13 @@ "enchantment.level.10": "§e§l10", "gui.advancements": "§eAdvancements", "gui.stats": "§eStatistics", + "gui.entity_tooltip.type": "Type: %s", "advancements.empty": "There doesn't seem to be anything here...", "advancements.toast.task": "Advancement Made!", "advancements.toast.challenge": "Challenge Complete!", "advancements.toast.goal": "Goal Reached!", "stats.tooltip.type.statistic": "§bStatistic", "stat.generalButton": "§bGeneral", - "stat.blocksButton": "§bBlocks", "stat.itemsButton": "§bItems", "stat.mobsButton": "§bMobs", "stat_type.minecraft.mined": "Times Mined", @@ -2286,13 +2440,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", @@ -2319,6 +2474,7 @@ "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", @@ -2331,6 +2487,7 @@ "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", @@ -2345,8 +2502,8 @@ "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.traded_with_villager": "Traded with Villagers", "stat.minecraft.treasure_fished": "Treasure Fished", "stat.minecraft.trigger_trapped_chest": "Trapped Chests Triggered", @@ -2367,10 +2524,10 @@ "itemGroup.brewing": "§5Brewing", "itemGroup.materials": "§9Materials", "itemGroup.inventory": "§bSurvival Inventory", - "itemGroup.hotbar": "§bSaved Toolbars", + "itemGroup.hotbar": "§bSaved Hotbars", "inventory.binSlot": "§cDestroy Item", - "inventory.hotbarSaved": "Item toolbar saved (restore with %1$s+%2$s)", - "inventory.hotbarInfo": "Save toolbar with %1$s+%2$s", + "inventory.hotbarSaved": "§aItem hotbar saved (restore with §b%1$s§a+§b%2$s§a)", + "inventory.hotbarInfo": "Save hotbar with %1$s+%2$s", "advMode.setCommand": "Set Console Command for Block", "advMode.setCommand.success": "§aCommand set: %s", "advMode.command": "Console Command", @@ -2397,6 +2554,7 @@ "item.modifiers.legs": "§9When on legs:", "item.modifiers.chest": "§9When on body:", "item.modifiers.head": "§9When on head:", + "attribute.unknown": "Unknown attribute", "attribute.modifier.plus.0": "§a§l+%s §7%s", "attribute.modifier.plus.1": "§a§l+%s%% §7%s", "attribute.modifier.plus.2": "§a§l+%s%% §7%s", @@ -2406,17 +2564,19 @@ "attribute.modifier.equals.0": "§b§l%s §7%s", "attribute.modifier.equals.1": "§b§l%s%% §7%s", "attribute.modifier.equals.2": "§b§l%s%% §7%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": "§aSaved screenshot as §r%s", "screenshot.failure": "§cCouldn't save screenshot: §r%s", "block.minecraft.black_banner": "Black Banner", @@ -3076,20 +3236,40 @@ "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.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.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.drip": "Honey drips", - "subtitles.block.beehive.work": "Bees work", "subtitles.block.beehive.shear": "Shears scrape", - "subtitles.block.bell.use": "Bell rings", + "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.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", @@ -3104,9 +3284,19 @@ "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", @@ -3117,18 +3307,26 @@ "subtitles.block.generic.place": "Block placed", "subtitles.block.grindstone.use": "Grindstone used", "subtitles.block.honey_block.slide": "Sliding down a honey block", - "subtitles.block.iron_trapdoor.close": "Trapdoor opens", - "subtitles.block.iron_trapdoor.open": "Trapdoor closes", + "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.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.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.trapdoor.toggle": "Trapdoor creaks", "subtitles.block.tripwire.attach": "Tripwire attaches", @@ -3156,47 +3354,19 @@ "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.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.phantom": "Parrot screeches", - "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.witch": "Parrot giggles", - "subtitles.entity.parrot.imitate.wither": "Parrot angers", - "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", - "subtitles.entity.parrot.imitate.zombie": "Parrot groans", - "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", @@ -3221,16 +3391,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", @@ -3241,7 +3413,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", @@ -3250,8 +3424,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", @@ -3260,10 +3432,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", @@ -3274,6 +3450,7 @@ "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.generic.big_fall": "Something fell", "subtitles.entity.generic.burn": "Burning", "subtitles.entity.generic.death": "Dying", @@ -3289,12 +3466,20 @@ "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.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", @@ -3306,7 +3491,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", @@ -3341,14 +3526,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", @@ -3358,22 +3535,60 @@ "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.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.pre_sneeze": "Panda's nose tickles", - "subtitles.entity.panda.sneeze": "Panda sneezes", + "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.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.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 flaps", + "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.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.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", @@ -3384,13 +3599,30 @@ "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.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.polar_bear.ambient": "Polar Bear groans", "subtitles.entity.polar_bear.ambient_baby": "Polar Bear hums", @@ -3410,6 +3642,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", @@ -3440,9 +3680,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", @@ -3453,19 +3693,28 @@ "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.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", @@ -3476,7 +3725,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", @@ -3490,14 +3738,19 @@ "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.witch.ambient": "Witch giggles", @@ -3519,25 +3772,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", @@ -3545,11 +3806,17 @@ "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_netherite": "Netherite armor clanks", "subtitles.item.armor.equip_turtle": "Turtle shell thunks", + "subtitles.item.axe.strip": "Axe scrapes", + "subtitles.item.berries.pick": "Berries pop", + "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.honey_bottle.drink": "Honey gulping", "subtitles.item.bucket.empty": "Bucket empties", "subtitles.item.bucket.fill": "Bucket fills", + "subtitles.item.bucket.fill_fish": "Fish captured", "subtitles.item.chorus_fruit.teleport": "Player teleports", "subtitles.item.crop.plant": "Crop planted", "subtitles.item.crossbow.charge": "Crossbow charges up", @@ -3559,11 +3826,12 @@ "subtitles.item.firecharge.use": "Fireball whooshes", "subtitles.item.flintandsteel.use": "Flint and Steel click", "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", @@ -3571,43 +3839,49 @@ "subtitles.item.trident.riptide": "Trident zooms", "subtitles.item.trident.throw": "Trident clangs", "subtitles.item.trident.thunder": "Trident thunder cracks", + "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.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.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", - "debug.inspect.client.block": "Copied client-side block data to clipboard", - "debug.inspect.client.entity": "Copied client-side entity data to clipboard", - "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.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.reload_chunks.help": "§bF3 §7+ §bA §7=§r Reload chunks", + "debug.show_hitboxes.help": "§bF3 §7+ §bB §7=§r Show hitboxes", + "debug.clear_chat.help": "§bF3 §7+ §bD §7=§r Clear chat", + "debug.cycle_renderdistance.help": "§bF3 §7+ §bF §7=§r Cycle render distance (Shift to invert)", + "debug.chunk_boundaries.help": "§bF3 §7+ §bG §7=§r Show chunk boundaries", + "debug.advanced_tooltips.help": "§bF3 §7+ §bH §7=§r Advanced tooltips", + "debug.creative_spectator.help": "§bF3 §7+ §bN §7=§r Cycle §bcreative §7<-> §9spectator§r", + "debug.pause_focus.help": "§bF3 §7+ §bP §7=§r Pause on lost focus", + "debug.help.help": "§bF3 §7+ §bQ §7=§r Show this list", + "debug.reload_resourcepacks.help": "§bF3 §7+ §bT §7=§r Reload resource packs", + "debug.pause.help": "§bF3 §7+ §bEsc §7=§r Pause without pause menu (if pausing is possible)", + "debug.copy_location.help": "§bF3 §7+ §bC §7=§r Copy location as /tp command, hold §bF3 §7+ §bC§r to §ccrash§r the game", + "debug.inspect.help": "§bF3 §7+ §bI §7=§r Copy entity or block data to clipboard", + "debug.gamemodes.help": "§bF3 §7+ §bF4§r = Open game mode switcher", + "debug.copy_location.message": "§aCopied location to clipboard", + "debug.inspect.server.block": "§aCopied server-side block data to clipboard", + "debug.inspect.server.entity": "§aCopied server-side entity data to clipboard", + "debug.inspect.client.block": "§aCopied client-side block data to clipboard", + "debug.inspect.client.entity": "§aCopied client-side entity data to clipboard", + "debug.reload_chunks.message": "§eReloading all chunks", + "debug.show_hitboxes.on": "§bHitboxes: §ashown", + "debug.show_hitboxes.off": "§bHitboxes: §chidden", + "debug.cycle_renderdistance.message": "§bRender Distance: §a%s", + "debug.chunk_boundaries.on": "§bChunk borders: §ashown", + "debug.chunk_boundaries.off": "§bChunk borders: §chidden", + "debug.advanced_tooltips.on": "§bAdvanced tooltips: §ashown", + "debug.advanced_tooltips.off": "§bAdvanced tooltips: §chidden", + "debug.creative_spectator.error": "§cUnable to switch gamemode, no permission", + "debug.gamemodes.error": "§bUnable to open game mode switcher, no permission", + "debug.pause_focus.on": "§bPause on lost focus: §aenabled", + "debug.pause_focus.off": "§bPause on lost focus: §cdisabled", + "debug.help.message": "§bKey bindings:", + "debug.reload_resourcepacks.message": "§aReloaded resource packs", + "debug.crash.message": "§bF3 §7+ §bC§r is held down. §cThis will crash the game unless released.", + "debug.crash.warning": "§4Crashing in §b%s§4...", + "debug.gamemodes.press_f4": "[ F4 ]", + "debug.gamemodes.select_next": "%s Next", "resourcepack.downloading": "Downloading Resource Pack", "resourcepack.requesting": "Making Request...", "resourcepack.progress": "Downloading file (%s MB)...", @@ -3627,6 +3901,8 @@ "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.bullseye.title": "Bullseye", + "advancements.adventure.bullseye.description": "Hit the bullseye of a Target block from at least 30 meters away", "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", @@ -3640,9 +3916,9 @@ "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", @@ -3675,22 +3951,22 @@ "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.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.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.silk_touch_nest.description": "Move a Bee Nest, with 3 bees inside, using Silk Touch", "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_egg.title": "The Next Generation", "advancements.end.dragon_egg.description": "Hold the Dragon Egg", "advancements.end.elytra.title": "Sky's the Limit", - "advancements.end.elytra.description": "Find Elytra", + "advancements.end.elytra.description": "Find elytra", "advancements.end.enter_end_gateway.title": "Remote Getaway", "advancements.end.enter_end_gateway.description": "Escape the island", "advancements.end.find_end_city.title": "The City at the End of the Game", @@ -3729,10 +4005,30 @@ "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.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?", @@ -3742,7 +4038,7 @@ "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.lava_bucket.title": "Hot Stuff", @@ -3769,6 +4065,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", @@ -3799,32 +4096,42 @@ "command.context.here": "<--[HERE]", "commands.publish.started": "§aLocal game hosted on port §b%s", "commands.publish.failed": "§cUnable to host local game", - "commands.advancement.advancementNotFound": "§aNo advancements was found by the name §b'%1$s'", - "commands.advancement.criterionNotFound": "§aThe advancement §b%1$s §adoes not contain the criterion §b'%2$s'", - "commands.advancement.grant.one.to.one.success": "§aGranted the advancement §b%s §ato §b%s", - "commands.advancement.grant.one.to.one.failure": "§aCouldn't grant advancement §b%s §ato §b%s §aas they already have it", - "commands.advancement.grant.one.to.many.success": "§aGranted the advancement §b%s §ato §b%s §aplayers", - "commands.advancement.grant.one.to.many.failure": "§aCouldn't grant advancement §b%s §ato §b%s §aplayers as they already have it", - "commands.advancement.grant.many.to.one.success": "§aGranted §b%s §aadvancements to §b%s", - "commands.advancement.grant.many.to.one.failure": "§aCouldn't grant §b%s §aadvancements to §b%s §aas they already have them", - "commands.advancement.grant.many.to.many.success": "§aGranted §b%s §aadvancements to §b%s §aplayers", - "commands.advancement.grant.many.to.many.failure": "§aCouldn't grant §b%s §aadvancements to §b%s §aplayers as they already have them", - "commands.advancement.grant.criterion.to.one.success": "§aGranted criterion §b'%s' §aof advancement §b%s §ato §b%s", - "commands.advancement.grant.criterion.to.one.failure": "§aCouldn't grant criterion §b'%s' §aof advancement §b%s §ato §b%s §aas they already have it", - "commands.advancement.grant.criterion.to.many.success": "§aGranted criterion §b'%s' §aof advancement §b%s §ato §b%s §aplayers", - "commands.advancement.grant.criterion.to.many.failure": "§aCouldn't grant criterion §b'%s' §aof advancement §b%s §ato §b%s §aplayers as they already have it", - "commands.advancement.revoke.one.to.one.success": "§aRevoked the advancement §b%s §afrom §b%s", - "commands.advancement.revoke.one.to.one.failure": "§aCouldn't revoke advancement §b%s §afrom §b%s §aas they don't have it", - "commands.advancement.revoke.one.to.many.success": "§aRevoked the advancement §b%s §afrom §b%s §aplayers", - "commands.advancement.revoke.one.to.many.failure": "§aCouldn't revoke advancement §b%s §afrom §b%s §aplayers as they don't have it", - "commands.advancement.revoke.many.to.one.success": "§aRevoked §b%s §aadvancements from §b%s", - "commands.advancement.revoke.many.to.one.failure": "§aCouldn't revoke §b%s §aadvancements from §b%s §aas they don't have them", - "commands.advancement.revoke.many.to.many.success": "§aRevoked §b%s §aadvancements from §b%s §aplayers", - "commands.advancement.revoke.many.to.many.failure": "§aCouldn't revoke §b%s §advancements from §b%s §aplayers as they don't have them", - "commands.advancement.revoke.criterion.to.one.success": "§aRevoked criterion §b'%s' §aof advancement §b%s §afrom §b%s", - "commands.advancement.revoke.criterion.to.one.failure": "§aCouldn't revoke criterion §b'%s' §aof advancement §b%s §afrom §b%s §aas they don't have it", - "commands.advancement.revoke.criterion.to.many.success": "§aRevoked criterion §b'%s' §aof advancement §b%s §afrom §b%s §aplayers", - "commands.advancement.revoke.criterion.to.many.failure": "§aCouldn't revoke criterion §b'%s' §aof advancement §b%s §afrom §b%s §aplayers as they don't have it", + "commands.advancement.advancementNotFound": "§aNo achievements was found by the name §b'%1$s'", + "commands.advancement.criterionNotFound": "§aThe achievement §b%1$s §adoes not contain the criterion §b'%2$s'", + "commands.advancement.grant.one.to.one.success": "§aGranted the achievement §b%s §ato §b%s", + "commands.advancement.grant.one.to.one.failure": "§aCouldn't grant achievement §b%s §ato §b%s §aas they already have it", + "commands.advancement.grant.one.to.many.success": "§aGranted the achievement §b%s §ato §b%s §aplayers", + "commands.advancement.grant.one.to.many.failure": "§aCouldn't grant achievement §b%s §ato §b%s §aplayers as they already have it", + "commands.advancement.grant.many.to.one.success": "§aGranted §b%s §aachievements to §b%s", + "commands.advancement.grant.many.to.one.failure": "§aCouldn't grant §b%s §aachievements to §b%s §aas they already have them", + "commands.advancement.grant.many.to.many.success": "§aGranted §b%s §aachievements to §b%s §aplayers", + "commands.advancement.grant.many.to.many.failure": "§aCouldn't grant §b%s §aachievements to §b%s §aplayers as they already have them", + "commands.advancement.grant.criterion.to.one.success": "§aGranted criterion §b'%s' §aof achievement §b%s §ato §b%s", + "commands.advancement.grant.criterion.to.one.failure": "§aCouldn't grant criterion §b'%s' §aof achievement §b%s §ato §b%s §aas they already have it", + "commands.advancement.grant.criterion.to.many.success": "§aGranted criterion §b'%s' §aof achievement §b%s §ato §b%s §aplayers", + "commands.advancement.grant.criterion.to.many.failure": "§aCouldn't grant criterion §b'%s' §aof achievement §b%s §ato §b%s §aplayers as they already have it", + "commands.advancement.revoke.one.to.one.success": "§aRevoked the achievement §b%s §afrom §b%s", + "commands.advancement.revoke.one.to.one.failure": "§aCouldn't revoke achievement §b%s §afrom §b%s §aas they don't have it", + "commands.advancement.revoke.one.to.many.success": "§aRevoked the achievement §b%s §afrom §b%s §aplayers", + "commands.advancement.revoke.one.to.many.failure": "§aCouldn't revoke achievement §b%s §afrom §b%s §aplayers as they don't have it", + "commands.advancement.revoke.many.to.one.success": "§aRevoked §b%s §aachievements from §b%s", + "commands.advancement.revoke.many.to.one.failure": "§aCouldn't revoke §b%s §aachievements from §b%s §aas they don't have them", + "commands.advancement.revoke.many.to.many.success": "§aRevoked §b%s §aachievements from §b%s §aplayers", + "commands.advancement.revoke.many.to.many.failure": "§aCouldn't revoke §b%s §achievements from §b%s §aplayers as they don't have them", + "commands.advancement.revoke.criterion.to.one.success": "§aRevoked criterion §b'%s' §aof achievement §b%s §afrom §b%s", + "commands.advancement.revoke.criterion.to.one.failure": "§aCouldn't revoke criterion §b'%s' §aof achievement §b%s §afrom §b%s §aas they don't have it", + "commands.advancement.revoke.criterion.to.many.success": "§aRevoked criterion §b'%s' §aof achievement §b%s §afrom §b%s §aplayers", + "commands.advancement.revoke.criterion.to.many.failure": "§aCouldn't revoke criterion §b'%s' §aof achievement §b%s §afrom §b%s §aplayers 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": "§aNo chunks were marked for force loading", "commands.forceload.added.single": "§aMarked chunk §b%s §ain §b%s §ato be force loaded", "commands.forceload.added.multiple": "§aMarked §b%s §achunks in §b%s §afrom §b%s §ato §b%s §ato be force loaded", @@ -3887,6 +4194,7 @@ "commands.kill.success.multiple": "§aKilled §b%s §aentities", "commands.kick.success": "§aKicked §b%s§r: %s", "commands.locate.success": "§aThe nearest §b%s §ais at §b%s %s %s §a(§b%s §ablocks away)", + "commands.locatebiome.success": "§aThe nearest §b%s §ais at §b%s §a(§b%s §ablocks away)", "commands.message.display.outgoing": "§7To %s: §f%s", "commands.message.display.incoming": "§7From %s: §f%s", "commands.op.success": "§aMade §b%s §aa server operator", @@ -3966,6 +4274,7 @@ "commands.teleport.success.entity.multiple": "§aTeleported §b%s §aentities to §b%s", "commands.teleport.success.location.single": "§aTeleported §b%s §ato §b%s, %s, %s", "commands.teleport.success.location.multiple": "§aTeleported §b%s §aentities to §b%s, %s, %s", + "commands.teleport.invalidPosition": "§cInvalid position for teleport", "commands.title.cleared.single": "§aCleared titles for §b%s", "commands.title.cleared.multiple": "§aCleared titles for §b%s §aplayers", "commands.title.reset.single": "§aReset title options for §b%s", @@ -4052,6 +4361,7 @@ "commands.scoreboard.players.operation.success.multiple": "§aUpdated §b%s §afor §b%s §aentities", "commands.scoreboard.players.get.success": "§b%s §ahas §b%s %s", "commands.reload.success": "§eReloading!", + "commands.reload.failure": "§cReload failed, keeping old data", "commands.data.entity.modified": "§aModified entity data of §b%s", "commands.data.entity.query": "§b%s §ahas the following entity data§r: %s", "commands.data.entity.get": "§b%s §aon §b%s §aafter scale factor of §b%s §ais §b%s", @@ -4065,8 +4375,8 @@ "commands.datapack.list.enabled.none": "§aThere are no data packs enabled", "commands.datapack.list.available.success": "§aThere are §b%s §adata packs available§r: %s", "commands.datapack.list.available.none": "§aThere are no more data packs available", - "commands.datapack.enable.success": "§aEnabled data pack §b%s", - "commands.datapack.disable.success": "§eDisabled data pack §b%s", + "commands.datapack.modify.enable": "§aEnabled data pack §b%s", + "commands.datapack.modify.disable": "§eDisabled data pack §b%s", "commands.spectate.success.stopped": "§aNo longer spectating an entity", "commands.spectate.success.started": "§aNow spectating §b%s", "commands.spectate.not_spectator": "§b%s §ais not in spectator mode", @@ -4136,6 +4446,8 @@ "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.locatebiome.notFound": "Could not find a biome of type \"%s\" within reasonable distance", + "commands.locatebiome.invalid": "There is no biome 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", @@ -4157,6 +4469,7 @@ "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.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", @@ -4185,7 +4498,7 @@ "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", @@ -4202,7 +4515,7 @@ "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", @@ -4283,7 +4596,7 @@ "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.beach": "Beach", @@ -4304,7 +4617,7 @@ "biome.minecraft.wooded_hills": "Wooded Hills", "biome.minecraft.frozen_ocean": "Frozen Ocean", "biome.minecraft.frozen_river": "Frozen River", - "biome.minecraft.nether": "Nether", + "biome.minecraft.nether_wastes": "Nether Wastes", "biome.minecraft.snowy_tundra": "Snowy Tundra", "biome.minecraft.snowy_mountains": "Snowy Mountains", "biome.minecraft.jungle_edge": "Jungle Edge", @@ -4361,9 +4674,10 @@ "biome.minecraft.warm_ocean": "Warm Ocean", "biome.minecraft.bamboo_jungle": "Bamboo Jungle", "biome.minecraft.bamboo_jungle_hills": "Bamboo Jungle Hills", - "generator.minecraft.surface": "§aSurface", - "generator.minecraft.caves": "§6Caves", - "generator.minecraft.floating_islands": "§dFloating Islands", + "biome.minecraft.soul_sand_valley": "Soul Sand Valley", + "biome.minecraft.warped_forest": "Warped Forest", + "biome.minecraft.crimson_forest": "Crimson Forest", + "biome.minecraft.basalt_deltas": "Basalt Deltas", "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", @@ -4385,5 +4699,58 @@ "title.singleplayer": "Singleplayer", "title.multiplayer.realms": "Multiplayer (Realms)", "title.multiplayer.lan": "Multiplayer (LAN)", - "title.multiplayer.other": "Multiplayer (3rd-party)" + "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 in-game time", + "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.doWeatherCycle": "Update weather", + "gamerule.drowningDamage": "Deal drowning damage", + "gamerule.fallDamage": "Deal fall damage", + "gamerule.fireDamage": "Deal fire 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.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" } diff --git a/assets/minecraft/textures/block/gilded_blackstone.png b/assets/minecraft/textures/block/gilded_blackstone.png new file mode 100644 index 0000000000000000000000000000000000000000..679bf1d651d9c6d1d86fa627857e5063a95232dd GIT binary patch literal 2633 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/block/nether_gold_ore.png b/assets/minecraft/textures/block/nether_gold_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..cb031ae8ab91b1db09aa8341d562a2cfc773c01b GIT binary patch literal 3366 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 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/gui/container/smithing.png b/assets/minecraft/textures/gui/container/smithing.png new file mode 100644 index 0000000000000000000000000000000000000000..6e6e6eeeeec20209928bbf0fdcac17d26a7682cc GIT binary patch literal 7426 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⪙i<1 zXw=I80xS<@6K?r&-Fr)psQ9xX-?Ptv zFJ-sU?i-?zlL{R;JW;P=F**YfLW8z&di?=F3dD)e0DSW9dsIJ-1Mrbzd*G8D!_n4( zWN0suw5Ywb;E|1uMojcD*oo_%|C36gP*`(TDDjP3nAJm3ICz8~+(?5`2DCK=SqBAe zp4&%6M=t>CLr7Suz@x#Ck6l}kFFTn{#P&TzoMhmYrhfHbSNhm8M->CsD3?8WSy&d9 z*Y|{&fCIFc-$zFYl9_op zHoS=q8fzTA-p?coqY59l%qBLO3D<}{ukbl#$Y5m+91A%w;tWg*}L zU&yOYgRo}1uvwn9Dx58A5@TTLY&F4Ke9=0f13)(cVC6}nAA}mzg03F_>`74RhkJ9$ z&I?knknuJOw|Y3FpW6=Z7Y*`zGATR~ALt7ptKK&$e5x2&wu}*cR( zaB^>EX>4U6ba`-PAZ2)IW&i+q+Qn9Fmg6W4{Ld-&2uR{X9EZ>M_6B?WEiiT`o$l!* zGw+Rw4VD#AR0-Lp|M%}O|KMP&Y@Cl8QV14@OD=K7K<#m)btUW8b>G-?aA!By1BOY^ z%W)g?_Rp~Uk3XDqP`S4o-A`C|Ai4stL*~qL+-^a_&WD}c4wU*a2ub5D)UpHB?YN-q z(_OHRZr+@(=o9&zw_QGQ88$~4eEER#W7y`G^SNgku=82wmXb^(lrol%Qy zI>W%RfO1)X3uqCi$2hK*(9~vIA$haa7PLx<7^)0Ijv8ee)K_1r0;1#25j}HdSvHl( zi7ON%akJ6jC`pe@Y%Nf_9lOjs!-4`niUJowj3dfr;pr{rL(}#qd&F~nb>v! zP=vWXz>q)z8%R6_vXMCwfk%Zv8OT{27brm9a|1|rB7se0AmDJD%R<;*5yqKsG>{u!3SMT#rFgc6IERB}c7R9AfsHCC;u=EhAL%0vq- zHf^cpPNt($bk}_kJ$CJ>=Yd=sGTiVZj5u_pkuTM@st@f2)o826OR4D>FV$c*F`gl4 zmJ>fUgJSFmipQw{5}K!GR>?V@%1zB|LS+-r0O_YTrqNUk61q<82VL5IDEE|Z#_LnM z@lVQ`Dczq?&Oo|H-M&z*&G%egiXFRfa%u&;56`=1!njD6iw$--N9=}o88c5aQ^J}736~m~E}?uqxh8-{Jc+o3^K5Hisyte5Q3r={xDv+RMY=+=gmvIu@usnwR&&XFc? zJL26^`*Z)d1IfS_Q!@VpNBQo2L-v!t0004mX+uL$Nkc;*aB^>EX>4Tx0C=2zkv&Mm zKpe$iQ?()$2Lp--MyO5}L`5963Pq?8YK2xE%tybVNkfw2;wZQl9Q;_UI=DFN>fkB} zf*&AGj!ud$QsV!TLW>v=j{EWM-sA2az|~5MX0?q2nr@rPcuYuVR)x?jI?x9m!x)kj z%a{|z1boNWJpydKi?S^LbAOI*HEStAKp>t~4AUmwAfDc|4aWP#yi$-<;&b9LlP*a7 z$aLA`H^zCFIhM(rspLE{Pb}nHSZ-mZU~0ru#1U1~DW6MwtTNtWtd%NC4U+2z`-9)zTDi#y zFDV=Y+Fu;!V+0880`;ond>=bb{R9X;16O*}U#*53X-)9CL9 zgqU)!y>nq$La|9^V+km2#`mkhF^;tU&)9AYHe1^S9g|C#Sy zWw>(X3WKbuIBB7;uc-9D*wy*JvVhQklA}&vQR#nzi4pmlogIj?nGu_29tlZ?7uT;d z-2L#5U?4N0YZj4LBw91|0*rxyfk9b7h zaB^>EX>4U6ba`-PAZ2)IW&i+q+T~YUa_lG!{bv=k1SA21}moFPQJkF>62-MXF|dlT;T<{DtA z1ikEA&Bs1N@82G{%|Yc}Z{iu@cpTk4ABQq$W(e(lkkIqilRJ)5-$F=H--lXw_w^XA zP|hj3TwhM+y?L*23Y40Ml`wZ9vAD9F2xOlbXTX(3rX5-qFKp0>gcAt>xqH0}K>Hq` zJCJXZ`H21{eE^^H(aQ%c!@&r`!vXS-!Cw%+n^>-h_f^ zQP$khna{wm0CHK61vJI!A?s=hE!u1=$Z59Pf>tRJgOy>(QKL+Q`syoHgy^`lqGzrw zOBY2saRp-}ZZ;aMlB7ulZ)ad`6!;9EQN+jsecR0V^6!5r~|*_Q31czVk%Sv(8uJo>#V z$Y?tb01@W)2!;d<*g)bbkX2?S0*(;`Wkk;6xPSrjo*RN>ho!+rIr5wv&nPWh_8fSs zQJX-7$I4Q0lO%&I=RER9T|^FLFW!0YgI6DoPd*0;F8C0FhFRpYiaPZgR5fbS93{Hw zV~84KOfe@;f*R;kNSb0wDQ7kr6J_|yu+PvGE>c|aB@`{Oq>?Mrr@HEEs9Ix9H8*b3 zP$pVv+G0yBcQPH7qPy;U=-OjXJrCsCkl}_OVd#h>jeN0oSpC$VV2uuIyqKDHda(wr zQN6jKSx)@q42-cOFs_pUBs5RXY$WG+GB-K136)JeBS=5FF^wi;pwM+*B~sVA&-)qx^5d! zwSNyM^IRY$ZJ3-Y)e}^quGGv1$HnG`w9Rs{hb zv!YV5%?x{q1eEF(mVKc&4+jYKZ>LYFp>HS>wTeB`#;9tl!L^-BamH_+L*m!H`5q#l z0Wq&3bMNR8A_1v#0GWH&J2)P`op}+S3k?G}+L3FG_#`a=6652wv?=}kqWxmcczkKE zHN&2gEH!?6eyr4f?0edzr}>N3cQTNa*zL}eX6le<;rLFez4f7-B2g~7KIEnOp?v&L zIl}+N!2al8(l(~@c4xF?0004mX+uL$Nkc;*aB^>EX>4Tx0C=2zkv&MmKpe$iQ?()$ z2Lp--MyO5}L`5963Pq?8YK2xE%tybVNkfw2;wZQl9Q;_UI=DFN>fkB}f*&AGj!ud$ zQsV!TLW>v=j{EWM-sA2az|~5MX0?q2nr@rPcuYuVR)x?jI?x9m!x)kj%a{|z1boNW zJpydKi?S^LbAOI*HEStAKp>t~4AUmwAfDc|4aWP#yi$-<;&b9LlP*a7$aLA`H^zCF zIhM(rspLE{Pb}nHSZ-mZU~0ru#1U1~DW6MwtTNtWtd%NC4U+2z`-9)zTDi#yFDV=Y+Fu;! zV+0880`;ond>=bb{R9X;16O*}U#*53X-)9CL9gqU)!y>QLz`($uuc-9j zP*{Lr-@YBB2co{B(*I&t=l{|oqW{U#oM2)^zGjMSc6K06Gb1+5JQ9)&4{qOLc>3lw x!Dwbe*DNBhNVI0^`I&)%fk9eClzh#U000@aNMiih5={UA002ovPDHLkV1nQAKivQT literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/netherite_pickaxe.png b/assets/minecraft/textures/item/netherite_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..009fd6ceed3b5d84393c0a0019eb515d091edcc6 GIT binary patch literal 1888 zcmV-m2cP(fP) zaB^>EX>4U6ba`-PAZ2)IW&i+q+T~Vha`Y$+{m&`p2uMOK$6>9S8_e3BMU6Vdy=r}|NK47U-&UuXPk!UllK-smt5iuA=>>*>yBybeje;4Jn79nz)%T# z*^eQg`5AhBdEr`v%Cp|YGs5v0qTBHL$y|BL?a@i-dF#m?L#c1Urx+exEyqwj6PGLJ za<^N%o6qJ+5r9%tEF{cbNG$Fw#{=0{#^rHmkvR`7i<4x~sa#tEAWz%70kn?*J%M~l z<~91a^a^~=M=!6i^ampd?+%c@(#yRJKQ1h{NBlg1r|@Pw=NhBMG5X$Jb{>fO6HyCn zy3Al=0pzk?^JoE=LJq4Xv}m)fpuE{?3tFW_3|59AM~yNK>Z`9*;iBWt0X=hNS-L2J z6IU=s;0TQd2T9T-g15@uh(OJ^FSOQ8YrRSlD>uSaCK#hd_6N=UY4AJEj8P{j0erPXzkP@wgen-+1#`p(vn|_1QF@6jSv(8oDf*p4WI{Uz z01?(!I70#ktS3?OWCL>`0*(;`Wq8iwxPSptZ1 zWL5w-NixWCP7y!BMZ{26QKzb2gGQrCvls8YdhdguMJ@*kE@9H`5BtRMT#q0d&ZgA1sBvw)u^_&tF4vyz+S(f4HY!4; z`@H0gr2Axh550NbchS9XMP%2lE%TG3|{Q<&|`oT8kls2A9wXd0K=6C57zTXE|mgG{Q7B<)#6MV8e_)xp( zam7${Z^HX{8%g@Y{F-YX-TR4GrcgQHxDcr3y--f?Mh^{V&xGm8l|F(PH9IpRKIPKR zoY=!RGGiwM3jWHq>{{$)CqZ?+OXQs$UXT(WFCe<#!8v8k@cDX4q^dvGzU`s8T)RAL zN31pCSXpNAAu8-oMM(AinuIuN{#fbpDa!|)QZT<`zhdaFa><_^chZ z!2XX64SZfD^Dls-xiP8LK(9JLBXs1Ry}RvpYozo1D&lH%ehxE37zSgbm@IP2=*DhPrfAWn`> ziY`*(|B^zB7!Qv7@$TN^?j69@N{VK+jRTr)o5^@gNM}}s&?`F72Oh&1k`&9B6U794 z$JadqY`u%JEdO(Vj&3z;DL_CVo>dIfCf*>P-n0$I`^3CbkW}Jx;xUshNc_lj+2c3H zd6zks$(yOj(RT-`!fd$q6qh90S^4 z9Oq*M2<-y(s^fegJ5K!s2tET>dedL70W+VZSDRYo2t z7Zfoyh)$u80002TNklO^% z8-Q%kt2eJ0?q5B}z$Yb-VF)9!PSsab`mZ1@gJB30v6>Bq1sJYexx(=2*+Yidu-N}Z z8=$YK^xs8Ak>T*22Ml*Vykk_GE`{5lU0|Nttn1~qhelB)( z{;w<`^dDCY;dFt%qSAjJ2}u;28Au6jX9w&y6HG`jn_pbNPPENT=%G!DW)z?-AVjpY asR{sMSW`rtK{NRP0000hA literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/netherite_shovel.png b/assets/minecraft/textures/item/netherite_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..e25ae2650da6e02495c45c4f5b6c374a49ceee91 GIT binary patch literal 1754 zcmV<01||84P) zaB^>EX>4U6ba`-PAZ2)IW&i+q+U-|clH)cE{O2ih1OXrj@;H2{YHyI^r}?nP_RP+X zcPIIZSQa4&0-N0+CAdOcz+C9{=6V)9! zq3oZ(V6ARky9bAXrKT82n7fc1IJ0a7vVIxAfHRAXIJ7KY%%LNpoeYFLOz$G_xF_g= z?>73^xWCdGgp@B zi(;I(LNS6yXmqkkk|q(lRqjp%ZoaV495>DJDn*Rk2%$_!MpNvcH22xfSDHJ|Iw+ze zUR(hekGckoq1-ql3WCtNb<;`kt!?>_yZS+?LP4E0M@%puWu+)eZ?z>;XF;5zUrUIb zwVePIVQd8$RJunIkSGPhR>MXF9wP+GK+fX1Kmk(a29WGU0z2c#V{ANQG-Fvg@Ni>q zf)I+8WzZ%`hFIP!>c@OU4P_Pesv6WZI!&5`1RpenU}0=>*~Gl51v875EJukxY7Eh0 zj49^CNw5cM3dvGTDdo&AW1x&&8SxpO!bOTNT0*fBODegde5$WnL$w-fs=0BKhHavS zW-YeVawpfZQ*__8hi*Og)boj2JLUAJp5e4Jp6Se&YFpKJ?FH3ntHx8Q5oecb@H(?w z3L4vq4$Yt#dxGLN6hJ}q(CmohJrCuEW=F!#CdvS*LmSsR94QW`I)dD|CER{k(Ud1z6bg%@$HC zYY@C(DJ?%%N?NfYxR68H=*RA%(~r=u%fznmCDPoN*}Rd)D=CK>`l5_Hu()pkql=^8 z0%O{CwU}Ywg^8&tw%}m-(mDMWBuC!_$@vZGZse3#kWcOSw>b*^R=KU>Q*IR`%8k;C zb^N|}zYa8C_Dl=qWok-P+roE*KIZRUUgj@W_5&fiG9bu!aZYqpp4f1|LC1%^d#2%n zRMHzAS?}rikPY_-v^*#Jd=0&?*Z8Led3?39>277*Sp52Xz-|1uH&hcx_0cmDvB z(wUn3mfju!00D$)LqkwWLqi~Na&Km7Y-Iodc$|HaJxIeq9K~N#wIUS<1BwVns7@9{ zMI5yXMW_&Jg;pKRN57y+Lz3d+D7Y3J{8+3yxH#+T;3^1$A0SSSPKqv4;{TFDix>}% z`|QbK)_RE=c^yblKxK#(9@HmdTr`G?g0HyhGa^v6r{=Ja=`l;eNzVL zy#>0~yxto7IDG(8)K%gJI5-4G^OU{r^X|^p-u^w)=Nd%krc&k)ouS_?5fr(Mg|531{P8@U%!2wfq{X6L0C{2F3v=Z=7RKs z|JQF{XZZB&A%+|?F$R2p_o{)D@jnBflstp5pfJOPnG=Zjy1t^)|6*6?|H=YF{|nL! z{*x5K$eKxx9(_fn{|P2W1T{0_(##_v$?)R(b%whi-Z7G704bVL4A56p`p>|?z#t;8 w$nfC8d7?C9qyrZf(llcLWdR}bLYxu+0Jf?`*vK-{tpET307*qoM6N<$f*F)NGXMYp literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/netherite_sword.png b/assets/minecraft/textures/item/netherite_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..cf6c08360dd81004a7be6cd7ca8ab5464af6b03b GIT binary patch literal 2024 zcmVP) zaB^>EX>4U6ba`-PAZ2)IW&i+q+O1bvvg9ZX{O1&N1SA217YLQN);|T?yTsUE6bEcQBGXJ z7=a@+I#?x1lL)dZcOwEZU%t?^o2I>rZ8qBoOPQdICfRSA`DpSh%^XJ^5Rr`+R`82Q zT*HmQ+_+;E2%%&1<|n{s+w|L;_(7s2*RtopLyX!4B0Mrn z!A+73vYhjXA9WEil)ZT8y$@b}G(PzpB)H&12pUF_%PQ*BYf#mwNpqCwqK_eJj4{QW zI0Nkf@vp=paP zwcN>cREqAp@1bjtJ@tGb)($z`;g4|W5s!4_i?z+_Q~LsIv{~cH)L5q%Ymge%Qw5E3 z;s|1%;QkYKkYwO)LWRN=6bVvO6}Q8 z%yU#&A|N#Rms~RMU696oJ~&0mAm_*Fyn6zOZ45m!Ee@f%nf*~e6j94ddq(so*ck)PawR`a2mZH3l0tKb?sB+4PxdVvQHrPrZ*2zwuKl@hnRQ$ma}}UxZ|zt7GOr4mUx{BV;=7ieWOt|7Uytk`pZ#Ss6#;$R zCn;ZcAFJW3Br!kFvXxx;cZAQj{{dzw*$QoR8#@310fcEoLr_UWLm+T+Z)Rz1WdHzp zoPCi!NW(xJ#a~mkA{7S%iU>xiP8LK(9JLBXs1Ry}RvpYozo1D&lH%ehxE37zSgbm@ zIP2=*DhPrfAWn`>iY`*(|B^zB7!Qv7@$TN^?j69@N{VK+jRTr)o5^@gNM}}s&?`F7 z2Oh&1k`&9B6U794$JadqY`u%JEdO(Vj&3z;DL_CVo>dIfCf*>P-n0$I`^3CbkW}Jx z;xUshNc_lj+2c3Hd6zks$(yOj(RT z-`!fd$q6qh90S^49Oq*M2<-y(s^fegJ5K!s2tET>dedL70W+VZSDRYo2t7ZffXaG?k50003GNkluyQwIG9@{UdCq@%O~8v6}-o%$@B zDY~a!z1sC^O*ULt_BJaL3GA+Ii4IPD$Hht+Ko-*hgW)|^CdXOt`p??Gp0QXdGn_ol z#XlNccvlLL^twgfa=E+h&HeJ12Bm^6*`*h5F3$rDzVXh;^XSi}T6azWjDkmeZ=#I>R5rOPE6D&LR=@|>vSyV)Gu6ic0000