Update 1.0a2:
- Added possibility to define pickup sounds and hotbar scroll sounds for each item from config.
- Added option to display items picked up as a toast announcement.
Code (Text):
use-pickup-sounds: true #uses pickup-sounds
use-hotbar-sounds: true #uses custom-click-sounds
pickup-sounds:
WHEAT: block.grass.hit;2.0;0.2
use-pickup-notifications: true
custom-click-sounds:
WHEAT: block.grass.hit;1.0;0.7
APPLE: block.grass.hit;1;0.2
ROTTEN_FLESH: entity.player.burp;1;0.8
BEEF: entity.cow.ambient;1;2
NETHERITE_HELMET: item.armor.equip_netherite;1;1.5
STRING: block.grass.hit;1;1.2
#follows the same format as others!