mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Fix disguise sound for player steps not being an array
This commit is contained in:
parent
6306a483e0
commit
5a2f64bca4
@ -94,9 +94,10 @@ public enum DisguiseSound {
|
|||||||
PIG_ZOMBIE("entity.zombie_pig.hurt", null, "entity.zombie_pig.death", "entity.zombie_pig.ambient",
|
PIG_ZOMBIE("entity.zombie_pig.hurt", null, "entity.zombie_pig.death", "entity.zombie_pig.ambient",
|
||||||
"entity.zombie_pig.angry"),
|
"entity.zombie_pig.angry"),
|
||||||
|
|
||||||
PLAYER("entity.player.hurt", "block.stone.step", "block.grass.step", "block.anvil.step", "block.cloth.step",
|
PLAYER("entity.player.hurt",
|
||||||
|
new String[]{"block.stone.step", "block.grass.step", "block.anvil.step", "block.cloth.step",
|
||||||
"block.glass.step", "block.gravel.step", "block.ladder.step", "block.metal.step", "block.sand.step",
|
"block.glass.step", "block.gravel.step", "block.ladder.step", "block.metal.step", "block.sand.step",
|
||||||
"block.slime.step", "block.snow.step", "block.wood.step", "entity.player.death", null),
|
"block.slime.step", "block.snow.step", "block.wood.step"}, "entity.player.death", null),
|
||||||
|
|
||||||
RABBIT("entity.rabbit.hurt", "entity.rabbit.jump", "entity.rabbit.death", "entity.rabbit.ambient"),
|
RABBIT("entity.rabbit.hurt", "entity.rabbit.jump", "entity.rabbit.death", "entity.rabbit.ambient"),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user