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

Kelp (non-top block), tall sea grass, and bubble columns are missing the translation strings

XMLWordPrintable

    • Confirmed

      This can be seen in CanPlaceOn and CanDestroy tags.

      /give @s stone{CanPlaceOn:["kelp","tall_sea_grass","bubble_column"]}
      

      This can be fixed by adding the following to the lang file:

      "block.minecraft.kelp": "Kelp",
      "block.minecraft.tall_sea_grass": "Tall Sea Grass",
      "block.minecraft.bubble_column": "Bubble Column",
      

      This would cause kelp and kelp_top to share the same string value, in order to fix that, change "block.minecraft.kelp_top": "Kelp" to "block.minecraft.kelp_top": "Kelp Top" this will result in the item name changing though, changing the item id to kelp would fix that in turn.

            FruBasilicum [Mojang] Agnes Larsson
            NoUser No User
            Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: