Backpacked (Fabric)

Backpacked (Fabric)

1M Downloads

Show Correct Subtitle when the Backpack is Equipped

cmplstofB opened this issue · 1 comments

commented

Currently, a player equipped the backpack will see the subtitle “Leather armor rustles” (strictly speaking, the corresponding string for the translation key subtitles.item.armor.equip_leather).

entity.playSound(SoundEvents.ARMOR_EQUIP_LEATHER, 1.0F, 1.0F);

This might confuse a player because hi/she is equipping the Backpack, not the Armor.

I suggest to create new subtitle ID, such as subtitle.backpacked.backpack.equip.

commented

Unfortunately, the subtitle is tied to the sound and cannot be changed. I would have create my own sound, which is something I may consider for the 3.0.0 version of the mod.