mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 08:32:07 -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}
|
||||
*/
|
||||
WATER_CAULDRON(32008, Levelled.class),
|
||||
/**
|
||||
* BlockData: {@link Levelled}
|
||||
*/
|
||||
LAVA_CAULDRON(4514, Levelled.class),
|
||||
LAVA_CAULDRON(4514),
|
||||
/**
|
||||
* BlockData: {@link Levelled}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user