package electroblob.wizardry.tileentity; import net.minecraft.nbt.NBTTagCompound; public class TileEntityMagicLight extends TileEntityTimer { public int[] randomiser; public int[] randomiser2; public TileEntityMagicLight(){ super(); } public TileEntityMagicLight(int maxTimer){ super(maxTimer); randomiser = new int[30]; randomiser[0] = -1; randomiser2 = new int[30]; randomiser2[0] = -1; } @Override public void update(){ if(randomiser.length > 0 && randomiser[0] == -1){ for(int i=0; i 0 && randomiser2[0] == -1){ for(int i=0; i