![CERBON's Better Beacons [Forge | Fabric | NeoForge]](https://media.forgecdn.net/avatars/thumbnails/887/38/256/256/638323899873399879.png)
[BUG/ISSUE] Some translateables are not applied
donmor opened this issue ยท 0 comments
Before submitting the issue
- I have checked that the bug is not a duplicate or, if it is, it needs to be reopened
- I have checked that I am running the latest version of Better Beacons Mod
- I have checked the FAQ section for solutions
- I have read the contributing guidelines and I agree with the Code of Conduct
Loader, loader version and minecraft version
Forge 47.3.12, Minecraft 1.20.1
Describe the bug
These three translateables are not applied to the GUI:
block.minecraft.beacon.better_beacons.confirm_button.tooltip
block.minecraft.beacon.better_beacons.cancel_button_remove_effects.tooltip
block.minecraft.beacon.better_beacons.cancel_button_close_container.tooltip
which should be applied to confirm/cancel buttons. Other translateables are fine.
To reproduce
Steps to reproduce the behavior:
- Create a resources pack with
assets/better_beacons/lang/xx_xx.json
- Localize all translateables
- Add the resources pack to the game
- Open the beacom GUI, all texts have been localized except the confirm/cancel button tooltip.
Expected behavior
The confirm/cancel buttons have localized tooltip.