mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-19 04:45:39 +00:00
SPIGOT-6691: Material.LAVA_CAULDRON is not Levelled
This commit is contained in:
parent
e7b0f8d608
commit
75a0ee4f04
1 changed files with 1 additions and 4 deletions
|
@ -2694,10 +2694,7 @@ public enum Material implements Keyed {
|
|||
* BlockData: {@link Levelled}
|
||||
*/
|
||||
WATER_CAULDRON(32008, Levelled.class),
|
||||
/**
|
||||
* BlockData: {@link Levelled}
|
||||
*/
|
||||
LAVA_CAULDRON(4514, Levelled.class),
|
||||
LAVA_CAULDRON(4514),
|
||||
/**
|
||||
* BlockData: {@link Levelled}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue