Skip to content

Commit

Permalink
pillager (musketeer) and zombie (bandit) sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ewof committed Nov 22, 2024
1 parent 6c02919 commit cbc6917
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions core/assets/minecraft/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,5 +390,37 @@
"name": "mvndicraft:silence"
}
]
},
"entity.zombie.ambient": {
"replace": true,
"sounds" : [
{
"name": "minecraft:entity.pillager.ambient"
}
]
},
"entity.zombie.death": {
"replace": true,
"sounds" : [
{
"name": "minecraft:entity.pillager.death"
}
]
},
"entity.zombie.hurt": {
"replace": true,
"sounds" : [
{
"name": "minecraft:entity.pillager.hurt"
}
]
},
"entity.zombie.step": {
"replace": true,
"sounds" : [
{
"name": "mvndicraft:silence"
}
]
}
}
Binary file modified core/assets/minecraft/textures/entity/illager/pillager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cbc6917

Please sign in to comment.