Prevent theft from water/lava cauldrons.(

058ae980
This commit is contained in:
Len 2022-09-29 17:58:10 +02:00
parent 051c061aa7
commit aeec095ff8

View File

@ -1094,6 +1094,8 @@ class PlayerEventHandler implements Listener
clickedBlockType == Material.CAKE ||
clickedBlockType == Material.CARTOGRAPHY_TABLE ||
clickedBlockType == Material.CAULDRON ||
clickedBlockType == Material.WATER_CAULDRON ||
clickedBlockType == Material.LAVA_CAULDRON ||
clickedBlockType == Material.CAVE_VINES ||
clickedBlockType == Material.CAVE_VINES_PLANT ||
clickedBlockType == Material.CHIPPED_ANVIL ||