mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-19 05:31:32 +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.
|
* 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.
|
* Sound of zombies chewing on iron doors.
|
||||||
*/
|
*/
|
||||||
|
@ -58,7 +58,7 @@ public enum Effect {
|
||||||
/**
|
/**
|
||||||
* Sound of zombies destroying a door.
|
* 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.
|
* A visual smoke effect. Needs direction as additional info.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue