NBTTagList nbtList = (NBTTagList) nbt.getTag("list");
for (int i = 0; i < nbtList.tagCount(); i++)
{
// Render hologram for starting position
Vector3 vector = new Vector3((NBTTagCompound) nbtList.tagAt(i)).translate(0.5);
if (isPreview)
{
ModularForceFieldSystem.proxy.renderHologramOrbit(this, this.worldObj, anchorPosition, vector, 1, 1, 1, animationTime, 30f);
}