public void onAttached() {
super.onAttached();
Entity holder = getOwner();
holder.add(PlayerItemCollector.class);
holder.add(Digging.class);
setEntityProtocol(new HumanEntityProtocol());
if (getAttachedCount() == 1) {
holder.add(Health.class).setSpawnHealth(20);
}
TextModelComponent textModel = getOwner().get(TextModelComponent.class);
if (textModel != null) {