@ -22,7 +22,6 @@ public class CpuEntity extends Peripheral{
public static void tick(World world, BlockPos pos, BlockState state, CpuEntity be) {
if(be.notTicked) {
be.reset();
be.notTicked = false;
}
for(int i = 0; i < 500; i++)