mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-21 15:44:28 +00:00
14 lines
No EOL
568 B
YAML
14 lines
No EOL
568 B
YAML
# Here you can define custom sounds for a sound group!
|
|
# This is an example group, this group will never be loaded.
|
|
# Create your sound group here, then use 'setSoundGroup <Name>' on your disguise
|
|
# You cannot use the same group name as a disguise type! So no 'PLAYER', 'COW' etc.
|
|
GroupName:
|
|
# If you don't set one of these options, or it is empty. Then no sound will be played for that sound type
|
|
Idle:
|
|
- minecraft:some.idle.sound
|
|
Hurt:
|
|
- minecraft:some.hurt.sound
|
|
Death:
|
|
- minecraft:some.death.scream.sound
|
|
Step:
|
|
- minecraft:some.step.sound |