The sound event for equipping slime boots reuses the slime block placement sound event instead of using a unique sound event, causing incorrect subtitles
muzikbike opened this issue ยท 1 comments
The subtitle produced is "Block placed", which is obviously incorrect due to the fact that this action doesn't place a block. Compare the sound event for equipping vanilla armor.
This could be fixed by creating a new dedicated sound event, still pointing to the same sound files that the old sound event does, but to a new, actually correct translatable subtitle string.
- Minecraft: 1.16.5
- Forge: 36.1.0
- Mantle: 1.6.92
- Tinkers Construct: 3.0.2.96
Confirmed
Can it be reproduced with just Tinkers Construct? If not, list the other mods required to reproduce the issue.
Almost certaintly