private float timer = 0f;
@Override
public void onAttached() {
super.onAttached();
setEntityProtocol(new PaintingEntityProtocol());
if (getAttachedCount() == 1) {
getOwner().add(DeathDrops.class).addDrop(new ItemStack(VanillaMaterials.PAINTING, 1));
}
}