IBee bee = PluginApiculture.beeInterface.getMember(item);
if(bee == null)
bee = PluginApiculture.beeInterface.templateAsIndividual(PluginApiculture.beeInterface.getDefaultTemplate());
if(entity == null) {
entity = new EntityBee(Proxies.common.getClientInstance().theWorld);
}
entity.setSpecies(bee.getGenome().getPrimary());
entity.setType(PluginApiculture.beeInterface.getType(item));
/*
if(scaled)