mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-12 18:42:07 +01:00
SPIGOT-1668: Fix RECORD_PLAY's id value
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
f941b8b7ad
commit
484e9c6422
@ -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 New Issue
Block a user