We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
equip: works, but volume: adjusts the pitch and pitch: adjusts the volume. advancedEquip: and unequip: do not appear to function at all.
equip:
volume:
pitch:
advancedEquip:
unequip:
Example config:
sounds: equip: enabled: true sound: "block_beacon_activate" volume: 2 # This is adjusting the pitch pitch: 1 advancedEquip: enabled: true sound: "block_beacon_activate" volume: 1 pitch: 1 unequip: enabled: true sound: "block_beacon_deactivate" volume: 1 pitch: 1
The text was updated successfully, but these errors were encountered:
They all use sounds.equip.enabled here. Changing these to the correct values fixes advancedEquip, but unequip, volume and pitch are still broken.
sounds.equip.enabled
advancedEquip
unequip
volume
pitch
Sorry, something went wrong.
Should be a super simple fix.
74786ee
No branches or pull requests
equip:
works, butvolume:
adjusts the pitch andpitch:
adjusts the volume.advancedEquip:
andunequip:
do not appear to function at all.Example config:
The text was updated successfully, but these errors were encountered: