SPIGOT-6801: Wrong BlockData classes in Material enum for SOUL_FIRE and SOUL_TORCH

This commit is contained in:
BlackHole 2021-11-23 08:06:39 +11:00 committed by md_5
parent 0a35cb18fc
commit 4e9f199ac6
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -753,10 +753,7 @@ public enum Material implements Keyed {
*/
POLISHED_BASALT(11659, Orientable.class),
SMOOTH_BASALT(13617),
/**
* BlockData: {@link Lightable}
*/
SOUL_TORCH(14292, Lightable.class),
SOUL_TORCH(14292),
GLOWSTONE(32713),
INFESTED_STONE(18440),
INFESTED_COBBLESTONE(4348),
@ -2631,10 +2628,7 @@ public enum Material implements Keyed {
* BlockData: {@link Fire}
*/
FIRE(16396, Fire.class),
/**
* BlockData: {@link Fire}
*/
SOUL_FIRE(30163, Fire.class),
SOUL_FIRE(30163),
/**
* BlockData: {@link RedstoneWire}
*/