updated forge and mappings, removed some images not in use

This commit is contained in:
2017-01-14 09:09:33 +01:00
parent 251e1d9d78
commit ab7c7fc2de
15 changed files with 22 additions and 21 deletions

View File

@@ -41,7 +41,7 @@ public class TraitReviving extends AbstractTrait {
((EntitySkeleton) ent).setSkeletonType(((EntitySkeleton) e.getEntity()).getSkeletonType());
}
ent.setPosition(pos.getX(), pos.getY(), pos.getZ());
w.spawnEntityInWorld(ent);
w.spawnEntity(ent);
e.getSource().getEntity().playSound(SoundEvents.AMBIENT_CAVE, 1.0F, 1.0F);
}
}