Add ability to change the sounds for a disguise to whatever you like

This commit is contained in:
libraryaddict
2020-05-23 22:48:50 +12:00
parent e77a28c258
commit 37e7a0bac7
14 changed files with 299 additions and 337 deletions

View File

@@ -0,0 +1,14 @@
# 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