Include new 1.13 damaged anvil types (#361)

Add an optional extended description…
This commit is contained in:
jacob1 2018-08-30 13:24:55 -04:00 committed by RoboMWM
parent bea2fa3d7f
commit 42cf84f6b0

View File

@ -1623,6 +1623,8 @@ class PlayerEventHandler implements Listener
clickedBlockType == Material.CAULDRON ||
clickedBlockType == Material.JUKEBOX ||
clickedBlockType == Material.ANVIL ||
clickedBlockType == Material.CHIPPED_ANVIL ||
clickedBlockType == Material.DAMAGED_ANVIL ||
clickedBlockType == Material.CAKE)))
{
if(playerData == null) playerData = this.dataStore.getPlayerData(player.getUniqueId());