mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 02:22:12 +01:00
SPIGOT-6691: Material.LAVA_CAULDRON is not Levelled
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
338df40644
commit
f33444292a
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…
Reference in a new issue