diff options
Diffstat (limited to 'assets/minecraft/lang/en_us.json')
| -rwxr-xr-x | assets/minecraft/lang/en_us.json | 1584 |
1 files changed, 1584 insertions, 0 deletions
diff --git a/assets/minecraft/lang/en_us.json b/assets/minecraft/lang/en_us.json new file mode 100755 index 00000000..d5eadb71 --- /dev/null +++ b/assets/minecraft/lang/en_us.json | |||
| @@ -0,0 +1,1584 @@ | |||
| 1 | { | ||
| 2 | ##CREDITS | ||
| 3 | |||
| 4 | "commands.list.players": "linktr.ee/stitch.sprites", | ||
| 5 | |||
| 6 | ## GUI | ||
| 7 | |||
| 8 | "menu.game": "§f\uE906", | ||
| 9 | "menu.paused": "§f\uE907", | ||
| 10 | "deathScreen.title": "§f\uE908", | ||
| 11 | "deathScreen.title.hardcore": "§f\uE909", | ||
| 12 | |||
| 13 | "key.keyboard.left.shift": "Left \uE971", | ||
| 14 | "key.keyboard.right.shift": "Right \uE971", | ||
| 15 | "key.keyboard.left.control": "Left \uE973", | ||
| 16 | "key.keyboard.right.control": "Right \uE973", | ||
| 17 | "key.keyboard.left.alt": "Left \uE974", | ||
| 18 | "key.keyboard.right.alt": "Right \uE974", | ||
| 19 | |||
| 20 | "merchant.level.1": "§f\uE985", | ||
| 21 | "merchant.level.2": "§f\uE986", | ||
| 22 | "merchant.level.3": "§f\uE987", | ||
| 23 | "merchant.level.4": "§f\uE988", | ||
| 24 | "merchant.level.5": "§f\uE989", | ||
| 25 | "merchant.trades": "§0Trades", | ||
| 26 | |||
| 27 | "container.barrel": "§f\uE999\uE991", | ||
| 28 | "entity.minecraft.chest_boat": "§f\uE999\uE992", | ||
| 29 | "entity.minecraft.chest_minecart": "§f\uE999\uE993", | ||
| 30 | "entity.minecraft.hopper_minecart": "§f\uE999\uE994", | ||
| 31 | "container.enderchest": "§f\uE999\uE995", | ||
| 32 | "container.dropper": "§f\uE996 ", | ||
| 33 | "container.chest": "§f\uE999\uE997", | ||
| 34 | "container.chestDouble": "§f\uE999\uE998", | ||
| 35 | "container.brewing": "§f\uE911 §0Brewing Stand ", | ||
| 36 | |||
| 37 | "entity.minecraft.villager.armorer": " \uE990§0Armorer", | ||
| 38 | "entity.minecraft.villager.butcher": " §0Butcher", | ||
| 39 | "entity.minecraft.villager.cartographer": " §0Cartographer", | ||
| 40 | "entity.minecraft.villager.cleric": " §0Cleric", | ||
| 41 | "entity.minecraft.villager.farmer": " §0Farmer", | ||
| 42 | "entity.minecraft.villager.fisherman": " \uE990§0Fisherman", | ||
| 43 | "entity.minecraft.villager.fletcher": " \uE990§0Fletcher", | ||
| 44 | "entity.minecraft.villager.leatherworker": " §0Leatherworker", | ||
| 45 | "entity.minecraft.villager.librarian": " §0Librarian", | ||
| 46 | "entity.minecraft.villager.mason": " \uE990§0Mason", | ||
| 47 | "entity.minecraft.villager.shepherd": " §0Shepherd", | ||
| 48 | "entity.minecraft.villager.toolsmith": " \uE990§0Toolsmith", | ||
| 49 | "entity.minecraft.villager.weaponsmith": " §0Weaponsmith", | ||
| 50 | |||
| 51 | "entity.minecraft.wandering_trader": "§f\uE97D", | ||
| 52 | |||
| 53 | "itemGroup.buildingBlocks": "Building Blocks", | ||
| 54 | "itemGroup.coloredBlocks": "Colored Blocks", | ||
| 55 | "itemGroup.natural": "Natural Blocks", | ||
| 56 | "itemGroup.functional": "Decoration Blocks", | ||
| 57 | "itemGroup.redstone": "Redstone", | ||
| 58 | "itemGroup.tools": "Tools", | ||
| 59 | "itemGroup.combat": "Combat", | ||
| 60 | "itemGroup.foodAndDrink": "Foodstuffs", | ||
| 61 | "itemGroup.ingredients": "Materials", | ||
| 62 | "itemGroup.spawnEggs": "Spawn Eggs", | ||
| 63 | "itemGroup.op": "Operator", | ||
| 64 | "itemGroup.hotbar": "Saved Hotbars", | ||
| 65 | "itemGroup.search": "§0Item Selection", | ||
| 66 | "itemGroup.inventory": "Survival Inventory", | ||
| 67 | |||
| 68 | "options.difficulty.peaceful": "Peaceful \uE897", | ||
| 69 | "options.difficulty.easy": "Easy \uE898", | ||
| 70 | "options.difficulty.normal": "Normal \uE899", | ||
| 71 | "options.difficulty.hard": "Hard \uE900", | ||
| 72 | |||
| 73 | "entity.minecraft.wither": "§f\uE901", | ||
| 74 | "entity.minecraft.ender_dragon": "§f\uE902", | ||
| 75 | "event.minecraft.raid": " \uE903", | ||
| 76 | |||
| 77 | "pack.dropInfo": "Drag and drop files into this window to add packs", | ||
| 78 | "pack.available.title": "Available", | ||
| 79 | "pack.selected.title": "Selected", | ||
| 80 | "pack.incompatible": "Warning", | ||
| 81 | "pack.incompatible.confirm.new": "This pack is made for a newer MC version.", | ||
| 82 | "pack.incompatible.confirm.old": "This pack is made for an older MC version.", | ||
| 83 | "pack.incompatible.confirm.title": "Proceed?", | ||
| 84 | "pack.incompatible.new": "(Made for a newer MC version)", | ||
| 85 | "pack.incompatible.old": "(Made for an older MC version)", | ||
| 86 | "pack.openFolder": "Open Pack Folder \uE983", | ||
| 87 | |||
| 88 | "advMode.mode.redstone": "Impulse \uE94D", | ||
| 89 | "advMode.mode.auto": "Repeat \uE94F", | ||
| 90 | "advMode.mode.sequence": "Chain \uE94E", | ||
| 91 | "advMode.mode.unconditional": "Unconditional \uE95A", | ||
| 92 | "advMode.mode.conditional": "Conditional \uE95B", | ||
| 93 | "advMode.mode.autoexec.bat": "Always Active \uE95D", | ||
| 94 | "advMode.mode.redstoneTriggered": "Needs Redstone \uE95C", | ||
| 95 | |||
| 96 | "structure_block.structure_name": "Structure Name", | ||
| 97 | "structure_block.position": "Relative Position §f\uE96F", | ||
| 98 | "structure_block.include_entities": "§f\uE96C §7Include entities:", | ||
| 99 | |||
| 100 | "structure_block.mode.corner": "Corner \uE95F", | ||
| 101 | "structure_block.mode_info.corner": "§9Structure Corner §7- Structure boundary marker", | ||
| 102 | |||
| 103 | "structure_block.mode.data": "Data \uE96A", | ||
| 104 | "structure_block.custom_data": "Custom Data Tag Name", | ||
| 105 | "structure_block.mode_info.data": "§cData Mode §7- Game Logic Marker", | ||
| 106 | |||
| 107 | "structure_block.mode.load": "Load \uE96E", | ||
| 108 | "structure_block.integrity": "Structure Integrity and Seed", | ||
| 109 | "structure_block.show_boundingbox": "§f\uE95E §7Show Bounding Box:", | ||
| 110 | "structure_block.mode_info.load": "§eLoad Mode §7- Generate Structure from file", | ||
| 111 | "structure_block.button.load": "§eLOAD", | ||
| 112 | |||
| 113 | "structure_block.mode.save": "Save \uE97A", | ||
| 114 | "structure_block.size": "Structure Size §f\uE97B", | ||
| 115 | "structure_block.show_air": "§f\uE96D §7Show Invisible Blocks:", | ||
| 116 | "structure_block.detect_size": "§f\uE96B §7Detect structure corners:", | ||
| 117 | "structure_block.button.detect_size": "DETECT", | ||
| 118 | "structure_block.mode_info.save": "§aSave Mode §7- Save Structure to File", | ||
| 119 | "structure_block.button.save": "§aSAVE", | ||
| 120 | |||
| 121 | |||
| 122 | "jigsaw_block.pool": "Target Pool Directory:", | ||
| 123 | "jigsaw_block.name": "Jigsaw Block Name:", | ||
| 124 | "jigsaw_block.target": "Target Name:", | ||
| 125 | "jigsaw_block.final_state": "Convert Jigsaw Block into:", | ||
| 126 | |||
| 127 | "jigsaw_block.joint_label": "Joint Type:", | ||
| 128 | "jigsaw_block.joint.aligned": "Aligned", | ||
| 129 | "jigsaw_block.joint.rollable": "Rollable", | ||
| 130 | |||
| 131 | "jigsaw_block.levels": "Levels: %s", | ||
| 132 | "jigsaw_block.keep_jigsaws": "Keep Jigsaws", | ||
| 133 | "jigsaw_block.generate": "§6Generate", | ||
| 134 | |||
| 135 | ##COLORED GUI | ||
| 136 | |||
| 137 | "options.graphics.fast": "§eFast", | ||
| 138 | "options.graphics.fancy": "§aFancy", | ||
| 139 | "options.graphics.fabulous": "§bFabulous!", | ||
| 140 | |||
| 141 | "options.off": "§4OFF", | ||
| 142 | "options.on": "§aON", | ||
| 143 | |||
| 144 | "gui.cancel": "§4Cancel", | ||
| 145 | "options.clouds.fancy": "§aFancy", | ||
| 146 | "options.clouds.fast": "§eFast", | ||
| 147 | "generator.default": "§bDefault", | ||
| 148 | "options.ao.off": "§4OFF", | ||
| 149 | "options.ao.min": "§eMinimum", | ||
| 150 | "options.ao.max": "§aMaximum", | ||
| 151 | |||
| 152 | "color.minecraft.black": "§f\uE83E§8Black", | ||
| 153 | "color.minecraft.blue": "§f\uE83F§9Blue", | ||
| 154 | "color.minecraft.brown": "§f\uE84A§4Brown", | ||
| 155 | "color.minecraft.cyan": "§f\uE84B§3Cyan", | ||
| 156 | "color.minecraft.gray": "§f\uE84C§8Gray", | ||
| 157 | "color.minecraft.green": "§f\uE84D§2Green", | ||
| 158 | "color.minecraft.light_blue": "§f\uE84E§bLight Blue", | ||
| 159 | "color.minecraft.light_gray": "§f\uE84F§7Light Gray", | ||
| 160 | "color.minecraft.lime": "§f\uE85A§aLime", | ||
| 161 | "color.minecraft.magenta": "§f\uE85B§dMagenta", | ||
| 162 | "color.minecraft.orange": "§f\uE85C§6Orange", | ||
| 163 | "color.minecraft.pink": "§f\uE85D§dPink", | ||
| 164 | "color.minecraft.purple": "§f\uE85E§5Purple", | ||
| 165 | "color.minecraft.red": "§f\uE85F§cRed", | ||
| 166 | "color.minecraft.white": "§f\uE86A§fWhite", | ||
| 167 | "color.minecraft.yellow": "§f\uE86B§eYellow", | ||
| 168 | |||
| 169 | "item.minecraft.bundle": "§dBundle", | ||
| 170 | "item.minecraft.bundle.fullness": "%s§1/%s", | ||
| 171 | |||
| 172 | "container.enchant.lapis.one": "§91 Lapis Lazuli", | ||
| 173 | "container.enchant.lapis.many": "§9%s Lapis Lazuli", | ||
| 174 | "container.enchant.level.one": "§a1 Enchantment Level", | ||
| 175 | "container.enchant.level.many": "§a%s Enchantment Levels", | ||
| 176 | |||
| 177 | "container.inventory": "§0Inventory", | ||
| 178 | "container.hopper": "§0Hopper", | ||
| 179 | "container.crafting": "§0Crafting", | ||
| 180 | "container.dispenser": "§0Dispenser", | ||
| 181 | "container.furnace": "§0Furnace", | ||
| 182 | "container.enchant": "§0Enchant", | ||
| 183 | "container.smoker": "§0Smoker", | ||
| 184 | "container.lectern": "§0Lectern", | ||
| 185 | "container.blast_furnace": "§0Blast Furnace", | ||
| 186 | "container.repair": "§0Repair & Name", | ||
| 187 | "container.creative": "§0Item Selection", | ||
| 188 | "container.beacon": "§0Beacon", | ||
| 189 | "container.shulkerBox": "§0Shulker Box", | ||
| 190 | "container.loom": "§0Loom", | ||
| 191 | "container.grindstone_title": "§0Repair & Disenchant", | ||
| 192 | "container.cartography_table": "§0Cartography Table", | ||
| 193 | "container.stonecutter": "§0Stonecutter", | ||
| 194 | "container.upgrade": "§0Upgrade Gear", | ||
| 195 | |||
| 196 | "entity.minecraft.furnace_minecart": "§0Furnace Minecart", | ||
| 197 | "entity.minecraft.tnt_minecart": "§0TNT Minecart", | ||
| 198 | "entity.minecraft.command_block_minecart": "§0Command Block Minecart", | ||
| 199 | |||
| 200 | "itemGroup.consumables": "§0Consumables", | ||
| 201 | "itemGroup.crafting": "§0Crafting", | ||
| 202 | |||
| 203 | "entity.minecraft.camel": "§0Camel", | ||
| 204 | "entity.minecraft.donkey": "§0Donkey", | ||
| 205 | "entity.minecraft.horse": "§0Horse", | ||
| 206 | "entity.minecraft.llama": "§0Llama", | ||
| 207 | "entity.minecraft.mule": "§0Mule", | ||
| 208 | "entity.minecraft.skeleton_horse": "§0Skeleton Horse", | ||
| 209 | "entity.minecraft.trader_llama": "§0Trader Llama", | ||
| 210 | "entity.minecraft.zombie_horse": "§0Zombie Horse", | ||
| 211 | |||
| 212 | "gameMode.hardcore": "§cHardcore", | ||
| 213 | "selectWorld.version":"", | ||
| 214 | |||
| 215 | ##COLORED NAMES | ||
| 216 | |||
| 217 | "block.minecraft.gold_ore": "§eGold Ore", | ||
| 218 | "block.minecraft.deepslate_gold_ore": "§eDeepslate Gold Ore", | ||
| 219 | "block.minecraft.nether_gold_ore": "§eNether Gold Ore", | ||
| 220 | "item.minecraft.gold_nugget": "§eGold Nugget", | ||
| 221 | "item.minecraft.gold_ingot": "§eGold Ingot", | ||
| 222 | "block.minecraft.gold_block": "§eBlock of Gold", | ||
| 223 | "item.minecraft.raw_gold": "§eRaw Gold", | ||
| 224 | "block.minecraft.raw_gold_block": "§eBlock of Raw Gold", | ||
| 225 | "block.minecraft.gilded_blackstone": "§eGilded Blackstone", | ||
| 226 | "item.minecraft.golden_horse_armor": "§eGolden Horse Armor", | ||
| 227 | "item.minecraft.golden_helmet": "§eGolden Helmet", | ||
| 228 | "item.minecraft.golden_chestplate": "§eGolden Chestplate", | ||
| 229 | "item.minecraft.golden_leggings": "§eGolden Leggings", | ||
| 230 | "item.minecraft.golden_boots": "§eGolden Boots", | ||
| 231 | "item.minecraft.golden_sword": "§eGolden Sword", | ||
| 232 | "item.minecraft.golden_shovel": "§eGolden Shovel", | ||
| 233 | "item.minecraft.golden_pickaxe": "§eGolden Pickaxe", | ||
| 234 | "item.minecraft.golden_axe": "§eGolden Axe", | ||
| 235 | "item.minecraft.golden_hoe": "§eGolden Hoe", | ||
| 236 | |||
| 237 | "block.minecraft.diamond_ore": "§bDiamond Ore", | ||
| 238 | "block.minecraft.deepslate_diamond_ore": "§bDeepslate Diamond Ore", | ||
| 239 | "block.minecraft.diamond_block": "§bBlock of Diamond", | ||
| 240 | "item.minecraft.diamond": "§bDiamond", | ||
| 241 | "item.minecraft.diamond_horse_armor": "§bDiamond Horse Armor", | ||
| 242 | "item.minecraft.diamond_helmet": "§bDiamond Helmet", | ||
| 243 | "item.minecraft.diamond_chestplate": "§bDiamond Chestplate", | ||
| 244 | "item.minecraft.diamond_leggings": "§bDiamond Leggings", | ||
| 245 | "item.minecraft.diamond_boots": "§bDiamond Boots", | ||
| 246 | "item.minecraft.diamond_sword": "§bDiamond Sword", | ||
| 247 | "item.minecraft.diamond_shovel": "§bDiamond Shovel", | ||
| 248 | "item.minecraft.diamond_pickaxe": "§bDiamond Pickaxe", | ||
| 249 | "item.minecraft.diamond_axe": "§bDiamond Axe", | ||
| 250 | "item.minecraft.diamond_hoe": "§bDiamond Hoe", | ||
| 251 | |||
| 252 | "block.minecraft.ancient_debris": "§4Ancient Debris", | ||
| 253 | "block.minecraft.netherite_block": "§6Block of Netherite", | ||
| 254 | "item.minecraft.netherite_scrap": "§6Netherite Scrap", | ||
| 255 | "item.minecraft.netherite_ingot": "§6Netherite Ingot", | ||
| 256 | "item.minecraft.netherite_helmet": "§6Netherite Helmet", | ||
| 257 | "item.minecraft.netherite_chestplate": "§6Netherite Chestplate", | ||
| 258 | "item.minecraft.netherite_leggings": "§6Netherite Leggings", | ||
| 259 | "item.minecraft.netherite_boots": "§6Netherite Boots", | ||
| 260 | "item.minecraft.netherite_sword": "§6Netherite Sword", | ||
| 261 | "item.minecraft.netherite_shovel": "§6Netherite Shovel", | ||
| 262 | "item.minecraft.netherite_pickaxe": "§6Netherite Pickaxe", | ||
| 263 | "item.minecraft.netherite_axe": "§6Netherite Axe", | ||
| 264 | "item.minecraft.netherite_hoe": "§6Netherite Hoe", | ||
| 265 | |||
| 266 | "block.minecraft.lapis_ore": "§9Lapis Lazuli Ore", | ||
| 267 | "block.minecraft.deepslate_lapis_ore": "§9Deepslate Lapis Lazuli Ore", | ||
| 268 | "block.minecraft.lapis_block": "§9Block of Lapis Lazuli", | ||
| 269 | "item.minecraft.lapis_lazuli": "§9Lapis Lazuli", | ||
| 270 | |||
| 271 | "block.minecraft.emerald_ore": "§aEmerald Ore", | ||
| 272 | "block.minecraft.deepslate_emerald_ore": "§aDeepslate Emerald Ore", | ||
| 273 | "block.minecraft.emerald_block": "§aBlock of Emerald", | ||
| 274 | "item.minecraft.emerald": "§aEmerald", | ||
| 275 | |||
| 276 | "item.minecraft.prismarine_shard": "§bPrismarine Shard", | ||
| 277 | "item.minecraft.prismarine_crystals": "§bPrismarine Crystals", | ||
| 278 | "block.minecraft.prismarine": "§bPrismarine", | ||
| 279 | "block.minecraft.prismarine_stairs": "§bPrismarine Stairs", | ||
| 280 | "block.minecraft.prismarine_wall": "§bPrismarine Brick Wall", | ||
| 281 | "block.minecraft.prismarine_bricks": "§bPrismarine Bricks", | ||
| 282 | "block.minecraft.prismarine_brick_stairs": "§bPrismarine Brick Stairs", | ||
| 283 | "block.minecraft.dark_prismarine": "§bDark Prismarine", | ||
| 284 | "block.minecraft.dark_prismarine_stairs": "§bDark Prismarine Stairs", | ||
| 285 | |||
| 286 | "block.minecraft.amethyst_block": "§dBlock of Amethyst", | ||
| 287 | "block.minecraft.budding_amethyst": "§dBudding Amethyst", | ||
| 288 | "block.minecraft.small_amethyst_bud": "§dSmall Amethyst Bud", | ||
| 289 | "block.minecraft.medium_amethyst_bud": "§dMedium Amethyst Bud", | ||
| 290 | "block.minecraft.large_amethyst_bud": "§dLarge Amethyst Bud", | ||
| 291 | "block.minecraft.amethyst_cluster": "§dAmethyst Cluster", | ||
| 292 | "item.minecraft.amethyst_shard": "§dAmethyst Shard", | ||
| 293 | |||
| 294 | "block.minecraft.shulker_box": "§dShulker Box", | ||
| 295 | "block.minecraft.white_shulker_box": "§fWhite Shulker Box", | ||
| 296 | "block.minecraft.orange_shulker_box": "§6Orange Shulker Box", | ||
| 297 | "block.minecraft.magenta_shulker_box": "§dMagenta Shulker Box", | ||
| 298 | "block.minecraft.light_blue_shulker_box": "§bLight Blue Shulker Box", | ||
| 299 | "block.minecraft.yellow_shulker_box": "§eYellow Shulker Box", | ||
| 300 | "block.minecraft.lime_shulker_box": "§aLime Shulker Box", | ||
| 301 | "block.minecraft.pink_shulker_box": "§dPink Shulker Box", | ||
| 302 | "block.minecraft.gray_shulker_box": "§8Gray Shulker Box", | ||
| 303 | "block.minecraft.light_gray_shulker_box": "§7Light Gray Shulker Box", | ||
| 304 | "block.minecraft.cyan_shulker_box": "§3Cyan Shulker Box", | ||
| 305 | "block.minecraft.purple_shulker_box": "§5Purple Shulker Box", | ||
| 306 | "block.minecraft.blue_shulker_box": "§9Blue Shulker Box", | ||
| 307 | "block.minecraft.brown_shulker_box": "§4Brown Shulker Box", | ||
| 308 | "block.minecraft.green_shulker_box": "§2Green Shulker Box", | ||
| 309 | "block.minecraft.red_shulker_box": "§cRed Shulker Box", | ||
| 310 | "block.minecraft.black_shulker_box": "§8Black Shulker Box", | ||
| 311 | "container.shulkerBox.more": "§aAnd %s §amore...", | ||
| 312 | |||
| 313 | "item.minecraft.scute": "§aScute", | ||
| 314 | "item.minecraft.turtle_helmet": "§aTurtle Shell", | ||
| 315 | "block.minecraft.glowstone": "§eGlowstone", | ||
| 316 | "item.minecraft.glowstone_dust": "§eGlowstone Dust", | ||
| 317 | "block.minecraft.beehive": "§6Beehive", | ||
| 318 | "block.minecraft.bee_nest": "§6Bee Nest", | ||
| 319 | "item.minecraft.honeycomb": "§6Honeycomb", | ||
| 320 | "block.minecraft.honeycomb_block": "§6Honeycomb Block", | ||
| 321 | "block.minecraft.honey_block": "§6Honey Block", | ||
| 322 | "block.minecraft.slime_block": "§aSlime Block", | ||
| 323 | "item.minecraft.slime_ball": "§aSlimeball", | ||
| 324 | "item.minecraft.totem_of_undying": "§aTotem of Undying", | ||
| 325 | "block.minecraft.crying_obsidian": "§dCrying Obsidian", | ||
| 326 | "item.minecraft.experience_bottle": "§aBottle o' Enchanting", | ||
| 327 | "block.minecraft.ender_chest": "§aEnder Chest", | ||
| 328 | "block.minecraft.end_portal_frame": "§aEnd Portal Frame", | ||
| 329 | "item.minecraft.dragon_breath": "§dDragon's Breath", | ||
| 330 | "block.minecraft.dragon_head": "§dDragon Head", | ||
| 331 | "item.minecraft.ender_pearl": "§5Ender Pearl", | ||
| 332 | "item.minecraft.ender_eye": "§aEye of Ender", | ||
| 333 | "item.minecraft.blaze_rod": "§6Blaze Rod", | ||
| 334 | "item.minecraft.blaze_powder": "§6Blaze Powder", | ||
| 335 | "item.minecraft.clock": "§bClock", | ||
| 336 | "item.minecraft.writable_book": "§aBook and Quill", | ||
| 337 | "item.minecraft.spyglass": "§bSpyglass", | ||
| 338 | "item.minecraft.trident": "§bTrident", | ||
| 339 | "item.minecraft.nautilus_shell": "§dNautilus Shell", | ||
| 340 | "item.minecraft.heart_of_the_sea": "§dHeart of the Sea", | ||
| 341 | "item.minecraft.glow_item_frame": "§bGlow Item Frame", | ||
| 342 | "block.minecraft.note_block": "§aNote Block", | ||
| 343 | "block.minecraft.tnt": "§cTNT", | ||
| 344 | "item.minecraft.tnt_minecart": "§cMinecart with TNT", | ||
| 345 | "item.minecraft.disc_fragment_5": "§bDisc Shard", | ||
| 346 | "item.minecraft.echo_shard": "§bEcho Shard", | ||
| 347 | "item.minecraft.recovery_compass": "§bRecovery Compass", | ||
| 348 | |||
| 349 | ##CLASSIC NAMES | ||
| 350 | |||
| 351 | "block.minecraft.white_terracotta": "White Stained Clay", | ||
| 352 | "block.minecraft.orange_terracotta": "Orange Stained Clay", | ||
| 353 | "block.minecraft.magenta_terracotta": "Magenta Stained Clay", | ||
| 354 | "block.minecraft.light_blue_terracotta": "Light Blue Stained Clay", | ||
| 355 | "block.minecraft.yellow_terracotta": "Yellow Stained Clay", | ||
| 356 | "block.minecraft.lime_terracotta": "Lime Stained Clay", | ||
| 357 | "block.minecraft.pink_terracotta": "Pink Stained Clay", | ||
| 358 | "block.minecraft.gray_terracotta": "Gray Stained Clay", | ||
| 359 | "block.minecraft.light_gray_terracotta": "Light Gray Stained Clay", | ||
| 360 | "block.minecraft.cyan_terracotta": "Cyan Stained Clay", | ||
| 361 | "block.minecraft.purple_terracotta": "Purple Stained Clay", | ||
| 362 | "block.minecraft.blue_terracotta": "Blue Stained Clay", | ||
| 363 | "block.minecraft.brown_terracotta": "Brown Stained Clay", | ||
| 364 | "block.minecraft.green_terracotta": "Green Stained Clay", | ||
| 365 | "block.minecraft.red_terracotta": "Red Stained Clay", | ||
| 366 | "block.minecraft.black_terracotta": "Black Stained Clay", | ||
| 367 | "block.minecraft.terracotta": "Hardened Clay", | ||
| 368 | |||
| 369 | "block.minecraft.cobbled_deepslate": "Cobbleslate", | ||
| 370 | "block.minecraft.cobbled_deepslate_stairs": "Cobbleslate Stairs", | ||
| 371 | "block.minecraft.cobbled_deepslate_wall": "Cobbleslate Wall", | ||
| 372 | |||
| 373 | "block.minecraft.mossy_cobblestone": "Moss Stone", | ||
| 374 | "block.minecraft.mossy_cobblestone_stairs": "Moss Stone Stairs", | ||
| 375 | "block.minecraft.mossy_cobblestone_wall": "Moss Stone Wall", | ||
| 376 | |||
| 377 | "block.minecraft.oak_planks": "Wooden Planks", | ||
| 378 | "block.minecraft.oak_door": "Wooden Door", | ||
| 379 | "block.minecraft.oak_stairs": "Wooden Stairs", | ||
| 380 | "block.minecraft.oak_sign": "Wooden Sign", | ||
| 381 | "block.minecraft.oak_hanging_sign": "Wooden Hanging Sign", | ||
| 382 | "block.minecraft.oak_pressure_plate": "Wooden Pressure Plate", | ||
| 383 | "block.minecraft.oak_button": "Wooden Button", | ||
| 384 | "block.minecraft.oak_fence": "Wooden Fence", | ||
| 385 | "block.minecraft.oak_fence_gate": "Wooden Fence Gate", | ||
| 386 | "block.minecraft.oak_trapdoor": "Wooden Trapdoor", | ||
| 387 | "item.minecraft.oak_boat": "Boat", | ||
| 388 | "item.minecraft.oak_chest_boat": "Boat with Chest", | ||
| 389 | |||
| 390 | "block.minecraft.oak_sapling": "Sapling", | ||
| 391 | "block.minecraft.white_wool": "Wool", | ||
| 392 | "block.minecraft.red_bed": "Bed", | ||
| 393 | "block.minecraft.red_mushroom": "Mushroom", | ||
| 394 | "block.minecraft.brown_mushroom": "Mushroom", | ||
| 395 | |||
| 396 | "item.minecraft.milk_bucket": "Milk", | ||
| 397 | "block.minecraft.poppy": "Rose", | ||
| 398 | "block.minecraft.dandelion": "Flower", | ||
| 399 | "item.minecraft.red_dye": "Rose Red", | ||
| 400 | "item.minecraft.yellow_dye": "Dandelion Yellow", | ||
| 401 | "item.minecraft.green_dye": "Cactus Green", | ||
| 402 | "item.minecraft.brown_dye": "Cocoa Brown", | ||
| 403 | "item.minecraft.blue_dye": "Lazuli Blue", | ||
| 404 | "item.minecraft.white_dye": "Bone White", | ||
| 405 | "block.minecraft.sugar_cane": "Reeds", | ||
| 406 | "item.minecraft.ink_sac": "Ink Sack", | ||
| 407 | "item.minecraft.glow_ink_sac": "§bGlow Ink Sack", | ||
| 408 | "item.minecraft.redstone": "Redstone", | ||
| 409 | "block.minecraft.spawner": "Spawner", | ||
| 410 | "item.minecraft.cod": "Raw Fish \uE812", | ||
| 411 | "item.minecraft.cooked_cod": "Cooked Fish \uE792", | ||
| 412 | "item.minecraft.melon_slice": "Melon Slice \uE803", | ||
| 413 | "item.minecraft.glistering_melon_slice": "§bGlistering Melon", | ||
| 414 | "block.minecraft.jack_o_lantern": "Jack 'o' Lantern", | ||
| 415 | "item.minecraft.chainmail_boots": "Chain Boots", | ||
| 416 | "item.minecraft.chainmail_chestplate": "Chain Chestplate", | ||
| 417 | "item.minecraft.chainmail_helmet": "Chain Helmet", | ||
| 418 | "item.minecraft.chainmail_leggings": "Chain Leggings", | ||
| 419 | "block.minecraft.respawn_anchor": "Nether Reactor Core", | ||
| 420 | "block.minecraft.crimson_stem": "Crimson Log", | ||
| 421 | "block.minecraft.crimson_hyphae": "Crimson Wood", | ||
| 422 | "block.minecraft.stripped_crimson_stem": "Stripped Crimson Log", | ||
| 423 | "block.minecraft.stripped_crimson_hyphae": "Stripped Crimson Wood", | ||
| 424 | "block.minecraft.warped_stem": "Warped Log", | ||
| 425 | "block.minecraft.warped_hyphae": "Warped Wood", | ||
| 426 | "block.minecraft.stripped_warped_stem": "Stripped Warped Log", | ||
| 427 | "block.minecraft.stripped_warped_hyphae": "Stripped Warped Wood", | ||
| 428 | "block.minecraft.mangrove_propagule": "Mangrove Sapling", | ||
| 429 | |||
| 430 | "block.minecraft.smooth_stone_slab": "Stone Slab \uE838", | ||
| 431 | "block.minecraft.brick_slab": "Bricks Slab \uE822", | ||
| 432 | "block.minecraft.oak_slab": "Wooden Slab \uE846", | ||
| 433 | "block.minecraft.petrified_oak_slab": "Classic Wooden Slab", | ||
| 434 | "block.minecraft.mossy_cobblestone_slab": "Moss Stone Slab \uE840", | ||
| 435 | "block.minecraft.stone_brick_slab": "Stone Bricks Slab \uE912", | ||
| 436 | "block.minecraft.mossy_stone_brick_slab": "Mossy Stone Bricks Slab \uE916", | ||
| 437 | "block.minecraft.nether_brick_slab": "Nether Bricks Slab \uE829", | ||
| 438 | "block.minecraft.red_nether_brick_slab": "Red Nether Bricks Slab \uE913", | ||
| 439 | "block.minecraft.prismarine_brick_slab": "§bPrismarine Bricks Slab §f\uE834", | ||
| 440 | "block.minecraft.end_stone_brick_slab": "End Stone Bricks Slab \uE914", | ||
| 441 | "block.minecraft.polished_blackstone_brick_slab": "Polished Blackstone Bricks Slab \uE915", | ||
| 442 | "block.minecraft.deepslate_brick_slab": "Deepslate Bricks Slab \uE917", | ||
| 443 | "block.minecraft.cobbled_deepslate_slab": "Cobbslate Slab \uE918", | ||
| 444 | "block.minecraft.mud_brick_slab": "Mud Bricks Slab \uE928", | ||
| 445 | |||
| 446 | "block.minecraft.infested_stone": "§4Monster Egg Stone", | ||
| 447 | "block.minecraft.infested_cobblestone": "§4Monster Egg Cobblestone", | ||
| 448 | "block.minecraft.infested_stone_bricks": "§4Monster Egg Stone Bricks", | ||
| 449 | "block.minecraft.infested_mossy_stone_bricks": "§4Monster Egg Mossy Stone Bricks", | ||
| 450 | "block.minecraft.infested_cracked_stone_bricks": "§4Monster Egg Cracked Stone Bricks", | ||
| 451 | "block.minecraft.infested_chiseled_stone_bricks": "§4Monster Egg Chiseled Stone Bricks", | ||
| 452 | "block.minecraft.infested_deepslate": "§4Monster Egg Deepslate", | ||
| 453 | |||
| 454 | "item.minecraft.piglin_spawn_egg": "Pigman Spawn Egg", | ||
| 455 | "item.minecraft.piglin_brute_spawn_egg": "Pigman Brute Spawn Egg", | ||
| 456 | "item.minecraft.zombified_piglin_spawn_egg": "Zombie Pigman Spawn Egg", | ||
| 457 | "item.minecraft.zoglin_spawn_egg": "Zombie Hoglin Spawn Egg", | ||
| 458 | "advancements.nether.distract_piglin.description": "Distract Pigmen with gold", | ||
| 459 | |||
| 460 | "block.minecraft.enchanting_table": "§dEnchantment Table", | ||
| 461 | "advancements.story.enchant_item.description": "Enchant an item at an Enchantment Table", | ||
| 462 | |||
| 463 | "gui.advancements": "Achievements", | ||
| 464 | "demo.help.fullWrapped": "This demo will last 5 in-game days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun!", | ||
| 465 | "key.advancements": "Achievements", | ||
| 466 | "advancements.toast.task": "Achievement Made!", | ||
| 467 | "argument.entity.options.advancements.description": "Players with achievements", | ||
| 468 | "commands.advancement.grant.many.to.one.success": "Granted %s achievements to %s", | ||
| 469 | "commands.advancement.grant.many.to.one.failure": "Couldn't grant %s achievements to %s as they already have them", | ||
| 470 | "commands.advancement.grant.many.to.many.success": "Granted %s achievements to %s players", | ||
| 471 | "commands.advancement.grant.many.to.many.failure": "Couldn't grant %s achievements to %s players as they already have them", | ||
| 472 | "commands.advancement.revoke.many.to.one.success": "Revoked %s achievements from %s", | ||
| 473 | "commands.advancement.revoke.many.to.one.failure": "Couldn't revoke %s achievements from %s as they don't have them", | ||
| 474 | "commands.advancement.revoke.many.to.many.success": "Revoked %s achievements from %s players", | ||
| 475 | "commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s achievements from %s players as they don't have them", | ||
| 476 | "gamerule.announceAdvancements": "Announce achievements", | ||
| 477 | "chat.type.advancement.task": "%s has made the achievement %s", | ||
| 478 | |||
| 479 | "resourcePack.title": "Select texture packs", | ||
| 480 | "debug.reload_resourcepacks.help": "F3 + T = Reload texture packs", | ||
| 481 | "debug.reload_resourcepacks.message": "Reloaded texture packs", | ||
| 482 | "resourcepack.downloading": "Downloading texture pack", | ||
| 483 | "addServer.resourcePack": "Server texture packs", | ||
| 484 | "multiplayer.texturePrompt.line1": "This server recommends the use of a custom texture pack", | ||
| 485 | "multiplayer.requiredTexturePrompt.line1": "This server requires the use of a custom texture pack", | ||
| 486 | "multiplayer.requiredTexturePrompt.line2": "Rejecting this custom texture pack will disconnect you from this server", | ||
| 487 | "multiplayer.requiredTexturePrompt.disconnect": "Server requires a custom texture pack", | ||
| 488 | "multiplayer.texturePrompt.failure.line1": "Server texture pack couldn't be applied", | ||
| 489 | "multiplayer.applyingPack": "Applying texture pack", | ||
| 490 | |||
| 491 | "menu.online": "Realms", | ||
| 492 | "gui.toTitle": "Back to title menu", | ||
| 493 | "gui.toMenu": "Back to server list", | ||
| 494 | "deathScreen.titleScreen": "Title menu", | ||
| 495 | "options.gamma.min": "Classic", | ||
| 496 | "menu.returnToGame": "Back to game", | ||
| 497 | "menu.sendFeedback": "Feedback", | ||
| 498 | "menu.reportBugs": "Report", | ||
| 499 | "menu.returnToMenu": "Save and quit to title", | ||
| 500 | "options.video": "Video...", | ||
| 501 | "options.resourcepack": "Texture packs...", | ||
| 502 | "options.difficulty": " Difficulty", | ||
| 503 | |||
| 504 | "item.modifiers.head": "Head", | ||
| 505 | "item.modifiers.chest": "Chest", | ||
| 506 | "item.modifiers.legs": "Legs", | ||
| 507 | "item.modifiers.feet": "Feet", | ||
| 508 | "item.modifiers.mainhand": "Mainhand", | ||
| 509 | "item.modifiers.offhand": "Offhand", | ||
| 510 | "attribute.name.generic.attack_damage": "Damage", | ||
| 511 | "attribute.name.generic.attack_knockback": "Knockback", | ||
| 512 | "attribute.name.generic.attack_speed": "Speed", | ||
| 513 | "attribute.name.generic.armor": "Defense", | ||
| 514 | "attribute.name.generic.armor_toughness": "Toughness", | ||
| 515 | "attribute.name.generic.knockback_resistance": "Knockback Resistance", | ||
| 516 | |||
| 517 | "advancements.adventure.bullseye.title": "Hit the Target", | ||
| 518 | "advancements.adventure.bullseye.description": "Hit the Target from a lovely 30 meters away", | ||
| 519 | |||
| 520 | ##SLAB ICONS | ||
| 521 | |||
| 522 | "block.minecraft.cobblestone_slab": "Cobblestone Slab \uE823", | ||
| 523 | "block.minecraft.cut_copper_slab": "Cut Copper Slab \uE824", | ||
| 524 | "block.minecraft.cut_red_sandstone_slab": "Cut Red Sandstone Slab \uE825", | ||
| 525 | "block.minecraft.cut_sandstone_slab": "Cut Sandstone Slab \uE826", | ||
| 526 | "block.minecraft.deepslate_tile_slab": "Deepslate Tile Slab \uE842", | ||
| 527 | "block.minecraft.exposed_cut_copper_slab": "Exposed Cut Copper Slab \uE827", | ||
| 528 | "block.minecraft.jungle_slab": "Jungle Slab \uE828", | ||
| 529 | "block.minecraft.oxidized_cut_copper_slab": "Oxidized Cut Copper Slab \uE830", | ||
| 530 | "block.minecraft.polished_andesite_slab": "Polished Andesite Slab \uE831", | ||
| 531 | "block.minecraft.polished_blackstone_slab": "Polished Blackstone Slab \uE844", | ||
| 532 | "block.minecraft.polished_deepslate_slab": "Polished Deepslate Slab \uE843", | ||
| 533 | "block.minecraft.polished_diorite_slab": "Polished Diorite Slab \uE832", | ||
| 534 | "block.minecraft.polished_granite_slab": "Polished Granite Slab \uE833", | ||
| 535 | "block.minecraft.quartz_slab": "Quartz Slab \uE835", | ||
| 536 | "block.minecraft.red_sandstone_slab": "Red Sandstone Slab \uE836", | ||
| 537 | "block.minecraft.sandstone_slab": "Sandstone Slab \uE837", | ||
| 538 | "block.minecraft.waxed_cut_copper_slab": "Waxed Cut Copper Slab \uE824", | ||
| 539 | "block.minecraft.waxed_exposed_cut_copper_slab": "Waxed Exposed Cut Copper Slab \uE827", | ||
| 540 | "block.minecraft.waxed_oxidized_cut_copper_slab": "Waxed Oxidized Cut Copper Slab \uE830", | ||
| 541 | "block.minecraft.waxed_weathered_cut_copper_slab": "Waxed Weathered Cut Copper Slab \uE839", | ||
| 542 | "block.minecraft.weathered_cut_copper_slab": "Weathered Cut Copper Slab \uE839", | ||
| 543 | "block.minecraft.purpur_slab": "Purpur Slab \uE845", | ||
| 544 | "block.minecraft.spruce_slab": "Spruce Slab \uE848", | ||
| 545 | "block.minecraft.birch_slab": "Birch Slab \uE847", | ||
| 546 | "block.minecraft.acacia_slab": "Acacia Slab \uE849", | ||
| 547 | "block.minecraft.dark_oak_slab": "Dark Oak Slab \uE850", | ||
| 548 | "block.minecraft.warped_slab": "Warped Slab \uE891", | ||
| 549 | "block.minecraft.crimson_slab": "Crimson Slab \uE890", | ||
| 550 | "block.minecraft.prismarine_slab": "§bPrismarine Slab§f \uE892", | ||
| 551 | "block.minecraft.mangrove_slab": "Mangrove Slab \uE910", | ||
| 552 | "block.minecraft.dark_prismarine_slab": "§bDark Prismarine Slab§f \uE919", | ||
| 553 | "block.minecraft.smooth_sandstone_slab": "Smooth Sandstone Slab \uE920", | ||
| 554 | "block.minecraft.smooth_red_sandstone_slab": "Smooth Red Sandstone Slab \uE921", | ||
| 555 | "block.minecraft.stone_slab": "Stone Slab \uE922", | ||
| 556 | "block.minecraft.smooth_quartz_slab": "Smooth Quartz Slab \uE923", | ||
| 557 | "block.minecraft.blackstone_slab": "Blackstone Slab \uE924", | ||
| 558 | "block.minecraft.granite_slab": "Granite Slab \uE925", | ||
| 559 | "block.minecraft.diorite_slab": "Diorite Slab \uE926", | ||
| 560 | "block.minecraft.andesite_slab": "Andesite Slab \uE927", | ||
| 561 | "block.minecraft.bamboo_slab": "Bamboo Slab \uE969", | ||
| 562 | "block.minecraft.bamboo_mosaic_slab": "Bamboo Mosaic Slab \uE970", | ||
| 563 | "block.minecraft.cherry_slab": "Cherry Slab \uE975", | ||
| 564 | |||
| 565 | ##HUNGER ICONS | ||
| 566 | |||
| 567 | "item.minecraft.apple": "Apple \uE782", | ||
| 568 | "item.minecraft.baked_potato": "Potato Chips \uE783", | ||
| 569 | "item.minecraft.beetroot": "Beetroot \uE784", | ||
| 570 | "item.minecraft.beetroot_soup": "Beetroot Soup \uE785", | ||
| 571 | "item.minecraft.bread": "Bread \uE786", | ||
| 572 | "block.minecraft.cake": "Cake \uE787", | ||
| 573 | "item.minecraft.carrot": "Carrot \uE788", | ||
| 574 | "item.minecraft.chorus_fruit": "Chorus Fruit \uE789", | ||
| 575 | "item.minecraft.cooked_beef": "Steak \uE790", | ||
| 576 | "item.minecraft.cooked_chicken": "Cooked Chicken \uE791", | ||
| 577 | "item.minecraft.cooked_mutton": "Cooked Mutton \uE793", | ||
| 578 | "item.minecraft.cooked_porkchop": "Cooked Porkchop \uE794", | ||
| 579 | "item.minecraft.cooked_rabbit": "Cooked Rabbit \uE795", | ||
| 580 | "item.minecraft.cooked_salmon": "Cooked Salmon \uE796", | ||
| 581 | "item.minecraft.cookie": "Cookie \uE797", | ||
| 582 | "item.minecraft.dried_kelp": "Dried Kelp \uE798", | ||
| 583 | "item.minecraft.enchanted_golden_apple": "Enchanted Notch Apple §f\uE799", | ||
| 584 | "item.minecraft.glow_berries": "§6Glow Berries §f\uE800", | ||
| 585 | "item.minecraft.golden_apple": "Golden Apple §f\uE801", | ||
| 586 | "item.minecraft.golden_carrot": "§bGolden Carrot §f\uE889", | ||
| 587 | "item.minecraft.honey_bottle": "§6Honey bottle §f\uE802", | ||
| 588 | "item.minecraft.mushroom_stew": "Mushroom Stew \uE804", | ||
| 589 | "item.minecraft.poisonous_potato": "§7Poisonous Potato §f\uE805", | ||
| 590 | "item.minecraft.potato": "Potato \uE806", | ||
| 591 | "item.minecraft.pufferfish": "Pufferfish \uE807", | ||
| 592 | "item.minecraft.pumpkin_pie": "Pumpkin Pie \uE808", | ||
| 593 | "item.minecraft.rabbit_stew": "Rabbit in a Bowl \uE809", | ||
| 594 | "item.minecraft.beef": "Raw Beef \uE810", | ||
| 595 | "item.minecraft.chicken": "Raw Chicken \uE811", | ||
| 596 | "item.minecraft.mutton": "Raw Mutton \uE813", | ||
| 597 | "item.minecraft.porkchop": "Raw Porkchop \uE814", | ||
| 598 | "item.minecraft.rabbit": "Raw Rabbit \uE815", | ||
| 599 | "item.minecraft.salmon": "Raw Salmon \uE816", | ||
| 600 | "item.minecraft.rotten_flesh": "§7Rotten Flesh §f\uE817", | ||
| 601 | "item.minecraft.spider_eye": "§7Spider Eye §f\uE818", | ||
| 602 | "item.minecraft.suspicious_stew": "Suspicious Stew \uE819", | ||
| 603 | "item.minecraft.sweet_berries": "Sweet Berries \uE820", | ||
| 604 | "item.minecraft.tropical_fish": "Tropical Fish \uE821", | ||
| 605 | |||
| 606 | ##ENCHANTMENT ICONS | ||
| 607 | |||
| 608 | "enchantment.minecraft.aqua_affinity": "§f\uE863§dAqua Affinity", | ||
| 609 | "enchantment.minecraft.bane_of_arthropods": "§f\uE853§dBane of Arthropods", | ||
| 610 | "enchantment.minecraft.blast_protection": "§f\uE860§dBlast Protection", | ||
| 611 | "enchantment.minecraft.channeling": "§f\uE885§dChanneling", | ||
| 612 | "enchantment.minecraft.binding_curse": "§f\uE880§cCurse of Binding", | ||
| 613 | "enchantment.minecraft.vanishing_curse": "§f\uE881§cCurse of Vanishing", | ||
| 614 | "enchantment.minecraft.depth_strider": "§f\uE864§dDepth Strider", | ||
| 615 | "enchantment.minecraft.efficiency": "§f\uE867§dEfficiency", | ||
| 616 | "enchantment.minecraft.feather_falling": "§f\uE859§dFeather Falling", | ||
| 617 | "enchantment.minecraft.fire_aspect": "§f\uE855§dFire Aspect", | ||
| 618 | "enchantment.minecraft.fire_protection": "§f\uE858§dFire Protection", | ||
| 619 | "enchantment.minecraft.flame": "§f\uE875§dFlame", | ||
| 620 | "enchantment.minecraft.fortune": "§f\uE871§dFortune", | ||
| 621 | "enchantment.minecraft.frost_walker": "§f\uE865§dFrost Walker", | ||
| 622 | "enchantment.minecraft.impaling": "§f\uE883§dImpaling", | ||
| 623 | "enchantment.minecraft.infinity": "§f\uE877§dInfinity", | ||
| 624 | "enchantment.minecraft.knockback": "§f\uE854§dKnockback", | ||
| 625 | "enchantment.minecraft.looting": "§f\uE870§dLooting", | ||
| 626 | "enchantment.minecraft.loyalty": "§f\uE882§dLoyalty", | ||
| 627 | "enchantment.minecraft.luck_of_the_sea": "§f\uE872§dLuck of the Sea", | ||
| 628 | "enchantment.minecraft.lure": "§f\uE873§dLure", | ||
| 629 | "enchantment.minecraft.mending": "§f\uE879§dMending", | ||
| 630 | "enchantment.minecraft.multishot": "§f\uE886§dMultishot", | ||
| 631 | "enchantment.minecraft.piercing": "§f\uE888§dPiercing", | ||
| 632 | "enchantment.minecraft.power": "§f\uE874§dPower", | ||
| 633 | "enchantment.minecraft.projectile_protection": "§f\uE861§dProjectile Protection", | ||
| 634 | "enchantment.minecraft.protection": "§f\uE857§dProtection", | ||
| 635 | "enchantment.minecraft.punch": "§f\uE876§dPunch", | ||
| 636 | "enchantment.minecraft.quick_charge": "§f\uE887§dQuick Charge", | ||
| 637 | "enchantment.minecraft.respiration": "§f\uE862§dRespiration", | ||
| 638 | "enchantment.minecraft.riptide": "§f\uE884§dRiptide", | ||
| 639 | "enchantment.minecraft.sharpness": "§f\uE851§dSharpness", | ||
| 640 | "enchantment.minecraft.silk_touch": "§f\uE868§dSilk Touch", | ||
| 641 | "enchantment.minecraft.smite": "§f\uE852§dSmite", | ||
| 642 | "enchantment.minecraft.soul_speed": "§f\uE866§dSoul Speed", | ||
| 643 | "enchantment.minecraft.sweeping": "§f\uE856§dSweeping Edge", | ||
| 644 | "enchantment.minecraft.swift_sneak": "§f\uE972§dSwift Sneak", | ||
| 645 | "enchantment.minecraft.thorns": "§f\uE878§dThorns", | ||
| 646 | "enchantment.minecraft.unbreaking": "§f\uE869§dUnbreaking", | ||
| 647 | |||
| 648 | "enchantment.level.1": "§aI", | ||
| 649 | "enchantment.level.2": "§aII", | ||
| 650 | "enchantment.level.3": "§aIII", | ||
| 651 | "enchantment.level.4": "§aIV", | ||
| 652 | "enchantment.level.5": "§aV", | ||
| 653 | "enchantment.level.6": "§aVI", | ||
| 654 | "enchantment.level.7": "§aVII", | ||
| 655 | "enchantment.level.8": "§aVIII", | ||
| 656 | "enchantment.level.9": "§aIX", | ||
| 657 | "enchantment.level.10": "§aX", | ||
| 658 | |||
| 659 | ##EFFECT ICONS | ||
| 660 | |||
| 661 | "effect.minecraft.absorption": "Absorption", | ||
| 662 | "effect.minecraft.bad_omen": "Bad Omen", | ||
| 663 | "effect.minecraft.blindness": "§f\uE91C§8Blindness", | ||
| 664 | "effect.minecraft.conduit_power": "Conduit Power", | ||
| 665 | "effect.minecraft.darkness": "Darkness", | ||
| 666 | "effect.minecraft.dolphins_grace": "Dolphin's Grace", | ||
| 667 | "effect.minecraft.fire_resistance": "§f\uE91D§6Fire Resistance", | ||
| 668 | "effect.minecraft.glowing": "Glowing", | ||
| 669 | "effect.minecraft.haste": "Haste", | ||
| 670 | "effect.minecraft.health_boost": "Health Boost", | ||
| 671 | "effect.minecraft.hero_of_the_village": "Hero of the Village", | ||
| 672 | "effect.minecraft.hunger": "Hunger", | ||
| 673 | "effect.minecraft.instant_damage": "§f\uE91E§4Instant Damage", | ||
| 674 | "effect.minecraft.instant_health": "§f\uE91F§aInstant Health", | ||
| 675 | "effect.minecraft.invisibility": "§f\uE92A§bInvisibility", | ||
| 676 | "effect.minecraft.jump_boost": "§f\uE92B§aJump Boost", | ||
| 677 | "effect.minecraft.levitation": "Levitation", | ||
| 678 | "effect.minecraft.luck": "§f\uE92C§2Luck", | ||
| 679 | "effect.minecraft.mining_fatigue": "Mining Fatigue", | ||
| 680 | "effect.minecraft.nausea": "Nausea", | ||
| 681 | "effect.minecraft.night_vision": "§f\uE92D§1Night Vision", | ||
| 682 | "effect.minecraft.poison": "§f\uE92E§2Poison", | ||
| 683 | "effect.minecraft.regeneration": "§f\uE92F§dRegeneration", | ||
| 684 | "effect.minecraft.resistance": "§f\uE93A§7Resistance", | ||
| 685 | "effect.minecraft.saturation": "§f\uE93F§eSaturation", | ||
| 686 | "effect.minecraft.slow_falling": "§f\uE93B§fSlow Falling", | ||
| 687 | "effect.minecraft.slowness": "§f\uE93C§8Slowness", | ||
| 688 | "effect.minecraft.speed": "§f\uE93D§3Speed", | ||
| 689 | "effect.minecraft.strength": "§f\uE93E§9Strength", | ||
| 690 | "effect.minecraft.unluck": "Bad Luck", | ||
| 691 | "effect.minecraft.water_breathing": "§f\uE94A§9Water Breathing", | ||
| 692 | "effect.minecraft.weakness": "§f\uE94B§4Weakness", | ||
| 693 | "effect.minecraft.wither": "§f\uE94C§5Wither", | ||
| 694 | "effect.none": "", | ||
| 695 | |||
| 696 | ##DISC ICONS | ||
| 697 | |||
| 698 | "item.minecraft.music_disc_5": "Music Disc - 5", | ||
| 699 | "item.minecraft.music_disc_5.desc": "Samuel Åberg - 5 : \uE97C2:58", | ||
| 700 | "item.minecraft.music_disc_11": "Music Disc - 11", | ||
| 701 | "item.minecraft.music_disc_11.desc": "C418 - 11 : \uE97C1:11", | ||
| 702 | "item.minecraft.music_disc_13": "Music Disc - 13", | ||
| 703 | "item.minecraft.music_disc_13.desc": "C418 - 13 : \uE97C2:58", | ||
| 704 | "item.minecraft.music_disc_blocks": "Music Disc - Blocks", | ||
| 705 | "item.minecraft.music_disc_blocks.desc": "C418 - blocks : \uE97C5:45", | ||
| 706 | "item.minecraft.music_disc_cat": "Music Disc - Cat", | ||
| 707 | "item.minecraft.music_disc_cat.desc": "C418 - cat : \uE97C3:05", | ||
| 708 | "item.minecraft.music_disc_chirp": "Music Disc - Chirp", | ||
| 709 | "item.minecraft.music_disc_chirp.desc": "C418 - chirp : \uE97C3:05", | ||
| 710 | "item.minecraft.music_disc_far": "Music Disc - Far", | ||
| 711 | "item.minecraft.music_disc_far.desc": "C418 - far : \uE97C2:54", | ||
| 712 | "item.minecraft.music_disc_mall": "Music Disc - Mall", | ||
| 713 | "item.minecraft.music_disc_mall.desc": "C418 - mall : \uE97C3:17", | ||
| 714 | "item.minecraft.music_disc_mellohi": "Music Disc - Mellohi", | ||
| 715 | "item.minecraft.music_disc_mellohi.desc": "C418 - mellohi : \uE97C1:36", | ||
| 716 | "item.minecraft.music_disc_otherside": "Music Disc - Otherside", | ||
| 717 | "item.minecraft.music_disc_otherside.desc": "Lena Raine - otherside : \uE97C3:15", | ||
| 718 | "item.minecraft.music_disc_pigstep": "Music Disc - Pigstep", | ||
| 719 | "item.minecraft.music_disc_pigstep.desc": "Lena Raine - pigstep : \uE97C2:28", | ||
| 720 | "item.minecraft.music_disc_relic": "Music Disc - Relic", | ||
| 721 | "item.minecraft.music_disc_relic.desc": "Aaron Cherof - relic : \uE97C3:38", | ||
| 722 | "item.minecraft.music_disc_stal": "Music Disc - Stal", | ||
| 723 | "item.minecraft.music_disc_stal.desc": "C418 - stal : \uE97C2:30", | ||
| 724 | "item.minecraft.music_disc_strad": "Music Disc - Strad", | ||
| 725 | "item.minecraft.music_disc_strad.desc": "C418 - strad : \uE97C3:08", | ||
| 726 | "item.minecraft.music_disc_wait": "Music Disc - Wait", | ||
| 727 | "item.minecraft.music_disc_wait.desc": "C418 - wait : \uE97C3:58", | ||
| 728 | "item.minecraft.music_disc_ward": "Music Disc - Ward", | ||
| 729 | "item.minecraft.music_disc_ward.desc": "C418 - ward : \uE97C4:11", | ||
| 730 | |||
| 731 | ##SHARD ICONS | ||
| 732 | |||
| 733 | "item.minecraft.angler_pottery_sherd": "\uE88AAngler Shard", | ||
| 734 | "item.minecraft.archer_pottery_sherd": "\uE88BArcher Shard", | ||
| 735 | "item.minecraft.arms_up_pottery_sherd": "\uE88CArms-Up Shard", | ||
| 736 | "item.minecraft.blade_pottery_sherd": "\uE88DBlade Shard", | ||
| 737 | "item.minecraft.brewer_pottery_sherd": "\uE88EBrewer Shard", | ||
| 738 | "item.minecraft.burn_pottery_sherd": "\uE88FBurn Shard", | ||
| 739 | "item.minecraft.danger_pottery_sherd": "\uE89ADanger Shard", | ||
| 740 | "item.minecraft.explorer_pottery_sherd": "\uE89BExplorer Shard", | ||
| 741 | "item.minecraft.friend_pottery_sherd": "\uE89CFriend Shard", | ||
| 742 | "item.minecraft.heart_pottery_sherd": "\uE89DHeart Shard", | ||
| 743 | "item.minecraft.heartbreak_pottery_sherd": "\uE89EHeartbreak Shard", | ||
| 744 | "item.minecraft.howl_pottery_sherd": "\uE89FHowl Shard", | ||
| 745 | "item.minecraft.miner_pottery_sherd": "\uE90AMiner Shard", | ||
| 746 | "item.minecraft.mourner_pottery_sherd": "\uE90BMourner Shard", | ||
| 747 | "item.minecraft.plenty_pottery_sherd": "\uE90CPlenty Shard", | ||
| 748 | "item.minecraft.prize_pottery_sherd": "\uE90DPrize Shard", | ||
| 749 | "item.minecraft.sheaf_pottery_sherd": "\uE90ESheaf Shard", | ||
| 750 | "item.minecraft.shelter_pottery_sherd": "\uE90FShelter Shard", | ||
| 751 | "item.minecraft.skull_pottery_sherd": "\uE91ASkull Shard", | ||
| 752 | "item.minecraft.snort_pottery_sherd": "\uE91BSnort Shard", | ||
| 753 | |||
| 754 | ##TRIM ICONS | ||
| 755 | |||
| 756 | "trim_material.minecraft.quartz": "§fQuartz \uE943", | ||
| 757 | "trim_material.minecraft.iron": "§7Iron §f\uE940", | ||
| 758 | "trim_material.minecraft.netherite": "§4Netherite §f\uE942", | ||
| 759 | "trim_material.minecraft.redstone": "§cRedstone §f\uE944", | ||
| 760 | "trim_material.minecraft.copper": "§6Copper §f\uE945", | ||
| 761 | "trim_material.minecraft.gold": "§eGold \uE929", | ||
| 762 | "trim_material.minecraft.emerald": "§aEmerald §f\uE905", | ||
| 763 | "trim_material.minecraft.diamond": "§bDiamond §f\uE904", | ||
| 764 | "trim_material.minecraft.lapis": "§9Lapis §f\uE941", | ||
| 765 | "trim_material.minecraft.amethyst": "§dAmethyst §f\uE841", | ||
| 766 | |||
| 767 | ##PAINTING ICONS | ||
| 768 | |||
| 769 | "painting.minecraft.alban.author": "Kristoffer Zetterstrand", | ||
| 770 | "painting.minecraft.alban.title": "Albanian §f\uE946", | ||
| 771 | "painting.minecraft.aztec.author": "Kristoffer Zetterstrand", | ||
| 772 | "painting.minecraft.aztec.title": "De Aztec §f\uE947", | ||
| 773 | "painting.minecraft.aztec2.author": "Kristoffer Zetterstrand", | ||
| 774 | "painting.minecraft.aztec2.title": "De Aztec 2 §f\uE948", | ||
| 775 | "painting.minecraft.bomb.author": "Kristoffer Zetterstrand", | ||
| 776 | "painting.minecraft.bomb.title": "Target Successfully Bombed §f\uE949", | ||
| 777 | "painting.minecraft.burning_skull.author": "Kristoffer Zetterstrand", | ||
| 778 | "painting.minecraft.burning_skull.title": "Skull On Fire §f\uE950", | ||
| 779 | "painting.minecraft.bust.author": "Kristoffer Zetterstrand", | ||
| 780 | "painting.minecraft.bust.title": "Bust §f\uE951", | ||
| 781 | "painting.minecraft.courbet.author": "Kristoffer Zetterstrand", | ||
| 782 | "painting.minecraft.courbet.title": "Bonjour Monsieur Courbet §f\uE952", | ||
| 783 | "painting.minecraft.creebet.author": "Kristoffer Zetterstrand", | ||
| 784 | "painting.minecraft.creebet.title": "Creebet §f\uE953", | ||
| 785 | "painting.minecraft.donkey_kong.author": "Kristoffer Zetterstrand", | ||
| 786 | "painting.minecraft.donkey_kong.title": "Kong §f\uE954", | ||
| 787 | "painting.minecraft.fighters.author": "Kristoffer Zetterstrand", | ||
| 788 | "painting.minecraft.fighters.title": "Fighters §f\uE956", | ||
| 789 | "painting.minecraft.graham.author": "Kristoffer Zetterstrand", | ||
| 790 | "painting.minecraft.graham.title": "Graham §f\uE958", | ||
| 791 | "painting.minecraft.kebab.author": "Kristoffer Zetterstrand", | ||
| 792 | "painting.minecraft.kebab.title": "Kebab med tre pepperoni §f\uE959", | ||
| 793 | "painting.minecraft.match.author": "Kristoffer Zetterstrand", | ||
| 794 | "painting.minecraft.match.title": "Match §f\uE960", | ||
| 795 | "painting.minecraft.pigscene.author": "Kristoffer Zetterstrand", | ||
| 796 | "painting.minecraft.pigscene.title": "Pigscene §f\uE961", | ||
| 797 | "painting.minecraft.plant.author": "Kristoffer Zetterstrand", | ||
| 798 | "painting.minecraft.plant.title": "Paradisträd §f\uE962", | ||
| 799 | "painting.minecraft.pointer.author": "Kristoffer Zetterstrand", | ||
| 800 | "painting.minecraft.pointer.title": "Pointer §f\uE963", | ||
| 801 | "painting.minecraft.pool.author": "Kristoffer Zetterstrand", | ||
| 802 | "painting.minecraft.pool.title": "The Pool §f\uE964", | ||
| 803 | "painting.minecraft.sea.author": "Kristoffer Zetterstrand", | ||
| 804 | "painting.minecraft.sea.title": "Seaside §f\uE965", | ||
| 805 | "painting.minecraft.skeleton.author": "Kristoffer Zetterstrand", | ||
| 806 | "painting.minecraft.skeleton.title": "Mortal Coil §f\uE966", | ||
| 807 | "painting.minecraft.skull_and_roses.author": "Kristoffer Zetterstrand", | ||
| 808 | "painting.minecraft.skull_and_roses.title": "Skull and Roses §f\uE967", | ||
| 809 | "painting.minecraft.stage.author": "Kristoffer Zetterstrand", | ||
| 810 | "painting.minecraft.stage.title": "The Stage Is Set §f\uE968", | ||
| 811 | "painting.minecraft.sunset.author": "Kristoffer Zetterstrand", | ||
| 812 | "painting.minecraft.sunset.title": "Sunset Dense §f\uE982", | ||
| 813 | "painting.minecraft.void.author": "Kristoffer Zetterstrand", | ||
| 814 | "painting.minecraft.void.title": "The Void §f\uE976", | ||
| 815 | "painting.minecraft.wanderer.author": "Kristoffer Zetterstrand", | ||
| 816 | "painting.minecraft.wanderer.title": "Wanderer §f\uE977", | ||
| 817 | "painting.minecraft.wasteland.author": "Kristoffer Zetterstrand", | ||
| 818 | "painting.minecraft.wasteland.title": "Wasteland §f\uE978", | ||
| 819 | |||
| 820 | "painting.minecraft.earth.author": "§cMojang", | ||
| 821 | "painting.minecraft.earth.title": "Earth §f\uE955", | ||
| 822 | "painting.minecraft.fire.author": "§cMojang", | ||
| 823 | "painting.minecraft.fire.title": "Fire §f\uE957", | ||
| 824 | "painting.minecraft.water.author": "§cMojang", | ||
| 825 | "painting.minecraft.water.title": "Water §f\uE979", | ||
| 826 | "painting.minecraft.wind.author": "§cMojang", | ||
| 827 | "painting.minecraft.wind.title": "Wind §f\uE980", | ||
| 828 | "painting.minecraft.wither.author": "§cMojang", | ||
| 829 | "painting.minecraft.wither.title": "Wither §f\uE981", | ||
| 830 | |||
| 831 | ##FISH ICONS | ||
| 832 | |||
| 833 | "entity.minecraft.tropical_fish.predefined.0": "§r§f\uE78A §7§oAnemone", | ||
| 834 | "entity.minecraft.tropical_fish.predefined.1": "§r§f\uE78B §7§oBlack Tang", | ||
| 835 | "entity.minecraft.tropical_fish.predefined.2": "§r§f\uE78C §7§oBlue Tang", | ||
| 836 | "entity.minecraft.tropical_fish.predefined.3": "§r§f\uE78D §7§oButterflyfish", | ||
| 837 | "entity.minecraft.tropical_fish.predefined.4": "§r§f\uE78E §7§oCichlid", | ||
| 838 | "entity.minecraft.tropical_fish.predefined.5": "§r§f\uE78F §7§oClownfish", | ||
| 839 | "entity.minecraft.tropical_fish.predefined.6": "§r§f\uE79A §7§oCotton Candy Betta", | ||
| 840 | "entity.minecraft.tropical_fish.predefined.7": "§r§f\uE79B §7§oDottyback", | ||
| 841 | "entity.minecraft.tropical_fish.predefined.8": "§r§f\uE79C §7§oEmperor Red Snapper", | ||
| 842 | "entity.minecraft.tropical_fish.predefined.9": "§r§f\uE79D §7§oGoatfish", | ||
| 843 | "entity.minecraft.tropical_fish.predefined.10": "§r§f\uE79E §7§oMoorish Idol", | ||
| 844 | "entity.minecraft.tropical_fish.predefined.11": "§r§f\uE79F §7§oOrnate Butterflyfish", | ||
| 845 | "entity.minecraft.tropical_fish.predefined.12": "§r§f\uE80A §7§oParrotfish", | ||
| 846 | "entity.minecraft.tropical_fish.predefined.13": "§r§f\uE80B §7§oQueen Angelfish", | ||
| 847 | "entity.minecraft.tropical_fish.predefined.14": "§r§f\uE80C §7§oRed Cichlid", | ||
| 848 | "entity.minecraft.tropical_fish.predefined.15": "§r§f\uE80D §7§oRed Lipped Blenny", | ||
| 849 | "entity.minecraft.tropical_fish.predefined.16": "§r§f\uE80E §7§oRed Snapper", | ||
| 850 | "entity.minecraft.tropical_fish.predefined.17": "§r§f\uE80F §7§oThreadfin", | ||
| 851 | "entity.minecraft.tropical_fish.predefined.18": "§r§f\uE81A §7§oTomato Clownfish", | ||
| 852 | "entity.minecraft.tropical_fish.predefined.19": "§r§f\uE81B §7§oTriggerfish", | ||
| 853 | "entity.minecraft.tropical_fish.predefined.20": "§r§f\uE81C §7§oYellowtail Parrotfish", | ||
| 854 | "entity.minecraft.tropical_fish.predefined.21": "§r§f\uE81D §7§oYellow Tang", | ||
| 855 | |||
| 856 | "entity.minecraft.tropical_fish.type.betty": "§r§f\uE81E §7§oBetty", | ||
| 857 | "entity.minecraft.tropical_fish.type.blockfish": "§r§f\uE81F §7§oBlockfish", | ||
| 858 | "entity.minecraft.tropical_fish.type.brinely": "§r§f\uE82A §7§oBrinely", | ||
| 859 | "entity.minecraft.tropical_fish.type.clayfish": "§r§f\uE82B §7§oClayfish", | ||
| 860 | "entity.minecraft.tropical_fish.type.dasher": "§r§f\uE82C §7§oDasher", | ||
| 861 | "entity.minecraft.tropical_fish.type.flopper": "§r§f\uE82D §7§oFlopper", | ||
| 862 | "entity.minecraft.tropical_fish.type.glitter": "§r§f\uE82E §7§oGlitter", | ||
| 863 | "entity.minecraft.tropical_fish.type.kob": "§r§f\uE82F §7§oKob", | ||
| 864 | "entity.minecraft.tropical_fish.type.snooper": "§r§f\uE83A §7§oSnooper", | ||
| 865 | "entity.minecraft.tropical_fish.type.spotty": "§r§f\uE83B §7§oSpotty", | ||
| 866 | "entity.minecraft.tropical_fish.type.stripey": "§r§f\uE83C §7§oStripey", | ||
| 867 | "entity.minecraft.tropical_fish.type.sunstreak": "§r§f\uE83D §7§oSunstreak", | ||
| 868 | |||
| 869 | ##FIREWORK ICONS | ||
| 870 | |||
| 871 | "item.minecraft.firework_star.black": "§f\uE83E§8Black", | ||
| 872 | "item.minecraft.firework_star.blue": "§f\uE83F§9Blue", | ||
| 873 | "item.minecraft.firework_star.brown": "§f\uE84A§4Brown", | ||
| 874 | "item.minecraft.firework_star.cyan": "§f\uE84B§3Cyan", | ||
| 875 | "item.minecraft.firework_star.gray": "§f\uE84C§8Gray", | ||
| 876 | "item.minecraft.firework_star.green": "§f\uE84D§2Green", | ||
| 877 | "item.minecraft.firework_star.light_blue": "§f\uE84E§bLight Blue", | ||
| 878 | "item.minecraft.firework_star.light_gray": "§f\uE84F§7Light Gray", | ||
| 879 | "item.minecraft.firework_star.lime": "§f\uE85A§aLime", | ||
| 880 | "item.minecraft.firework_star.magenta": "§f\uE85B§dMagenta", | ||
| 881 | "item.minecraft.firework_star.orange": "§f\uE85C§6Orange", | ||
| 882 | "item.minecraft.firework_star.pink": "§f\uE85D§dPink", | ||
| 883 | "item.minecraft.firework_star.purple": "§f\uE85E§5Purple", | ||
| 884 | "item.minecraft.firework_star.red": "§f\uE85F§cRed", | ||
| 885 | "item.minecraft.firework_star.white": "§f\uE86A§fWhite", | ||
| 886 | "item.minecraft.firework_star.yellow": "§f\uE86B§eYellow", | ||
| 887 | |||
| 888 | "item.minecraft.firework_star.custom_color": "§f\uE86E§7Custom", | ||
| 889 | "item.minecraft.firework_star.fade_to": "§f\uE86F", | ||
| 890 | "item.minecraft.firework_star.flicker": "§f\uE87E§7Twinkle", | ||
| 891 | "item.minecraft.firework_star.trail": "§f\uE87D§7Trail", | ||
| 892 | |||
| 893 | "item.minecraft.firework_star.shape.small_ball": "§f\uE87B§7 §oSmall Ball", | ||
| 894 | "item.minecraft.firework_star.shape.large_ball": "§f\uE87A§7 §oLarge Ball", | ||
| 895 | "item.minecraft.firework_star.shape.star": "§f\uE87C§7 §oStar", | ||
| 896 | "item.minecraft.firework_star.shape.creeper": "§f\uE86D§7 §oCreeper", | ||
| 897 | "item.minecraft.firework_star.shape.burst": "§f\uE86C§7 §oBurst", | ||
| 898 | "item.minecraft.firework_star.shape": "§f\uE87F§7 §oUnknown Shape", | ||
| 899 | |||
| 900 | ##SUBTITLES | ||
| 901 | |||
| 902 | "subtitles.ambient.cave": "", | ||
| 903 | "subtitles.block.anvil.destroy": "§7Anvil breaks", | ||
| 904 | "subtitles.block.anvil.land": "§7Anvil fell", | ||
| 905 | "subtitles.block.anvil.use": "§7Anvil use", | ||
| 906 | "subtitles.block.barrel.close": "§7Barrel Closes", | ||
| 907 | "subtitles.block.barrel.open": "§7Barrel Opens", | ||
| 908 | "subtitles.block.beacon.activate": "§7Beacon on", | ||
| 909 | "subtitles.block.beacon.ambient": "", | ||
| 910 | "subtitles.block.beacon.deactivate": "§7Beacon off", | ||
| 911 | "subtitles.block.beacon.power_select": "§7Beacon effect changes", | ||
| 912 | "subtitles.block.beehive.drip": "§aHoney dripping", | ||
| 913 | "subtitles.block.beehive.enter": "§aBee enters hive", | ||
| 914 | "subtitles.block.beehive.exit": "§aBee leaves hive", | ||
| 915 | "subtitles.block.beehive.shear": "§7Harvest Honeycomb", | ||
| 916 | "subtitles.block.beehive.work": "§aBees working", | ||
| 917 | "subtitles.block.bell.resonate": "§7Bell resonates", | ||
| 918 | "subtitles.block.bell.use": "§7Bell rings", | ||
| 919 | "subtitles.block.blastfurnace.fire_crackle": "§7Blast Furnace burns", | ||
| 920 | "subtitles.block.brewing_stand.brew": "§7Brewing Stand bubbles", | ||
| 921 | "subtitles.block.bubble_column.bubble_pop": "§7Bubbles pop", | ||
| 922 | "subtitles.block.bubble_column.upwards_ambient": "§7Bubbles flow", | ||
| 923 | "subtitles.block.bubble_column.upwards_inside": "§7Bubbles woosh", | ||
| 924 | "subtitles.block.bubble_column.whirlpool_ambient": "§7Bubbles whirl", | ||
| 925 | "subtitles.block.bubble_column.whirlpool_inside": "§7Bubbles zoom", | ||
| 926 | "subtitles.block.button.click": "§bButton §7clicks", | ||
| 927 | "subtitles.block.campfire.crackle": "§7Campfire burns", | ||
| 928 | "subtitles.block.chest.close": "Chest closes", | ||
| 929 | "subtitles.block.chest.locked": "§7Chest locks", | ||
| 930 | "subtitles.block.chest.open": "Chest opens", | ||
| 931 | "subtitles.block.chorus_flower.death": "§7Chorus Flower withers", | ||
| 932 | "subtitles.block.chorus_flower.grow": "§7Chorus Flower grows", | ||
| 933 | "subtitles.block.comparator.click": "§bComparator toggles", | ||
| 934 | "subtitles.block.composter.empty": "§7Composter empties", | ||
| 935 | "subtitles.block.composter.fill": "§7Composter fills", | ||
| 936 | "subtitles.block.composter.ready": "§bComposter ready", | ||
| 937 | "subtitles.block.conduit.activate": "§7Conduit on", | ||
| 938 | "subtitles.block.conduit.ambient": "§7Conduit pulses", | ||
| 939 | "subtitles.block.conduit.attack.target": "§7Conduit attacks", | ||
| 940 | "subtitles.block.conduit.deactivate": "§7Conduit off", | ||
| 941 | "subtitles.block.dispenser.dispense": "§bItem Dispenses", | ||
| 942 | "subtitles.block.dispenser.fail": "§bDispenser §cfails", | ||
| 943 | "subtitles.block.door.toggle": "§bDoor §7creaks", | ||
| 944 | "subtitles.block.enchantment_table.use": "§7Item enchanted", | ||
| 945 | "subtitles.block.end_portal.spawn": "§7End Portal opens", | ||
| 946 | "subtitles.block.end_portal_frame.fill": "§7Eye of Ender placed", | ||
| 947 | "subtitles.block.fence_gate.toggle": "§bFence Gate §7creaks", | ||
| 948 | "subtitles.block.fire.ambient": "§6Fire burns", | ||
| 949 | "subtitles.block.fire.extinguish": "§7Fire extinguished", | ||
| 950 | "subtitles.block.furnace.fire_crackle": "§7Furnace burns", | ||
| 951 | "subtitles.block.generic.break": "", | ||
| 952 | "subtitles.block.generic.footsteps": "§dSteps", | ||
| 953 | "subtitles.block.generic.hit": "", | ||
| 954 | "subtitles.block.generic.place": "", | ||
| 955 | "subtitles.block.grindstone.use": "§7Grindstone used", | ||
| 956 | "subtitles.block.honey_block.slide": "§7Sliding down honey", | ||
| 957 | "subtitles.block.iron_trapdoor.close": "§bTrapdoor closes", | ||
| 958 | "subtitles.block.iron_trapdoor.open": "§bTrapdoor opens", | ||
| 959 | "subtitles.block.lava.ambient": "§6Lava pops", | ||
| 960 | "subtitles.block.lava.extinguish": "§6Lava sizzles", | ||
| 961 | "subtitles.block.lever.click": "§bLever clicks", | ||
| 962 | "subtitles.block.note_block.note": "§9Note Block plays", | ||
| 963 | "subtitles.block.piston.move": "§bPiston moves", | ||
| 964 | "subtitles.block.portal.ambient": "§7Portal whooshes", | ||
| 965 | "subtitles.block.portal.travel": "§7Entered portal", | ||
| 966 | "subtitles.block.portal.trigger": "§7Portal arrived", | ||
| 967 | "subtitles.block.pressure_plate.click": "§bPressure Plate §7clicks", | ||
| 968 | "subtitles.block.pumpkin.carve": "§7Shears carve", | ||
| 969 | "subtitles.block.redstone_torch.burnout": "§bTorch burnout", | ||
| 970 | "subtitles.block.respawn_anchor.ambient": "§7Portal whooshes", | ||
| 971 | "subtitles.block.respawn_anchor.charge": "§7Anchor charges", | ||
| 972 | "subtitles.block.respawn_anchor.deplete": "§7Anchor depletes", | ||
| 973 | "subtitles.block.respawn_anchor.set_spawn": "§aSet Anchor spawn", | ||
| 974 | "subtitles.block.shulker_box.close": "§7Shulker closes", | ||
| 975 | "subtitles.block.shulker_box.open": "§7Shulker opens", | ||
| 976 | "subtitles.block.smithing_table.use": "§7Smithing Table used", | ||
| 977 | "subtitles.block.smoker.smoke": "§7Smoker burns", | ||
| 978 | "subtitles.block.trapdoor.toggle": "§bTrapdoor §7creaks", | ||
| 979 | "subtitles.block.tripwire.attach": "§bTripwire §7attaches", | ||
| 980 | "subtitles.block.tripwire.click": "§bTripwire §7activated", | ||
| 981 | "subtitles.block.tripwire.detach": "§bTripwire §cbreaks", | ||
| 982 | "subtitles.block.water.ambient": "§7Water flows", | ||
| 983 | |||
| 984 | "subtitles.enchant.thorns.hit": "§cThorns prick", | ||
| 985 | |||
| 986 | "subtitles.entity.armor_stand.fall": "§7Armor Stand fell", | ||
| 987 | "subtitles.entity.arrow.hit": "§dArrow hits", | ||
| 988 | "subtitles.entity.arrow.hit_player": "§9Player §chit", | ||
| 989 | "subtitles.entity.arrow.shoot": "§9Player §farrow fired", | ||
| 990 | "subtitles.entity.bat.ambient": "Bat screech", | ||
| 991 | "subtitles.entity.bat.death": "Bat §cdies", | ||
| 992 | "subtitles.entity.bat.hurt": "Bat §churts", | ||
| 993 | "subtitles.entity.bat.takeoff": "Bat flies", | ||
| 994 | "subtitles.entity.bee.ambient": "§aBee §fbuzzes", | ||
| 995 | "subtitles.entity.bee.death": "§aBee §cdies", | ||
| 996 | "subtitles.entity.bee.hurt": "§aBee §churts", | ||
| 997 | "subtitles.entity.bee.loop": "§aBee §fbuzzes", | ||
| 998 | "subtitles.entity.bee.loop_aggressive": "§aBee §f> §4angry", | ||
| 999 | "subtitles.entity.bee.pollinate": "§aBee §fbuzzes", | ||
| 1000 | "subtitles.entity.bee.sting": "§aBee §fstings", | ||
| 1001 | "subtitles.entity.blaze.ambient": "§6Blaze §fbreathes", | ||
| 1002 | "subtitles.entity.blaze.burn": "§6Blaze §fcrackles", | ||
| 1003 | "subtitles.entity.blaze.death": "§6Blaze §cdies", | ||
| 1004 | "subtitles.entity.blaze.hurt": "§6Blaze §churts", | ||
| 1005 | "subtitles.entity.blaze.shoot": "§6Blaze §4shoots", | ||
| 1006 | "subtitles.entity.boat.paddle_land": "§7Rowing", | ||
| 1007 | "subtitles.entity.boat.paddle_water": "§7Rowing", | ||
| 1008 | "subtitles.entity.cat.ambient": "§aCat §fmeows", | ||
| 1009 | "subtitles.entity.cat.beg_for_food": "§aCat §fbegs", | ||
| 1010 | "subtitles.entity.cat.death": "§aCat §cdies", | ||
| 1011 | "subtitles.entity.cat.eat": "§aCat §feats", | ||
| 1012 | "subtitles.entity.cat.hiss": "§aCat §4hisses", | ||
| 1013 | "subtitles.entity.cat.hurt": "§aCat §churts", | ||
| 1014 | "subtitles.entity.cat.purr": "§aCat §fpurrs", | ||
| 1015 | "subtitles.entity.chicken.ambient": "Chicken clucks", | ||
| 1016 | "subtitles.entity.chicken.death": "Chicken §cdies", | ||
| 1017 | "subtitles.entity.chicken.egg": "Chicken plops", | ||
| 1018 | "subtitles.entity.chicken.hurt": "Chicken §churts", | ||
| 1019 | "subtitles.entity.cod.death": "Cod §cdies", | ||
| 1020 | "subtitles.entity.cod.flop": "Cod flops", | ||
| 1021 | "subtitles.entity.cod.hurt": "Cod §churts", | ||
| 1022 | "subtitles.entity.cow.ambient": "Cow moos", | ||
| 1023 | "subtitles.entity.cow.death": "Cow §cdies", | ||
| 1024 | "subtitles.entity.cow.hurt": "Cow §churts", | ||
| 1025 | "subtitles.entity.cow.milk": "Cow milked", | ||
| 1026 | "subtitles.entity.creeper.death": "§6Creeper §cdies", | ||
| 1027 | "subtitles.entity.creeper.hurt": "§6Creeper §churts", | ||
| 1028 | "subtitles.entity.creeper.primed": "§6Creeper §cignites", | ||
| 1029 | "subtitles.entity.dolphin.ambient": "§aDolphin §fchirps", | ||
| 1030 | "subtitles.entity.dolphin.ambient_water": "§aDolphin §fwhistles", | ||
| 1031 | "subtitles.entity.dolphin.attack": "§aDolphin §cattacks", | ||
| 1032 | "subtitles.entity.dolphin.death": "§aDolphin §cdies", | ||
| 1033 | "subtitles.entity.dolphin.eat": "§aDolphin §feats", | ||
| 1034 | "subtitles.entity.dolphin.hurt": "§aDolphin §churts", | ||
| 1035 | "subtitles.entity.dolphin.jump": "§aDolphin §fjumps", | ||
| 1036 | "subtitles.entity.dolphin.play": "§aDolphin §fplays", | ||
| 1037 | "subtitles.entity.dolphin.splash": "§aDolphin §fsplashes", | ||
| 1038 | "subtitles.entity.dolphin.swim": "§aDolphin §fswims", | ||
| 1039 | "subtitles.entity.donkey.ambient": "Donkey hee-haws", | ||
| 1040 | "subtitles.entity.donkey.angry": "Donkey neighs", | ||
| 1041 | "subtitles.entity.donkey.chest": "Donkey Chest equips", | ||
| 1042 | "subtitles.entity.donkey.death": "Donkey §cdies", | ||
| 1043 | "subtitles.entity.donkey.eat": "Donkey eats", | ||
| 1044 | "subtitles.entity.donkey.hurt": "Donkey §churts", | ||
| 1045 | "subtitles.entity.drowned.ambient": "§6Drowned §fgroans", | ||
| 1046 | "subtitles.entity.drowned.ambient_water": "§6Drowned §fgurgles", | ||
| 1047 | "subtitles.entity.drowned.death": "§6Drowned §cdies", | ||
| 1048 | "subtitles.entity.drowned.hurt": "§6Drowned §churts", | ||
| 1049 | "subtitles.entity.drowned.shoot": "§6Drowned §4throws Trident", | ||
| 1050 | "subtitles.entity.drowned.step": "§6Drowned §fsteps", | ||
| 1051 | "subtitles.entity.drowned.swim": "§6Drowned §fswims", | ||
| 1052 | "subtitles.entity.egg.throw": "§9Egg thrown", | ||
| 1053 | "subtitles.entity.elder_guardian.ambient": "§cElder Guardian §fmoans", | ||
| 1054 | "subtitles.entity.elder_guardian.ambient_land": "§cElder Guardian §fflaps", | ||
| 1055 | "subtitles.entity.elder_guardian.curse": "§cElder Guardian §4curses", | ||
| 1056 | "subtitles.entity.elder_guardian.death": "§cElder Guardian §cdies", | ||
| 1057 | "subtitles.entity.elder_guardian.flop": "§cElder Guardian §fflops", | ||
| 1058 | "subtitles.entity.elder_guardian.hurt": "§cElder Guardian §churts", | ||
| 1059 | "subtitles.entity.ender_dragon.ambient": "§cDragon §froars", | ||
| 1060 | "subtitles.entity.ender_dragon.death": "§cDragon §cdies", | ||
| 1061 | "subtitles.entity.ender_dragon.flap": "§cDragon §fflaps", | ||
| 1062 | "subtitles.entity.ender_dragon.growl": "§cDragon §fgrowls", | ||
| 1063 | "subtitles.entity.ender_dragon.hurt": "§cDragon §churts", | ||
| 1064 | "subtitles.entity.ender_dragon.shoot": "§cDragon §4shoots", | ||
| 1065 | "subtitles.entity.ender_eye.death": "§9Eye of Ender falls", | ||
| 1066 | "subtitles.entity.ender_eye.launch": "§9Eye of Ender thrown", | ||
| 1067 | "subtitles.entity.ender_pearl.throw": "§9Ender Pearl thrown", | ||
| 1068 | "subtitles.entity.enderman.ambient": "§eEnderman §fvwoops", | ||
| 1069 | "subtitles.entity.enderman.death": "§eEnderman §cdies", | ||
| 1070 | "subtitles.entity.enderman.hurt": "§eEnderman §churts", | ||
| 1071 | "subtitles.entity.enderman.stare": "§eEnderman §4cries out", | ||
| 1072 | "subtitles.entity.enderman.teleport": "§eEnderman §4teleports", | ||
| 1073 | "subtitles.entity.endermite.ambient": "§eEndermite §fscuttles", | ||
| 1074 | "subtitles.entity.endermite.death": "§6Endermite §cdies", | ||
| 1075 | "subtitles.entity.endermite.hurt": "§6Endermite §churts", | ||
| 1076 | "subtitles.entity.evoker.ambient": "§6Evoker §fmurmurs", | ||
| 1077 | "subtitles.entity.evoker.cast_spell": "§6Evoker §4casts spell", | ||
| 1078 | "subtitles.entity.evoker.celebrate": "§6Evoker §fcheers", | ||
| 1079 | "subtitles.entity.evoker.death": "§6Evoker §cdies", | ||
| 1080 | "subtitles.entity.evoker.hurt": "§6Evoker §churts", | ||
| 1081 | "subtitles.entity.evoker.prepare_attack": "§6Evoker §f- §4attacks", | ||
| 1082 | "subtitles.entity.evoker.prepare_summon": "§6Evoker §f- §4summoning", | ||
| 1083 | "subtitles.entity.evoker.prepare_wololo": "§6Evoker §f- §4charming", | ||
| 1084 | "subtitles.entity.evoker_fangs.attack": "§cFangs §4snap", | ||
| 1085 | "subtitles.entity.experience_orb.pickup": "§9XP Gained", | ||
| 1086 | "subtitles.entity.firework_rocket.blast": "§7Firework blasts", | ||
| 1087 | "subtitles.entity.firework_rocket.launch": "§7Firework launches", | ||
| 1088 | "subtitles.entity.firework_rocket.twinkle": "§7Firework twinkles", | ||
| 1089 | "subtitles.entity.fishing_bobber.retrieve": "§9Bobber retrieved", | ||
| 1090 | "subtitles.entity.fishing_bobber.splash": "§9Fish Bites", | ||
| 1091 | "subtitles.entity.fishing_bobber.throw": "§9Bobber thrown", | ||
| 1092 | "subtitles.entity.fox.aggro": "§aFox §fangers", | ||
| 1093 | "subtitles.entity.fox.ambient": "§aFox §fsqueaks", | ||
| 1094 | "subtitles.entity.fox.bite": "§aFox §fbites", | ||
| 1095 | "subtitles.entity.fox.death": "§aFox §cdies", | ||
| 1096 | "subtitles.entity.fox.eat": "§aFox §feats", | ||
| 1097 | "subtitles.entity.fox.hurt": "§aFox §churts", | ||
| 1098 | "subtitles.entity.fox.screech": "§aFox §fscreeches", | ||
| 1099 | "subtitles.entity.fox.sleep": "§aFox §fsnores", | ||
| 1100 | "subtitles.entity.fox.sniff": "§aFox §fsniffs", | ||
| 1101 | "subtitles.entity.fox.spit": "§aFox §fspits", | ||
| 1102 | "subtitles.entity.fox.teleport": "§aFox §fteleports", | ||
| 1103 | "subtitles.entity.generic.big_fall": "§dSomething fell", | ||
| 1104 | "subtitles.entity.generic.burn": "§dBurning", | ||
| 1105 | "subtitles.entity.generic.death": "§dDying", | ||
| 1106 | "subtitles.entity.generic.drink": "§dSipping", | ||
| 1107 | "subtitles.entity.generic.eat": "§6Eating", | ||
| 1108 | "subtitles.entity.generic.explode": "§dExploding", | ||
| 1109 | "subtitles.entity.generic.extinguish_fire": "§dFire Extinguished", | ||
| 1110 | "subtitles.entity.generic.hurt": "§dSomething §cHurt", | ||
| 1111 | "subtitles.entity.generic.small_fall": "§dSomething Fell", | ||
| 1112 | "subtitles.entity.generic.splash": "§dSplashing", | ||
| 1113 | "subtitles.entity.generic.swim": "§dSwimming", | ||
| 1114 | "subtitles.entity.ghast.ambient": "§6Ghast §fcries", | ||
| 1115 | "subtitles.entity.ghast.death": "§6Ghast §cdies", | ||
| 1116 | "subtitles.entity.ghast.hurt": "§6Ghast §churts", | ||
| 1117 | "subtitles.entity.ghast.shoot": "§cGhast §4shoots", | ||
| 1118 | "subtitles.entity.guardian.ambient": "§6Guardian §fmoans", | ||
| 1119 | "subtitles.entity.guardian.ambient_land": "§6Guardian §fflaps", | ||
| 1120 | "subtitles.entity.guardian.attack": "§6Guardian §4shoots", | ||
| 1121 | "subtitles.entity.guardian.death": "§6Guardian §cdies", | ||
| 1122 | "subtitles.entity.guardian.flop": "§6Guardian §fflops", | ||
| 1123 | "subtitles.entity.guardian.hurt": "§6Guardian §churts", | ||
| 1124 | "subtitles.entity.hoglin.ambient": "§6Hoglin §fgrowls", | ||
| 1125 | "subtitles.entity.hoglin.angry": "§6Hoglin §f> §cangry", | ||
| 1126 | "subtitles.entity.hoglin.attack": "§6Hoglin §4attacks", | ||
| 1127 | "subtitles.entity.hoglin.converted_to_zombified": "§6Hoglin §fZombifies", | ||
| 1128 | "subtitles.entity.hoglin.death": "§6Hoglin §cdies", | ||
| 1129 | "subtitles.entity.hoglin.hurt": "§6Hoglin §churts", | ||
| 1130 | "subtitles.entity.hoglin.retreat": "§6Hoglin §aretreats", | ||
| 1131 | "subtitles.entity.hoglin.step": "§6Hoglin §fsteps", | ||
| 1132 | "subtitles.entity.horse.ambient": "Horse neighs", | ||
| 1133 | "subtitles.entity.horse.angry": "Horse neighs", | ||
| 1134 | "subtitles.entity.horse.armor": "Horse armor equips", | ||
| 1135 | "subtitles.entity.horse.breathe": "Horse breathes", | ||
| 1136 | "subtitles.entity.horse.death": "Horse §cdies", | ||
| 1137 | "subtitles.entity.horse.eat": "Horse eats", | ||
| 1138 | "subtitles.entity.horse.gallop": "Horse gallops", | ||
| 1139 | "subtitles.entity.horse.hurt": "Horse §churts", | ||
| 1140 | "subtitles.entity.horse.jump": "Horse jumps", | ||
| 1141 | "subtitles.entity.horse.saddle": "Saddle equips", | ||
| 1142 | "subtitles.entity.husk.ambient": "§6Husk §fgroans", | ||
| 1143 | "subtitles.entity.husk.converted_to_zombie": "§6Husk §fZombifies", | ||
| 1144 | "subtitles.entity.husk.death": "§6Husk §cdies", | ||
| 1145 | "subtitles.entity.husk.hurt": "§6Husk §churts", | ||
| 1146 | "subtitles.entity.illusioner.ambient": "§cIllusioner §fmurmurs", | ||
| 1147 | "subtitles.entity.illusioner.cast_spell": "§cIllusioner §f- §4spell", | ||
| 1148 | "subtitles.entity.illusioner.death": "§cIllusioner §cdies", | ||
| 1149 | "subtitles.entity.illusioner.hurt": "§cIllusioner §churts", | ||
| 1150 | "subtitles.entity.illusioner.mirror_move": "§cIllusioner §4displaces", | ||
| 1151 | "subtitles.entity.illusioner.prepare_blindness": "§cIllusioner §f- §4blindness", | ||
| 1152 | "subtitles.entity.illusioner.prepare_mirror": "§cIllusioner §f- §4mirror image", | ||
| 1153 | "subtitles.entity.iron_golem.attack": "§eIron Golem §4attacks", | ||
| 1154 | "subtitles.entity.iron_golem.damage": "§eIron Golem §cbreaks", | ||
| 1155 | "subtitles.entity.iron_golem.death": "§eIron Golem §cdies", | ||
| 1156 | "subtitles.entity.iron_golem.hurt": "§eIron Golem §churts", | ||
| 1157 | "subtitles.entity.iron_golem.repair": "§eIron Golem repaired", | ||
| 1158 | "subtitles.entity.item.break": "§7Tool breaks", | ||
| 1159 | "subtitles.entity.item.pickup": "§9Item get", | ||
| 1160 | "subtitles.entity.item_frame.add_item": "", | ||
| 1161 | "subtitles.entity.item_frame.break": "", | ||
| 1162 | "subtitles.entity.item_frame.place": "", | ||
| 1163 | "subtitles.entity.item_frame.remove_item": "", | ||
| 1164 | "subtitles.entity.item_frame.rotate_item": "", | ||
| 1165 | "subtitles.entity.leash_knot.break": "§bLeash breaks", | ||
| 1166 | "subtitles.entity.leash_knot.place": "§7Leash tied", | ||
| 1167 | "subtitles.entity.lightning_bolt.impact": "§7Lightning strikes", | ||
| 1168 | "subtitles.entity.lightning_bolt.thunder": "§7Thunder", | ||
| 1169 | "subtitles.entity.llama.ambient": "Llama bleats", | ||
| 1170 | "subtitles.entity.llama.angry": "Llama §f> §4angry", | ||
| 1171 | "subtitles.entity.llama.chest": "Llama Chest equips", | ||
| 1172 | "subtitles.entity.llama.death": "Llama §cdies", | ||
| 1173 | "subtitles.entity.llama.eat": "Llama eats", | ||
| 1174 | "subtitles.entity.llama.hurt": "Llama §churts", | ||
| 1175 | "subtitles.entity.llama.spit": "Llama §4spits", | ||
| 1176 | "subtitles.entity.llama.step": "Llama steps", | ||
| 1177 | "subtitles.entity.llama.swag": "Llama decorated", | ||
| 1178 | "subtitles.entity.magma_cube.death": "§6Magma Cube §cdies", | ||
| 1179 | "subtitles.entity.magma_cube.hurt": "§6Magma Cube §churts", | ||
| 1180 | "subtitles.entity.magma_cube.squish": "§6Magma Cube §fsquishes", | ||
| 1181 | "subtitles.entity.minecart.riding": "Minecart Rolls", | ||
| 1182 | "subtitles.entity.mooshroom.convert": "Mooshroom §atransforms", | ||
| 1183 | "subtitles.entity.mooshroom.eat": "Mooshroom eats", | ||
| 1184 | "subtitles.entity.mooshroom.milk": "Mooshroom milked", | ||
| 1185 | "subtitles.entity.mooshroom.suspicious_milk": "§bBrown mooshroom §fmilked", | ||
| 1186 | "subtitles.entity.mule.ambient": "Mule hee-haws", | ||
| 1187 | "subtitles.entity.mule.angry": "Mule neighs", | ||
| 1188 | "subtitles.entity.mule.chest": "Mule Chest equips", | ||
| 1189 | "subtitles.entity.mule.death": "Mule §cdies", | ||
| 1190 | "subtitles.entity.mule.eat": "Mule eats", | ||
| 1191 | "subtitles.entity.mule.hurt": "Mule §churts", | ||
| 1192 | "subtitles.entity.painting.break": "", | ||
| 1193 | "subtitles.entity.painting.place": "", | ||
| 1194 | "subtitles.entity.panda.aggressive_ambient": "Panda huffs", | ||
| 1195 | "subtitles.entity.panda.ambient": "Panda pants", | ||
| 1196 | "subtitles.entity.panda.bite": "Panda §4bites", | ||
| 1197 | "subtitles.entity.panda.cant_breed": "Panda bleats", | ||
| 1198 | "subtitles.entity.panda.death": "Panda §cdies", | ||
| 1199 | "subtitles.entity.panda.eat": "Panda eats", | ||
| 1200 | "subtitles.entity.panda.hurt": "Panda §churts", | ||
| 1201 | "subtitles.entity.panda.pre_sneeze": "Panda's nose tickles", | ||
| 1202 | "subtitles.entity.panda.sneeze": "Panda sneezes", | ||
| 1203 | "subtitles.entity.panda.step": "Panda steps", | ||
| 1204 | "subtitles.entity.panda.worried_ambient": "Panda whimpers", | ||
| 1205 | "subtitles.entity.parrot.ambient": "§aParrot §ftalks", | ||
| 1206 | "subtitles.entity.parrot.death": "§aParrot §cdies", | ||
| 1207 | "subtitles.entity.parrot.eats": "§aParrot §feats", | ||
| 1208 | "subtitles.entity.parrot.fly": "§aParrot §fflutters", | ||
| 1209 | "subtitles.entity.parrot.hurts": "§aParrot §churts", | ||
| 1210 | "subtitles.entity.parrot.imitate.blaze": "§aParrot §fbreathes", | ||
| 1211 | "subtitles.entity.parrot.imitate.creeper": "§aParrot §fhisses", | ||
| 1212 | "subtitles.entity.parrot.imitate.drowned": "§aParrot §fgurgles", | ||
| 1213 | "subtitles.entity.parrot.imitate.elder_guardian": "§aParrot §fflaps", | ||
| 1214 | "subtitles.entity.parrot.imitate.ender_dragon": "§aParrot §froars", | ||
| 1215 | "subtitles.entity.parrot.imitate.endermite": "§aParrot §fscuttles", | ||
| 1216 | "subtitles.entity.parrot.imitate.evoker": "§aParrot §fmurmurs", | ||
| 1217 | "subtitles.entity.parrot.imitate.ghast": "§aParrot §fcries", | ||
| 1218 | "subtitles.entity.parrot.imitate.guardian": "§aParrot §fmoans", | ||
| 1219 | "subtitles.entity.parrot.imitate.hoglin": "§aParrot §fgrowls", | ||
| 1220 | "subtitles.entity.parrot.imitate.husk": "§aParrot §fgroans", | ||
| 1221 | "subtitles.entity.parrot.imitate.illusioner": "§aParrot §fmurmurs", | ||
| 1222 | "subtitles.entity.parrot.imitate.magma_cube": "§aParrot §fsquishes", | ||
| 1223 | "subtitles.entity.parrot.imitate.phantom": "§aParrot §fscreeches", | ||
| 1224 | "subtitles.entity.parrot.imitate.piglin": "§aParrot §fsnorts", | ||
| 1225 | "subtitles.entity.parrot.imitate.piglin_brute": "§aParrot §fsnorts mightily", | ||
| 1226 | "subtitles.entity.parrot.imitate.pillager": "§aParrot §fmurmurs", | ||
| 1227 | "subtitles.entity.parrot.imitate.ravager": "§aParrot §fgrunts", | ||
| 1228 | "subtitles.entity.parrot.imitate.shulker": "§aParrot §flurks", | ||
| 1229 | "subtitles.entity.parrot.imitate.silverfish": "§aParrot §fhisses", | ||
| 1230 | "subtitles.entity.parrot.imitate.skeleton": "§aParrot §frattles", | ||
| 1231 | "subtitles.entity.parrot.imitate.slime": "§aParrot §fsquishes", | ||
| 1232 | "subtitles.entity.parrot.imitate.spider": "§aParrot §fhisses", | ||
| 1233 | "subtitles.entity.parrot.imitate.stray": "§aParrot §frattles", | ||
| 1234 | "subtitles.entity.parrot.imitate.vex": "§aParrot §fvexes", | ||
| 1235 | "subtitles.entity.parrot.imitate.vindicator": "§aParrot §fmutters", | ||
| 1236 | "subtitles.entity.parrot.imitate.witch": "§aParrot §fgiggles", | ||
| 1237 | "subtitles.entity.parrot.imitate.wither": "§aParrot §fangers", | ||
| 1238 | "subtitles.entity.parrot.imitate.wither_skeleton": "§aParrot §frattles", | ||
| 1239 | "subtitles.entity.parrot.imitate.zoglin": "§aParrot §fgrowls", | ||
| 1240 | "subtitles.entity.parrot.imitate.zombie": "§aParrot §fgroans", | ||
| 1241 | "subtitles.entity.parrot.imitate.zombie_villager": "§aParrot §fgroans", | ||
| 1242 | "subtitles.entity.phantom.ambient": "§6Phantom §fscreeches", | ||
| 1243 | "subtitles.entity.phantom.bite": "§6Phantom §4bites", | ||
| 1244 | "subtitles.entity.phantom.death": "§6Phantom §cdies", | ||
| 1245 | "subtitles.entity.phantom.flap": "§6Phantom §fflaps", | ||
| 1246 | "subtitles.entity.phantom.hurt": "§6Phantom §churts", | ||
| 1247 | "subtitles.entity.phantom.swoop": "§6Phantom §4swoops", | ||
| 1248 | "subtitles.entity.pig.ambient": "Pig oinks", | ||
| 1249 | "subtitles.entity.pig.death": "Pig §cdies", | ||
| 1250 | "subtitles.entity.pig.hurt": "§7Pig §churts", | ||
| 1251 | "subtitles.entity.pig.saddle": "Saddle equips", | ||
| 1252 | "subtitles.entity.piglin.admiring_item": "§6Pigman §aadmires", | ||
| 1253 | "subtitles.entity.piglin.ambient": "§6Pigman §fsnorts", | ||
| 1254 | "subtitles.entity.piglin.angry": "§6Pigman §f> §4angry", | ||
| 1255 | "subtitles.entity.piglin.celebrate": "§6Pigman §fcelebrates", | ||
| 1256 | "subtitles.entity.piglin.converted_to_zombified": "§6Pigman §fzombifies", | ||
| 1257 | "subtitles.entity.piglin.death": "§6Pigman §cdies", | ||
| 1258 | "subtitles.entity.piglin.hurt": "§6Pigman §churts", | ||
| 1259 | "subtitles.entity.piglin.jealous": "§6Pigman §fsnorts enviously", | ||
| 1260 | "subtitles.entity.piglin.retreat": "§6Pigman §aretreats", | ||
| 1261 | "subtitles.entity.piglin.step": "§6Pigman §fsteps", | ||
| 1262 | "subtitles.entity.piglin_brute.ambient": "§cBrute §fsnorts", | ||
| 1263 | "subtitles.entity.piglin_brute.angry": "§cBrute §f> §4angry", | ||
| 1264 | "subtitles.entity.piglin_brute.death": "§cBrute §cdies", | ||
| 1265 | "subtitles.entity.piglin_brute.hurt": "§cBrute §churts", | ||
| 1266 | "subtitles.entity.piglin_brute.step": "§cBrute §fsteps", | ||
| 1267 | "subtitles.entity.piglin_brute.converted_to_zombified":"§6Brute §fzombifies", | ||
| 1268 | "subtitles.entity.pillager.ambient": "§6Pillager §fmurmurs", | ||
| 1269 | "subtitles.entity.pillager.celebrate": "§6Pillager §fcheers", | ||
| 1270 | "subtitles.entity.pillager.death": "§6Pillager §cdies", | ||
| 1271 | "subtitles.entity.pillager.hurt": "§6Pillager §churts", | ||
| 1272 | "subtitles.entity.player.attack.crit": "", | ||
| 1273 | "subtitles.entity.player.attack.knockback": "", | ||
| 1274 | "subtitles.entity.player.attack.strong": "", | ||
| 1275 | "subtitles.entity.player.attack.sweep": "", | ||
| 1276 | "subtitles.entity.player.attack.weak": "", | ||
| 1277 | "subtitles.entity.player.burp": "§9Burp", | ||
| 1278 | "subtitles.entity.player.death": "§9Player §cdies", | ||
| 1279 | "subtitles.entity.player.hurt": "§9Player §churts", | ||
| 1280 | "subtitles.entity.player.hurt_drown": "§9Player §cdrowning", | ||
| 1281 | "subtitles.entity.player.hurt_on_fire": "§9Player §cburns", | ||
| 1282 | "subtitles.entity.player.levelup": "§9Level up", | ||
| 1283 | "subtitles.entity.polar_bear.ambient": "Polar Bear groans", | ||
| 1284 | "subtitles.entity.polar_bear.ambient_baby": "Polar Bear hums", | ||
| 1285 | "subtitles.entity.polar_bear.death": "Polar Bear §cdies", | ||
| 1286 | "subtitles.entity.polar_bear.hurt": "Polar Bear §churts", | ||
| 1287 | "subtitles.entity.polar_bear.warning": "Polar Bear §4roars", | ||
| 1288 | "subtitles.entity.potion.splash": "§dBottle smashes", | ||
| 1289 | "subtitles.entity.potion.throw": "§dBottle thrown", | ||
| 1290 | "subtitles.entity.puffer_fish.blow_out": "§ePufferfish §fdeflates", | ||
| 1291 | "subtitles.entity.puffer_fish.blow_up": "§ePufferfish §4inflates", | ||
| 1292 | "subtitles.entity.puffer_fish.death": "§ePufferfish §cdies", | ||
| 1293 | "subtitles.entity.puffer_fish.flop": "§ePufferfish §fflops", | ||
| 1294 | "subtitles.entity.puffer_fish.hurt": "§ePufferfish §churts", | ||
| 1295 | "subtitles.entity.puffer_fish.sting": "§ePufferfish §4stings", | ||
| 1296 | "subtitles.entity.rabbit.ambient": "§aRabbit §fsqueaks", | ||
| 1297 | "subtitles.entity.rabbit.attack": "§aRabbit §4attacks", | ||
| 1298 | "subtitles.entity.rabbit.death": "§aRabbit §cdies", | ||
| 1299 | "subtitles.entity.rabbit.hurt": "§aRabbit §churts", | ||
| 1300 | "subtitles.entity.rabbit.jump": "§aRabbit §fhops", | ||
| 1301 | "subtitles.entity.ravager.ambient": "§cRavager §fgrunts", | ||
| 1302 | "subtitles.entity.ravager.attack": "§cRavager §4bites", | ||
| 1303 | "subtitles.entity.ravager.celebrate": "§cRavager §fcheers", | ||
| 1304 | "subtitles.entity.ravager.death": "§cRavager §cdies", | ||
| 1305 | "subtitles.entity.ravager.hurt": "§cRavager §churts", | ||
| 1306 | "subtitles.entity.ravager.roar": "§cRavager §froars", | ||
| 1307 | "subtitles.entity.ravager.step": "§cRavager §fsteps", | ||
| 1308 | "subtitles.entity.ravager.stunned": "§aRavager §fstunned", | ||
| 1309 | "subtitles.entity.salmon.death": "Salmon §cdies", | ||
| 1310 | "subtitles.entity.salmon.flop": "Salmon flops", | ||
| 1311 | "subtitles.entity.salmon.hurt": "Salmon §churts", | ||
| 1312 | "subtitles.entity.sheep.ambient": "Sheep baahs", | ||
| 1313 | "subtitles.entity.sheep.death": "Sheep §cdies", | ||
| 1314 | "subtitles.entity.sheep.hurt": "Sheep §churts", | ||
| 1315 | "subtitles.entity.shulker.ambient": "§6Shulker §flurks", | ||
| 1316 | "subtitles.entity.shulker.close": "§6Shulker §fcloses", | ||
| 1317 | "subtitles.entity.shulker.death": "§6Shulker §cdies", | ||
| 1318 | "subtitles.entity.shulker.hurt": "§6Shulker §churts", | ||
| 1319 | "subtitles.entity.shulker.open": "§6Shulker §fopens", | ||
| 1320 | "subtitles.entity.shulker.shoot": "§cShulker §4shoots", | ||
| 1321 | "subtitles.entity.shulker.teleport": "§6Shulker §4teleports", | ||
| 1322 | "subtitles.entity.shulker_bullet.hit": "§6Shulker §fbullet hit", | ||
| 1323 | "subtitles.entity.shulker_bullet.hurt": "§6Shulker §abullet breaks", | ||
| 1324 | "subtitles.entity.silverfish.ambient": "§6Silverfish §fhisses", | ||
| 1325 | "subtitles.entity.silverfish.death": "§6Silverfish §cdies", | ||
| 1326 | "subtitles.entity.silverfish.hurt": "§6Silverfish §churts", | ||
| 1327 | "subtitles.entity.skeleton.ambient": "§6Skeleton §frattles", | ||
| 1328 | "subtitles.entity.skeleton.death": "§6Skeleton §cdies", | ||
| 1329 | "subtitles.entity.skeleton.hurt": "§6Skeleton §churts", | ||
| 1330 | "subtitles.entity.skeleton.shoot": "§6Skeleton §4shoots", | ||
| 1331 | "subtitles.entity.skeleton_horse.ambient": "§bSkeleton Horse §fcries", | ||
| 1332 | "subtitles.entity.skeleton_horse.death": "§bSkeleton Horse §cdies", | ||
| 1333 | "subtitles.entity.skeleton_horse.hurt": "§bSkeleton Horse §churts", | ||
| 1334 | "subtitles.entity.skeleton_horse.swim": "§bSkeleton Horse §fswims", | ||
| 1335 | "subtitles.entity.slime.attack": "§bSlime §4attacks", | ||
| 1336 | "subtitles.entity.slime.death": "§bSlime §cdies", | ||
| 1337 | "subtitles.entity.slime.hurt": "§bSlime §churts", | ||
| 1338 | "subtitles.entity.slime.squish": "§bSlime §fsquishes", | ||
| 1339 | "subtitles.entity.snow_golem.death": "§bSnow Golem §cdies", | ||
| 1340 | "subtitles.entity.snow_golem.hurt": "§bSnow Golem §churts", | ||
| 1341 | "subtitles.entity.snowball.throw": "§dSnowball thrown", | ||
| 1342 | "subtitles.entity.spider.ambient": "§6Spider §fhisses", | ||
| 1343 | "subtitles.entity.spider.death": "§6Spider §cdies", | ||
| 1344 | "subtitles.entity.spider.hurt": "§6Spider §churts", | ||
| 1345 | "subtitles.entity.squid.ambient": "Squid swims", | ||
| 1346 | "subtitles.entity.squid.death": "Squid §cdies", | ||
| 1347 | "subtitles.entity.squid.hurt": "Squid §churts", | ||
| 1348 | "subtitles.entity.squid.squirt": "Squid inks", | ||
| 1349 | "subtitles.entity.stray.ambient": "§6Stray §frattles", | ||
| 1350 | "subtitles.entity.stray.death": "§6Stray §cdies", | ||
| 1351 | "subtitles.entity.stray.hurt": "§6Stray §churts", | ||
| 1352 | "subtitles.entity.strider.death": "Strider §cdies", | ||
| 1353 | "subtitles.entity.strider.eat": "Strider eats", | ||
| 1354 | "subtitles.entity.strider.happy": "Strider warbles", | ||
| 1355 | "subtitles.entity.strider.hurt": "Strider §churts", | ||
| 1356 | "subtitles.entity.strider.idle": "Strider chirps", | ||
| 1357 | "subtitles.entity.strider.retreat": "Strider retreats", | ||
| 1358 | "subtitles.entity.tnt.primed": "§cTNT ignited", | ||
| 1359 | "subtitles.entity.tropical_fish.death": "Tropical Fish §cdies", | ||
| 1360 | "subtitles.entity.tropical_fish.flop": "Tropical Fish flops", | ||
| 1361 | "subtitles.entity.tropical_fish.hurt": "Tropical Fish §churts", | ||
| 1362 | "subtitles.entity.turtle.ambient_land": "Turtle chirps", | ||
| 1363 | "subtitles.entity.turtle.death": "Turtle §cdies", | ||
| 1364 | "subtitles.entity.turtle.death_baby": "§aBaby turtle §cdies", | ||
| 1365 | "subtitles.entity.turtle.egg_break": "Turtle Egg breaks", | ||
| 1366 | "subtitles.entity.turtle.egg_crack": "Turtle Egg cracks", | ||
| 1367 | "subtitles.entity.turtle.egg_hatch": "Turtle Egg hatches", | ||
| 1368 | "subtitles.entity.turtle.hurt": "Turtle §churts", | ||
| 1369 | "subtitles.entity.turtle.hurt_baby": "Baby Turtle §churts", | ||
| 1370 | "subtitles.entity.turtle.lay_egg": "Turtle lays egg", | ||
| 1371 | "subtitles.entity.turtle.shamble": "Turtle shambles", | ||
| 1372 | "subtitles.entity.turtle.shamble_baby": "§aBaby Turtle §fshambles", | ||
| 1373 | "subtitles.entity.turtle.swim": "Turtle swims", | ||
| 1374 | "subtitles.entity.vex.ambient": "§6Vex vexes", | ||
| 1375 | "subtitles.entity.vex.charge": "§cVex shrieks", | ||
| 1376 | "subtitles.entity.vex.death": "Vex §cdies", | ||
| 1377 | "subtitles.entity.vex.hurt": "Vex §churts", | ||
| 1378 | "subtitles.entity.villager.ambient": "§bVillager §fmumbles", | ||
| 1379 | "subtitles.entity.villager.celebrate": "§bVillager §fcheers", | ||
| 1380 | "subtitles.entity.villager.death": "§bVillager §cdies", | ||
| 1381 | "subtitles.entity.villager.hurt": "§bVillager §churts", | ||
| 1382 | "subtitles.entity.villager.no": "§bVillager §fdisagrees", | ||
| 1383 | "subtitles.entity.villager.trade": "§bVillager §ftrades", | ||
| 1384 | "subtitles.entity.villager.work_armorer": "§7Armorer works", | ||
| 1385 | "subtitles.entity.villager.work_butcher": "§7Butcher works", | ||
| 1386 | "subtitles.entity.villager.work_cartographer": "§7Cartographer works", | ||
| 1387 | "subtitles.entity.villager.work_cleric": "§7Cleric works", | ||
| 1388 | "subtitles.entity.villager.work_farmer": "§7Farmer works", | ||
| 1389 | "subtitles.entity.villager.work_fisherman": "§7Fisherman works", | ||
| 1390 | "subtitles.entity.villager.work_fletcher": "§7Fletcher works", | ||
| 1391 | "subtitles.entity.villager.work_leatherworker": "§7Leatherworker works", | ||
| 1392 | "subtitles.entity.villager.work_librarian": "§7Librarian works", | ||
| 1393 | "subtitles.entity.villager.work_mason": "§7Mason works", | ||
| 1394 | "subtitles.entity.villager.work_shepherd": "§7Shepherd works", | ||
| 1395 | "subtitles.entity.villager.work_toolsmith": "§7Toolsmith works", | ||
| 1396 | "subtitles.entity.villager.work_weaponsmith": "§7Weaponsmith works", | ||
| 1397 | "subtitles.entity.villager.yes": "§bVillager §fagrees", | ||
| 1398 | "subtitles.entity.vindicator.ambient": "§6Vindicator §fmutters", | ||
| 1399 | "subtitles.entity.vindicator.celebrate": "§6Vindicator §fcheers", | ||
| 1400 | "subtitles.entity.vindicator.death": "§6Vindicator §cdies", | ||
| 1401 | "subtitles.entity.vindicator.hurt": "§6Vindicator §churts", | ||
| 1402 | "subtitles.entity.wandering_trader.ambient": "§aTrader §fmumbles", | ||
| 1403 | "subtitles.entity.wandering_trader.death": "§aTrader §cdies", | ||
| 1404 | "subtitles.entity.wandering_trader.disappeared": "§aTrader §cdisappears", | ||
| 1405 | "subtitles.entity.wandering_trader.drink_milk": "§aTrader §fdrinks milk", | ||
| 1406 | "subtitles.entity.wandering_trader.drink_potion": "§aTrader §fdrinks potion", | ||
| 1407 | "subtitles.entity.wandering_trader.hurt": "§aTrader §churts", | ||
| 1408 | "subtitles.entity.wandering_trader.no": "§aTrader §fdisagrees", | ||
| 1409 | "subtitles.entity.wandering_trader.reappeared": "§aTrader §aappears", | ||
| 1410 | "subtitles.entity.wandering_trader.trade": "§aTrader §ftrades", | ||
| 1411 | "subtitles.entity.wandering_trader.yes": "§aTrader §fagrees", | ||
| 1412 | "subtitles.entity.witch.ambient": "§6Witch §fgiggles", | ||
| 1413 | "subtitles.entity.witch.celebrate": "§6Witch §fcheers", | ||
| 1414 | "subtitles.entity.witch.death": "§6Witch §cdies", | ||
| 1415 | "subtitles.entity.witch.drink": "§6Witch §4drinks", | ||
| 1416 | "subtitles.entity.witch.hurt": "§6Witch §churts", | ||
| 1417 | "subtitles.entity.witch.throw": "§6Witch §4throws", | ||
| 1418 | "subtitles.entity.wither.ambient": "§cWither §4angers", | ||
| 1419 | "subtitles.entity.wither.death": "§cWither §cdies", | ||
| 1420 | "subtitles.entity.wither.hurt": "§cWither §churts", | ||
| 1421 | "subtitles.entity.wither.shoot": "§cWither §4attacks", | ||
| 1422 | "subtitles.entity.wither.spawn": "§cWither §4released", | ||
| 1423 | "subtitles.entity.wither_skeleton.ambient": "§6Wither Skeleton §frattles", | ||
| 1424 | "subtitles.entity.wither_skeleton.death": "§6Wither Skeleton §cdies", | ||
| 1425 | "subtitles.entity.wither_skeleton.hurt": "§6Wither Skeleton §churts", | ||
| 1426 | "subtitles.entity.wolf.ambient": "§aWolf §fpants", | ||
| 1427 | "subtitles.entity.wolf.death": "§aWolf §cdies", | ||
| 1428 | "subtitles.entity.wolf.growl": "§aWolf §4growls", | ||
| 1429 | "subtitles.entity.wolf.hurt": "§aWolf §churts", | ||
| 1430 | "subtitles.entity.wolf.shake": "§aWolf §fshakes", | ||
| 1431 | "subtitles.entity.zoglin.ambient": "§6Zoglin growls", | ||
| 1432 | "subtitles.entity.zoglin.angry": "§6Zoglin §f> §cangry", | ||
| 1433 | "subtitles.entity.zoglin.attack": "§6Zoglin §4attacks", | ||
| 1434 | "subtitles.entity.zoglin.death": "§6Zoglin §cdies", | ||
| 1435 | "subtitles.entity.zoglin.hurt": "§6Zoglin §churts", | ||
| 1436 | "subtitles.entity.zoglin.step": "§6Zoglin §fsteps", | ||
| 1437 | "subtitles.entity.zombie.ambient": "§6Zombie §fgroans", | ||
| 1438 | "subtitles.entity.zombie.attack_wooden_door": "§cDoor shakes", | ||
| 1439 | "subtitles.entity.zombie.converted_to_drowned": "§6Zombie §bdrowns", | ||
| 1440 | "subtitles.entity.zombie.break_wooden_door": "§cDoor breaks", | ||
| 1441 | "subtitles.entity.zombie.death": "§6Zombie §cdies", | ||
| 1442 | "subtitles.entity.zombie.destroy_egg": "§cTurtle Egg stomped", | ||
| 1443 | "subtitles.entity.zombie.hurt": "§6Zombie §churts", | ||
| 1444 | "subtitles.entity.zombie.infect": "§6Zombie §cinfects", | ||
| 1445 | "subtitles.entity.zombie_horse.ambient": "§aZombie Horse §fcries", | ||
| 1446 | "subtitles.entity.zombie_horse.death": "§aZombie Horse §cdies", | ||
| 1447 | "subtitles.entity.zombie_horse.hurt": "§aZombie Horse §churts", | ||
| 1448 | "subtitles.entity.zombie_villager.ambient": "§6Zombie §bVillager §fgroans", | ||
| 1449 | "subtitles.entity.zombie_villager.converted": "§6Zombie §bVillager §fcured", | ||
| 1450 | "subtitles.entity.zombie_villager.cure": "§6Zombie §bVillager §fcuring", | ||
| 1451 | "subtitles.entity.zombie_villager.death": "§6Zombie §bVillager §cdies", | ||
| 1452 | "subtitles.entity.zombie_villager.hurt": "§6Zombie §bVillager §churts", | ||
| 1453 | "subtitles.entity.zombified_piglin.ambient": "§eZombie Pigman §fgrunts", | ||
| 1454 | "subtitles.entity.zombified_piglin.angry": "§eZombie Pigman §f> §cangry", | ||
| 1455 | "subtitles.entity.zombified_piglin.death": "§eZombie Pigman §cdies", | ||
| 1456 | "subtitles.entity.zombified_piglin.hurt": "§eZombie Pigman §churts", | ||
| 1457 | |||
| 1458 | "subtitles.entity.glow_squid.ambient": "Glow Squid swims", | ||
| 1459 | "subtitles.entity.glow_squid.death": "Glow Squid §cdies", | ||
| 1460 | "subtitles.entity.glow_squid.hurt": "Glow Squid §churts", | ||
| 1461 | "subtitles.entity.glow_squid.squirt": "Glow Squid shoots ink", | ||
| 1462 | |||
| 1463 | "subtitles.entity.glow_item_frame.add_item": "Glow Item Frame fills", | ||
| 1464 | "subtitles.entity.glow_item_frame.break": "Glow Item Frame breaks", | ||
| 1465 | "subtitles.entity.glow_item_frame.place": "Glow Item Frame placed", | ||
| 1466 | "subtitles.entity.glow_item_frame.remove_item": "Glow Item Frame empties", | ||
| 1467 | "subtitles.entity.glow_item_frame.rotate_item": "Glow Item Frame clicks", | ||
| 1468 | "subtitles.item.glow_ink_sac.use": "Glow Ink Sac splotches", | ||
| 1469 | "subtitles.item.ink_sac.use": "Ink Sac splotches", | ||
| 1470 | |||
| 1471 | "subtitles.block.amethyst_block.chime": "Amethyst chimes", | ||
| 1472 | "subtitles.block.big_dripleaf.tilt_down": "Dripleaf tilts down", | ||
| 1473 | "subtitles.block.big_dripleaf.tilt_up": "Dripleaf tilts up", | ||
| 1474 | "subtitles.item.spyglass.use": "Spyglass expands", | ||
| 1475 | "subtitles.item.spyglass.stop_using": "Spyglass retracts", | ||
| 1476 | |||
| 1477 | "subtitles.entity.goat.ambient": "§aGoat §fbleats", | ||
| 1478 | "subtitles.entity.goat.screaming.ambient": "§aGoat §bscreams", | ||
| 1479 | "subtitles.entity.goat.death": "§aGoat §cdies", | ||
| 1480 | "subtitles.entity.goat.eat": "§aGoat §feats", | ||
| 1481 | "subtitles.entity.goat.horn_break": "§aGoat §fHorn breaks off", | ||
| 1482 | "subtitles.entity.goat.hurt": "§aGoat §churts", | ||
| 1483 | "subtitles.entity.goat.long_jump": "§aGoat §fleaps", | ||
| 1484 | "subtitles.entity.goat.milk": "§aGoat §fgets milked", | ||
| 1485 | "subtitles.entity.goat.prepare_ram": "§aGoat §fstomps", | ||
| 1486 | "subtitles.entity.goat.ram_impact": "§aGoat §frams", | ||
| 1487 | "subtitles.entity.goat.step": "§aGoat §fsteps", | ||
| 1488 | "subtitles.item.goat_horn.play": "Goat Horn plays", | ||
| 1489 | |||
| 1490 | "subtitles.entity.allay.death": "§aAllay §cdies", | ||
| 1491 | "subtitles.entity.allay.hurt": "§aAllay §churts", | ||
| 1492 | "subtitles.entity.allay.ambient_with_item": "§aAllay §fseeks", | ||
| 1493 | "subtitles.entity.allay.ambient_without_item": "§aAllay §fyearns", | ||
| 1494 | "subtitles.entity.allay.item_given": "§aAllay §fchortles", | ||
| 1495 | "subtitles.entity.allay.item_taken": "§aAllay §fallays", | ||
| 1496 | "subtitles.entity.allay.item_thrown": "§aAllay §ftosses", | ||
| 1497 | |||
| 1498 | "subtitles.entity.axolotl.attack": "§aAxolotl §fattacks", | ||
| 1499 | "subtitles.entity.axolotl.death": "§aAxolotl §cdies", | ||
| 1500 | "subtitles.entity.axolotl.hurt": "§aAxolotl §churts", | ||
| 1501 | "subtitles.entity.axolotl.idle_air": "§aAxolotl §fchirps", | ||
| 1502 | "subtitles.entity.axolotl.idle_water": "§aAxolotl §fchirps", | ||
| 1503 | "subtitles.entity.axolotl.splash": "§aAxolotl §fsplashes", | ||
| 1504 | "subtitles.entity.axolotl.swim": "§aAxolotl §fswims", | ||
| 1505 | |||
| 1506 | "subtitles.entity.frog.ambient": "§aFrog §fcroaks", | ||
| 1507 | "subtitles.entity.frog.death": "§aFrog §cdies", | ||
| 1508 | "subtitles.entity.frog.eat": "§aFrog §feats", | ||
| 1509 | "subtitles.entity.frog.hurt": "§aFrog §churts", | ||
| 1510 | "subtitles.entity.frog.lay_spawn": "§aFrog §blays spawn", | ||
| 1511 | "subtitles.entity.frog.long_jump": "§aFrog §fjumps", | ||
| 1512 | "subtitles.item.bucket.fill_tadpole": "Tadpole captured", | ||
| 1513 | |||
| 1514 | "subtitles.entity.warden.roar": "§cWarden §croars", | ||
| 1515 | "subtitles.entity.warden.sniff": "§cWarden §fsniffs", | ||
| 1516 | "subtitles.entity.warden.emerge": "§cWarden §cemerges", | ||
| 1517 | "subtitles.entity.warden.dig": "§cWarden §fdigs", | ||
| 1518 | "subtitles.entity.warden.hurt": "§cWarden §fhurts", | ||
| 1519 | "subtitles.entity.warden.death": "§cWarden §adies", | ||
| 1520 | "subtitles.entity.warden.step": "§cWarden §fsteps", | ||
| 1521 | "subtitles.entity.warden.listening": "§cWarden §ftakes notice", | ||
| 1522 | "subtitles.entity.warden.listening_angry": "§cWarden §flistens angrily", | ||
| 1523 | "subtitles.entity.warden.heartbeat": "§cWarden's §fheart beats", | ||
| 1524 | "subtitles.entity.warden.attack_impact": "§cWarden §flands hit", | ||
| 1525 | "subtitles.entity.warden.tendril_clicks": "§cWarden's §ftendrils click", | ||
| 1526 | "subtitles.entity.warden.angry": "§cWarden §crages", | ||
| 1527 | "subtitles.entity.warden.agitated": "§cWarden §fgroans angrily", | ||
| 1528 | "subtitles.entity.warden.ambient": "§cWarden §fwhines", | ||
| 1529 | "subtitles.entity.warden.nearby_close": "§cWarden §fapproaches", | ||
| 1530 | "subtitles.entity.warden.nearby_closer": "§cWarden §fadvances", | ||
| 1531 | "subtitles.entity.warden.nearby_closest": "§cWarden §fdraws close", | ||
| 1532 | "subtitles.entity.warden.sonic_charge": "§cWarden §ccharges", | ||
| 1533 | "subtitles.entity.warden.sonic_boom": "§cWarden §cbooms", | ||
| 1534 | |||
| 1535 | "subtitles.item.armor.equip": "§7Gear equips", | ||
| 1536 | "subtitles.item.armor.equip_chain": "§7Chain armor jingles", | ||
| 1537 | "subtitles.item.armor.equip_diamond": "§7Diamond armor clangs", | ||
| 1538 | "subtitles.item.armor.equip_elytra": "§7Elytra rustle", | ||
| 1539 | "subtitles.item.armor.equip_gold": "§7Gold armor clinks", | ||
| 1540 | "subtitles.item.armor.equip_iron": "§7Iron armor clanks", | ||
| 1541 | "subtitles.item.armor.equip_leather": "§7Leather armor rustles", | ||
| 1542 | "subtitles.item.armor.equip_netherite": "§7Netherite armor clanks", | ||
| 1543 | "subtitles.item.armor.equip_turtle": "§7Turtle Shell thunks", | ||
| 1544 | "subtitles.item.axe.strip": "§7Axe scrapes", | ||
| 1545 | "subtitles.item.berries.pick": "§7Berries pop", | ||
| 1546 | "subtitles.item.book.page_turn": "§7Page rustles", | ||
| 1547 | "subtitles.item.book.put": "§7Book thumps", | ||
| 1548 | "subtitles.item.bottle.empty": "§7Bottle empties", | ||
| 1549 | "subtitles.item.bottle.fill": "§7Bottle fills", | ||
| 1550 | "subtitles.item.bucket.empty": "§7Bucket empties", | ||
| 1551 | "subtitles.item.bucket.fill": "§7Bucket fills", | ||
| 1552 | "subtitles.item.bucket.fill_fish": "§7Fish captured", | ||
| 1553 | "subtitles.item.chorus_fruit.teleport": "§7Player teleports", | ||
| 1554 | "subtitles.item.crop.plant": "§7Crop planted", | ||
| 1555 | "subtitles.item.crossbow.charge": "§dCrossbow reloading", | ||
| 1556 | "subtitles.item.crossbow.hit": "§dArrow hits", | ||
| 1557 | "subtitles.item.crossbow.load": "§dCrossbow loads", | ||
| 1558 | "subtitles.item.crossbow.shoot": "§dCrossbow fires", | ||
| 1559 | "subtitles.item.firecharge.use": "§7Fireball whooshes", | ||
| 1560 | "subtitles.item.flintandsteel.use": "§7Flint and Steel clicks", | ||
| 1561 | "subtitles.item.hoe.till": "§7Tilling", | ||
| 1562 | "subtitles.item.honey_bottle.drink": "§9Gulping", | ||
| 1563 | "subtitles.item.lodestone_compass.lock": "§bLodestone Compass Set", | ||
| 1564 | "subtitles.item.nether_wart.plant": "§7Warts planted", | ||
| 1565 | "subtitles.item.shears.shear": "§7Shears", | ||
| 1566 | "subtitles.item.shield.block": "§7Shield blocks", | ||
| 1567 | "subtitles.item.shovel.flatten": "§7Shovel flattens", | ||
| 1568 | "subtitles.item.totem.use": "§aTotem activates", | ||
| 1569 | "subtitles.item.trident.hit": "§dTrident stabs", | ||
| 1570 | "subtitles.item.trident.hit_ground": "§dTrident lands", | ||
| 1571 | "subtitles.item.trident.return": "§7Trident returns", | ||
| 1572 | "subtitles.item.trident.riptide": "§7Trident zooms", | ||
| 1573 | "subtitles.item.trident.throw": "§7Trident clangs", | ||
| 1574 | "subtitles.item.trident.thunder": "§7Trident thunder cracks", | ||
| 1575 | |||
| 1576 | "subtitles.event.raid.horn": "§cOminous horn blares", | ||
| 1577 | "subtitles.particle.soul_escape": "§7Soul escapes", | ||
| 1578 | "subtitles.ui.cartography_table.take_result": "§7Map drawn", | ||
| 1579 | "subtitles.ui.loom.take_result": "§7Loom used", | ||
| 1580 | "subtitles.ui.stonecutter.take_result": "§7Stonecutter used", | ||
| 1581 | "subtitles.weather.rain": "" | ||
| 1582 | |||
| 1583 | |||
| 1584 | } | ||