mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
SPIGOT-1668: Fix RECORD_PLAY's id value
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
f941b8b7ad
commit
484e9c6422
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public enum Effect {
|
||||||
/**
|
/**
|
||||||
* A song from a record. Needs the record item ID as additional info
|
* A song from a record. Needs the record item ID as additional info
|
||||||
*/
|
*/
|
||||||
RECORD_PLAY(1005, Type.SOUND, Material.class),
|
RECORD_PLAY(1010, Type.SOUND, Material.class),
|
||||||
/**
|
/**
|
||||||
* Sound of ghast shrieking.
|
* Sound of ghast shrieking.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue