mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 17:52:02 -07:00
SPIGOT-6691: Material.LAVA_CAULDRON is not Levelled
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -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}
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user