Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-102683

"Elder Guardian Flops" showed as "Guardian Flops" in subtitles

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Minecraft 16w21b, Minecraft 1.10 Pre-Release 1, Minecraft 1.10.2, Minecraft 16w32a, Minecraft 16w32b, Minecraft 16w33a, Minecraft 16w35a, Minecraft 16w36a, Minecraft 16w38a, Minecraft 16w40a
    • None
    • MacBook Pro (Retina 13-inch、Early 2015)
      OS X El Capitan 10.11.5
      2.7 GHz Intel Core i5
      16 GB 1867 MHz DDR3
      Intel Iris Graphics 6100 1536 MB
    • Confirmed

      subtitles.entity.elder_guardian.flop=Elder Guardian flops

      is not used in game. Instead,

      subtitles.entity.guardian.flop=Guardian flops

      is used.

      This is because there is no such sound event called

      entity.elder_guardian.flop

      and is not separated either in the sounds.json file. To fix this, simply add the sound event. Also, this should be added in the sounds.json file.

      ...
        "entity.elder_guardian.flop": {
          "sounds": [
            "mob/guardian/flop1",
            "mob/guardian/flop2",
            "mob/guardian/flop3",
            "mob/guardian/flop4"
          ],
          "subtitle": "subtitles.entity.elder_guardian.flop"
        },
      ...
      

            grum [Mojang] Grum (Erik Broes)
            SaziumR Roy Sajima
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: