mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-20 05:14:15 +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}
|
* BlockData: {@link Levelled}
|
||||||
*/
|
*/
|
||||||
WATER_CAULDRON(32008, Levelled.class),
|
WATER_CAULDRON(32008, Levelled.class),
|
||||||
/**
|
LAVA_CAULDRON(4514),
|
||||||
* BlockData: {@link Levelled}
|
|
||||||
*/
|
|
||||||
LAVA_CAULDRON(4514, Levelled.class),
|
|
||||||
/**
|
/**
|
||||||
* BlockData: {@link Levelled}
|
* BlockData: {@link Levelled}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue