Add support for crafter

This commit is contained in:
Len 2024-03-20 15:25:29 +01:00
parent adb05fce8b
commit 5c345f697b

View File

@ -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)
))