Skip to content

Commit

Permalink
Merge pull request #48 from davchoo/enderdragon
Browse files Browse the repository at this point in the history
Add Ender Dragon respawn sound
  • Loading branch information
Camotoy committed Jan 8, 2021
2 parents a4103ea + 72e09fb commit dd0347b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,15 @@
"name": "UNFECT",
"type": "soundEvent"
},
"ENTITY_ENDERDRAGON_GROWL": {
"name": "mob.enderdragon.growl",
"volume": 64.0,
"pitch_sub": false,
"pitch_mul": 0.3,
"pitch_add": 0.8,
"relative": true,
"type": "playSound"
},
"ENTITY_ENDERDRAGON_DEATH": {
"identifier": "minecraft:ender_dragon",
"name": "DEATH",
Expand Down

0 comments on commit dd0347b

Please sign in to comment.