mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-6801: Wrong BlockData classes in Material enum for SOUL_FIRE and SOUL_TORCH
This commit is contained in:
parent
0a35cb18fc
commit
4e9f199ac6
1 changed files with 2 additions and 8 deletions
|
@ -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}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue