mojira.dev
MC-125311

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

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.

Linked issues

Attachments

Comments 3

Play Dash Number f800f8 000000

Screenshot of bugged Coral Plant names:

[media]

Fixed for coral plants in 18w10b

The kelp item is a block item corresponding to the kelp top block, so it should have the kelp_top id. I instead did it like this:
"block.minecraft.kelp": "Kelp Base",
"block.minecraft.kelp_top": "Kelp"

[Mod] redstonehelper

No User

Agnes Larsson

Confirmed

bubble_column, kelp, tall_sea_grass

Minecraft 18w07a, Minecraft 18w07c, Minecraft 18w10a

Minecraft 18w14a

Retrieved