mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
SPIGOT-1668: Fix RECORD_PLAY's id value
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user