return false;
if(entityItem.worldObj.countEntities(EntityButterfly.class) > PluginLepidopterology.entityConstraint)
return false;
if(Utils.spawnEntity(entityItem.worldObj, new EntityButterfly(entityItem.worldObj, butterfly), entityItem.posX, entityItem.posY, entityItem.posZ) != null) {
if(entityItem.getEntityItem().stackSize > 1)
entityItem.getEntityItem().stackSize--;
else
entityItem.setDead();
return true;