Tinkers Construct

Tinkers Construct

160M Downloads

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

commented

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.

2021-04-16_01 39 29
2021-04-16_01 39 31
2021-04-16_01 39 42
2021-04-16_01 39 42_2

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

commented

Fixed in 3.1.3.271, let me know if I missed anything