mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 03:43:40 +01:00
Fix some more out of sync effect IDs
By: md_5 <git@md-5.net>
This commit is contained in:
parent
484e9c6422
commit
3befff92cf
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ public enum Effect {
|
|||
/**
|
||||
* Sound of zombies chewing on wooden doors.
|
||||
*/
|
||||
ZOMBIE_CHEW_WOODEN_DOOR(1010, Type.SOUND),
|
||||
ZOMBIE_CHEW_WOODEN_DOOR(1012, Type.SOUND),
|
||||
/**
|
||||
* Sound of zombies chewing on iron doors.
|
||||
*/
|
||||
|
@ -58,7 +58,7 @@ public enum Effect {
|
|||
/**
|
||||
* Sound of zombies destroying a door.
|
||||
*/
|
||||
ZOMBIE_DESTROY_DOOR(1012, Type.SOUND),
|
||||
ZOMBIE_DESTROY_DOOR(1021, Type.SOUND),
|
||||
/**
|
||||
* A visual smoke effect. Needs direction as additional info.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue