serviam
- serviam
- JIRAUSER774121
- America/Argentina/Buenos_Aires
- Yes
- No
In a language file (such as en_us.json in minecraft/lang), there are some lines referring to the Boats with Chests, for each wood type, and Resource Packs can edit the names of each identifier freely. However, the change affect
sboth the tooltip of the chest boats (when hovering over the chest boat item in the inventory) and the container guis (upon pressing the inventory key when sitting on a chest boat).This is an issue because Resource Packs may want to edit by default the name of a chest boat as it shows on the container but not on the tooltip (or viceversa), for accessibility, appearance or any other reason.
Attached is a screenshot which shows the result when I edit the name of the cherry chest boat like this:
"item.minecraft.cherry_chest_boat": "§0§lCherry Boat with Chest",It looks fine on the container gui, but it's barely visible on the tooltip, because the background is black.
Thank you!
In a language file (such as en_us.json in minecraft/lang), there are some lines referring to the Boats with Chests, for each wood type, and Resource Packs can edit the names of each identifier freely. However, the changes affect both the tooltip of the chest boats (when hovering over the chest boat item in the inventory) and the container guis (upon pressing the inventory key when sitting on a chest boat).
This is an issue because Resource Packs may want to edit by default the name of a chest boat as it shows on the container but not on the tooltip (or viceversa), for accessibility, appearance or any other reason.
Attached is a screenshot which shows the result when I edit the name of the cherry chest boat like this:
"item.minecraft.cherry_chest_boat": "§0§lCherry Boat with Chest",It looks fine on the container gui, but it's barely visible on the tooltip, because the background is black.
Thank you!
In a language file (such as en_us.json in assets/minecraft/lang), there are some lines referring to the Boats with Chests, for each wood type, and Resource Packs can edit the names of each identifier freely. However, the changes affect both the tooltip of the chest boats (when hovering over the chest boat item in the inventory) and the container guis (upon pressing the inventory key when sitting on a chest boat).
This is an issue because Resource Packs may want to edit by default the name of a chest boat as it shows on the container but not on the tooltip (or viceversa), for accessibility, appearance or any other reason.
Attached is a screenshot which shows the result when I edit the name of the cherry chest boat like this:
"item.minecraft.cherry_chest_boat": "§0§lCherry Boat with Chest",It looks fine on the container gui, but it's barely visible on the tooltip, because the background is black.
Thank you!
In a language file (such as en_us.json in assets/minecraft/lang), there are some lines referring to the Boats with Chests, for each wood type, and Resource Packs can edit the names of each identifier freely. However, the changes affect both the tooltip of the chest boats (when hovering over the chest boat item in the inventory) and the container guis (upon pressing the inventory key when sitting on a chest boat).
This is an issue because Resource Packs may want to edit by default the name ofachest boatas it shows on the container but not on the tooltip (or viceversa), for accessibility, appearance or any other reason.Attached is a screenshot which shows the result when I edit the name of the cherry chest boat like this:
"item.minecraft.cherry_chest_boat": "§0§lCherry Boat with Chest",
It looks fine on the container gui, but it'sbarely visible on the tooltip, because the background is black.Thank you!
When I edit the name of the cherry chest boat like this (adding a bold style and a black color):
"item.minecraft.cherry_chest_boat": "§0§lCherry Boat with Chest",This happens, because the identifiers are shared between both parts:
This doesn't happen with a normal chest, because there are identifiers for both "block.minecraft.chest" and "container.chest", which allows for them to be changed freely and separately:
Thank you!
When I edit the name of the cherry chest boat like this (adding a bold style and a black color):
"item.minecraft.cherry_chest_boat": "§0§lCherry Boat with Chest",This happens, because the identifiers are shared between both parts:
This doesn't happen with a normal chest, because there are identifiers for both "block.minecraft.chest" and "container.chest", which allows for them to be changed freely and separately:
Thank you!
When
Iedit the name ofthe cherrychest boatlike this (adding a bold style and a black color):"item.minecraft.cherry_chest_boat": "§0§lCherry Boat with Chest",This happens, because the identifiers are shared between both parts:
This doesn't happen with a normal chest, because there are identifiers for both "block.minecraft.chest" and "container.chest", which allows for them to be changed freely and separately:
Thank you!
When you edit the name of a chest boat in the lang file, it affects its name on the inventory UI name and on its tooltip. There is only one identifier that is used for both parts.
In this example, I changed the name of the cherry chest boat adding a bold style and a black color, like this:
"item.minecraft.cherry_chest_boat": "§0§lCherry Boat with Chest",And this is the result:
This doesn't happen with a normal chest, because there are identifiers for both "block.minecraft.chest" and "container.chest", which allows for them to be changed freely and separately:
Thank you!

