Add support for crafter
This commit is contained in:
parent
adb05fce8b
commit
5c345f697b
|
|
@ -1121,6 +1121,7 @@ class PlayerEventHandler implements Listener
|
|||
clickedBlockType == Material.STONECUTTER ||
|
||||
clickedBlockType == Material.SWEET_BERRY_BUSH ||
|
||||
clickedBlockType == Material.GLOW_BERRIES ||
|
||||
clickedBlockType == Material.CRAFTER ||
|
||||
Tag.CANDLE_CAKES.isTagged(clickedBlockType)
|
||||
)))
|
||||
{
|
||||
|
|
@ -1253,6 +1254,7 @@ class PlayerEventHandler implements Listener
|
|||
clickedBlockType == Material.DAYLIGHT_DETECTOR ||
|
||||
clickedBlockType == Material.COMPARATOR ||
|
||||
clickedBlockType == Material.REDSTONE_WIRE ||
|
||||
clickedBlockType == Material.CRAFTER ||
|
||||
Tag.FLOWER_POTS.isTagged(clickedBlockType) ||
|
||||
Tag.CANDLES.isTagged(clickedBlockType)
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user