this.getDrops().NOT_CREATIVE.addFlags(ToolTypeFlags.PICKAXE);
}
@Override
public boolean onDestroy(Block block, Cause<?> cause) {
BrewingStand brewingStand = block.get(BrewingStand.class);
// Drop items
Inventory inventory = brewingStand.getInventory();
Point position = block.getPosition();
for (ItemStack item : inventory) {
if (item == null) {
continue;
}